Trace number 3265831

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
SApperloT2010 2011-03-04? (TO) 1300.05 1300.01

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn003.shuffled-as.sat05-3843.cnf
MD5SUM59fa4424111aa94c942a4bbd786cbd51
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1234.33
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18767
Sum of the clauses size134137
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32384
Number of clauses of size 4505
Number of clauses of size 5684
Number of clauses of size over 514710

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3265831-1303577608/watcher-3265831-1303577608 -o /tmp/evaluation-result-3265831-1303577608/solver-3265831-1303577608 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3265831-1303577608.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.71 3.92 3.80 4/181 20793
/proc/meminfo: memFree=18722200/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=12980 CPUtime=0 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 620 0 0 0 0 0 0 0 21 0 1 0 547991281 13291520 489 33554432000 4194304 4395502 140735955768768 18446744073709551615 252457726661 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 3245 490 249 50 0 385 0

[startup+0.102792 s]
/proc/loadavg: 3.71 3.92 3.80 4/181 20793
/proc/meminfo: memFree=18722200/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=16104 CPUtime=0.09 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 1389 0 0 0 9 0 0 0 21 0 1 0 547991281 16490496 1220 33554432000 4194304 4395502 140735955768768 18446744073709551615 252458090391 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 4026 1220 255 50 0 1166 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16104

[startup+0.200778 s]
/proc/loadavg: 3.71 3.92 3.80 4/181 20793
/proc/meminfo: memFree=18722200/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=19400 CPUtime=0.19 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 2329 0 0 0 19 0 0 0 22 0 1 0 547991281 19865600 2088 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 4850 2088 266 50 0 1990 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19400

[startup+0.300756 s]
/proc/loadavg: 3.71 3.92 3.80 4/181 20793
/proc/meminfo: memFree=18722200/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=20772 CPUtime=0.29 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 2673 0 0 0 29 0 0 0 22 0 1 0 547991281 21270528 2432 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 5193 2432 266 50 0 2333 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20772

[startup+0.700679 s]
/proc/loadavg: 3.71 3.92 3.80 4/181 20793
/proc/meminfo: memFree=18722200/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=22360 CPUtime=0.69 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 3067 0 0 0 69 0 0 0 23 0 1 0 547991281 22896640 2826 33554432000 4194304 4395502 140735955768768 18446744073709551615 4288516 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 5590 2826 266 50 0 2730 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22360

[startup+1.50057 s]
/proc/loadavg: 3.71 3.92 3.80 5/190 20837
/proc/meminfo: memFree=18688360/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=23788 CPUtime=1.49 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 3423 0 0 0 149 0 0 0 25 0 1 0 547991281 24358912 3182 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299718 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 5947 3182 266 50 0 3087 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23788

[startup+3.10026 s]
/proc/loadavg: 3.73 3.92 3.80 5/190 20837
/proc/meminfo: memFree=18681912/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=25384 CPUtime=3.09 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 3794 0 0 0 309 0 0 0 25 0 1 0 547991281 25993216 3553 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 6346 3553 266 50 0 3486 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25384

[startup+6.30066 s]
/proc/loadavg: 3.73 3.92 3.80 5/190 20838
/proc/meminfo: memFree=18672944/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=27544 CPUtime=6.29 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 4285 0 0 0 629 0 0 0 25 0 1 0 547991281 28205056 4044 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 6886 4044 266 50 0 4026 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27544

[startup+12.7005 s]
/proc/loadavg: 3.77 3.92 3.80 5/190 20838
/proc/meminfo: memFree=18660348/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=30820 CPUtime=12.69 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 4996 0 0 0 1269 0 0 0 25 0 1 0 547991281 31559680 4755 33554432000 4194304 4395502 140735955768768 18446744073709551615 4288574 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 7705 4755 266 50 0 4845 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30820

[startup+25.5011 s]
/proc/loadavg: 3.81 3.93 3.80 5/190 20838
/proc/meminfo: memFree=18645720/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=35608 CPUtime=25.49 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 6050 0 0 0 2548 1 0 0 25 0 1 0 547991281 36462592 5809 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 8902 5809 266 50 0 6042 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35608

[startup+51.1003 s]
/proc/loadavg: 3.87 3.93 3.81 5/190 20839
/proc/meminfo: memFree=18626692/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=44720 CPUtime=51.09 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 8081 0 0 0 5108 1 0 0 25 0 1 0 547991281 45793280 7840 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 11180 7840 266 50 0 8320 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 44720

