Trace number 3282279

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
MPhaseSAT 2011-02-15? (TO) 1300.03 1300.01

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4342.44
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3282279-1303753662/watcher-3282279-1303753662 -o /tmp/evaluation-result-3282279-1303753662/solver-3282279-1303753662 -C 2400 -W 1300 -M 7680 MPhaseSAT HOME/instance-3282279-1303753662.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.88 3.88 5/181 16256
/proc/meminfo: memFree=25607892/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=424 CPUtime=0 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) S 16254 16256 15089 0 -1 4194304 71 0 0 0 0 0 0 0 20 0 1 0 486964842 434176 27 33554432000 134512640 134731564 4294332976 18446744073709551615 8499796 0 2147483391 4096 0 18446744071699109054 0 0 17 0 0 0 0
/proc/16256/statm: 106 27 20 54 0 23 0

[startup+0.063593 s]
/proc/loadavg: 3.46 3.88 3.88 5/181 16256
/proc/meminfo: memFree=25607892/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=7632 CPUtime=0.05 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 576 0 0 0 5 0 0 0 20 0 1 0 486964842 7815168 518 33554432000 134512640 134731564 4294332976 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 1908 518 225 54 0 1218 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7632

[startup+0.100525 s]
/proc/loadavg: 3.46 3.88 3.88 5/181 16256
/proc/meminfo: memFree=25607892/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=7632 CPUtime=0.09 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 741 0 0 0 9 0 0 0 20 0 1 0 486964842 7815168 683 33554432000 134512640 134731564 4294332976 18446744073709551615 8857761 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 1908 683 225 54 0 1218 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7632

[startup+0.302572 s]
/proc/loadavg: 3.46 3.88 3.88 5/181 16256
/proc/meminfo: memFree=25607892/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=8016 CPUtime=0.29 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 6649 0 0 0 28 1 0 0 21 0 1 0 486964842 8208384 1508 33554432000 134512640 134731564 4294332976 18446744073709551615 134516262 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 2004 1508 424 54 0 1314 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8016

[startup+0.700468 s]
/proc/loadavg: 3.46 3.88 3.88 5/181 16256
/proc/meminfo: memFree=25607892/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=50592 CPUtime=0.68 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 25407 0 0 0 66 2 0 0 22 0 1 0 486964842 51806208 11732 33554432000 134512640 134731564 4294332976 18446744073709551615 134628939 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 12648 11732 445 54 0 11958 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 50592

[startup+1.50032 s]
/proc/loadavg: 3.46 3.88 3.88 7/187 16268
/proc/meminfo: memFree=25468016/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=64580 CPUtime=1.48 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 29919 0 0 0 145 3 0 0 25 0 1 0 486964842 66129920 15091 33554432000 134512640 134731564 4294332976 18446744073709551615 134649728 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 16145 15091 450 54 0 15455 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 64580

[startup+3.10105 s]
/proc/loadavg: 3.46 3.88 3.88 7/187 16268
/proc/meminfo: memFree=25376676/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=59404 CPUtime=3.09 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 30976 0 0 0 305 4 0 0 25 0 1 0 486964842 60829696 13881 33554432000 134512640 134731564 4294332976 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 14851 13881 460 54 0 14161 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59404

[startup+6.3005 s]
/proc/loadavg: 3.66 3.92 3.89 6/187 16268
/proc/meminfo: memFree=25361428/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=59592 CPUtime=6.28 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 32550 0 0 0 624 4 0 0 25 0 1 0 486964842 61022208 13921 33554432000 134512640 134731564 4294332976 18446744073709551615 134658969 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 14898 13921 460 54 0 14208 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 59592

[startup+12.7004 s]
/proc/loadavg: 3.85 3.95 3.90 5/188 16269
/proc/meminfo: memFree=25341084/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=59592 CPUtime=12.68 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 32550 0 0 0 1264 4 0 0 25 0 1 0 486964842 61022208 13921 33554432000 134512640 134731564 4294332976 18446744073709551615 134614655 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 14898 13921 460 54 0 14208 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 59592

[startup+25.5012 s]
/proc/loadavg: 3.88 3.95 3.90 5/188 16270
/proc/meminfo: memFree=25336016/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=61992 CPUtime=25.48 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 37549 0 0 0 2543 5 0 0 25 0 1 0 486964842 63479808 14510 33554432000 134512640 134731564 4294332976 18446744073709551615 134656000 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 15498 14510 460 54 0 14808 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 61992

[startup+51.1008 s]
/proc/loadavg: 3.92 3.96 3.91 5/188 16270
/proc/meminfo: memFree=25331136/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=65480 CPUtime=51.08 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 43024 0 0 0 5102 6 0 0 25 0 1 0 486964842 67051520 15403 33554432000 134512640 134731564 4294332976 18446744073709551615 134717330 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 16370 15403 460 54 0 15680 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 65480

