Trace number 336787

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.08 1200.55

General information on the benchmark

Namecrafted/Hard/contest02/
ezfact256_1.sat05-464.reshuffled-07.cnf
MD5SUM69151394f3e0e8838dc6693844061945
Bench CategoryCRAFTED (crafted 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 variables49153
Number of clauses324873
Sum of the clauses size1232169
Maximum clause length4
Minimum clause length1
Number of clauses of size 1257
Number of clauses of size 20
Number of clauses of size 366552
Number of clauses of size 4258064
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/336787-1173653752/instance-336787-1173653752.cnf

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.99 0.99 3/77 31346
/proc/meminfo: memFree=1082432/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=1932 CPUtime=0
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 385329936 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 483 247 126 302 0 178 0

[startup+0.0281181 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 31346
/proc/meminfo: memFree=1082432/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=4088 CPUtime=0.02
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 837 0 0 0 2 0 0 0 18 0 1 0 385329936 4186112 689 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134513431 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 1022 694 126 302 0 717 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4088

[startup+0.101126 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 31346
/proc/meminfo: memFree=1082432/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=8164 CPUtime=0.09
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 2410 0 0 0 8 1 0 0 18 0 1 0 385329936 8359936 1634 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 2041 1634 129 302 0 1736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8164

[startup+0.301148 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 31346
/proc/meminfo: memFree=1082432/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=11608 CPUtime=0.29
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 3309 0 0 0 27 2 0 0 19 0 1 0 385329936 11886592 2500 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 2902 2500 129 302 0 2597 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11608

[startup+0.701196 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 31346
/proc/meminfo: memFree=1082432/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=18580 CPUtime=0.69
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 5175 0 0 0 66 3 0 0 23 0 1 0 385329936 19025920 4172 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 4645 4173 129 302 0 4340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18580

[startup+1.50129 s]
/proc/loadavg: 0.92 0.99 0.99 2/78 31347
/proc/meminfo: memFree=1061240/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=30296 CPUtime=1.49
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 8234 0 0 0 144 5 0 0 25 0 1 0 385329936 31023104 6974 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 7574 6974 140 302 0 7269 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30296

[startup+3.10148 s]
/proc/loadavg: 0.92 0.99 0.99 2/78 31347
/proc/meminfo: memFree=1051192/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=34568 CPUtime=3.09
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 9402 0 0 0 301 8 0 0 25 0 1 0 385329936 35397632 8062 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 8642 8062 145 302 0 8337 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34568

[startup+6.30186 s]
/proc/loadavg: 0.93 0.99 0.99 2/78 31347
/proc/meminfo: memFree=1048376/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=37036 CPUtime=6.29
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 10017 0 0 0 617 12 0 0 25 0 1 0 385329936 37924864 8644 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524775 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 9259 8644 145 302 0 8954 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37036

[startup+12.7016 s]
/proc/loadavg: 0.93 0.99 0.99 2/78 31347
/proc/meminfo: memFree=1045632/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=39772 CPUtime=12.69
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 10713 0 0 0 1253 16 0 0 25 0 1 0 385329936 40726528 9340 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 9943 9340 145 302 0 9638 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39772

[startup+25.5011 s]
/proc/loadavg: 0.95 0.99 0.99 2/78 31347
/proc/meminfo: memFree=1041152/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=44212 CPUtime=25.48
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 11820 0 0 0 2526 22 0 0 25 0 1 0 385329936 45273088 10445 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134525057 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 11053 10445 145 302 0 10748 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44212

[startup+51.1011 s]
/proc/loadavg: 0.96 0.99 0.99 2/78 31347
/proc/meminfo: memFree=1034944/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=50444 CPUtime=51.06
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 13399 0 0 0 5076 30 0 0 25 0 1 0 385329936 51654656 11991 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 12611 11991 145 302 0 12306 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 50444

[startup+102.305 s]
/proc/loadavg: 0.98 0.99 0.99 2/78 31347
/proc/meminfo: memFree=1022976/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=62600 CPUtime=102.26
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 16456 0 0 0 10181 45 0 0 25 0 1 0 385329936 64102400 14980 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 15650 14980 145 302 0 15345 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 62600

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31347
/proc/meminfo: memFree=1009472/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=76068 CPUtime=162.23
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 19903 0 0 0 16166 57 0 0 25 0 1 0 385329936 77893632 18393 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 19017 18393 145 302 0 18712 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 76068

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31347
/proc/meminfo: memFree=997248/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=87972 CPUtime=222.22
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 22869 0 0 0 22160 62 0 0 25 0 1 0 385329936 90083328 21358 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524702 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 21993 21358 145 302 0 21688 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 87972

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31347
/proc/meminfo: memFree=992704/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=92472 CPUtime=282.2
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 24006 0 0 0 28153 67 0 0 25 0 1 0 385329936 94691328 22491 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 23118 22491 145 302 0 22813 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 92472

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/84 31461
/proc/meminfo: memFree=988992/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=94824 CPUtime=342.13
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 24594 0 0 0 34145 68 0 0 25 0 1 0 385329936 97099776 23079 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 23706 23079 145 302 0 23401 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 94824

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=986432/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=98428 CPUtime=402.05
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 25523 0 0 0 40135 70 0 0 25 0 1 0 385329936 100790272 24007 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 24607 24007 145 302 0 24302 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 98428

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=979648/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=105328 CPUtime=462.04
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 27253 0 0 0 46129 75 0 0 25 0 1 0 385329936 107855872 25737 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 26332 25737 145 302 0 26027 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 105328

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=960384/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=125344 CPUtime=522.02
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 32244 0 0 0 52122 80 0 0 25 0 1 0 385329936 128352256 30599 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 31336 30599 145 302 0 31031 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 125344

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=940672/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=144852 CPUtime=582
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 37138 0 0 0 58114 86 0 0 25 0 1 0 385329936 148328448 35493 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 36213 35493 145 302 0 35908 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 144852

[startup+642.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=921088/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=164284 CPUtime=641.99
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 41987 0 0 0 64108 91 0 0 25 0 1 0 385329936 168226816 40342 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 41071 40342 145 302 0 40766 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 164284

[startup+702.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=902016/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=183380 CPUtime=701.97
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 46776 0 0 0 70100 97 0 0 25 0 1 0 385329936 187781120 45131 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134538375 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 45845 45131 145 302 0 45540 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 183380

[startup+762.306 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=882496/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=202852 CPUtime=761.95
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 51630 0 0 0 76093 102 0 0 25 0 1 0 385329936 207720448 49985 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524770 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 50713 49985 145 302 0 50408 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 202852

[startup+822.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=863488/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=221896 CPUtime=821.93
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 56413 0 0 0 82085 108 0 0 25 0 1 0 385329936 227221504 54768 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524748 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 55474 54768 145 302 0 55169 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 221896

[startup+882.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=844352/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=240824 CPUtime=881.91
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 61149 0 0 0 88078 113 0 0 25 0 1 0 385329936 246603776 59504 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 60206 59504 145 302 0 59901 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 240824

[startup+942.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=825792/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=259592 CPUtime=941.9
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 65836 0 0 0 94072 118 0 0 25 0 1 0 385329936 265822208 64191 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524520 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 64898 64191 145 302 0 64593 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 259592

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=809984/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=275132 CPUtime=1001.87
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 69723 0 0 0 100064 123 0 0 25 0 1 0 385329936 281735168 68077 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526665 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 68783 68077 145 302 0 68478 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 275132

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=801280/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=283896 CPUtime=1061.86
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 71960 0 0 0 106061 125 0 0 25 0 1 0 385329936 290709504 70273 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134525057 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 70974 70273 145 302 0 70669 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 283896

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=794560/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=290568 CPUtime=1121.85
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 73628 0 0 0 112057 128 0 0 25 0 1 0 385329936 297541632 71936 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 72642 71936 145 302 0 72337 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 290568

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=784704/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=300512 CPUtime=1181.82
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 76115 0 0 0 118051 131 0 0 25 0 1 0 385329936 307724288 74423 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524783 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 75128 74423 145 302 0 74823 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 300512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=781440/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=303548 CPUtime=1200.02
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 76881 0 0 0 119870 132 0 0 25 0 1 0 385329936 310833152 75189 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 75887 75189 145 302 0 75582 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 303548

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 31545
/proc/meminfo: memFree=781440/2055920 swapFree=4169972/4192956
[pid=31346] ppid=31344 vsize=303548 CPUtime=1200.02
/proc/31346/stat : 31346 (Spear-32) R 31344 31346 31237 0 -1 4194304 76881 0 0 0 119870 132 0 0 25 0 1 0 385329936 310833152 75189 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31346/statm: 75887 75189 145 302 0 75582 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 303548

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.08
CPU user time (s): 1198.71
CPU system time (s): 1.37279
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (KiB): 303548

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

runsolver used 1.27381 second user time and 3.10053 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Mar 11 22:55:54 UTC 2007

IDJOB= 336787
IDBENCH= 24683
IDSOLVER= 131
FILE ID= node11/336787-1173653752

PBS_JOBID= 4101389

Free space on /tmp= 66224 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest02/ezfact256_1.sat05-464.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336787-1173653752/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/336787-1173653752/instance-336787-1173653752.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-336787-1173653752 -o ROOT/results/node11/solver-336787-1173653752 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336787-1173653752/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/336787-1173653752/instance-336787-1173653752.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  69151394f3e0e8838dc6693844061945

RANDOM SEED= 270036509

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1082840 kB
Buffers:         58356 kB
Cached:         816324 kB
SwapCached:       2248 kB
Active:         474152 kB
Inactive:       423144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1082840 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:            9724 kB
Writeback:           0 kB
Mapped:          30720 kB
Slab:            61248 kB
Committed_AS:  1222068 kB
PageTables:       1756 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= 66224 MiB

End job on node11 on Sun Mar 11 23:15:56 UTC 2007