Trace number 335655

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.18 1200.59

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-035-034.sat05-1235.reshuffled-07.cnf
MD5SUM677c0547bc16a23b319702cb8efc6aa8
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 variables1190
Number of clauses39900
Sum of the clauses size80920
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 239865
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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/335655-1173631817/instance-335655-1173631817.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/node22/watcher-335655-1173631817 -o ROOT/results/node22/solver-335655-1173631817 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335655-1173631817/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335655-1173631817/instance-335655-1173631817.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.01 1.00 3/77 30882
/proc/meminfo: memFree=1898872/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=1704 CPUtime=0
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 223 0 0 0 0 0 0 0 18 0 1 0 19489579 1744896 207 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134868518 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 426 207 128 302 0 121 0

[startup+0.037867 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 30882
/proc/meminfo: memFree=1898872/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=2636 CPUtime=0.03
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 479 0 0 0 3 0 0 0 18 0 1 0 19489579 2699264 463 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 692 464 129 302 0 387 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2636

[startup+0.101871 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 30882
/proc/meminfo: memFree=1898872/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=4076 CPUtime=0.09
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 838 0 0 0 9 0 0 0 18 0 1 0 19489579 4173824 789 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 1019 789 141 302 0 714 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4076

[startup+0.301886 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 30882
/proc/meminfo: memFree=1898872/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=5252 CPUtime=0.29
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 1157 0 0 0 29 0 0 0 19 0 1 0 19489579 5378048 1108 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 1313 1108 141 302 0 1008 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5252

[startup+0.701915 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 30882
/proc/meminfo: memFree=1898872/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=7052 CPUtime=0.69
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 1607 0 0 0 68 1 0 0 23 0 1 0 19489579 7221248 1558 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 1763 1558 141 302 0 1458 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7052

[startup+1.50197 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 30883
/proc/meminfo: memFree=1891888/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=10168 CPUtime=1.49
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 2384 0 0 0 147 2 0 0 25 0 1 0 19489579 10412032 2335 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 2542 2335 141 302 0 2237 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10168

[startup+3.10109 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 30883
/proc/meminfo: memFree=1887920/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=14684 CPUtime=3.09
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 3496 0 0 0 306 3 0 0 25 0 1 0 19489579 15036416 3447 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 3671 3447 141 302 0 3366 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14684

[startup+6.30133 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 30883
/proc/meminfo: memFree=1880368/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=21000 CPUtime=6.29
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 5086 0 0 0 624 5 0 0 25 0 1 0 19489579 21504000 5037 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 5250 5037 141 302 0 4945 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21000

[startup+12.7018 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 30883
/proc/meminfo: memFree=1868080/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=33620 CPUtime=12.69
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 8239 0 0 0 1260 9 0 0 25 0 1 0 19489579 34426880 8157 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 8405 8157 141 302 0 8100 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33620

[startup+25.5027 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 30883
/proc/meminfo: memFree=1854192/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=45948 CPUtime=25.49
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 11321 0 0 0 2536 13 0 0 25 0 1 0 19489579 47050752 11239 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 11487 11239 141 302 0 11182 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45948

[startup+51.1026 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 30883
/proc/meminfo: memFree=1823088/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=78344 CPUtime=51.08
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 19383 0 0 0 5085 23 0 0 25 0 1 0 19489579 80224256 19236 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 19586 19236 141 302 0 19281 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 78344

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30883
/proc/meminfo: memFree=1781424/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=119728 CPUtime=102.27
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 29631 0 0 0 10188 39 0 0 25 0 1 0 19489579 122601472 29355 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526952 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 29932 29355 141 302 0 29627 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 119728

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30883
/proc/meminfo: memFree=1748464/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=153216 CPUtime=162.25
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 37937 0 0 0 16173 52 0 0 25 0 1 0 19489579 156893184 37661 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 38304 37661 141 302 0 37999 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 153216

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30883
/proc/meminfo: memFree=1721840/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=179884 CPUtime=222.23
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 44520 0 0 0 22161 62 0 0 25 0 1 0 19489579 184201216 44244 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 44971 44244 141 302 0 44666 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 179884

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30883
/proc/meminfo: memFree=1687856/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=214440 CPUtime=282.22
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 53055 0 0 0 28146 76 0 0 25 0 1 0 19489579 219586560 52779 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 53610 52779 141 302 0 53305 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 214440

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30883
/proc/meminfo: memFree=1665200/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=236732 CPUtime=342.2
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 58610 0 0 0 34136 84 0 0 25 0 1 0 19489579 242413568 58334 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 59183 58334 141 302 0 58878 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 236732

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30883
/proc/meminfo: memFree=1650160/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=253456 CPUtime=402.19
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 62649 0 0 0 40128 91 0 0 25 0 1 0 19489579 259538944 62116 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 63364 62116 141 302 0 63059 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 253456

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 30883
/proc/meminfo: memFree=1624752/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=279272 CPUtime=462.17
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 69021 0 0 0 46115 102 0 0 25 0 1 0 19489579 285974528 68488 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 69818 68488 141 302 0 69513 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 279272

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30883
/proc/meminfo: memFree=1595952/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=308172 CPUtime=522.15
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 76189 0 0 0 52101 114 0 0 25 0 1 0 19489579 315568128 75656 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 77043 75656 141 302 0 76738 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 308172

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30883
/proc/meminfo: memFree=1575920/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=328680 CPUtime=582.15
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 81162 0 0 0 58092 123 0 0 25 0 1 0 19489579 336568320 80629 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 82170 80629 141 302 0 81865 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 328680

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30883
/proc/meminfo: memFree=1558320/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=346244 CPUtime=642.13
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 85497 0 0 0 64082 131 0 0 25 0 1 0 19489579 354553856 84964 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 86561 84964 141 302 0 86256 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 346244

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 31041
/proc/meminfo: memFree=1542264/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=361044 CPUtime=702.04
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 89144 0 0 0 70063 141 0 0 25 0 1 0 19489579 369709056 88611 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527092 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 90261 88611 141 302 0 89956 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 361044

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 31081
/proc/meminfo: memFree=1533104/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=371760 CPUtime=762
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 91676 0 0 0 76055 145 0 0 25 0 1 0 19489579 380682240 91143 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 92940 91143 141 302 0 92635 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 371760

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31081
/proc/meminfo: memFree=1524336/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=380780 CPUtime=821.98
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 93902 0 0 0 82049 149 0 0 25 0 1 0 19489579 389918720 93369 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 95195 93369 141 302 0 94890 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 380780

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31081
/proc/meminfo: memFree=1507568/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=397544 CPUtime=881.97
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 98054 0 0 0 88039 158 0 0 25 0 1 0 19489579 407085056 97521 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 99386 97521 141 302 0 99081 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 397544

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31081
/proc/meminfo: memFree=1482288/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=423516 CPUtime=941.95
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 104478 0 0 0 94026 169 0 0 25 0 1 0 19489579 433680384 103945 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 105879 103945 141 302 0 105574 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 423516

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31081
/proc/meminfo: memFree=1453616/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=452020 CPUtime=1001.94
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 111540 0 0 0 100015 179 0 0 25 0 1 0 19489579 462868480 111007 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 113005 111007 141 302 0 112700 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 452020

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31081
/proc/meminfo: memFree=1427504/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=478132 CPUtime=1061.92
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 118067 0 0 0 106001 191 0 0 25 0 1 0 19489579 489607168 117534 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526952 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 119533 117534 141 302 0 119228 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 478132

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31081
/proc/meminfo: memFree=1405552/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=500100 CPUtime=1121.9
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 123512 0 0 0 111988 202 0 0 25 0 1 0 19489579 512102400 122979 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 125025 122979 141 302 0 124720 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 500100

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31081
/proc/meminfo: memFree=1388656/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=519472 CPUtime=1181.9
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 128292 0 0 0 117980 210 0 0 25 0 1 0 19489579 531939328 127246 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526772 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 129868 127246 141 302 0 129563 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 519472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31081
/proc/meminfo: memFree=1383408/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=524440 CPUtime=1200.09
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 129542 0 0 0 119797 212 0 0 25 0 1 0 19489579 537026560 128496 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 131110 128496 141 302 0 130805 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 524440

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 1.00 1.00 2/78 31081
/proc/meminfo: memFree=1383408/2055920 swapFree=4120344/4192956
[pid=30882] ppid=30880 vsize=524440 CPUtime=1200.09
/proc/30882/stat : 30882 (Spear-32) R 30880 30882 30384 0 -1 4194304 129542 0 0 0 119797 212 0 0 25 0 1 0 19489579 537026560 128496 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30882/statm: 131110 128496 141 302 0 130805 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 524440

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.59
CPU time (s): 1200.18
CPU user time (s): 1197.98
CPU system time (s): 2.20566
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 524440

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

runsolver used 1.36879 second user time and 3.00554 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Sun Mar 11 16:50:17 UTC 2007

IDJOB= 335655
IDBENCH= 24656
IDSOLVER= 133
FILE ID= node22/335655-1173631817

PBS_JOBID= 4101287

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-035-034.sat05-1235.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335655-1173631817/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335655-1173631817/instance-335655-1173631817.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-335655-1173631817 -o ROOT/results/node22/solver-335655-1173631817 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335655-1173631817/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335655-1173631817/instance-335655-1173631817.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  677c0547bc16a23b319702cb8efc6aa8

RANDOM SEED= 513123050

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.238
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.238
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:       1899344 kB
Buffers:         22756 kB
Cached:          72228 kB
SwapCached:      21296 kB
Active:          55700 kB
Inactive:        73876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1899344 kB
SwapTotal:     4192956 kB
SwapFree:      4120344 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:          38936 kB
Slab:            12576 kB
Committed_AS:   179832 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 node22 on Sun Mar 11 17:10:20 UTC 2007