Trace number 1730787

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CircUs 2009-03-23? (TO) 1200.09 1200.42

General information on the benchmark

Namecrafted/Difficult/contest05/others/
sgp_5-5-6.sat05-2675.reshuffled-07.cnf
MD5SUM531549e214a293ad3adf6ddff17eb882
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark911.101
Satisfiable
(Un)Satisfiability was proved
Number of variables18450
Number of clauses200640
Sum of the clauses size464115
Maximum clause length30
Minimum clause length1
Number of clauses of size 160
Number of clauses of size 2148485
Number of clauses of size 350895
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51200

Solver Data

1.79/1.86	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
1.79/1.86	c Eliminate time :       1.53 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1730787-1240763546/watcher-1730787-1240763546 -o /tmp/evaluation-result-1730787-1240763546/solver-1730787-1240763546 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1730787-1240763546.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.21 2/64 27851
/proc/meminfo: memFree=1738960/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=4084 CPUtime=0
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 411 0 0 0 0 0 0 0 18 0 1 120000 104388255 4182016 396 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 1021 396 70 173 0 846 0

[startup+0.082374 s]
/proc/loadavg: 1.00 1.01 1.21 2/64 27851
/proc/meminfo: memFree=1738960/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=7392 CPUtime=0.07
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 1342 0 0 0 7 0 0 0 18 0 1 120000 104388255 7569408 1294 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 1848 1294 70 173 0 1673 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7392

[startup+0.101376 s]
/proc/loadavg: 1.00 1.01 1.21 2/64 27851
/proc/meminfo: memFree=1738960/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=8184 CPUtime=0.09
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 1533 0 0 0 9 0 0 0 18 0 1 120000 104388255 8380416 1485 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 2046 1485 70 173 0 1871 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8184

[startup+0.301398 s]
/proc/loadavg: 1.00 1.01 1.21 2/64 27851
/proc/meminfo: memFree=1738960/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=14892 CPUtime=0.29
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 3479 0 0 0 28 1 0 0 19 0 1 120000 104388255 15249408 3237 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 3723 3237 70 173 0 3548 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14892

[startup+0.701445 s]
/proc/loadavg: 1.00 1.01 1.21 2/64 27851
/proc/meminfo: memFree=1738960/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=15548 CPUtime=0.69
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 3684 0 0 0 67 2 0 0 22 0 1 120000 104388255 15921152 3441 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 3887 3441 75 173 0 3712 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15548

[startup+1.50154 s]
/proc/loadavg: 1.00 1.01 1.21 2/65 27852
/proc/meminfo: memFree=1723784/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=17000 CPUtime=1.49
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 4231 0 0 0 147 2 0 0 25 0 1 120000 104388255 17408000 3988 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 4250 3988 77 173 0 4075 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17000

[startup+3.10173 s]
/proc/loadavg: 1.00 1.01 1.21 2/65 27852
/proc/meminfo: memFree=1722312/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=20144 CPUtime=3.09
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 5087 0 0 0 306 3 0 0 25 0 1 120000 104388255 20627456 4750 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 5036 4750 92 173 0 4861 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20144

[startup+6.3011 s]
/proc/loadavg: 1.00 1.01 1.21 2/65 27852
/proc/meminfo: memFree=1716104/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=24500 CPUtime=6.28
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 6162 0 0 0 624 4 0 0 25 0 1 120000 104388255 25088000 5825 1992294400 134512640 135224549 4294956208 18446744073709551615 134595206 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 6125 5825 92 173 0 5950 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24500

[startup+12.7018 s]
/proc/loadavg: 1.00 1.01 1.20 2/65 27852
/proc/meminfo: memFree=1714384/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=25700 CPUtime=12.68
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 6469 0 0 0 1264 4 0 0 25 0 1 120000 104388255 26316800 6132 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 6425 6132 92 173 0 6250 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25700

