Trace number 332967

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 2007-02-12UNSAT 639.81 640.004

General information on the benchmark

Namecrafted/Medium/contest05/others/
gensys-ukn002.sat05-2744.reshuffled-07.cnf
MD5SUMa2019e53d39465096d989c5106a4e0ef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.1819
Satisfiable
(Un)Satisfiability was proved
Number of variables1697
Number of clauses8961
Sum of the clauses size79749
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2259
Number of clauses of size 31190
Number of clauses of size 4136
Number of clauses of size 5906
Number of clauses of size over 56443

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/332967-1173498082/instance-332967-1173498082.cnf
639.73/639.95	s UNSATISFIABLE
639.73/639.95	c runtime 639.89 [s]

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-332967-1173498082 -o ROOT/results/node4/solver-332967-1173498082 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332967-1173498082/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/332967-1173498082/instance-332967-1173498082.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: 1.00 1.00 1.00 3/77 17683
/proc/meminfo: memFree=1558376/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=1932 CPUtime=0
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 265 0 0 0 0 0 0 0 18 0 1 0 369763028 1978368 249 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134518170 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 483 249 128 302 0 178 0

[startup+0.06529 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 17683
/proc/meminfo: memFree=1558376/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=2468 CPUtime=0.06
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 418 0 0 0 6 0 0 0 18 0 1 0 369763028 2527232 402 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 617 402 141 302 0 312 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2468

[startup+0.101293 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 17683
/proc/meminfo: memFree=1558376/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=2600 CPUtime=0.09
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 449 0 0 0 9 0 0 0 18 0 1 0 369763028 2662400 433 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 650 433 141 302 0 345 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2600

[startup+0.301312 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 17683
/proc/meminfo: memFree=1558376/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=3116 CPUtime=0.29
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 569 0 0 0 26 3 0 0 19 0 1 0 369763028 3190784 553 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 779 553 141 302 0 474 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3116

[startup+0.70135 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 17683
/proc/meminfo: memFree=1558376/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=3768 CPUtime=0.69
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 753 0 0 0 65 4 0 0 23 0 1 0 369763028 3858432 737 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 942 737 141 302 0 637 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3768

[startup+1.50143 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17684
/proc/meminfo: memFree=1555488/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=4800 CPUtime=1.49
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 1014 0 0 0 143 6 0 0 25 0 1 0 369763028 4915200 998 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 1200 998 141 302 0 895 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4800

[startup+3.10158 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17684
/proc/meminfo: memFree=1554080/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=6472 CPUtime=3.09
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 1420 0 0 0 300 9 0 0 25 0 1 0 369763028 6627328 1404 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 1618 1404 141 302 0 1313 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6472

[startup+6.30188 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17684
/proc/meminfo: memFree=1551328/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=8784 CPUtime=6.3
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 1963 0 0 0 618 12 0 0 25 0 1 0 369763028 8994816 1947 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527098 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 2196 1947 141 302 0 1891 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 8784

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17684
/proc/meminfo: memFree=1548256/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=11408 CPUtime=12.69
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 2643 0 0 0 1256 13 0 0 25 0 1 0 369763028 11681792 2627 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 2852 2627 141 302 0 2547 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11408

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17684
/proc/meminfo: memFree=1544608/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=15200 CPUtime=25.48
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 3577 0 0 0 2530 18 0 0 25 0 1 0 369763028 15564800 3496 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 3800 3496 141 302 0 3495 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15200

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17684
/proc/meminfo: memFree=1539680/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=20376 CPUtime=51.07
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 4827 0 0 0 5083 24 0 0 25 0 1 0 369763028 20865024 4746 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 5094 4746 141 302 0 4789 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 20376

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1531232/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=29036 CPUtime=102.27
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 6990 0 0 0 10192 35 0 0 25 0 1 0 369763028 29732864 6780 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 7259 6780 141 302 0 6954 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 29036

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1524384/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=36392 CPUtime=162.25
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 8735 0 0 0 16179 46 0 0 25 0 1 0 369763028 37265408 8525 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 9098 8525 141 302 0 8793 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 36392

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1518432/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=43164 CPUtime=222.24
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 10456 0 0 0 22170 54 0 0 25 0 1 0 369763028 44199936 9989 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 10791 9989 141 302 0 10486 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 43164

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1513696/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=48152 CPUtime=282.22
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 11680 0 0 0 28162 60 0 0 25 0 1 0 369763028 49307648 11213 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 12038 11213 141 302 0 11733 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 48152

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1510944/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=50744 CPUtime=342.21
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 12352 0 0 0 34155 66 0 0 25 0 1 0 369763028 51961856 11885 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 12686 11885 141 302 0 12381 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 50744

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1506848/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=55076 CPUtime=402.19
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 13380 0 0 0 40148 71 0 0 25 0 1 0 369763028 56397824 12913 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 13769 12913 141 302 0 13464 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 55076

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1503264/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=58884 CPUtime=462.17
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 14280 0 0 0 46141 76 0 0 25 0 1 0 369763028 60297216 13813 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 14721 13813 141 302 0 14416 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 58884

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1500064/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=62440 CPUtime=522.16
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 15075 0 0 0 52135 81 0 0 25 0 1 0 369763028 63938560 14608 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 15610 14608 141 302 0 15305 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 62440

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1497248/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=65772 CPUtime=582.15
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 15875 0 0 0 58129 86 0 0 25 0 1 0 369763028 67350528 15408 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 16443 15408 141 302 0 16138 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 65772

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

[startup+614.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1494752/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=67724 CPUtime=614.14
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 16398 0 0 0 61325 89 0 0 25 0 1 0 369763028 69349376 15931 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 16931 15931 141 302 0 16626 0
Current children cumulated CPU time (s) 614.14
Current children cumulated vsize (KiB) 67724

[startup+627.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1493984/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=69328 CPUtime=626.93
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 16571 0 0 0 62603 90 0 0 25 0 1 0 369763028 70991872 16104 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 17332 16104 141 302 0 17027 0
Current children cumulated CPU time (s) 626.93
Current children cumulated vsize (KiB) 69328

[startup+633.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1493664/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=69712 CPUtime=633.34
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 16651 0 0 0 63244 90 0 0 25 0 1 0 369763028 71385088 16184 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 17428 16184 141 302 0 17123 0
Current children cumulated CPU time (s) 633.34
Current children cumulated vsize (KiB) 69712

[startup+636.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1493600/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=69848 CPUtime=636.53
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 16686 0 0 0 63563 90 0 0 25 0 1 0 369763028 71524352 16219 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 17462 16219 141 302 0 17157 0
Current children cumulated CPU time (s) 636.53
Current children cumulated vsize (KiB) 69848

[startup+638.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1493536/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=69848 CPUtime=638.14
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 16698 0 0 0 63723 91 0 0 25 0 1 0 369763028 71524352 16231 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 17462 16231 141 302 0 17157 0
Current children cumulated CPU time (s) 638.14
Current children cumulated vsize (KiB) 69848

[startup+639.105 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1493472/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=70020 CPUtime=638.94
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 16710 0 0 0 63803 91 0 0 25 0 1 0 369763028 71700480 16243 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 17505 16243 141 302 0 17200 0
Current children cumulated CPU time (s) 638.94
Current children cumulated vsize (KiB) 70020

[startup+639.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1493472/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=70020 CPUtime=639.33
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 16711 0 0 0 63842 91 0 0 25 0 1 0 369763028 71700480 16244 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 17505 16244 141 302 0 17200 0
Current children cumulated CPU time (s) 639.33
Current children cumulated vsize (KiB) 70020

[startup+639.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1493472/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=70020 CPUtime=639.73
/proc/17683/stat : 17683 (Spear-32) R 17681 17683 16475 0 -1 4194304 16713 0 0 0 63882 91 0 0 25 0 1 0 369763028 71700480 16246 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17683/statm: 17505 16246 141 302 0 17200 0
Current children cumulated CPU time (s) 639.73
Current children cumulated vsize (KiB) 70020

[startup+640.001 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17686
/proc/meminfo: memFree=1493472/2055920 swapFree=4153224/4192956
[pid=17683] ppid=17681 vsize=0 CPUtime=639.8
/proc/17683/stat : 17683 (Spear-32) D 17681 17683 16475 0 -1 4194308 16733 0 0 0 63888 92 0 0 25 0 1 0 369763028 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100051646 0 0 17 1 0 0
/proc/17683/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 639.8
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 640.004
CPU time (s): 639.81
CPU user time (s): 638.888
CPU system time (s): 0.921859
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 70020

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

runsolver used 0.694894 second user time and 1.64075 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Mar 10 03:41:22 UTC 2007

IDJOB= 332967
IDBENCH= 24592
IDSOLVER= 133
FILE ID= node4/332967-1173498082

PBS_JOBID= 4101108

Free space on /tmp= 66541 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/others/gensys-ukn002.sat05-2744.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332967-1173498082/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/332967-1173498082/instance-332967-1173498082.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-332967-1173498082 -o ROOT/results/node4/solver-332967-1173498082 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332967-1173498082/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/332967-1173498082/instance-332967-1173498082.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  a2019e53d39465096d989c5106a4e0ef

RANDOM SEED= 551201048

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:       1558848 kB
Buffers:         44060 kB
Cached:         376688 kB
SwapCached:       2824 kB
Active:         255480 kB
Inactive:       189060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1558848 kB
SwapTotal:     4192956 kB
SwapFree:      4153224 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:          30232 kB
Slab:            38132 kB
Committed_AS:  1275956 kB
PageTables:       1768 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= 66541 MiB

End job on node4 on Sat Mar 10 03:52:02 UTC 2007