Trace number 1723810

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
ttsth-5-0 2009-03-19? (TO) 1200.17 1200.47

General information on the benchmark

Namevelev-vliw-uns-4.0-9C1.cnf
MD5SUM0c9a15d0f561e9d1bb438b04ae3c31af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark324.148
Satisfiable
(Un)Satisfiability was proved
Number of variables96177
Number of clauses1814189
Sum of the clauses size5280501
Maximum clause length2216
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21178665
Number of clauses of size 3560157
Number of clauses of size 45491
Number of clauses of size 54739
Number of clauses of size over 565136

Solver Data

4.39/4.46	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1723810-1240689075.cnf 
4.39/4.46	c Using SATTIMEOUT of 1200
4.39/4.46	c Using SATRAM of 1800
4.39/4.46	c Size of subset node = 16
4.39/4.46	c Variables = 96177
4.39/4.46	c Clauses = 1814189
4.39/4.46	c Literals = 5280501
4.39/4.46	c Reduced size:
4.39/4.46	c Variables = 96177
4.39/4.46	c Clauses = 1814161
4.39/4.46	c Literals = 5280443
4.39/4.46	c a2
26.79/26.86	c a1
342.21/342.36	c Independent sub-problems = 1
342.21/342.36	c Sub-problem with 96174 variables and 1814161 clauses
342.21/342.36	c using permutation method 4
342.21/342.36	c count = 1
342.21/342.36	c Ordering finished 341.280 seconds
342.21/342.36	c mapped 342.330 seconds
342.21/342.36	c permuted 342.330 seconds
342.21/342.36	c about to sort
343.01/343.13	c sorted

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-1723810-1240689075/watcher-1723810-1240689075 -o /tmp/evaluation-result-1723810-1240689075/solver-1723810-1240689075 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1723810-1240689075.cnf 

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.01 1.00 1.00 3/64 21293
/proc/meminfo: memFree=1845816/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=1064 CPUtime=0
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 96941231 1089536 125 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 266 126 77 176 0 88 0