[startup+25.5013 s]
/proc/loadavg: 1.00 1.01 1.20 2/65 27852
/proc/meminfo: memFree=1711888/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=28604 CPUtime=25.48
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 7185 0 0 0 2543 5 0 0 25 0 1 120000 104388255 29290496 6848 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 7151 6848 92 173 0 6976 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28604

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.19 2/65 27852
/proc/meminfo: memFree=1710672/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=29528 CPUtime=51.07
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 7431 0 0 0 5102 5 0 0 25 0 1 120000 104388255 30236672 7094 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 7382 7094 92 173 0 7207 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29528

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.18 2/65 27852
/proc/meminfo: memFree=1702928/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=37360 CPUtime=102.26
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 9357 0 0 0 10220 6 0 0 25 0 1 120000 104388255 38256640 9020 1992294400 134512640 135224549 4294956208 18446744073709551615 134618685 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 9340 9020 92 173 0 9165 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 37360

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.17 2/65 27852
/proc/meminfo: memFree=1700240/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=40000 CPUtime=162.24
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 10045 0 0 0 16217 7 0 0 25 0 1 120000 104388255 40960000 9708 1992294400 134512640 135224549 4294956208 18446744073709551615 134618758 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 10000 9708 92 173 0 9825 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 40000

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.16 2/65 27852
/proc/meminfo: memFree=1691920/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=48436 CPUtime=222.22
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 12096 0 0 0 22213 9 0 0 25 0 1 120000 104388255 49598464 11759 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 12109 11759 92 173 0 11934 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 48436

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.14 2/65 27852
/proc/meminfo: memFree=1689808/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=50416 CPUtime=282.21
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 12614 0 0 0 28211 10 0 0 25 0 1 120000 104388255 51625984 12277 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 12604 12277 92 173 0 12429 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 50416

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.13 2/65 27854
/proc/meminfo: memFree=1689616/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=50416 CPUtime=342.19
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 12619 0 0 0 34209 10 0 0 25 0 1 120000 104388255 51625984 12282 1992294400 134512640 135224549 4294956208 18446744073709551615 134587800 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 12604 12282 92 173 0 12429 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 50416

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 27854
/proc/meminfo: memFree=1685520/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=54508 CPUtime=402.17
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 13638 0 0 0 40206 11 0 0 25 0 1 120000 104388255 55816192 13301 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 13627 13301 92 173 0 13452 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 54508

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 27854
/proc/meminfo: memFree=1683088/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=56884 CPUtime=462.16
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 14242 0 0 0 46204 12 0 0 25 0 1 120000 104388255 58249216 13905 1992294400 134512640 135224549 4294956208 18446744073709551615 134618758 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 14221 13905 92 173 0 14046 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 56884

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 27854
/proc/meminfo: memFree=1681040/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=59392 CPUtime=522.14
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 14877 0 0 0 52202 12 0 0 25 0 1 120000 104388255 60817408 14540 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 14848 14540 92 173 0 14673 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 59392

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 27854
/proc/meminfo: memFree=1680272/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=59656 CPUtime=582.13
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 14961 0 0 0 58200 13 0 0 25 0 1 120000 104388255 61087744 14624 1992294400 134512640 135224549 4294956208 18446744073709551615 134595709 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 14914 14624 92 173 0 14739 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 59656

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 27854
/proc/meminfo: memFree=1678224/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=62016 CPUtime=642.11
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 15575 0 0 0 64198 13 0 0 25 0 1 120000 104388255 63504384 15109 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 15504 15109 92 173 0 15329 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 62016

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 27854
/proc/meminfo: memFree=1673040/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=67296 CPUtime=702.09
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 16898 0 0 0 70194 15 0 0 25 0 1 120000 104388255 68911104 16432 1992294400 134512640 135224549 4294956208 18446744073709551615 134587956 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 16824 16432 92 173 0 16649 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 67296

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 27854
/proc/meminfo: memFree=1672976/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=67296 CPUtime=762.08
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 16898 0 0 0 76193 15 0 0 25 0 1 120000 104388255 68911104 16432 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 16824 16432 92 173 0 16649 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 67296

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 27854
/proc/meminfo: memFree=1668624/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=71652 CPUtime=822.06
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 17980 0 0 0 82190 16 0 0 25 0 1 120000 104388255 73371648 17514 1992294400 134512640 135224549 4294956208 18446744073709551615 134595535 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 17913 17514 92 173 0 17738 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 71652

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 27854
/proc/meminfo: memFree=1668624/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=71652 CPUtime=882.04
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 17981 0 0 0 88188 16 0 0 25 0 1 120000 104388255 73371648 17515 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 17913 17515 92 173 0 17738 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 71652

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 27854
/proc/meminfo: memFree=1664272/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=75880 CPUtime=942.03
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 19069 0 0 0 94186 17 0 0 25 0 1 120000 104388255 77701120 18603 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 18970 18603 92 173 0 18795 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 75880

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 27854
/proc/meminfo: memFree=1664272/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=75880 CPUtime=1002.01
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 19070 0 0 0 100184 17 0 0 25 0 1 120000 104388255 77701120 18604 1992294400 134512640 135224549 4294956208 18446744073709551615 134632736 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 18970 18604 92 173 0 18795 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 75880

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 27854
/proc/meminfo: memFree=1659472/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=80640 CPUtime=1062
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 20261 0 0 0 106181 19 0 0 25 0 1 120000 104388255 82575360 19795 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 20160 19795 92 173 0 19985 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 80640

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 27854
/proc/meminfo: memFree=1659472/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=80640 CPUtime=1121.98
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 20261 0 0 0 112179 19 0 0 25 0 1 120000 104388255 82575360 19795 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 20160 19795 92 173 0 19985 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 80640

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 27854
/proc/meminfo: memFree=1659472/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=80640 CPUtime=1181.96
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 20265 0 0 0 118177 19 0 0 25 0 1 120000 104388255 82575360 19799 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 20160 19799 92 173 0 19985 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 80640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 27854
/proc/meminfo: memFree=1659216/2055920 swapFree=4191900/4192956
[pid=27851] ppid=27849 vsize=80772 CPUtime=1200.06
/proc/27851/stat : 27851 (CirCUs) R 27849 27851 27501 0 -1 4194304 20308 0 0 0 119987 19 0 0 25 0 1 100 104388255 82710528 19842 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27851/statm: 20193 19842 92 173 0 20018 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 80772

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.09
CPU user time (s): 1199.88
CPU system time (s): 0.208968
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 80772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.88
system time used= 0.208968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20308
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1805

runsolver used 1.18182 second user time and 2.12968 second system time

The end

Launcher Data

Begin job on node11 at 2009-04-26 18:32:26
IDJOB=1730787
IDBENCH=24736
IDSOLVER=544
FILE ID=node11/1730787-1240763546
PBS_JOBID= 9187121
Free space on /tmp= 66104 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/crafted/Difficult/contest05/others/sgp_5-5-6.sat05-2675.reshuffled-07.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730787-1240763546/watcher-1730787-1240763546 -o /tmp/evaluation-result-1730787-1240763546/solver-1730787-1240763546 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1730787-1240763546.cnf -t 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 531549e214a293ad3adf6ddff17eb882
RANDOM SEED=734260091

node11.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1739376 kB
Buffers:         37436 kB
Cached:         202480 kB
SwapCached:        260 kB
Active:          49484 kB
Inactive:       203708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739376 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4124 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            49316 kB
Committed_AS:   403880 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66100 MiB
End job on node11 at 2009-04-26 18:52:28