Trace number 335865

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-12? (TO) 1200.08 1200.55

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-018-017.sat05-1231.reshuffled-07.cnf
MD5SUM0ce167d7a0126df2b5481aeca929a46c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark285.775
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of clauses5067
Sum of the clauses size10404
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25049
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

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/335865-1173635830/instance-335865-1173635830.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/node21/watcher-335865-1173635830 -o ROOT/results/node21/solver-335865-1173635830 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335865-1173635830/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335865-1173635830/instance-335865-1173635830.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.99 0.97 0.99 3/77 7033
/proc/meminfo: memFree=1882400/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=1528 CPUtime=0
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 201 0 0 0 0 0 0 0 18 0 1 0 89553794 1564672 185 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134866843 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 382 185 128 302 0 77 0

[startup+0.0346449 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 7033
/proc/meminfo: memFree=1882400/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=1820 CPUtime=0.03
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 300 0 0 0 3 0 0 0 18 0 1 0 89553794 1863680 284 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 455 284 141 302 0 150 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1820

[startup+0.101651 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 7033
/proc/meminfo: memFree=1882400/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=2340 CPUtime=0.09
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 403 0 0 0 9 0 0 0 18 0 1 0 89553794 2396160 387 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 585 387 141 302 0 280 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2340

[startup+0.301673 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 7033
/proc/meminfo: memFree=1882400/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=3244 CPUtime=0.29
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 639 0 0 0 29 0 0 0 19 0 1 0 89553794 3321856 623 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 811 623 141 302 0 506 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3244

[startup+0.701716 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 7033
/proc/meminfo: memFree=1882400/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=4560 CPUtime=0.69
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 975 0 0 0 68 1 0 0 23 0 1 0 89553794 4669440 959 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 1140 959 141 302 0 835 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4560

[startup+1.5018 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7034
/proc/meminfo: memFree=1878424/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=6376 CPUtime=1.49
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 1430 0 0 0 147 2 0 0 25 0 1 0 89553794 6529024 1414 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 1594 1414 141 302 0 1289 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6376

[startup+3.10198 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7034
/proc/meminfo: memFree=1876120/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=9640 CPUtime=3.09
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 2212 0 0 0 306 3 0 0 25 0 1 0 89553794 9871360 2196 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 2410 2196 141 302 0 2105 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9640

[startup+6.30133 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7034
/proc/meminfo: memFree=1870232/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=14588 CPUtime=6.29
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 3446 0 0 0 624 5 0 0 25 0 1 0 89553794 14938112 3397 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 3647 3397 141 302 0 3342 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14588

[startup+12.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7034
/proc/meminfo: memFree=1862232/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=21908 CPUtime=12.68
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 5294 0 0 0 1260 8 0 0 25 0 1 0 89553794 22433792 5245 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 5477 5245 141 302 0 5172 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21908

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7034
/proc/meminfo: memFree=1852312/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=32000 CPUtime=25.48
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 7754 0 0 0 2534 14 0 0 25 0 1 0 89553794 32768000 7640 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 8000 7640 141 302 0 7695 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32000

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7034
/proc/meminfo: memFree=1836952/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=47568 CPUtime=51.07
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 11614 0 0 0 5086 21 0 0 25 0 1 0 89553794 48709632 11500 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 11892 11500 141 302 0 11587 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47568

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7034
/proc/meminfo: memFree=1812760/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=72424 CPUtime=102.27
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 17725 0 0 0 10192 35 0 0 25 0 1 0 89553794 74162176 17482 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 18106 17482 141 302 0 17801 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 72424

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7034
/proc/meminfo: memFree=1790296/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=95636 CPUtime=162.24
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 23369 0 0 0 16176 48 0 0 25 0 1 0 89553794 97931264 23126 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 23909 23126 141 302 0 23604 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 95636

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7034
/proc/meminfo: memFree=1775320/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=111800 CPUtime=222.22
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 27323 0 0 0 22166 56 0 0 25 0 1 0 89553794 114483200 26823 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 27950 26823 141 302 0 27645 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 111800

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/84 7168
/proc/meminfo: memFree=1763232/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=123604 CPUtime=282.13
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 30104 0 0 0 28149 64 0 0 25 0 1 0 89553794 126570496 29604 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 30901 29604 141 302 0 30596 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 123604

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7232
/proc/meminfo: memFree=1748952/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=139008 CPUtime=342.07
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 33862 0 0 0 34132 75 0 0 25 0 1 0 89553794 142344192 33362 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 34752 33362 141 302 0 34447 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 139008

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7232
/proc/meminfo: memFree=1740184/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=148156 CPUtime=402.05
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 36060 0 0 0 40124 81 0 0 25 0 1 0 89553794 151711744 35560 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 37039 35560 141 302 0 36734 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 148156

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7232
/proc/meminfo: memFree=1729304/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=159668 CPUtime=462.04
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 38787 0 0 0 46115 89 0 0 25 0 1 0 89553794 163500032 38287 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 39917 38287 141 302 0 39612 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 159668

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7232
/proc/meminfo: memFree=1720472/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=168496 CPUtime=522.02
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 40984 0 0 0 52106 96 0 0 25 0 1 0 89553794 172539904 40484 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 42124 40484 141 302 0 41819 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 168496

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7232
/proc/meminfo: memFree=1711192/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=178056 CPUtime=582.01
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 43296 0 0 0 58096 105 0 0 25 0 1 0 89553794 182329344 42796 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 44514 42796 141 302 0 44209 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 178056

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7232
/proc/meminfo: memFree=1698584/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=190828 CPUtime=641.99
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 46419 0 0 0 64087 112 0 0 25 0 1 0 89553794 195407872 45919 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 47707 45919 141 302 0 47402 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 190828

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7232
/proc/meminfo: memFree=1687704/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=202232 CPUtime=701.97
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 49138 0 0 0 70077 120 0 0 25 0 1 0 89553794 207085568 48638 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 50558 48638 141 302 0 50253 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 202232

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7232
/proc/meminfo: memFree=1678104/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=213680 CPUtime=761.95
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 52021 0 0 0 76068 127 0 0 25 0 1 0 89553794 218808320 51008 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 53420 51008 141 302 0 53115 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 213680

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7232
/proc/meminfo: memFree=1668120/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=223620 CPUtime=821.93
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 54518 0 0 0 82058 135 0 0 25 0 1 0 89553794 228986880 53505 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 55905 53505 141 302 0 55600 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 223620

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7232
/proc/meminfo: memFree=1659544/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=232264 CPUtime=881.91
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 56666 0 0 0 88049 142 0 0 25 0 1 0 89553794 237838336 55653 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 58066 55653 141 302 0 57761 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 232264

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7232
/proc/meminfo: memFree=1651544/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=240616 CPUtime=941.9
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 58665 0 0 0 94042 148 0 0 25 0 1 0 89553794 246390784 57652 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 60154 57652 141 302 0 59849 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 240616

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 7232
/proc/meminfo: memFree=1644440/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=247800 CPUtime=1001.88
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 60415 0 0 0 100034 154 0 0 25 0 1 0 89553794 253747200 59402 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 61950 59402 141 302 0 61645 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 247800

[startup+1062.3 s]
/proc/loadavg: 1.05 0.99 0.99 2/78 7234
/proc/meminfo: memFree=1637400/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=255020 CPUtime=1061.86
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 62200 0 0 0 106027 159 0 0 25 0 1 0 89553794 261140480 61187 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 63755 61187 141 302 0 63450 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 255020

[startup+1122.3 s]
/proc/loadavg: 1.02 0.99 0.99 2/78 7234
/proc/meminfo: memFree=1630872/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=262132 CPUtime=1121.85
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 63822 0 0 0 112021 164 0 0 25 0 1 0 89553794 268423168 62809 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 65533 62809 141 302 0 65228 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 262132

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7234
/proc/meminfo: memFree=1624472/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=268568 CPUtime=1181.82
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 65428 0 0 0 118013 169 0 0 25 0 1 0 89553794 275013632 64415 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527035 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 67142 64415 141 302 0 66837 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 268568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7234
/proc/meminfo: memFree=1622488/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=270368 CPUtime=1200.03
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 65882 0 0 0 119832 171 0 0 25 0 1 0 89553794 276856832 64869 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 67592 64869 141 302 0 67287 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 270368

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: 1.00 0.99 0.99 2/78 7234
/proc/meminfo: memFree=1622488/2055920 swapFree=4152668/4192956
[pid=7033] ppid=7031 vsize=270368 CPUtime=1200.03
/proc/7033/stat : 7033 (Spear-32) R 7031 7033 6013 0 -1 4194304 65882 0 0 0 119832 171 0 0 25 0 1 0 89553794 276856832 64869 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/7033/statm: 67592 64869 141 302 0 67287 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 270368

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.08
CPU user time (s): 1198.33
CPU system time (s): 1.75173
CPU usage (%): 99.961
Max. virtual memory (cumulated for all children) (KiB): 270368

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

runsolver used 1.48577 second user time and 2.88756 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Sun Mar 11 17:57:10 UTC 2007

IDJOB= 335865
IDBENCH= 24661
IDSOLVER= 133
FILE ID= node21/335865-1173635830

PBS_JOBID= 4101280

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-fphp-018-017.sat05-1231.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335865-1173635830/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335865-1173635830/instance-335865-1173635830.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-335865-1173635830 -o ROOT/results/node21/solver-335865-1173635830 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335865-1173635830/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335865-1173635830/instance-335865-1173635830.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  0ce167d7a0126df2b5481aeca929a46c

RANDOM SEED= 650117482

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.234
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.234
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:       1882872 kB
Buffers:         29436 kB
Cached:          85504 kB
SwapCached:       8820 kB
Active:          76584 kB
Inactive:        62732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1882872 kB
SwapTotal:     4192956 kB
SwapFree:      4152668 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:          30356 kB
Slab:            19344 kB
Committed_AS:   211564 kB
PageTables:       1772 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= 66562 MiB

End job on node21 on Sun Mar 11 18:17:13 UTC 2007