[startup+0.104986 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 21293
/proc/meminfo: memFree=1845816/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=4696 CPUtime=0.1
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 1053 0 0 0 10 0 0 0 18 0 1 0 96941231 4808704 1038 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 1174 1038 78 176 0 996 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4696

[startup+0.201992 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 21293
/proc/meminfo: memFree=1845816/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=8164 CPUtime=0.19
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 1920 0 0 0 19 0 0 0 18 0 1 0 96941231 8359936 1904 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 2041 1904 78 176 0 1863 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8164

[startup+0.301999 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 21293
/proc/meminfo: memFree=1845816/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=11732 CPUtime=0.29
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 2792 0 0 0 29 0 0 0 19 0 1 0 96941231 12013568 2776 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 2933 2776 78 176 0 2755 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11732

[startup+0.701024 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 21293
/proc/meminfo: memFree=1845816/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=25812 CPUtime=0.69
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 6262 0 0 0 66 3 0 0 22 0 1 0 96941231 26431488 6246 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 6453 6246 78 176 0 6275 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25812

[startup+1.50107 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 21294
/proc/meminfo: memFree=1806000/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=54096 CPUtime=1.49
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 13182 0 0 0 143 6 0 0 25 0 1 0 96941231 55394304 13166 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 13524 13166 78 176 0 13346 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54096

[startup+3.10118 s]
/proc/loadavg: 1.09 1.02 1.01 2/65 21294
/proc/meminfo: memFree=1768560/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=108984 CPUtime=3.08
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 26434 0 0 0 296 12 0 0 25 0 1 0 96941231 111599616 26418 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 27246 26419 78 176 0 27068 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 108984

[startup+6.30138 s]
/proc/loadavg: 1.09 1.02 1.01 2/65 21294
/proc/meminfo: memFree=1568176/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=429024 CPUtime=6.29
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 98536 0 0 0 587 42 0 0 25 0 1 0 96941231 439320576 98521 1992294400 134512640 135237372 4294956192 18446744073709551615 134554919 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 107288 98522 79 176 0 107110 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 429024

[startup+12.7018 s]
/proc/loadavg: 1.08 1.02 1.00 2/65 21294
/proc/meminfo: memFree=1296304/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=594180 CPUtime=12.69
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 141178 0 0 0 1210 59 0 0 25 0 1 0 96941231 608440320 137241 1992294400 134512640 135237372 4294956192 18446744073709551615 134680504 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 148545 137241 79 176 0 148367 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 594180

[startup+25.5016 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 21294
/proc/meminfo: memFree=1296496/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=594180 CPUtime=25.49
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 141725 0 0 0 2489 60 0 0 25 0 1 0 96941231 608440320 137271 1992294400 134512640 135237372 4294956192 18446744073709551615 134749345 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 148545 137271 79 176 0 148367 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 594180

[startup+51.1013 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 21294
/proc/meminfo: memFree=1352368/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=504504 CPUtime=51.08
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 146522 0 0 0 5045 63 0 0 25 0 1 0 96941231 516612096 123341 1992294400 134512640 135237372 4294956192 18446744073709551615 134555279 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 126126 123341 80 176 0 125948 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 504504

[startup+102.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 21294
/proc/meminfo: memFree=1343024/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=505908 CPUtime=102.27
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 149336 0 0 0 10163 64 0 0 25 0 1 0 96941231 518049792 125649 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 126477 125649 80 176 0 126299 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 505908

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 21294
/proc/meminfo: memFree=1342128/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=507080 CPUtime=162.25
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 149563 0 0 0 16161 64 0 0 25 0 1 0 96941231 519249920 125876 1992294400 134512640 135237372 4294956192 18446744073709551615 134600744 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 126770 125876 80 176 0 126592 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 507080

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21294
/proc/meminfo: memFree=1342000/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=507080 CPUtime=222.24
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 149583 0 0 0 22160 64 0 0 25 0 1 0 96941231 519249920 125896 1992294400 134512640 135237372 4294956192 18446744073709551615 134600707 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 126770 125896 80 176 0 126592 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 507080

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21294
/proc/meminfo: memFree=1341936/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=507080 CPUtime=282.22
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 149591 0 0 0 28158 64 0 0 25 0 1 0 96941231 519249920 125904 1992294400 134512640 135237372 4294956192 18446744073709551615 134600746 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 126770 125904 80 176 0 126592 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 507080

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21294
/proc/meminfo: memFree=1336304/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=514168 CPUtime=342.21
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 151351 0 0 0 34156 65 0 0 25 0 1 0 96941231 526508032 127664 1992294400 134512640 135237372 4294956192 18446744073709551615 134749351 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 128542 127665 89 176 0 128364 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 514168

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21294
/proc/meminfo: memFree=1236272/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=626960 CPUtime=402.2
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 179595 0 0 0 40143 77 0 0 25 0 1 0 96941231 642007040 152364 1992294400 134512640 135237372 4294956192 18446744073709551615 134551480 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 156740 152364 94 176 0 156562 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 626960

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21294
/proc/meminfo: memFree=1204336/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=673368 CPUtime=462.18
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 187485 0 0 0 46137 81 0 0 25 0 1 0 96941231 689528832 160254 1992294400 134512640 135237372 4294956192 18446744073709551615 134551480 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 168342 160254 94 176 0 168164 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 673368

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21294
/proc/meminfo: memFree=1170160/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=727932 CPUtime=522.16
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 196095 0 0 0 52132 84 0 0 25 0 1 0 96941231 745402368 168864 1992294400 134512640 135237372 4294956192 18446744073709551615 134551480 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 181983 168864 94 176 0 181805 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 727932

[startup+582.302 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 21294
/proc/meminfo: memFree=1131568/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=792532 CPUtime=582.15
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 205643 0 0 0 58127 88 0 0 25 0 1 0 96941231 811552768 178412 1992294400 134512640 135237372 4294956192 18446744073709551615 134551487 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 198133 178412 94 176 0 197955 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 792532

[startup+642.301 s]
/proc/loadavg: 1.07 1.03 1.01 2/65 21300
/proc/meminfo: memFree=1095536/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=839040 CPUtime=642.13
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 214728 0 0 0 64120 93 0 0 25 0 1 0 96941231 859176960 187497 1992294400 134512640 135237372 4294956192 18446744073709551615 134551490 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 209760 187497 94 176 0 209582 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 839040

[startup+702.301 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 21300
/proc/meminfo: memFree=1050864/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=884612 CPUtime=702.12
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 225797 0 0 0 70114 98 0 0 25 0 1 0 96941231 905842688 198566 1992294400 134512640 135237372 4294956192 18446744073709551615 134551480 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 221153 198566 94 176 0 220975 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 884612

[startup+762.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 21300
/proc/meminfo: memFree=992432/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=952816 CPUtime=762.1
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 240244 0 0 0 76107 103 0 0 25 0 1 0 96941231 975683584 213013 1992294400 134512640 135237372 4294956192 18446744073709551615 134551487 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 238204 213013 94 176 0 238026 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 952816

[startup+822.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 21300
/proc/meminfo: memFree=883184/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=1087392 CPUtime=822.09
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 267535 0 0 0 82092 117 0 0 25 0 1 0 96941231 1113489408 240304 1992294400 134512640 135237372 4294956192 18446744073709551615 134551487 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 271848 240304 94 176 0 271670 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 1087392

[startup+882.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 21300
/proc/meminfo: memFree=872304/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=1088032 CPUtime=882.07
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 270202 0 0 0 88089 118 0 0 25 0 1 0 96941231 1114144768 242971 1992294400 134512640 135237372 4294956192 18446744073709551615 134551480 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 272008 242971 94 176 0 271830 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 1088032

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21300
/proc/meminfo: memFree=838704/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=1087516 CPUtime=942.06
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 278720 0 0 0 94083 123 0 0 25 0 1 0 96941231 1113616384 251360 1992294400 134512640 135237372 4294956192 18446744073709551615 134551487 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 271879 251360 94 176 0 271701 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 1087516

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21300
/proc/meminfo: memFree=833968/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=1087516 CPUtime=1002.04
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 279917 0 0 0 100080 124 0 0 25 0 1 0 96941231 1113616384 252557 1992294400 134512640 135237372 4294956192 18446744073709551615 134582089 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 271879 252557 94 176 0 271701 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 1087516

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21300
/proc/meminfo: memFree=829360/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=1087516 CPUtime=1062.03
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 281072 0 0 0 106079 124 0 0 25 0 1 0 96941231 1113616384 253712 1992294400 134512640 135237372 4294956192 18446744073709551615 134551480 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 271879 253712 94 176 0 271701 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 1087516

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21300
/proc/meminfo: memFree=826160/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=1087516 CPUtime=1122.01
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 281861 0 0 0 112076 125 0 0 25 0 1 0 96941231 1113616384 254501 1992294400 134512640 135237372 4294956192 18446744073709551615 134551480 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 271879 254501 94 176 0 271701 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 1087516

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21300
/proc/meminfo: memFree=805808/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=1087516 CPUtime=1182
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 286989 0 0 0 118072 128 0 0 25 0 1 0 96941231 1113616384 259629 1992294400 134512640 135237372 4294956192 18446744073709551615 134551480 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 271879 259629 94 176 0 271701 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 1087516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21300
/proc/meminfo: memFree=798960/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=1087516 CPUtime=1200
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4194304 288607 0 0 0 119871 129 0 0 25 0 1 0 96941231 1113616384 261247 1992294400 134512640 135237372 4294956192 18446744073709551615 134551480 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 271879 261247 94 176 0 271701 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 1087516

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

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

[startup+1200.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21300
/proc/meminfo: memFree=798960/2055920 swapFree=4125620/4192956
[pid=21293] ppid=21291 vsize=0 CPUtime=1200.1
/proc/21293/stat : 21293 (ttsth-5-0) R 21291 21293 20847 0 -1 4195332 288607 0 0 0 119871 139 0 0 25 0 1 0 96941231 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.47
CPU time (s): 1200.17
CPU user time (s): 1198.72
CPU system time (s): 1.45478
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 1088032

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

runsolver used 0.789879 second user time and 2.6166 second system time

The end

Launcher Data

Begin job on node22 at 2009-04-25 21:51:17
IDJOB=1723810
IDBENCH=71736
IDSOLVER=549
FILE ID=node22/1723810-1240689075
PBS_JOBID= 9186708
Free space on /tmp= 66100 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT_RACE06/velev-vliw-uns-4.0-9C1.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723810-1240689075/watcher-1723810-1240689075 -o /tmp/evaluation-result-1723810-1240689075/solver-1723810-1240689075 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1723810-1240689075.cnf

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

MD5SUM BENCH= 0c9a15d0f561e9d1bb438b04ae3c31af
RANDOM SEED=814770284

node22.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.232
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.232
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:       1846232 kB
Buffers:          3608 kB
Cached:         100024 kB
SwapCached:      61472 kB
Active:          60908 kB
Inactive:       106568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846232 kB
SwapTotal:     4192956 kB
SwapFree:      4125620 kB
Dirty:           36808 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            28200 kB
Committed_AS:   425024 kB
PageTables:       1376 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 node22 at 2009-04-25 22:11:19