Trace number 305886

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, and are wall clock time (not CPU 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
Spear FHS 1.0? (TO) 1200.2 1200.66

General information on the benchmark

Namerandom/LargeSize/3SAT/v10000/
unif-k3-r4.2-v10000-c42000-S1274869912-15.cnf
MD5SUM85f01e7612ff708e962af999ed8ac14c
Bench CategoryRANDOM (random 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 variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/305886-1172087690/instance-305886-1172087690.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node67/watcher-305886-1172087690 -o ROOT/results/node67/solver-305886-1172087690 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305886-1172087690/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/305886-1172087690/instance-305886-1172087690.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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 17327
/proc/meminfo: memFree=1583544/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=1932 CPUtime=0
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 228726603 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 483 247 126 302 0 178 0

[startup+0.107136 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 17327
/proc/meminfo: memFree=1583544/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=4908 CPUtime=0.09
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 1112 0 0 0 9 0 0 0 18 0 1 0 228726603 5025792 931 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 1227 931 129 302 0 922 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4908

[startup+0.515177 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 17327
/proc/meminfo: memFree=1583544/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=6160 CPUtime=0.51
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 1440 0 0 0 50 1 0 0 21 0 1 0 228726603 6307840 1259 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 1540 1259 140 302 0 1235 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 6160

[startup+1.33526 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 17328
/proc/meminfo: memFree=1577584/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=8236 CPUtime=1.32
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 1951 0 0 0 131 1 0 0 25 0 1 0 228726603 8433664 1770 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 2059 1770 140 302 0 1754 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 8236

[startup+2.97144 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 17328
/proc/meminfo: memFree=1574576/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=12268 CPUtime=2.96
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 2953 0 0 0 294 2 0 0 25 0 1 0 228726603 12562432 2772 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 3067 2774 140 302 0 2762 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 12268

[startup+6.25078 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 17328
/proc/meminfo: memFree=1567024/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=19192 CPUtime=6.24
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 4691 0 0 0 619 5 0 0 25 0 1 0 228726603 19652608 4510 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 4798 4510 140 302 0 4493 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 19192

[startup+12.7035 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 17328
/proc/meminfo: memFree=1554032/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=31624 CPUtime=12.69
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 7788 0 0 0 1259 10 0 0 25 0 1 0 228726603 32382976 7607 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 7906 7607 140 302 0 7601 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31624

[startup+25.5058 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17328
/proc/meminfo: memFree=1533040/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=53084 CPUtime=25.49
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 13178 0 0 0 2531 18 0 0 25 0 1 0 228726603 54358016 12964 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 13271 12964 140 302 0 12966 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53084

[startup+51.1135 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17328
/proc/meminfo: memFree=1499696/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=85664 CPUtime=51.09
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 21364 0 0 0 5078 31 0 0 25 0 1 0 228726603 87719936 21085 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526559 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 21416 21085 140 302 0 21111 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85664

[startup+102.322 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17328
/proc/meminfo: memFree=1443760/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=141696 CPUtime=102.28
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 35393 0 0 0 10179 49 0 0 25 0 1 0 228726603 145096704 35114 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 35424 35114 140 302 0 35119 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 141696

[startup+162.343 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17328
/proc/meminfo: memFree=1387952/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=197092 CPUtime=162.28
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 49305 0 0 0 16160 68 0 0 25 0 1 0 228726603 201822208 48897 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 49273 48897 140 302 0 48968 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 197092

[startup+222.365 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17328
/proc/meminfo: memFree=1338864/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=246236 CPUtime=222.29
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 61627 0 0 0 22141 88 0 0 25 0 1 0 228726603 252145664 61219 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 61559 61219 140 302 0 61254 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 246236

[startup+282.382 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17328
/proc/meminfo: memFree=1299376/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=285524 CPUtime=282.29
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 71467 0 0 0 28125 104 0 0 25 0 1 0 228726603 292376576 71059 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 71381 71059 140 302 0 71076 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 285524

[startup+342.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17328
/proc/meminfo: memFree=1268912/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=316964 CPUtime=342.29
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 79355 0 0 0 34113 116 0 0 25 0 1 0 228726603 324571136 78690 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 79241 78690 140 302 0 78936 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 316964

[startup+402.445 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 17434
/proc/meminfo: memFree=1238904/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=345336 CPUtime=402.26
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 86447 0 0 0 40097 129 0 0 25 0 1 0 228726603 353624064 85782 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 86334 85782 140 302 0 86029 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 345336

[startup+462.491 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17526
/proc/meminfo: memFree=1203888/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=381176 CPUtime=462.24
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 95443 0 0 0 46079 145 0 0 25 0 1 0 228726603 390324224 94778 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 95294 94778 140 302 0 94989 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 381176

[startup+522.51 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 17526
/proc/meminfo: memFree=1172784/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=412468 CPUtime=522.23
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 103263 0 0 0 52064 159 0 0 25 0 1 0 228726603 422367232 102598 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 103117 102598 140 302 0 102812 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 412468

[startup+582.529 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 17526
/proc/meminfo: memFree=1147120/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=437644 CPUtime=582.24
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 109571 0 0 0 58054 170 0 0 25 0 1 0 228726603 448147456 108906 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 109411 108906 140 302 0 109106 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 437644

[startup+642.551 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17526
/proc/meminfo: memFree=1123376/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=461312 CPUtime=642.24
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 115520 0 0 0 64044 180 0 0 25 0 1 0 228726603 472383488 114855 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 115328 114855 140 302 0 115023 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 461312

[startup+702.571 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17526
/proc/meminfo: memFree=1100976/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=483824 CPUtime=702.24
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 121155 0 0 0 70035 189 0 0 25 0 1 0 228726603 495435776 120490 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 120956 120490 140 302 0 120651 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 483824

[startup+762.589 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17526
/proc/meminfo: memFree=1079664/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=505328 CPUtime=762.25
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 126514 0 0 0 76027 198 0 0 25 0 1 0 228726603 517455872 125849 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 126332 125849 140 302 0 126027 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 505328

[startup+822.614 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17526
/proc/meminfo: memFree=1053616/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=531032 CPUtime=822.25
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 132940 0 0 0 82014 211 0 0 25 0 1 0 228726603 543776768 132275 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 132758 132275 140 302 0 132453 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 531032

[startup+882.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17526
/proc/meminfo: memFree=1025392/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=559256 CPUtime=882.25
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 140005 0 0 0 88001 224 0 0 25 0 1 0 228726603 572678144 139340 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 139814 139340 140 302 0 139509 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 559256

[startup+942.648 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17526
/proc/meminfo: memFree=1001648/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=583012 CPUtime=942.25
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 145966 0 0 0 93991 234 0 0 25 0 1 0 228726603 597004288 145301 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 145753 145301 140 302 0 145448 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 583012

[startup+1002.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17526
/proc/meminfo: memFree=979312/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=605376 CPUtime=1002.25
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 151561 0 0 0 99982 243 0 0 25 0 1 0 228726603 619905024 150896 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 151344 150896 140 302 0 151039 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 605376

[startup+1062.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17526
/proc/meminfo: memFree=959536/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=626744 CPUtime=1062.26
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 156926 0 0 0 105975 251 0 0 25 0 1 0 228726603 641785856 155748 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 156686 155748 140 302 0 156381 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 626744

[startup+1122.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17526
/proc/meminfo: memFree=941040/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=645236 CPUtime=1122.26
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 161563 0 0 0 111967 259 0 0 25 0 1 0 228726603 660721664 160385 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 161309 160385 140 302 0 161004 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 645236

[startup+1182.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17526
/proc/meminfo: memFree=924656/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=661748 CPUtime=1182.27
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 165692 0 0 0 117961 266 0 0 25 0 1 0 228726603 677629952 164514 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 165437 164514 140 302 0 165132 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 661748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17526
/proc/meminfo: memFree=919536/2055920 swapFree=4176000/4192956
[pid=17327] ppid=17325 vsize=666652 CPUtime=1200.09
/proc/17327/stat : 17327 (Spear-32) R 17325 17327 16857 0 -1 4194304 166897 0 0 0 119741 268 0 0 25 0 1 0 228726603 682651648 165719 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558738 0 0 4096 0 0 0 0 17 1 0 0
/proc/17327/statm: 166663 165719 140 302 0 166358 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 666652

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.66
CPU time (s): 1200.2
CPU user time (s): 1197.42
CPU system time (s): 2.78358
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 666652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.42
system time used= 2.78358
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166897
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= 6
involuntary context switches= 3310

runsolver used 0.752885 second user time and 2.53461 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Wed Feb 21 19:54:50 UTC 2007

IDJOB= 305886
IDBENCH= 20167
IDSOLVER= 131
FILE ID= node67/305886-1172087690

PBS_JOBID= 3892834

Free space on /tmp= 66558 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v10000/unif-k3-r4.2-v10000-c42000-S1274869912-15.cnf
COMMAND LINE= /tmp/evaluation/305886-1172087690/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/305886-1172087690/instance-305886-1172087690.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-305886-1172087690 -o ROOT/results/node67/solver-305886-1172087690 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305886-1172087690/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/305886-1172087690/instance-305886-1172087690.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  85f01e7612ff708e962af999ed8ac14c

RANDOM SEED= 478990077

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.236
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.236
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:       1584080 kB
Buffers:         38932 kB
Cached:         370100 kB
SwapCached:      11616 kB
Active:         299300 kB
Inactive:       128108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584080 kB
SwapTotal:     4192956 kB
SwapFree:      4176000 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:          15620 kB
Slab:            30436 kB
Committed_AS:   730024 kB
PageTables:       1452 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= 66558 MiB

End job on node67 on Wed Feb 21 20:14:52 UTC 2007