Trace number 306010

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 FH 1.0? (TO) 1200.16 1200.45

General information on the benchmark

Namerandom/LargeSize/3SAT/v10000/
unif-k3-r4.2-v10000-c42000-S1438185261-13.cnf
MD5SUM0b752d88128a6aad2af39810d467334c
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/306010-1172090277/instance-306010-1172090277.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/node25/watcher-306010-1172090277 -o ROOT/results/node25/solver-306010-1172090277 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306010-1172090277/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/306010-1172090277/instance-306010-1172090277.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.92 0.98 0.99 3/64 10431
/proc/meminfo: memFree=1597296/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=1932 CPUtime=0
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 3649931 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 483 247 126 302 0 178 0

[startup+0.107371 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10431
/proc/meminfo: memFree=1597296/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=4908 CPUtime=0.1
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 1107 0 0 0 10 0 0 0 18 0 1 0 3649931 5025792 926 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 1227 926 129 302 0 922 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4908

[startup+0.515406 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10431
/proc/meminfo: memFree=1597296/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=6176 CPUtime=0.5
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 1434 0 0 0 50 0 0 0 21 0 1 0 3649931 6324224 1253 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 1544 1253 140 302 0 1239 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6176

[startup+1.33548 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 10432
/proc/meminfo: memFree=1591080/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=8368 CPUtime=1.33
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 1994 0 0 0 132 1 0 0 25 0 1 0 3649931 8568832 1813 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 2092 1813 140 302 0 1787 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 8368

[startup+2.97163 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 10432
/proc/meminfo: memFree=1587688/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=12796 CPUtime=2.96
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 3098 0 0 0 294 2 0 0 25 0 1 0 3649931 13103104 2917 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 3199 2917 140 302 0 2894 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 12796

[startup+6.25193 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 10432
/proc/meminfo: memFree=1580072/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=19864 CPUtime=6.24
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 4853 0 0 0 620 4 0 0 25 0 1 0 3649931 20340736 4672 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 4966 4674 140 302 0 4661 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 19864

[startup+12.7045 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 10432
/proc/meminfo: memFree=1566760/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=32380 CPUtime=12.69
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 7997 0 0 0 1262 7 0 0 25 0 1 0 3649931 33157120 7816 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 8095 7816 140 302 0 7790 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32380

[startup+25.5067 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 10432
/proc/meminfo: memFree=1546472/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=53236 CPUtime=25.49
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 13209 0 0 0 2536 13 0 0 25 0 1 0 3649931 54513664 12995 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 13309 12995 140 302 0 13004 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53236

[startup+51.111 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1513640/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=85448 CPUtime=51.09
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 21302 0 0 0 5086 23 0 0 25 0 1 0 3649931 87498752 21023 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 21362 21023 140 302 0 21057 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85448

[startup+102.32 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1462184/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=137004 CPUtime=102.28
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 34224 0 0 0 10186 42 0 0 25 0 1 0 3649931 140292096 33945 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 34251 33945 140 302 0 33946 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 137004

[startup+162.337 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1408552/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=190112 CPUtime=162.29
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 47577 0 0 0 16164 65 0 0 25 0 1 0 3649931 194674688 47169 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 47528 47169 140 302 0 47223 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 190112

[startup+222.355 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1360808/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=237788 CPUtime=222.29
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 59517 0 0 0 22146 83 0 0 25 0 1 0 3649931 243494912 59109 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 59447 59109 140 302 0 59142 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 237788

[startup+282.368 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1323560/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=274960 CPUtime=282.29
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 68841 0 0 0 28133 96 0 0 25 0 1 0 3649931 281559040 68433 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 68740 68433 140 302 0 68435 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 274960

[startup+342.382 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1292968/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=306728 CPUtime=342.29
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 76780 0 0 0 34121 108 0 0 25 0 1 0 3649931 314089472 76115 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 76682 76115 140 302 0 76377 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 306728

[startup+402.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1258984/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=340164 CPUtime=402.3
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 85162 0 0 0 40105 125 0 0 25 0 1 0 3649931 348327936 84497 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 85041 84497 140 302 0 84736 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 340164

[startup+462.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1223016/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=376016 CPUtime=462.29
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 94153 0 0 0 46089 140 0 0 25 0 1 0 3649931 385040384 93488 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 94004 93488 140 302 0 93699 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 376016

[startup+522.437 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1195240/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=403804 CPUtime=522.3
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 101105 0 0 0 52079 151 0 0 25 0 1 0 3649931 413495296 100440 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 100951 100440 140 302 0 100646 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 403804

[startup+582.449 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1169192/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=429436 CPUtime=582.3
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 107521 0 0 0 58069 161 0 0 25 0 1 0 3649931 439742464 106856 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 107359 106856 140 302 0 107054 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 429436

[startup+642.469 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1147304/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=451292 CPUtime=642.3
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 113000 0 0 0 64061 169 0 0 25 0 1 0 3649931 462123008 112335 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 112823 112335 140 302 0 112518 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 451292

[startup+702.487 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1128040/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=470544 CPUtime=702.3
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 117810 0 0 0 70054 176 0 0 25 0 1 0 3649931 481837056 117145 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 117636 117145 140 302 0 117331 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 470544

[startup+762.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1108520/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=490052 CPUtime=762.31
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 122706 0 0 0 76047 184 0 0 25 0 1 0 3649931 501813248 122041 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 122513 122041 140 302 0 122208 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 490052

[startup+822.524 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1081448/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=516796 CPUtime=822.32
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 129400 0 0 0 82035 197 0 0 25 0 1 0 3649931 529199104 128735 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 129199 128735 140 302 0 128894 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 516796

[startup+882.537 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1050664/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=547660 CPUtime=882.31
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 137121 0 0 0 88021 210 0 0 25 0 1 0 3649931 560803840 136456 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 136915 136456 140 302 0 136610 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 547660

[startup+942.554 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1026728/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=571584 CPUtime=942.32
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 143113 0 0 0 94012 220 0 0 25 0 1 0 3649931 585302016 142448 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558739 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 142896 142448 140 302 0 142591 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 571584

[startup+1002.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=1003880/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=596312 CPUtime=1002.32
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 149341 0 0 0 100003 229 0 0 25 0 1 0 3649931 610623488 148163 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 149078 148163 140 302 0 148773 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 596312

[startup+1062.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=981096/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=618808 CPUtime=1062.32
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 154951 0 0 0 105992 240 0 0 25 0 1 0 3649931 633659392 153773 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 154702 153773 140 302 0 154397 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 618808

[startup+1122.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=961896/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=638080 CPUtime=1122.33
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 159776 0 0 0 111984 249 0 0 25 0 1 0 3649931 653393920 158598 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 159520 158598 140 302 0 159215 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 638080

[startup+1182.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=945000/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=654944 CPUtime=1182.34
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 164012 0 0 0 117977 257 0 0 25 0 1 0 3649931 670662656 162834 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 163736 162834 140 302 0 163431 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 654944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=939624/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=660104 CPUtime=1200.06
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 165295 0 0 0 119747 259 0 0 25 0 1 0 3649931 675946496 164117 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 165026 164117 140 302 0 164721 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 660104

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

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

[startup+1200.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10432
/proc/meminfo: memFree=939624/2055920 swapFree=4192956/4192956
[pid=10431] ppid=10429 vsize=660104 CPUtime=1200.06
/proc/10431/stat : 10431 (Spear-32) R 10429 10431 9652 0 -1 4194304 165295 0 0 0 119747 259 0 0 25 0 1 0 3649931 675946496 164117 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10431/statm: 165026 164117 140 302 0 164721 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 660104

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.16
CPU user time (s): 1197.47
CPU system time (s): 2.69059
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 660104

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

runsolver used 0.811876 second user time and 2.39663 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Wed Feb 21 20:37:57 UTC 2007

IDJOB= 306010
IDBENCH= 20170
IDSOLVER= 132
FILE ID= node25/306010-1172090277

PBS_JOBID= 3892838

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  0b752d88128a6aad2af39810d467334c

RANDOM SEED= 601007878

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1597704 kB
Buffers:         33220 kB
Cached:         340848 kB
SwapCached:          0 kB
Active:         162064 kB
Inactive:       227240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1597704 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:          25440 kB
Slab:            54900 kB
Committed_AS:    66604 kB
PageTables:       1468 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= 66561 MiB

End job on node25 on Wed Feb 21 20:57:59 UTC 2007