Trace number 307280

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.5

General information on the benchmark

Namerandom/LargeSize/3SAT/v19000/
unif-k3-r4.2-v19000-c79800-S1314701073-08.cnf
MD5SUMfd5c93189113fd3fe98f3e154d2a7947
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1096.16
Satisfiable
(Un)Satisfiability was proved
Number of variables19000
Number of clauses79800
Sum of the clauses size239400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 379800
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/307280-1172116996/instance-307280-1172116996.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/node4/watcher-307280-1172116996 -o ROOT/results/node4/solver-307280-1172116996 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307280-1172116996/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307280-1172116996/instance-307280-1172116996.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.00 1.00 1.00 3/77 22429
/proc/meminfo: memFree=1420320/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=1932 CPUtime=0
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 265 0 0 0 0 0 0 0 18 0 1 0 231654483 1978368 249 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134515399 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 483 249 126 302 0 178 0

[startup+0.107619 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22429
/proc/meminfo: memFree=1420320/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=5796 CPUtime=0.09
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 1443 0 0 0 8 1 0 0 18 0 1 0 231654483 5935104 1085 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 1449 1085 129 302 0 1144 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5796

[startup+0.515659 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22429
/proc/meminfo: memFree=1420320/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=9300 CPUtime=0.51
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 2366 0 0 0 48 3 0 0 21 0 1 0 231654483 9523200 1910 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 2325 1910 140 302 0 2020 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9300

[startup+1.33574 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 22430
/proc/meminfo: memFree=1411992/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=10876 CPUtime=1.33
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 2767 0 0 0 130 3 0 0 25 0 1 0 231654483 11137024 2311 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 2719 2311 140 302 0 2414 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 10876

[startup+2.97189 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=1409816/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=13884 CPUtime=2.96
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 3521 0 0 0 292 4 0 0 25 0 1 0 231654483 14217216 3065 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 3471 3065 140 302 0 3166 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 13884

[startup+6.25521 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=1403224/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=20240 CPUtime=6.24
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 5099 0 0 0 619 5 0 0 25 0 1 0 231654483 20725760 4643 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527019 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 5060 4643 140 302 0 4755 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 20240

[startup+12.7098 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=1390808/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=31808 CPUtime=12.7
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 7989 0 0 0 1260 10 0 0 25 0 1 0 231654483 32571392 7533 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134538175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 7952 7533 140 302 0 7647 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 31808

[startup+25.5121 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=1370520/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=52812 CPUtime=25.49
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 13256 0 0 0 2532 17 0 0 25 0 1 0 231654483 54079488 12767 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 13203 12768 140 302 0 12898 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52812

[startup+51.1245 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=1332504/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=90008 CPUtime=51.1
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 22583 0 0 0 5082 28 0 0 25 0 1 0 231654483 92168192 22094 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 22502 22094 140 302 0 22197 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 90008

[startup+102.346 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=1270296/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=152996 CPUtime=102.31
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 38353 0 0 0 10186 45 0 0 25 0 1 0 231654483 156667904 37799 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 38249 37799 140 302 0 37944 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 152996

[startup+162.383 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=1208792/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=213208 CPUtime=162.33
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 53426 0 0 0 16169 64 0 0 25 0 1 0 231654483 218324992 52872 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527197 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 53302 52872 140 302 0 52997 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 213208

[startup+222.415 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=1149464/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=272872 CPUtime=222.35
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 68398 0 0 0 22154 81 0 0 25 0 1 0 231654483 279420928 67715 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 68218 67715 140 302 0 67913 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 272872

[startup+282.444 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=1104152/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=318516 CPUtime=282.37
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 79818 0 0 0 28142 95 0 0 25 0 1 0 231654483 326160384 79135 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 79629 79135 140 302 0 79324 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 318516

[startup+342.475 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=1057368/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=365404 CPUtime=342.38
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 91572 0 0 0 34127 111 0 0 25 0 1 0 231654483 374173696 90889 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 91351 90889 140 302 0 91046 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 365404

[startup+402.509 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=1012056/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=409788 CPUtime=402.4
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 102678 0 0 0 40114 126 0 0 25 0 1 0 231654483 419622912 101995 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 102447 101995 140 302 0 102142 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 409788

[startup+462.539 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=972760/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=449108 CPUtime=462.41
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 112548 0 0 0 46102 139 0 0 25 0 1 0 231654483 459886592 111865 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 112277 111865 140 302 0 111972 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 449108

[startup+522.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=935896/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=487004 CPUtime=522.42
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 122047 0 0 0 52091 151 0 0 25 0 1 0 231654483 498692096 121107 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 121751 121107 140 302 0 121446 0
Current children cumulated CPU time (s) 522.42
Current children cumulated vsize (KiB) 487004

[startup+582.604 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=893592/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=528636 CPUtime=582.45
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 132466 0 0 0 58079 166 0 0 25 0 1 0 231654483 541323264 131526 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 132159 131526 140 302 0 131854 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 528636

[startup+642.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=852760/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=569544 CPUtime=642.47
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 142724 0 0 0 64067 180 0 0 25 0 1 0 231654483 583213056 141784 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 142386 141784 140 302 0 142081 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 569544

[startup+702.672 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=815384/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=606868 CPUtime=702.48
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 152067 0 0 0 70057 191 0 0 25 0 1 0 231654483 621432832 151127 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 151717 151127 140 302 0 151412 0
Current children cumulated CPU time (s) 702.48
Current children cumulated vsize (KiB) 606868

[startup+762.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=785624/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=636632 CPUtime=762.5
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 159542 0 0 0 76050 200 0 0 25 0 1 0 231654483 651911168 158602 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 159158 158602 140 302 0 158853 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 636632

[startup+822.737 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=756824/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=664804 CPUtime=822.52
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 166597 0 0 0 82042 210 0 0 25 0 1 0 231654483 680759296 165657 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 166201 165657 140 302 0 165896 0
Current children cumulated CPU time (s) 822.52
Current children cumulated vsize (KiB) 664804

[startup+882.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=733144/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=688500 CPUtime=882.54
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 172524 0 0 0 88033 221 0 0 25 0 1 0 231654483 705024000 171584 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 172125 171584 140 302 0 171820 0
Current children cumulated CPU time (s) 882.54
Current children cumulated vsize (KiB) 688500

[startup+942.804 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=711640/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=709932 CPUtime=942.56
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 177904 0 0 0 94027 229 0 0 25 0 1 0 231654483 726970368 176964 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 177483 176964 140 302 0 177178 0
Current children cumulated CPU time (s) 942.56
Current children cumulated vsize (KiB) 709932

[startup+1002.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=689560/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=732020 CPUtime=1002.58
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 183422 0 0 0 100021 237 0 0 25 0 1 0 231654483 749588480 182482 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 183005 182482 140 302 0 182700 0
Current children cumulated CPU time (s) 1002.58
Current children cumulated vsize (KiB) 732020

[startup+1062.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=663896/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=757448 CPUtime=1062.6
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 189780 0 0 0 106016 244 0 0 25 0 1 0 231654483 775626752 188840 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 189362 188840 140 302 0 189057 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 757448

[startup+1122.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=627544/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=793732 CPUtime=1122.62
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 198896 0 0 0 112004 258 0 0 25 0 1 0 231654483 812781568 197956 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 198433 197956 140 302 0 198128 0
Current children cumulated CPU time (s) 1122.62
Current children cumulated vsize (KiB) 793732

[startup+1182.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=593752/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=827616 CPUtime=1182.63
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 207364 0 0 0 117996 267 0 0 25 0 1 0 231654483 847478784 206424 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 206904 206424 140 302 0 206599 0
Current children cumulated CPU time (s) 1182.63
Current children cumulated vsize (KiB) 827616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=585112/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=835780 CPUtime=1200.05
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4194304 209408 0 0 0 119734 271 0 0 25 0 1 0 231654483 855838720 208468 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 208945 208468 140 302 0 208640 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 835780

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

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

[startup+1200.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22430
/proc/meminfo: memFree=585112/2055920 swapFree=4192812/4192956
[pid=22429] ppid=22427 vsize=0 CPUtime=1200.16
/proc/22429/stat : 22429 (Spear-32) R 22427 22429 20901 0 -1 4195332 209408 0 0 0 119735 281 0 0 25 0 1 0 231654483 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/22429/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.5
CPU time (s): 1200.2
CPU user time (s): 1197.35
CPU system time (s): 2.84557
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 835780

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

runsolver used 1.2948 second user time and 2.97155 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Thu Feb 22 04:03:16 UTC 2007

IDJOB= 307280
IDBENCH= 20201
IDSOLVER= 131
FILE ID= node4/307280-1172116996

PBS_JOBID= 3865362

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  fd5c93189113fd3fe98f3e154d2a7947

RANDOM SEED= 306016505

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:       1420856 kB
Buffers:         56872 kB
Cached:         440344 kB
SwapCached:          0 kB
Active:         233572 kB
Inactive:       323880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1420856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3096 kB
Writeback:           0 kB
Mapped:          79124 kB
Slab:            63192 kB
Committed_AS:  1044692 kB
PageTables:       1772 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= 66545 MiB

End job on node4 on Thu Feb 22 04:23:19 UTC 2007