[startup+102.307 s]
/proc/loadavg: 3.96 3.96 3.91 5/188 16272
/proc/meminfo: memFree=25314636/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=65480 CPUtime=102.29 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 56257 0 0 0 10220 9 0 0 25 0 1 0 486964842 67051520 15406 33554432000 134512640 134731564 4294332976 18446744073709551615 134634719 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 16370 15406 460 54 0 15680 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 65480

[startup+162.301 s]
/proc/loadavg: 3.98 3.97 3.91 5/188 16273
/proc/meminfo: memFree=25307432/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=65480 CPUtime=162.29 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 69489 0 0 0 16218 11 0 0 25 0 1 0 486964842 67051520 15408 33554432000 134512640 134731564 4294332976 18446744073709551615 134614655 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 16370 15408 460 54 0 15680 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 65480

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/188 16275
/proc/meminfo: memFree=25300960/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=65876 CPUtime=222.29 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 82810 0 0 0 22216 13 0 0 25 0 1 0 486964842 67457024 15511 33554432000 134512640 134731564 4294332976 18446744073709551615 134656067 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 16469 15511 460 54 0 15779 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 65876

[startup+282.301 s]
/proc/loadavg: 4.04 3.99 3.91 5/188 16277
/proc/meminfo: memFree=25324128/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=38608 CPUtime=282.29 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 131239 0 0 0 28210 19 0 0 25 0 1 0 486964842 39534592 9178 33554432000 134512640 134731564 4294332976 18446744073709551615 134720779 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 9652 9178 344 54 0 8962 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 38608

[startup+342.301 s]
/proc/loadavg: 4.01 3.99 3.91 5/188 16278
/proc/meminfo: memFree=25315060/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=41328 CPUtime=342.29 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 131945 0 0 0 34209 20 0 0 25 0 1 0 486964842 42319872 9884 33554432000 134512640 134731564 4294332976 18446744073709551615 134719822 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 10332 9884 344 54 0 9642 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 41328