[startup+102.301 s]
/proc/loadavg: 3.95 3.94 3.82 5/190 20840
/proc/meminfo: memFree=18604852/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=51996 CPUtime=102.3 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 9737 0 0 0 10228 2 0 0 25 0 1 0 547991281 53243904 9496 33554432000 4194304 4395502 140735955768768 18446744073709551615 252457725196 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 12999 9496 266 50 0 10139 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 51996

[startup+162.301 s]
/proc/loadavg: 4.02 3.96 3.83 5/190 20842
/proc/meminfo: memFree=18586592/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=58960 CPUtime=162.29 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 11254 0 0 0 16227 2 0 0 25 0 1 0 547991281 60375040 11013 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 14740 11013 266 50 0 11880 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 58960

[startup+222.306 s]
/proc/loadavg: 4.01 3.97 3.84 5/190 20843
/proc/meminfo: memFree=18575900/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=63096 CPUtime=222.31 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 12190 0 0 0 22228 3 0 0 25 0 1 0 547991281 64610304 11949 33554432000 4194304 4395502 140735955768768 18446744073709551615 4288811 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 15774 11949 266 50 0 12914 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 63096

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.84 5/190 20845
/proc/meminfo: memFree=18564204/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=67124 CPUtime=282.3 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 13128 0 0 0 28226 4 0 0 25 0 1 0 547991281 68734976 12887 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299509 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 16781 12887 266 50 0 13921 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 67124

[startup+342.301 s]
/proc/loadavg: 4.05 3.99 3.85 5/190 20847
/proc/meminfo: memFree=18554980/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=71252 CPUtime=342.3 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 13925 0 0 0 34226 4 0 0 25 0 1 0 547991281 72962048 13684 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 17813 13684 266 50 0 14953 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 71252

[startup+402.301 s]
/proc/loadavg: 4.06 4.00 3.86 5/190 20848
/proc/meminfo: memFree=18549856/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=73776 CPUtime=402.31 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 14440 0 0 0 40226 5 0 0 25 0 1 0 547991281 75546624 14199 33554432000 4194304 4395502 140735955768768 18446744073709551615 4346998 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 18444 14199 266 50 0 15584 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 73776

[startup+462.301 s]
/proc/loadavg: 4.02 4.00 3.87 5/190 20859
/proc/meminfo: memFree=18543312/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=77664 CPUtime=462.3 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 15310 0 0 0 46225 5 0 0 25 0 1 0 547991281 79527936 15069 33554432000 4194304 4395502 140735955768768 18446744073709551615 4328465 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 19416 15069 266 50 0 16556 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 77664

[startup+522.301 s]
/proc/loadavg: 4.01 4.00 3.88 5/190 20860
/proc/meminfo: memFree=18538024/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=80568 CPUtime=522.31 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 15929 0 0 0 52225 6 0 0 25 0 1 0 547991281 82501632 15688 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 20142 15688 266 50 0 17282 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 80568

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 20862
/proc/meminfo: memFree=18532404/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=82824 CPUtime=582.31 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 16342 0 0 0 58225 6 0 0 25 0 1 0 547991281 84811776 16101 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299156 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 20706 16101 266 50 0 17846 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 82824

[startup+642.3 s]
/proc/loadavg: 3.47 3.86 3.84 4/184 20881
/proc/meminfo: memFree=18561832/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=85436 CPUtime=642.31 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 16890 0 0 0 64225 6 0 0 25 0 1 0 547991281 87486464 16649 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 21359 16649 266 50 0 18499 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 85436

[startup+702.301 s]
/proc/loadavg: 3.17 3.70 3.78 4/184 20882
/proc/meminfo: memFree=18557340/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=88704 CPUtime=702.32 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 17640 0 0 0 70225 7 0 0 25 0 1 0 547991281 90832896 17399 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 22176 17399 266 50 0 19316 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 88704

[startup+762.301 s]
/proc/loadavg: 3.14 3.59 3.74 4/184 20884
/proc/meminfo: memFree=18553452/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=91264 CPUtime=762.32 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 18138 0 0 0 76225 7 0 0 25 0 1 0 547991281 93454336 17897 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 22816 17897 266 50 0 19956 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 91264

[startup+822.301 s]
/proc/loadavg: 3.05 3.48 3.69 4/184 20885
/proc/meminfo: memFree=18550696/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=92032 CPUtime=822.32 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 18286 0 0 0 82225 7 0 0 25 0 1 0 547991281 94240768 18045 33554432000 4194304 4395502 140735955768768 18446744073709551615 4288848 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 23008 18045 266 50 0 20148 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 92032

