Trace number 3265129

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SApperloT 2011-03-23? (TO) 1300 1300.02

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
easier/php-045-035.shuffled-as.sat05-1181.cnf
MD5SUM057b78ff24cc0773c9c67e770a7b9de2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.4072
Satisfiable
(Un)Satisfiability was proved
Number of variables1575
Number of clauses34695
Sum of the clauses size70875
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 234650
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3265129-1303577663/watcher-3265129-1303577663 -o /tmp/evaluation-result-3265129-1303577663/solver-3265129-1303577663 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3265129-1303577663.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.46 3.89 3.69 4/193 21871
/proc/meminfo: memFree=14497056/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=12392 CPUtime=0 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 1 0 469364157 12689408 356 33554432000 4194304 4465733 140734840018704 18446744073709551615 255377301248 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 3098 356 249 67 0 221 0

[startup+0.036543 s]
/proc/loadavg: 3.46 3.89 3.69 4/193 21871
/proc/meminfo: memFree=14497056/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=13556 CPUtime=0.03 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 1125 0 0 0 3 0 0 0 25 0 1 0 469364157 13881344 676 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270779 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 3389 676 255 67 0 512 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13556

[startup+0.100518 s]
/proc/loadavg: 3.46 3.89 3.69 4/193 21871
/proc/meminfo: memFree=14497056/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=15012 CPUtime=0.09 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 2387 0 0 0 9 0 0 0 25 0 1 0 469364157 15372288 950 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270213 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 3753 951 255 67 0 876 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15012

[startup+0.300479 s]
/proc/loadavg: 3.46 3.89 3.69 4/193 21871
/proc/meminfo: memFree=14497056/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=17508 CPUtime=0.29 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 4846 0 0 0 29 0 0 0 25 0 1 0 469364157 17928192 1423 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270801 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 4377 1423 255 67 0 1500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17508

[startup+0.700407 s]
/proc/loadavg: 3.46 3.89 3.69 4/193 21871
/proc/meminfo: memFree=14497056/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=20036 CPUtime=0.69 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 7345 0 0 0 68 1 0 0 25 0 1 0 469364157 20516864 2134 33554432000 4194304 4465733 140734840018704 18446744073709551615 4260089 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 5009 2134 255 67 0 2132 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20036

[startup+1.50028 s]
/proc/loadavg: 3.46 3.89 3.69 5/194 21873
/proc/meminfo: memFree=14483788/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=24724 CPUtime=1.49 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 10020 0 0 0 147 2 0 0 25 0 1 0 469364157 25317376 2719 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270008 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 6181 2719 255 67 0 3304 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24724

[startup+3.10097 s]
/proc/loadavg: 3.46 3.89 3.69 5/194 21873
/proc/meminfo: memFree=14479696/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=26820 CPUtime=3.09 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 11291 0 0 0 306 3 0 0 25 0 1 0 469364157 27463680 3576 33554432000 4194304 4465733 140734840018704 18446744073709551615 4255021 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 6705 3576 263 67 0 3828 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26820

[startup+6.30037 s]
/proc/loadavg: 3.50 3.89 3.69 5/194 21873
/proc/meminfo: memFree=14470448/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=32068 CPUtime=6.29 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 16010 0 0 0 624 5 0 0 25 0 1 0 469364157 32837632 4670 33554432000 4194304 4465733 140734840018704 18446744073709551615 4255411 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 8017 4670 263 67 0 5140 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32068

[startup+12.7002 s]
/proc/loadavg: 3.54 3.90 3.69 5/194 21873
/proc/meminfo: memFree=14459012/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=43140 CPUtime=12.7 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 22992 0 0 0 1261 9 0 0 25 0 1 0 469364157 44175360 6526 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270801 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 10785 6526 268 67 0 7908 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 43140

[startup+25.5008 s]
/proc/loadavg: 3.64 3.90 3.70 5/194 21873
/proc/meminfo: memFree=14448932/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=43140 CPUtime=25.49 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 24590 0 0 0 2540 9 0 0 25 0 1 0 469364157 44175360 7369 33554432000 4194304 4465733 140734840018704 18446744073709551615 4254943 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 10785 7369 268 67 0 7908 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43140

[startup+51.1011 s]
/proc/loadavg: 3.82 3.92 3.71 5/194 21874
/proc/meminfo: memFree=14426712/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=59792 CPUtime=51.09 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 35377 0 0 0 5099 10 0 0 25 0 1 0 469364157 61227008 10381 33554432000 4194304 4465733 140734840018704 18446744073709551615 4254895 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 14948 10381 285 67 0 12071 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 59792

