Trace number 1735631

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.07 1200.53

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1820c171155g4.cnf
MD5SUM58e1c9baf379890f8f9e3891acb41fa1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data

0.69/0.72	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.69/0.72	c Eliminate time :       0.58 

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-1735631-1240804723/watcher-1735631-1240804723 -o /tmp/evaluation-result-1735631-1240804723/solver-1735631-1240804723 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1735631-1240804723.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.00 1.00 3/65 27125
/proc/meminfo: memFree=1388080/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=2936 CPUtime=0
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 120000 108502642 3006464 188 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 734 189 70 173 0 559 0

[startup+0.039979 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27125
/proc/meminfo: memFree=1388080/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=5308 CPUtime=0.03
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 878 0 0 0 3 0 0 0 20 0 1 120000 108502642 5435392 830 1992294400 134512640 135224549 4294956208 18446744073709551615 134683348 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 1327 831 70 173 0 1152 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5308

[startup+0.101883 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27125
/proc/meminfo: memFree=1388080/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=9392 CPUtime=0.09
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 2030 0 0 0 9 0 0 0 20 0 1 120000 108502642 9617408 1917 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 2348 1918 70 173 0 2173 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9392

[startup+0.301921 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27125
/proc/meminfo: memFree=1388080/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=12276 CPUtime=0.29
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 2869 0 0 0 28 1 0 0 22 0 1 120000 108502642 12570624 2626 1992294400 134512640 135224549 4294956208 18446744073709551615 134571491 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 3069 2626 74 173 0 2894 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12276

[startup+0.702 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27125
/proc/meminfo: memFree=1388080/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=12276 CPUtime=0.69
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 2869 0 0 0 68 1 0 0 25 0 1 120000 108502642 12570624 2626 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 3069 2626 74 173 0 2894 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12276

[startup+1.50116 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27126
/proc/meminfo: memFree=1376296/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=16516 CPUtime=1.49
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 3953 0 0 0 148 1 0 0 25 0 1 120000 108502642 16912384 3710 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 4129 3710 90 173 0 3954 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16516

[startup+3.10147 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27126
/proc/meminfo: memFree=1372456/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=18100 CPUtime=3.09
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 4343 0 0 0 308 1 0 0 25 0 1 120000 108502642 18534400 4100 1992294400 134512640 135224549 4294956208 18446744073709551615 134588248 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 4525 4100 90 173 0 4350 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18100

[startup+6.3011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27126
/proc/meminfo: memFree=1370984/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=19420 CPUtime=6.29
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 4672 0 0 0 628 1 0 0 25 0 1 120000 108502642 19886080 4429 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 4855 4429 90 173 0 4680 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19420

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27126
/proc/meminfo: memFree=1367016/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=23116 CPUtime=12.69
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 5599 0 0 0 1267 2 0 0 25 0 1 120000 108502642 23670784 5356 1992294400 134512640 135224549 4294956208 18446744073709551615 134595393 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 5779 5356 90 173 0 5604 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23116

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27126
/proc/meminfo: memFree=1362024/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=27776 CPUtime=25.48
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 6743 0 0 0 2546 2 0 0 25 0 1 120000 108502642 28442624 6500 1992294400 134512640 135224549 4294956208 18446744073709551615 134619193 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 6944 6500 90 173 0 6769 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27776

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27126
/proc/meminfo: memFree=1355368/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=34636 CPUtime=51.07
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 8423 0 0 0 5104 3 0 0 25 0 1 120000 108502642 35467264 8180 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 8659 8180 90 173 0 8484 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34636

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27126
/proc/meminfo: memFree=1344936/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=45064 CPUtime=102.26
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 11074 0 0 0 10221 5 0 0 25 0 1 120000 108502642 46145536 10831 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 11266 10831 90 173 0 11091 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 45064

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1335136/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=54820 CPUtime=162.23
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 13458 0 0 0 16216 7 0 0 25 0 1 120000 108502642 56135680 13215 1992294400 134512640 135224549 4294956208 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 13705 13215 90 173 0 13530 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 54820

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1327136/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=62740 CPUtime=222.2
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 15455 0 0 0 22212 8 0 0 25 0 1 120000 108502642 64245760 15212 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 15685 15212 90 173 0 15510 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 62740

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1320416/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=69476 CPUtime=282.18
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 17137 0 0 0 28208 10 0 0 25 0 1 120000 108502642 71143424 16894 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 17369 16894 90 173 0 17194 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 69476

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1315040/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=74760 CPUtime=342.16
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 18461 0 0 0 34205 11 0 0 25 0 1 120000 108502642 76554240 18218 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 18690 18218 90 173 0 18515 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 74760

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1308192/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=81624 CPUtime=402.13
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 20187 0 0 0 40200 13 0 0 25 0 1 120000 108502642 83582976 19944 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 20406 19944 90 173 0 20231 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 81624

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1299240/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=90468 CPUtime=462.11
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 22416 0 0 0 46196 15 0 0 25 0 1 120000 108502642 92639232 22173 1992294400 134512640 135224549 4294956208 18446744073709551615 134619682 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 22617 22173 90 173 0 22442 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 90468

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1299240/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=90468 CPUtime=522.09
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 22416 0 0 0 52194 15 0 0 25 0 1 120000 108502642 92639232 22173 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 22617 22173 90 173 0 22442 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 90468

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1297576/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=92052 CPUtime=582.06
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 22829 0 0 0 58191 15 0 0 25 0 1 120000 108502642 94261248 22586 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 23013 22586 90 173 0 22838 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 92052

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1286568/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=103524 CPUtime=642.05
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 25705 0 0 0 64187 18 0 0 25 0 1 120000 108502642 106008576 25333 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 25881 25333 90 173 0 25706 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 103524

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1285800/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=104184 CPUtime=702.02
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 25880 0 0 0 70184 18 0 0 25 0 1 120000 108502642 106684416 25508 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 26046 25508 90 173 0 25871 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 104184

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1282088/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=108016 CPUtime=762
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 26839 0 0 0 76181 19 0 0 25 0 1 120000 108502642 110608384 26467 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 27004 26467 90 173 0 26829 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 108016

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1274856/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=115144 CPUtime=821.98
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 28621 0 0 0 82177 21 0 0 25 0 1 120000 108502642 117907456 28249 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 28786 28249 90 173 0 28611 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 115144

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1274856/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=115144 CPUtime=881.96
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 28621 0 0 0 88175 21 0 0 25 0 1 120000 108502642 117907456 28249 1992294400 134512640 135224549 4294956208 18446744073709551615 134595680 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 28786 28249 90 173 0 28611 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 115144

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1263080/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=127168 CPUtime=941.94
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 31616 0 0 0 94170 24 0 0 25 0 1 120000 108502642 130220032 31244 1992294400 134512640 135224549 4294956208 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 31792 31244 90 173 0 31617 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 127168

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1261672/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=128224 CPUtime=1001.91
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 31903 0 0 0 100167 24 0 0 25 0 1 120000 108502642 131301376 31531 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 32056 31531 90 173 0 31881 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 128224

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1261672/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=128224 CPUtime=1061.89
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 31903 0 0 0 106165 24 0 0 25 0 1 120000 108502642 131301376 31531 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 32056 31531 90 173 0 31881 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 128224

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1261672/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=128356 CPUtime=1121.86
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 31930 0 0 0 112162 24 0 0 25 0 1 120000 108502642 131436544 31558 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 32089 31558 90 173 0 31914 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 128356

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1250408/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=139456 CPUtime=1181.84
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 34719 0 0 0 118157 27 0 0 25 0 1 120000 108502642 142802944 34347 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 34864 34347 90 173 0 34689 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 139456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1250344/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=139456 CPUtime=1200.04
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 34719 0 0 0 119977 27 0 0 25 0 1 100 108502642 142802944 34347 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 34864 34347 90 173 0 34689 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 139456

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27132
/proc/meminfo: memFree=1250344/2055920 swapFree=4181424/4192956
[pid=27125] ppid=27123 vsize=139456 CPUtime=1200.04
/proc/27125/stat : 27125 (CirCUs) R 27123 27125 26254 0 -1 4194304 34719 0 0 0 119977 27 0 0 25 0 1 100 108502642 142802944 34347 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27125/statm: 34864 34347 90 173 0 34689 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 139456

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.07
CPU user time (s): 1199.77
CPU system time (s): 0.294955
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 139456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.77
system time used= 0.294955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34719
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= 1163

runsolver used 1.38879 second user time and 2.88756 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-27 05:58:43
IDJOB=1735631
IDBENCH=71501
IDSOLVER=544
FILE ID=node77/1735631-1240804723
PBS_JOBID= 9187372
Free space on /tmp= 66256 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v1820c171155g4.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735631-1240804723/watcher-1735631-1240804723 -o /tmp/evaluation-result-1735631-1240804723/solver-1735631-1240804723 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1735631-1240804723.cnf -t 1200

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

MD5SUM BENCH= 58e1c9baf379890f8f9e3891acb41fa1
RANDOM SEED=865159152

node77.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.270
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.270
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1388560 kB
Buffers:         73424 kB
Cached:         514448 kB
SwapCached:       5496 kB
Active:         260664 kB
Inactive:       335212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1388560 kB
SwapTotal:     4192956 kB
SwapFree:      4181424 kB
Dirty:            3196 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            57408 kB
Committed_AS:   501260 kB
PageTables:       1372 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= 66256 MiB
End job on node77 at 2009-04-27 06:18:45