[startup+402.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/188 16280
/proc/meminfo: memFree=25316788/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=41328 CPUtime=402.29 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 131945 0 0 0 40209 20 0 0 25 0 1 0 486964842 42319872 9884 33554432000 134512640 134731564 4294332976 18446744073709551615 134624727 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 10332 9884 344 54 0 9642 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 41328

[startup+462.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/188 16281
/proc/meminfo: memFree=25315776/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=41328 CPUtime=462.3 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 131945 0 0 0 46210 20 0 0 25 0 1 0 486964842 42319872 9884 33554432000 134512640 134731564 4294332976 18446744073709551615 134719837 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 10332 9884 344 54 0 9642 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 41328

[startup+522.301 s]
/proc/loadavg: 4.05 4.00 3.92 5/188 16283
/proc/meminfo: memFree=25284388/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=42916 CPUtime=522.3 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 132517 0 0 0 52210 20 0 0 25 0 1 0 486964842 43945984 10268 33554432000 134512640 134731564 4294332976 18446744073709551615 134667532 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 10729 10268 344 54 0 10039 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 42916

[startup+582.3 s]
/proc/loadavg: 4.02 4.00 3.92 5/188 16285
/proc/meminfo: memFree=25280144/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=46576 CPUtime=582.29 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 134262 0 0 0 58209 20 0 0 25 0 1 0 486964842 47693824 11173 33554432000 134512640 134731564 4294332976 18446744073709551615 134720765 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 11644 11173 344 54 0 10954 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 46576

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/188 16286
/proc/meminfo: memFree=25270576/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=46740 CPUtime=642.3 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 134326 0 0 0 64210 20 0 0 25 0 1 0 486964842 47861760 11237 33554432000 134512640 134731564 4294332976 18446744073709551615 134634872 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 11685 11237 344 54 0 10995 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 46740

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/188 16288
/proc/meminfo: memFree=25270164/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=46740 CPUtime=702.3 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 134326 0 0 0 70209 21 0 0 25 0 1 0 486964842 47861760 11237 33554432000 134512640 134731564 4294332976 18446744073709551615 134655544 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 11685 11237 344 54 0 10995 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 46740

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.92 5/188 16289
/proc/meminfo: memFree=25252040/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=64920 CPUtime=762.31 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 138840 0 0 0 76208 23 0 0 25 0 1 0 486964842 66478080 15751 33554432000 134512640 134731564 4294332976 18446744073709551615 8712056 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 16230 15751 344 54 0 15540 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 64920

[startup+822.301 s]
/proc/loadavg: 4.03 4.01 3.93 5/188 16300
/proc/meminfo: memFree=25245948/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=70276 CPUtime=822.3 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 140353 0 0 0 82207 23 0 0 25 0 1 0 486964842 71962624 17087 33554432000 134512640 134731564 4294332976 18446744073709551615 134659685 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 17569 17087 344 54 0 16879 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 70276

[startup+882.301 s]
/proc/loadavg: 4.16 4.05 3.94 5/188 16302
/proc/meminfo: memFree=25247660/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=68268 CPUtime=882.3 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 140353 0 0 0 88207 23 0 0 25 0 1 0 486964842 69906432 16619 33554432000 134512640 134731564 4294332976 18446744073709551615 134634442 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 17067 16619 344 54 0 16377 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 68268

[startup+942.3 s]
/proc/loadavg: 4.06 4.04 3.94 5/188 16303
/proc/meminfo: memFree=25247512/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=68268 CPUtime=942.3 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 140353 0 0 0 94207 23 0 0 25 0 1 0 486964842 69906432 16619 33554432000 134512640 134731564 4294332976 18446744073709551615 134659057 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 17067 16619 344 54 0 16377 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 68268

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 3.94 5/188 16305
/proc/meminfo: memFree=25247624/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=68268 CPUtime=1002.3 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 140356 0 0 0 100207 23 0 0 25 0 1 0 486964842 69906432 16622 33554432000 134512640 134731564 4294332976 18446744073709551615 134719837 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 17067 16622 344 54 0 16377 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 68268

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/188 16306
/proc/meminfo: memFree=25246860/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=68268 CPUtime=1062.3 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 140356 0 0 0 106207 23 0 0 25 0 1 0 486964842 69906432 16622 33554432000 134512640 134731564 4294332976 18446744073709551615 8712038 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 17067 16622 344 54 0 16377 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 68268

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/188 16311
/proc/meminfo: memFree=25246076/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=68268 CPUtime=1122.3 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 140358 0 0 0 112207 23 0 0 25 0 1 0 486964842 69906432 16624 33554432000 134512640 134731564 4294332976 18446744073709551615 134718331 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 17067 16624 344 54 0 16377 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 68268

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/188 16313
/proc/meminfo: memFree=25245176/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=68268 CPUtime=1182.31 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 140358 0 0 0 118208 23 0 0 25 0 1 0 486964842 69906432 16624 33554432000 134512640 134731564 4294332976 18446744073709551615 134715554 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 17067 16624 344 54 0 16377 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 68268

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/188 16314
/proc/meminfo: memFree=25243932/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=68268 CPUtime=1242.31 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 140358 0 0 0 124208 23 0 0 25 0 1 0 486964842 69906432 16624 33554432000 134512640 134731564 4294332976 18446744073709551615 134655792 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 17067 16624 344 54 0 16377 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 68268



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.94 4/186 16317
/proc/meminfo: memFree=25297624/32951132 swapFree=67111364/67111528
[pid=16256] ppid=16254 vsize=68268 CPUtime=1300.02 cores=0,2
/proc/16256/stat : 16256 (MPhaseSAT) R 16254 16256 15089 0 -1 4202496 140358 0 0 0 129978 24 0 0 25 0 1 0 486964842 69906432 16624 33554432000 134512640 134731564 4294332976 18446744073709551615 134659702 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16256/statm: 17067 16624 344 54 0 16377 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 68268

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.01
CPU time (s): 1300.03
CPU user time (s): 1299.78
CPU system time (s): 0.245962
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 71244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.78
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140358
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= 8
involuntary context switches= 2546

runsolver used 2.22366 second user time and 4.88326 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-25 19:47:42
IDJOB=3282279
IDBENCH=70799
IDSOLVER=1520
FILE ID=node128/3282279-1303753662
RUNJOBID= node128-1303753662-16226
PBS_JOBID= 13154034
Free space on /tmp= 66804 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282279-1303753662/watcher-3282279-1303753662 -o /tmp/evaluation-result-3282279-1303753662/solver-3282279-1303753662 -C 2400 -W 1300 -M 7680  MPhaseSAT HOME/instance-3282279-1303753662.cnf

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=669050557

node128.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.852
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.852
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.75
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.852
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.82
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.852
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	: 5332.75
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.852
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.82
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.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      25609660 kB
Buffers:       1268032 kB
Cached:        5381288 kB
SwapCached:        160 kB
Active:         412708 kB
Inactive:      6313072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25609660 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10876 kB
Writeback:           8 kB
AnonPages:       75676 kB
Mapped:          16320 kB
Slab:           552740 kB
PageTables:       4828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   225600 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66796 MiB
End job on node128 at 2011-04-25 20:09:24