[startup+102.307 s]
/proc/loadavg: 3.92 3.93 3.73 5/194 21875
/proc/meminfo: memFree=14370028/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=111020 CPUtime=102.3 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 58165 0 0 0 10217 13 0 0 25 0 1 0 469364157 113684480 21047 33554432000 4194304 4465733 140734840018704 18446744073709551615 4343363 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 27755 21047 625 67 0 24878 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 111020

[startup+162.301 s]
/proc/loadavg: 3.97 3.94 3.74 5/194 21877
/proc/meminfo: memFree=14354260/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=111020 CPUtime=162.29 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 64175 0 0 0 16215 14 0 0 25 0 1 0 469364157 113684480 21521 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270819 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 27755 21521 1092 67 0 24878 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 111020

[startup+222.3 s]
/proc/loadavg: 4.05 3.96 3.76 5/194 21878
/proc/meminfo: memFree=14345440/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=111020 CPUtime=222.29 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 64905 0 0 0 22215 14 0 0 25 0 1 0 469364157 113684480 21886 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270788 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 27755 21886 1092 67 0 24878 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 111020

[startup+282.3 s]
/proc/loadavg: 4.02 3.97 3.77 5/194 21880
/proc/meminfo: memFree=14328676/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=111020 CPUtime=282.29 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 73789 0 0 0 28213 16 0 0 25 0 1 0 469364157 113684480 23556 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270416 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 27755 23556 741 67 0 24878 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 111020

[startup+342.301 s]
/proc/loadavg: 4.05 3.99 3.78 5/194 21882
/proc/meminfo: memFree=14313876/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=111020 CPUtime=342.29 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 74868 0 0 0 34213 16 0 0 25 0 1 0 469364157 113684480 24095 33554432000 4194304 4465733 140734840018704 18446744073709551615 4255186 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 27755 24095 740 67 0 24878 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 111020

[startup+402.301 s]
/proc/loadavg: 4.05 4.00 3.80 5/194 21892
/proc/meminfo: memFree=14297216/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=142256 CPUtime=402.3 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 90584 0 0 0 40211 19 0 0 25 0 1 0 469364157 145670144 25146 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270808 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 35564 25146 406 67 0 32687 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 142256

[startup+462.301 s]
/proc/loadavg: 4.06 4.01 3.82 5/194 21894
/proc/meminfo: memFree=14283400/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=142256 CPUtime=462.3 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 93650 0 0 0 46210 20 0 0 25 0 1 0 469364157 145670144 26897 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270808 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 35564 26897 295 67 0 32687 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 142256

[startup+522.301 s]
/proc/loadavg: 4.06 4.02 3.83 5/194 21895
/proc/meminfo: memFree=14265264/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=142256 CPUtime=522.29 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 96536 0 0 0 52209 20 0 0 25 0 1 0 469364157 145670144 28547 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 35564 28547 287 67 0 32687 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 142256

[startup+582.301 s]
/proc/loadavg: 4.02 4.02 3.84 5/194 21897
/proc/meminfo: memFree=14239076/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=173188 CPUtime=582.29 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 102216 0 0 0 58208 21 0 0 25 0 1 0 469364157 177344512 34227 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270808 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 43297 34227 372 67 0 40420 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 173188

[startup+642.301 s]
/proc/loadavg: 4.12 4.04 3.85 5/194 21902
/proc/meminfo: memFree=14220152/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=173188 CPUtime=642.3 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 106241 0 0 0 64208 22 0 0 25 0 1 0 469364157 177344512 36580 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270774 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 43297 36580 372 67 0 40420 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 173188

[startup+702.3 s]
/proc/loadavg: 4.04 4.03 3.86 5/194 21903
/proc/meminfo: memFree=14206112/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=173188 CPUtime=702.3 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 108743 0 0 0 70207 23 0 0 25 0 1 0 469364157 177344512 38162 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270788 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 43297 38162 372 67 0 40420 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 173188

[startup+762.307 s]
/proc/loadavg: 4.01 4.02 3.86 5/194 21905
/proc/meminfo: memFree=14196284/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=188872 CPUtime=762.3 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 118041 0 0 0 76206 24 0 0 25 0 1 0 469364157 193404928 39732 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270819 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 47218 39732 372 67 0 44341 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 188872

[startup+822.3 s]
/proc/loadavg: 4.00 4.02 3.87 5/194 21906
/proc/meminfo: memFree=14183604/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=228712 CPUtime=822.29 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 141740 0 0 0 82202 27 0 0 25 0 1 0 469364157 234201088 41840 33554432000 4194304 4465733 140734840018704 18446744073709551615 4255203 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 57178 41840 372 67 0 54301 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 228712

