Trace number 332505

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 898.421 898.784

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
counting-easier-fphp-012-010.sat05-1214.reshuffled-07.cnf
MD5SUM474454876819689cbceb899d0d531b36
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.41578
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses1212
Sum of the clauses size2520
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21200
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512

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/332505-1173480425/instance-332505-1173480425.cnf
898.33/898.76	s UNSATISFIABLE
898.33/898.76	c runtime 898.54 [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/node13/watcher-332505-1173480425 -o ROOT/results/node13/solver-332505-1173480425 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332505-1173480425/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/332505-1173480425/instance-332505-1173480425.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.91 0.95 0.98 3/77 21995
/proc/meminfo: memFree=1573960/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=1396 CPUtime=0
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 367996915 1429504 177 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 349 177 140 302 0 44 0

[startup+0.0913669 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 21995
/proc/meminfo: memFree=1573960/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=1912 CPUtime=0.08
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 309 0 0 0 8 0 0 0 18 0 1 0 367996915 1957888 293 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 478 293 141 302 0 173 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1912

[startup+0.101368 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 21995
/proc/meminfo: memFree=1573960/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=1912 CPUtime=0.09
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 320 0 0 0 9 0 0 0 18 0 1 0 367996915 1957888 304 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 478 304 141 302 0 173 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1912

[startup+0.301394 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 21995
/proc/meminfo: memFree=1573960/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=2592 CPUtime=0.29
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 479 0 0 0 29 0 0 0 20 0 1 0 367996915 2654208 463 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 648 463 141 302 0 343 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2592

[startup+0.701448 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 21995
/proc/meminfo: memFree=1573960/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=3496 CPUtime=0.69
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 697 0 0 0 68 1 0 0 24 0 1 0 367996915 3579904 681 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 874 681 141 302 0 569 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3496

[startup+1.50155 s]
/proc/loadavg: 0.91 0.95 0.98 2/78 21996
/proc/meminfo: memFree=1571200/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=4812 CPUtime=1.49
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 1026 0 0 0 147 2 0 0 25 0 1 0 367996915 4927488 1010 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 1203 1010 141 302 0 898 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4812

[startup+3.10177 s]
/proc/loadavg: 0.91 0.95 0.98 2/78 21996
/proc/meminfo: memFree=1569536/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=6476 CPUtime=3.09
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 1440 0 0 0 305 4 0 0 25 0 1 0 367996915 6631424 1424 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 1619 1424 141 302 0 1314 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6476

[startup+6.30219 s]
/proc/loadavg: 0.92 0.95 0.98 2/78 21996
/proc/meminfo: memFree=1566784/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=9100 CPUtime=6.29
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 2076 0 0 0 623 6 0 0 25 0 1 0 367996915 9318400 2027 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 2275 2027 141 302 0 1970 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9100

[startup+12.701 s]
/proc/loadavg: 0.93 0.95 0.98 2/78 21996
/proc/meminfo: memFree=1563200/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=12472 CPUtime=12.69
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 2873 0 0 0 1261 8 0 0 25 0 1 0 367996915 12771328 2824 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 3118 2824 141 302 0 2813 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12472

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.98 2/78 21996
/proc/meminfo: memFree=1558336/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=17396 CPUtime=25.48
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 4085 0 0 0 2536 12 0 0 25 0 1 0 367996915 17813504 3971 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 4349 3971 141 302 0 4044 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17396

[startup+51.1012 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 21996
/proc/meminfo: memFree=1551104/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=24976 CPUtime=51.07
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 5898 0 0 0 5088 19 0 0 25 0 1 0 367996915 25575424 5784 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 6244 5784 141 302 0 5939 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 24976

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/78 21996
/proc/meminfo: memFree=1541312/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=35636 CPUtime=102.27
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 8421 0 0 0 10198 29 0 0 25 0 1 0 367996915 36491264 8178 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 8909 8178 141 302 0 8604 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 35636

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21996
/proc/meminfo: memFree=1533696/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=44824 CPUtime=162.24
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 10320 0 0 0 16189 35 0 0 25 0 1 0 367996915 45899776 10077 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527019 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 11206 10077 141 302 0 10901 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 44824

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21996
/proc/meminfo: memFree=1528896/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=50088 CPUtime=222.22
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 11522 0 0 0 22182 40 0 0 25 0 1 0 367996915 51290112 11279 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 12522 11279 141 302 0 12217 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 50088

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21996
/proc/meminfo: memFree=1522880/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=56644 CPUtime=282.2
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 13019 0 0 0 28174 46 0 0 25 0 1 0 367996915 58003456 12776 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 14161 12776 141 302 0 13856 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 56644

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21996
/proc/meminfo: memFree=1516416/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=64196 CPUtime=342.18
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 14876 0 0 0 34165 53 0 0 25 0 1 0 367996915 65736704 14376 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 16049 14376 141 302 0 15744 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 64196

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21996
/proc/meminfo: memFree=1509952/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=72736 CPUtime=402.17
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 16595 0 0 0 40158 59 0 0 25 0 1 0 367996915 74481664 16095 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 18184 16095 141 302 0 17879 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 72736

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21996
/proc/meminfo: memFree=1507008/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=75556 CPUtime=462.15
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 17231 0 0 0 46152 63 0 0 25 0 1 0 367996915 77369344 16731 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 18889 16731 141 302 0 18584 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 75556

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21996
/proc/meminfo: memFree=1504704/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=77992 CPUtime=522.13
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 17815 0 0 0 52147 66 0 0 25 0 1 0 367996915 79863808 17315 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 19498 17315 141 302 0 19193 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 77992

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21996
/proc/meminfo: memFree=1502208/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=80552 CPUtime=582.11
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 18433 0 0 0 58143 68 0 0 25 0 1 0 367996915 82485248 17933 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 20138 17933 141 302 0 19833 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 80552

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21996
/proc/meminfo: memFree=1499392/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=83264 CPUtime=642.09
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 19140 0 0 0 64138 71 0 0 25 0 1 0 367996915 85262336 18640 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 20816 18640 141 302 0 20511 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 83264

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21996
/proc/meminfo: memFree=1497152/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=85852 CPUtime=702.07
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 19693 0 0 0 70133 74 0 0 25 0 1 0 367996915 87912448 19193 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 21463 19193 141 302 0 21158 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 85852

[startup+762.306 s]
/proc/loadavg: 1.24 1.03 1.00 2/78 21996
/proc/meminfo: memFree=1495296/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=87772 CPUtime=762.06
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 20170 0 0 0 76129 77 0 0 25 0 1 0 367996915 89878528 19670 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 21943 19670 141 302 0 21638 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 87772

[startup+822.302 s]
/proc/loadavg: 1.16 1.04 1.00 2/78 21996
/proc/meminfo: memFree=1492736/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=90844 CPUtime=822.04
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 20819 0 0 0 82122 82 0 0 25 0 1 0 367996915 93024256 20319 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 22711 20319 141 302 0 22406 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 90844

[startup+882.302 s]
/proc/loadavg: 1.12 1.05 1.00 2/84 22120
/proc/meminfo: memFree=1488952/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=94044 CPUtime=881.96
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 21424 0 0 0 88111 85 0 0 25 0 1 0 367996915 96301056 20924 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 23511 20924 141 302 0 23206 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 94044

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

[startup+883.101 s]
/proc/loadavg: 1.12 1.05 1.00 2/84 22120
/proc/meminfo: memFree=1488952/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=94044 CPUtime=882.75
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 21429 0 0 0 88190 85 0 0 25 0 1 0 367996915 96301056 20929 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 23511 20929 141 302 0 23206 0
Current children cumulated CPU time (s) 882.75
Current children cumulated vsize (KiB) 94044

[startup+889.502 s]
/proc/loadavg: 1.11 1.05 1.00 2/84 22134
/proc/meminfo: memFree=1488760/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=94172 CPUtime=889.14
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 21468 0 0 0 88829 85 0 0 25 0 1 0 367996915 96432128 20968 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 23543 20968 141 302 0 23238 0
Current children cumulated CPU time (s) 889.14
Current children cumulated vsize (KiB) 94172

[startup+892.701 s]
/proc/loadavg: 1.10 1.04 1.00 2/84 22152
/proc/meminfo: memFree=1488632/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=94300 CPUtime=892.33
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 21488 0 0 0 89148 85 0 0 25 0 1 0 367996915 96563200 20988 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 23575 20988 141 302 0 23270 0
Current children cumulated CPU time (s) 892.33
Current children cumulated vsize (KiB) 94300

[startup+895.903 s]
/proc/loadavg: 1.10 1.04 1.00 2/84 22154
/proc/meminfo: memFree=1488632/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=94300 CPUtime=895.53
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 21514 0 0 0 89468 85 0 0 25 0 1 0 367996915 96563200 21014 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 23575 21014 141 302 0 23270 0
Current children cumulated CPU time (s) 895.53
Current children cumulated vsize (KiB) 94300

[startup+897.501 s]
/proc/loadavg: 1.10 1.04 1.00 2/84 22160
/proc/meminfo: memFree=1488504/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=94428 CPUtime=897.13
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 21521 0 0 0 89628 85 0 0 25 0 1 0 367996915 96694272 21021 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 23607 21021 141 302 0 23302 0
Current children cumulated CPU time (s) 897.13
Current children cumulated vsize (KiB) 94428

[startup+898.301 s]
/proc/loadavg: 1.10 1.04 1.00 2/84 22160
/proc/meminfo: memFree=1488504/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=94428 CPUtime=897.92
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 21523 0 0 0 89707 85 0 0 25 0 1 0 367996915 96694272 21023 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 23607 21023 141 302 0 23302 0
Current children cumulated CPU time (s) 897.92
Current children cumulated vsize (KiB) 94428

[startup+898.705 s]
/proc/loadavg: 1.10 1.04 1.00 2/84 22160
/proc/meminfo: memFree=1488504/2055920 swapFree=4158920/4192956
[pid=21995] ppid=21993 vsize=94428 CPUtime=898.33
/proc/21995/stat : 21995 (Spear-32) R 21993 21995 21546 0 -1 4194304 21523 0 0 0 89748 85 0 0 25 0 1 0 367996915 96694272 21023 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21995/statm: 23607 21023 141 302 0 23302 0
Current children cumulated CPU time (s) 898.33
Current children cumulated vsize (KiB) 94428

Child status: 20
Real time (s): 898.784
CPU time (s): 898.421
CPU user time (s): 897.548
CPU system time (s): 0.873867
CPU usage (%): 99.9597
Max. virtual memory (cumulated for all children) (KiB): 94428

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

runsolver used 0.941856 second user time and 2.33364 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Fri Mar  9 22:47:05 UTC 2007

IDJOB= 332505
IDBENCH= 24581
IDSOLVER= 133
FILE ID= node13/332505-1173480425

PBS_JOBID= 4101082

Free space on /tmp= 66370 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/sabharwal/counting-easier-fphp-012-010.sat05-1214.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332505-1173480425/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/332505-1173480425/instance-332505-1173480425.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-332505-1173480425 -o ROOT/results/node13/solver-332505-1173480425 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332505-1173480425/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/332505-1173480425/instance-332505-1173480425.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  474454876819689cbceb899d0d531b36

RANDOM SEED= 863393067

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:       1574432 kB
Buffers:         47532 kB
Cached:         346412 kB
SwapCached:       2156 kB
Active:         157696 kB
Inactive:       259200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1574432 kB
SwapTotal:     4192956 kB
SwapFree:      4158920 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          30992 kB
Slab:            50208 kB
Committed_AS:  1581328 kB
PageTables:       1744 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= 66370 MiB

End job on node13 on Fri Mar  9 23:02:03 UTC 2007