Trace number 335613

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.17 1200.52

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-070-069.sat05-1240.reshuffled-07.cnf
MD5SUM8c2637bddd219bb03ecc49de7a065894
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 variables4830
Number of clauses330925
Sum of the clauses size666540
Maximum clause length69
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2330855
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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/335613-1173630873/instance-335613-1173630873.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/node47/watcher-335613-1173630873 -o ROOT/results/node47/solver-335613-1173630873 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335613-1173630873/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335613-1173630873/instance-335613-1173630873.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/64 8751
/proc/meminfo: memFree=1921608/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=1932 CPUtime=0
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 89062552 1978368 247 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134518170 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 483 247 126 302 0 178 0

[startup+0.03155 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8751
/proc/meminfo: memFree=1921608/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=2784 CPUtime=0.02
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 482 0 0 0 2 0 0 0 18 0 1 0 89062552 2850816 466 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 696 466 129 302 0 391 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2784

[startup+0.101557 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8751
/proc/meminfo: memFree=1921608/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=4892 CPUtime=0.09
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 1021 0 0 0 9 0 0 0 18 0 1 0 89062552 5009408 972 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 1223 973 129 302 0 918 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4892

[startup+0.301578 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8751
/proc/meminfo: memFree=1921608/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=11336 CPUtime=0.29
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 2763 0 0 0 29 0 0 0 19 0 1 0 89062552 11608064 2520 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 2834 2521 129 302 0 2529 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11336

[startup+0.701622 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8751
/proc/meminfo: memFree=1921608/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=20644 CPUtime=0.69
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 5241 0 0 0 68 1 0 0 22 0 1 0 89062552 21139456 4741 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 5161 4741 141 302 0 4856 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20644

[startup+1.50171 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1901248/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=25256 CPUtime=1.49
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 6397 0 0 0 147 2 0 0 25 0 1 0 89062552 25862144 5897 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 6314 5897 141 302 0 6009 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25256

[startup+3.10188 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1895488/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=32080 CPUtime=3.09
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 8096 0 0 0 305 4 0 0 25 0 1 0 89062552 32849920 7596 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 8020 7596 141 302 0 7715 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32080

[startup+6.30123 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1883584/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=41696 CPUtime=6.29
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 10522 0 0 0 623 6 0 0 25 0 1 0 89062552 42696704 10022 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 10424 10022 141 302 0 10119 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41696

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1867520/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=59180 CPUtime=12.68
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 14865 0 0 0 1259 9 0 0 25 0 1 0 89062552 60600320 14365 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 14795 14365 141 302 0 14490 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 59180

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1838720/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=85596 CPUtime=25.48
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 21466 0 0 0 2533 15 0 0 25 0 1 0 89062552 87650304 20933 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 21399 20933 141 302 0 21094 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85596

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1802240/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=122760 CPUtime=51.07
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 30738 0 0 0 5083 24 0 0 25 0 1 0 89062552 125706240 30140 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 30690 30140 141 302 0 30385 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 122760

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1733632/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=190376 CPUtime=102.26
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 47645 0 0 0 10185 41 0 0 25 0 1 0 89062552 194945024 47047 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 47594 47047 141 302 0 47289 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 190376

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1692288/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=232364 CPUtime=162.24
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 58054 0 0 0 16172 52 0 0 25 0 1 0 89062552 237940736 57456 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 58091 57456 141 302 0 57786 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 232364

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1635648/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=289448 CPUtime=222.22
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 72243 0 0 0 22155 67 0 0 25 0 1 0 89062552 296394752 71516 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 72362 71516 141 302 0 72057 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 289448

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1600896/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=324280 CPUtime=282.2
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 80943 0 0 0 28143 77 0 0 25 0 1 0 89062552 332062720 80216 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 81070 80216 141 302 0 80765 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 324280

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1555648/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=369564 CPUtime=342.19
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 92216 0 0 0 34126 93 0 0 25 0 1 0 89062552 378433536 91489 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 92391 91489 141 302 0 92086 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 369564

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1511552/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=414212 CPUtime=402.17
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 103323 0 0 0 40110 107 0 0 25 0 1 0 89062552 424153088 102596 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 103553 102596 141 302 0 103248 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 414212

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1479488/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=445852 CPUtime=462.15
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 111208 0 0 0 46099 116 0 0 25 0 1 0 89062552 456552448 110481 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 111463 110481 141 302 0 111158 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 445852

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1449600/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=477252 CPUtime=522.13
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 118985 0 0 0 52087 126 0 0 25 0 1 0 89062552 488706048 118001 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 119313 118001 141 302 0 119008 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 477252

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1425536/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=501108 CPUtime=582.12
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 124894 0 0 0 58078 134 0 0 25 0 1 0 89062552 513134592 123910 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 125277 123910 141 302 0 124972 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 501108

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1409088/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=517384 CPUtime=642.11
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 128942 0 0 0 64073 138 0 0 25 0 1 0 89062552 529801216 127958 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 129346 127958 141 302 0 129041 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 517384

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1392256/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=534504 CPUtime=702.09
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 133175 0 0 0 70065 144 0 0 25 0 1 0 89062552 547332096 132191 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 133626 132191 141 302 0 133321 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 534504

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1348864/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=577936 CPUtime=762.07
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 143986 0 0 0 76051 156 0 0 25 0 1 0 89062552 591806464 143002 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 144484 143002 141 302 0 144179 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 577936

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1309568/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=617684 CPUtime=822.05
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 153863 0 0 0 82038 167 0 0 25 0 1 0 89062552 632508416 152879 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 154421 152879 141 302 0 154116 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 617684

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1279168/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=647832 CPUtime=882.03
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 161353 0 0 0 88027 176 0 0 25 0 1 0 89062552 663379968 160369 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 161958 160369 141 302 0 161653 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 647832

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1251904/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=675532 CPUtime=942.01
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 168191 0 0 0 94017 184 0 0 25 0 1 0 89062552 691744768 167207 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526952 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 168883 167207 141 302 0 168578 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 675532

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1232256/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=695060 CPUtime=1002
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 173056 0 0 0 100009 191 0 0 25 0 1 0 89062552 711741440 172072 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 173765 172072 141 302 0 173460 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 695060

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1219456/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=707892 CPUtime=1061.98
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 176257 0 0 0 106002 196 0 0 25 0 1 0 89062552 724881408 175273 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 176973 175273 141 302 0 176668 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 707892

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1187904/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=739572 CPUtime=1121.97
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 184123 0 0 0 111989 208 0 0 25 0 1 0 89062552 757321728 183139 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 184893 183139 141 302 0 184588 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 739572

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1164800/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=762780 CPUtime=1181.94
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 189931 0 0 0 117979 215 0 0 25 0 1 0 89062552 781086720 188947 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 190695 188947 141 302 0 190390 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 762780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1159360/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=767940 CPUtime=1200.05
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4194304 191212 0 0 0 119787 218 0 0 25 0 1 0 89062552 786370560 190228 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 191985 190228 141 302 0 191680 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 767940

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

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

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8752
/proc/meminfo: memFree=1159360/2055920 swapFree=4166212/4192956
[pid=8751] ppid=8749 vsize=0 CPUtime=1200.15
/proc/8751/stat : 8751 (Spear-32) R 8749 8751 8334 0 -1 4195332 191212 0 0 0 119787 228 0 0 25 0 1 0 89062552 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/8751/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.17
CPU user time (s): 1197.87
CPU system time (s): 2.29665
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 767940

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

runsolver used 0.731888 second user time and 2.55761 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Sun Mar 11 16:34:34 UTC 2007

IDJOB= 335613
IDBENCH= 24655
IDSOLVER= 133
FILE ID= node47/335613-1173630873

PBS_JOBID= 4101319

Free space on /tmp= 66539 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  8c2637bddd219bb03ecc49de7a065894

RANDOM SEED= 297867772

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.225
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.225
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:       1922080 kB
Buffers:         12068 kB
Cached:          68028 kB
SwapCached:      20952 kB
Active:          28560 kB
Inactive:        79292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1922080 kB
SwapTotal:     4192956 kB
SwapFree:      4166212 kB
Dirty:            5604 kB
Writeback:           0 kB
Mapped:          15396 kB
Slab:            11976 kB
Committed_AS:   154288 kB
PageTables:       1452 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= 66539 MiB

End job on node47 on Sun Mar 11 16:54:36 UTC 2007