Trace number 292479

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.06 1200.36

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1110074311-09.UNSAT.shuffled.cnf
MD5SUM02a107b9ff03aada11a30505baf8353d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark201.592
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51917
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/292479-1171754792/instance-292479-1171754792.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/node55/watcher-292479-1171754792 -o ROOT/results/node55/solver-292479-1171754792 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292479-1171754792/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292479-1171754792/instance-292479-1171754792.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: 0.99 0.98 0.95 3/64 31599
/proc/meminfo: memFree=519600/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=1396 CPUtime=0
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 195435672 1429504 167 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 349 167 128 302 0 44 0

[startup+0.10611 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 31599
/proc/meminfo: memFree=519600/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=1788 CPUtime=0.1
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 290 0 0 0 10 0 0 0 18 0 1 0 195435672 1830912 274 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 447 274 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.514148 s]
/proc/loadavg: 0.99 0.98 0.95 3/64 31599
/proc/meminfo: memFree=519600/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=2700 CPUtime=0.5
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 491 0 0 0 50 0 0 0 21 0 1 0 195435672 2764800 475 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 675 475 140 302 0 370 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2700

[startup+1.33423 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=517480/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=3732 CPUtime=1.32
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 742 0 0 0 131 1 0 0 25 0 1 0 195435672 3821568 726 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 933 726 140 302 0 628 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3732

[startup+2.97039 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=516328/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=4900 CPUtime=2.96
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 1057 0 0 0 294 2 0 0 25 0 1 0 195435672 5017600 1041 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 1225 1041 140 302 0 920 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4900

[startup+6.2467 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=514408/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=6712 CPUtime=6.23
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 1491 0 0 0 619 4 0 0 25 0 1 0 195435672 6873088 1442 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 1678 1442 140 302 0 1373 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 6712

[startup+12.7033 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=512040/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=8796 CPUtime=12.69
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 2026 0 0 0 1263 6 0 0 25 0 1 0 195435672 9007104 1977 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 2199 1977 140 302 0 1894 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8796

[startup+25.5086 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=508840/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=12328 CPUtime=25.49
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 2903 0 0 0 2539 10 0 0 25 0 1 0 195435672 12623872 2789 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 3082 2789 140 302 0 2777 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12328

[startup+51.1171 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=504488/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=16544 CPUtime=51.09
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 3952 0 0 0 5094 15 0 0 25 0 1 0 195435672 16941056 3838 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 4136 3838 140 302 0 3831 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16544

[startup+102.33 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=498344/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=23528 CPUtime=102.29
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 5642 0 0 0 10205 24 0 0 25 0 1 0 195435672 24092672 5399 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 5882 5399 140 302 0 5577 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 23528

[startup+162.356 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=492712/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=28976 CPUtime=162.3
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 7006 0 0 0 16198 32 0 0 25 0 1 0 195435672 29671424 6763 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 7244 6763 140 302 0 6939 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 28976

[startup+222.377 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=488104/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=33676 CPUtime=222.31
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 8162 0 0 0 22192 39 0 0 25 0 1 0 195435672 34484224 7919 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 8419 7919 140 302 0 8114 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 33676

[startup+282.397 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=483880/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=39160 CPUtime=282.31
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 9457 0 0 0 28185 46 0 0 25 0 1 0 195435672 40099840 8957 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 9790 8957 140 302 0 9485 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 39160

[startup+342.419 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=480104/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=43208 CPUtime=342.32
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 10421 0 0 0 34180 52 0 0 25 0 1 0 195435672 44244992 9921 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 10802 9921 140 302 0 10497 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 43208

[startup+402.442 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=477032/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=46460 CPUtime=402.33
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 11196 0 0 0 40176 57 0 0 25 0 1 0 195435672 47575040 10696 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 11615 10696 140 302 0 11310 0
Current children cumulated CPU time (s) 402.33
Current children cumulated vsize (KiB) 46460

[startup+462.462 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=474216/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=49344 CPUtime=462.34
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 11925 0 0 0 46171 63 0 0 25 0 1 0 195435672 50528256 11425 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 12336 11425 140 302 0 12031 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 49344

[startup+522.481 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=471400/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=52288 CPUtime=522.34
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 12622 0 0 0 52167 67 0 0 25 0 1 0 195435672 53542912 12122 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 13072 12122 140 302 0 12767 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 52288

[startup+582.5 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=468840/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=54660 CPUtime=582.35
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 13242 0 0 0 58164 71 0 0 25 0 1 0 195435672 55971840 12742 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 13665 12742 140 302 0 13360 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 54660

[startup+642.528 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=466408/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=57156 CPUtime=642.36
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 13841 0 0 0 64162 74 0 0 25 0 1 0 195435672 58527744 13341 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 14289 13341 140 302 0 13984 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 57156

[startup+702.551 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31600
/proc/meminfo: memFree=463528/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=60228 CPUtime=702.36
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 14558 0 0 0 70158 78 0 0 25 0 1 0 195435672 61673472 14058 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 15057 14058 140 302 0 14752 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 60228

[startup+762.575 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31602
/proc/meminfo: memFree=461416/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=62332 CPUtime=762.37
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 15100 0 0 0 76155 82 0 0 25 0 1 0 195435672 63827968 14600 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 15583 14600 140 302 0 15278 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 62332

[startup+822.599 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 31602
/proc/meminfo: memFree=459368/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=64264 CPUtime=822.38
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 15587 0 0 0 82153 85 0 0 25 0 1 0 195435672 65806336 15087 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 16066 15087 140 302 0 15761 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 64264

[startup+882.619 s]
/proc/loadavg: 1.07 1.00 0.96 2/65 31602
/proc/meminfo: memFree=456936/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=66872 CPUtime=882.39
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 16209 0 0 0 88150 89 0 0 25 0 1 0 195435672 68476928 15709 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 16718 15709 140 302 0 16413 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 66872

[startup+942.638 s]
/proc/loadavg: 1.03 1.00 0.96 2/65 31602
/proc/meminfo: memFree=454888/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=68664 CPUtime=942.39
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 16713 0 0 0 94147 92 0 0 25 0 1 0 195435672 70311936 16213 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 17166 16213 140 302 0 16861 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 68664

[startup+1002.66 s]
/proc/loadavg: 1.01 1.00 0.96 2/65 31602
/proc/meminfo: memFree=452840/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=72832 CPUtime=1002.4
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 17738 0 0 0 100144 96 0 0 25 0 1 0 195435672 74579968 16725 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 18208 16725 140 302 0 17903 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 72832

[startup+1062.69 s]
/proc/loadavg: 1.04 1.01 0.96 2/65 31602
/proc/meminfo: memFree=451112/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=74380 CPUtime=1062.41
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 18168 0 0 0 106142 99 0 0 25 0 1 0 195435672 76165120 17155 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 18595 17155 140 302 0 18290 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 74380

[startup+1122.71 s]
/proc/loadavg: 1.07 1.02 0.97 2/65 31602
/proc/meminfo: memFree=449064/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=77400 CPUtime=1122.42
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 18690 0 0 0 112140 102 0 0 25 0 1 0 195435672 79257600 17677 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 19350 17677 140 302 0 19045 0
Current children cumulated CPU time (s) 1122.42
Current children cumulated vsize (KiB) 77400

[startup+1182.73 s]
/proc/loadavg: 1.02 1.02 0.97 2/65 31602
/proc/meminfo: memFree=447336/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=79104 CPUtime=1182.42
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 19130 0 0 0 118137 105 0 0 25 0 1 0 195435672 81002496 18117 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 19776 18117 140 302 0 19471 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 79104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.35 s]
/proc/loadavg: 1.02 1.02 0.97 3/65 31602
/proc/meminfo: memFree=446760/2055920 swapFree=4183208/4192956
[pid=31599] ppid=31597 vsize=79748 CPUtime=1200.05
/proc/31599/stat : 31599 (Spear-32) R 31597 31599 30380 0 -1 4194304 19259 0 0 0 119899 106 0 0 25 0 1 0 195435672 81661952 18246 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31599/statm: 19937 18246 140 302 0 19632 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 79748

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.36
CPU time (s): 1200.06
CPU user time (s): 1198.99
CPU system time (s): 1.07284
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 79748

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

runsolver used 0.891864 second user time and 2.35364 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Sat Feb 17 23:26:32 UTC 2007

IDJOB= 292479
IDBENCH= 19840
IDSOLVER= 131
FILE ID= node55/292479-1171754792

PBS_JOBID= 3839465

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S1110074311-09.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292479-1171754792/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292479-1171754792/instance-292479-1171754792.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-292479-1171754792 -o ROOT/results/node55/solver-292479-1171754792 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292479-1171754792/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292479-1171754792/instance-292479-1171754792.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  02a107b9ff03aada11a30505baf8353d

RANDOM SEED= 880961893

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.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.247
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.247
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:        520008 kB
Buffers:         35812 kB
Cached:        1407656 kB
SwapCached:       3572 kB
Active:         618208 kB
Inactive:       834692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        520008 kB
SwapTotal:     4192956 kB
SwapFree:      4183208 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          15428 kB
Slab:            69108 kB
Committed_AS:   670720 kB
PageTables:       1380 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= 66563 MiB

End job on node55 on Sat Feb 17 23:46:35 UTC 2007