[startup+882.307 s]
/proc/loadavg: 3.08 3.40 3.65 4/184 20887
/proc/meminfo: memFree=18549656/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=92776 CPUtime=882.33 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 18434 0 0 0 88225 8 0 0 25 0 1 0 547991281 95002624 18193 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299509 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 23194 18193 266 50 0 20334 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 92776

[startup+942.3 s]
/proc/loadavg: 3.03 3.33 3.60 4/184 20889
/proc/meminfo: memFree=18547396/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=94136 CPUtime=942.32 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 18715 0 0 0 94224 8 0 0 25 0 1 0 547991281 96395264 18474 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299567 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 23534 18474 266 50 0 20674 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 94136

[startup+1002.3 s]
/proc/loadavg: 3.01 3.27 3.56 4/184 20890
/proc/meminfo: memFree=18545124/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=95840 CPUtime=1002.32 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 19051 0 0 0 100223 9 0 0 25 0 1 0 547991281 98140160 18810 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 23960 18810 266 50 0 21100 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 95840

[startup+1062.3 s]
/proc/loadavg: 3.00 3.21 3.52 4/184 20892
/proc/meminfo: memFree=18543724/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=96640 CPUtime=1062.32 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 19227 0 0 0 106223 9 0 0 25 0 1 0 547991281 98959360 18986 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 24160 18986 266 50 0 21300 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 96640

[startup+1122.3 s]
/proc/loadavg: 3.00 3.17 3.49 4/184 20893
/proc/meminfo: memFree=18542444/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=97152 CPUtime=1122.33 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 19331 0 0 0 112223 10 0 0 25 0 1 0 547991281 99483648 19090 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 24288 19090 266 50 0 21428 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 97152

[startup+1182.3 s]
/proc/loadavg: 3.00 3.14 3.45 4/184 20895
/proc/meminfo: memFree=18540160/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=97548 CPUtime=1182.33 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 19410 0 0 0 118223 10 0 0 25 0 1 0 547991281 99889152 19169 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 24387 19169 266 50 0 21527 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 97548

[startup+1242.3 s]
/proc/loadavg: 3.03 3.12 3.43 4/184 20897
/proc/meminfo: memFree=18536656/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=98828 CPUtime=1242.33 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 19684 0 0 0 124223 10 0 0 25 0 1 0 547991281 101199872 19443 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 24707 19443 266 50 0 21847 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 98828



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.01 3.10 3.40 3/183 20899
/proc/meminfo: memFree=18592412/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=99924 CPUtime=1300.04 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 19898 0 0 0 129993 11 0 0 25 0 1 0 547991281 102322176 19657 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 24981 19657 266 50 0 22121 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 99924

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

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

[startup+1300 s]
/proc/loadavg: 3.01 3.10 3.40 3/183 20899
/proc/meminfo: memFree=18592412/32951124 swapFree=67111480/67111528
[pid=20793] ppid=20791 vsize=99924 CPUtime=1300.04 cores=0,2
/proc/20793/stat : 20793 (SApperloT2010) R 20791 20793 19028 0 -1 4202496 19898 0 0 0 129993 11 0 0 25 0 1 0 547991281 102322176 19657 33554432000 4194304 4395502 140735955768768 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/20793/statm: 24981 19657 266 50 0 22121 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 99924

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.94
CPU system time (s): 0.114982
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 99924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.94
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19898
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= 5
involuntary context switches= 2502

runsolver used 2.35664 second user time and 4.6323 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-23 18:53:28
IDJOB=3265831
IDBENCH=85808
IDSOLVER=1655
FILE ID=node111/3265831-1303577608
RUNJOBID= node111-1303577608-20767
PBS_JOBID= 13150301
Free space on /tmp= 70736 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn003.shuffled-as.sat05-3843.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265831-1303577608/watcher-3265831-1303577608 -o /tmp/evaluation-result-3265831-1303577608/solver-3265831-1303577608 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3265831-1303577608.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 59fa4424111aa94c942a4bbd786cbd51
RANDOM SEED=283229483

node111.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5428.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18723100 kB
Buffers:       2129832 kB
Cached:       11462504 kB
SwapCached:         44 kB
Active:        9658924 kB
Inactive:      3999564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18723100 kB
SwapTotal:    67111528 kB
SwapFree:     67111480 kB
Dirty:            1804 kB
Writeback:           0 kB
AnonPages:       65648 kB
Mapped:          14876 kB
Slab:           505228 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   211340 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70736 MiB
End job on node111 at 2011-04-23 19:15:10