[startup+882.301 s]
/proc/loadavg: 4.07 4.03 3.88 5/194 21908
/proc/meminfo: memFree=14174152/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=228712 CPUtime=882.28 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 144018 0 0 0 88201 27 0 0 25 0 1 0 469364157 234201088 43267 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 57178 43267 372 67 0 54301 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 228712

[startup+942.301 s]
/proc/loadavg: 4.07 4.04 3.89 5/194 21910
/proc/meminfo: memFree=14164320/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=228712 CPUtime=942.28 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 144152 0 0 0 94201 27 0 0 25 0 1 0 469364157 234201088 43401 33554432000 4194304 4465733 140734840018704 18446744073709551615 4270813 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 57178 43401 372 67 0 54301 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 228712

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 3.90 5/194 21911
/proc/meminfo: memFree=14116180/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=340372 CPUtime=1002.28 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 169966 0 0 0 100198 30 0 0 25 0 1 0 469364157 348540928 53045 33554432000 4194304 4465733 140734840018704 18446744073709551615 4343417 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 85093 53045 372 67 0 82216 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 340372

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.90 5/194 21913
/proc/meminfo: memFree=14113668/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=340372 CPUtime=1062.27 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 169966 0 0 0 106197 30 0 0 25 0 1 0 469364157 348540928 53045 33554432000 4194304 4465733 140734840018704 18446744073709551615 4343360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 85093 53045 372 67 0 82216 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 340372

[startup+1122.3 s]
/proc/loadavg: 4.11 4.05 3.92 5/194 21914
/proc/meminfo: memFree=14110432/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=340372 CPUtime=1122.27 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 169966 0 0 0 112197 30 0 0 25 0 1 0 469364157 348540928 53045 33554432000 4194304 4465733 140734840018704 18446744073709551615 4343404 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 85093 53045 372 67 0 82216 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 340372

[startup+1182.3 s]
/proc/loadavg: 4.11 4.05 3.92 5/194 21916
/proc/meminfo: memFree=14105440/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=340372 CPUtime=1182.28 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 169966 0 0 0 118197 31 0 0 25 0 1 0 469364157 348540928 53045 33554432000 4194304 4465733 140734840018704 18446744073709551615 4343381 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 85093 53045 372 67 0 82216 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 340372

[startup+1242.3 s]
/proc/loadavg: 4.04 4.04 3.92 5/194 21918
/proc/meminfo: memFree=14099092/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=340372 CPUtime=1242.28 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 169966 0 0 0 124197 31 0 0 25 0 1 0 469364157 348540928 53045 33554432000 4194304 4465733 140734840018704 18446744073709551615 4343428 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 85093 53045 372 67 0 82216 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 340372



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 4.01 3.92 2/188 21922
/proc/meminfo: memFree=14292556/32951124 swapFree=67111528/67111528
[pid=21871] ppid=21869 vsize=340372 CPUtime=1299.98 cores=0,2
/proc/21871/stat : 21871 (SApperloT) R 21869 21871 21784 0 -1 4202496 169966 0 0 0 129967 31 0 0 25 0 1 0 469364157 348540928 53045 33554432000 4194304 4465733 140734840018704 18446744073709551615 4343428 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21871/statm: 85093 53045 372 67 0 82216 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 340372

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300
CPU user time (s): 1299.68
CPU system time (s): 0.32395
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 386988

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

runsolver used 2.23466 second user time and 4.87126 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-23 18:54:23
IDJOB=3265129
IDBENCH=85438
IDSOLVER=1657
FILE ID=node135/3265129-1303577663
RUNJOBID= node135-1303577662-21802
PBS_JOBID= 13150331
Free space on /tmp= 71376 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/easier/php-045-035.shuffled-as.sat05-1181.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265129-1303577663/watcher-3265129-1303577663 -o /tmp/evaluation-result-3265129-1303577663/solver-3265129-1303577663 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3265129-1303577663.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 057b78ff24cc0773c9c67e770a7b9de2
RANDOM SEED=455911735

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14497088 kB
Buffers:       2057920 kB
Cached:       15720800 kB
SwapCached:          0 kB
Active:        7319180 kB
Inactive:     10537300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14497088 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2188 kB
Writeback:           0 kB
AnonPages:       77468 kB
Mapped:          14728 kB
Slab:           531176 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   266884 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71376 MiB
End job on node135 at 2011-04-23 19:16:05