Trace number 3251005

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
MPhaseSAT64 2011-03-03? (TO) 1300.07 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
MD5SUM78d8e2b8c0fd15b93f96e38e33701f17
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.61315
Satisfiable
(Un)Satisfiability was proved
Number of variables3510
Number of clauses974465
Sum of the clauses size1952320
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2974405
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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-3251005-1303579801/watcher-3251005-1303579801 -o /tmp/evaluation-result-3251005-1303579801/solver-3251005-1303579801 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3251005-1303579801.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.38 3.87 3.87 4/186 7865
/proc/meminfo: memFree=14522132/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=18296 CPUtime=0 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 469577189 18735104 275 33554432000 134512640 134761588 4290441840 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 4574 275 225 61 0 3877 0

[startup+0.0744489 s]
/proc/loadavg: 3.38 3.87 3.87 4/186 7865
/proc/meminfo: memFree=14522132/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=18296 CPUtime=0.07 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 694 0 0 0 7 0 0 0 21 0 1 0 469577189 18735104 635 33554432000 134512640 134761588 4290441840 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 4574 635 225 61 0 3877 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18296

[startup+0.100379 s]
/proc/loadavg: 3.38 3.87 3.87 4/186 7865
/proc/meminfo: memFree=14522132/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=18296 CPUtime=0.09 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 830 0 0 0 9 0 0 0 21 0 1 0 469577189 18735104 771 33554432000 134512640 134761588 4290441840 18446744073709551615 9330210 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 4574 771 225 61 0 3877 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18296

[startup+0.300399 s]
/proc/loadavg: 3.38 3.87 3.87 4/186 7865
/proc/meminfo: memFree=14522132/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=18296 CPUtime=0.29 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 1884 0 0 0 29 0 0 0 22 0 1 0 469577189 18735104 1825 33554432000 134512640 134761588 4290441840 18446744073709551615 9308458 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 4574 1826 225 61 0 3877 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18296

[startup+0.700322 s]
/proc/loadavg: 3.38 3.87 3.87 4/186 7865
/proc/meminfo: memFree=14522132/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=25936 CPUtime=0.69 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 7830 0 0 0 68 1 0 0 23 0 1 0 469577189 26558464 4911 33554432000 134512640 134761588 4290441840 18446744073709551615 134559317 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 6484 4920 236 61 0 5787 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25936

[startup+1.50117 s]
/proc/loadavg: 3.38 3.87 3.87 5/190 7872
/proc/meminfo: memFree=14481892/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=51252 CPUtime=1.49 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 28020 0 0 0 145 4 0 0 25 0 1 0 469577189 52482048 12366 33554432000 134512640 134761588 4290441840 18446744073709551615 134673895 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 12813 12366 265 61 0 12116 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51252

[startup+3.10086 s]
/proc/loadavg: 3.43 3.87 3.87 5/190 7872
/proc/meminfo: memFree=14436880/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=55684 CPUtime=3.09 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 29117 0 0 0 305 4 0 0 25 0 1 0 469577189 57020416 13463 33554432000 134512640 134761588 4290441840 18446744073709551615 134617960 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 13921 13463 265 61 0 13224 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55684

[startup+6.30025 s]
/proc/loadavg: 3.43 3.87 3.87 5/190 7872
/proc/meminfo: memFree=14418932/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=59092 CPUtime=6.29 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 30988 0 0 0 625 4 0 0 25 0 1 0 469577189 60510208 14336 33554432000 134512640 134761588 4290441840 18446744073709551615 134616850 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 14773 14336 270 61 0 14076 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59092

[startup+12.701 s]
/proc/loadavg: 3.52 3.87 3.87 5/190 7872
/proc/meminfo: memFree=14409056/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=61284 CPUtime=12.69 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 41362 0 0 0 1263 6 0 0 25 0 1 0 469577189 62754816 14852 33554432000 134512640 134761588 4290441840 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 15321 14852 270 61 0 14624 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61284

[startup+25.5006 s]
/proc/loadavg: 3.59 3.88 3.87 5/190 7873
/proc/meminfo: memFree=14388332/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=69592 CPUtime=25.49 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 51662 0 0 0 2541 8 0 0 25 0 1 0 469577189 71262208 16961 33554432000 134512640 134761588 4290441840 18446744073709551615 134748119 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 17398 16961 270 61 0 16701 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69592

[startup+51.1007 s]
/proc/loadavg: 3.73 3.89 3.87 5/190 7873
/proc/meminfo: memFree=14417428/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=67432 CPUtime=51.1 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 66731 0 0 0 5099 11 0 0 25 0 1 0 469577189 69050368 15282 33554432000 134512640 134761588 4290441840 18446744073709551615 134614427 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 16858 15282 270 61 0 16161 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 67432

[startup+102.307 s]
/proc/loadavg: 3.89 3.90 3.88 5/190 7875
/proc/meminfo: memFree=14372660/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=40416 CPUtime=102.3 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 79681 0 0 0 10218 12 0 0 25 0 1 0 469577189 41385984 9647 33554432000 134512640 134761588 4290441840 18446744073709551615 134536612 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 10104 9647 272 61 0 9407 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 40416

[startup+162.3 s]
/proc/loadavg: 3.96 3.92 3.88 5/190 7876
/proc/meminfo: memFree=14336428/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=40416 CPUtime=162.29 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 79681 0 0 0 16217 12 0 0 25 0 1 0 469577189 41385984 9647 33554432000 134512640 134761588 4290441840 18446744073709551615 134536608 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 10104 9647 272 61 0 9407 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 40416

[startup+222.301 s]
/proc/loadavg: 3.98 3.93 3.89 5/190 7878
/proc/meminfo: memFree=14241796/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=94372 CPUtime=222.3 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 140446 0 0 0 22209 21 0 0 25 0 1 0 469577189 96636928 22904 33554432000 134512640 134761588 4290441840 18446744073709551615 134635923 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 23593 22904 275 61 0 22896 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 94372

[startup+282.3 s]
/proc/loadavg: 3.99 3.94 3.89 5/190 7879
/proc/meminfo: memFree=14234332/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=111012 CPUtime=282.31 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 152164 0 0 0 28208 23 0 0 25 0 1 0 469577189 113676288 27067 33554432000 134512640 134761588 4290441840 18446744073709551615 134636053 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 27753 27067 275 61 0 27056 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 111012

[startup+342.301 s]
/proc/loadavg: 3.99 3.95 3.90 5/190 7881
/proc/meminfo: memFree=14209500/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=117664 CPUtime=342.31 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 167461 0 0 0 34206 25 0 0 25 0 1 0 469577189 120487936 28730 33554432000 134512640 134761588 4290441840 18446744073709551615 134635923 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 29416 28730 275 61 0 28719 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 117664

[startup+402.3 s]
/proc/loadavg: 3.99 3.95 3.91 5/190 7883
/proc/meminfo: memFree=14184180/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=117864 CPUtime=402.31 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 176469 0 0 0 40205 26 0 0 25 0 1 0 469577189 120692736 28777 33554432000 134512640 134761588 4290441840 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 29466 28777 275 61 0 28769 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 117864

[startup+462.301 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 7884
/proc/meminfo: memFree=14168780/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=134792 CPUtime=462.3 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 193712 0 0 0 46202 28 0 0 25 0 1 0 469577189 138027008 32978 33554432000 134512640 134761588 4290441840 18446744073709551615 134635853 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 33698 32978 275 61 0 33001 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 134792

[startup+522.3 s]
/proc/loadavg: 4.08 3.99 3.92 5/190 7913
/proc/meminfo: memFree=14150840/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=159864 CPUtime=522.31 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 214475 0 0 0 52200 31 0 0 25 0 1 0 469577189 163700736 39276 33554432000 134512640 134761588 4290441840 18446744073709551615 134690691 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 39966 39276 275 61 0 39269 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 159864

[startup+582.301 s]
/proc/loadavg: 4.03 3.99 3.92 5/190 7914
/proc/meminfo: memFree=14165796/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=144492 CPUtime=582.31 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 229716 0 0 0 58198 33 0 0 25 0 1 0 469577189 147959808 35388 33554432000 134512640 134761588 4290441840 18446744073709551615 134636129 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 36123 35388 275 61 0 35426 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 144492

[startup+642.3 s]
/proc/loadavg: 4.01 3.99 3.92 5/190 7916
/proc/meminfo: memFree=14130420/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=156764 CPUtime=642.33 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 249766 0 0 0 64196 37 0 0 25 0 1 0 469577189 160526336 38452 33554432000 134512640 134761588 4290441840 18446744073709551615 134635879 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 39191 38452 275 61 0 38494 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 156764

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 7918
/proc/meminfo: memFree=14093572/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=204356 CPUtime=702.32 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 281226 0 0 0 70191 41 0 0 25 0 1 0 469577189 209260544 50339 33554432000 134512640 134761588 4290441840 18446744073709551615 134748067 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 51089 50339 275 61 0 50392 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 204356

[startup+762.306 s]
/proc/loadavg: 4.05 4.01 3.93 5/190 7919
/proc/meminfo: memFree=14098772/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=192052 CPUtime=762.33 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 301885 0 0 0 76188 45 0 0 25 0 1 0 469577189 196661248 47258 33554432000 134512640 134761588 4290441840 18446744073709551615 134636060 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 48013 47258 275 61 0 47316 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 192052

[startup+822.301 s]
/proc/loadavg: 4.02 4.00 3.93 5/190 7921
/proc/meminfo: memFree=14095788/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=196148 CPUtime=822.32 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 308541 0 0 0 82186 46 0 0 25 0 1 0 469577189 200855552 48282 33554432000 134512640 134761588 4290441840 18446744073709551615 134636060 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 49037 48282 275 61 0 48340 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 196148

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 7922
/proc/meminfo: memFree=14077800/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=198196 CPUtime=882.33 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 315709 0 0 0 88186 47 0 0 25 0 1 0 469577189 202952704 48794 33554432000 134512640 134761588 4290441840 18446744073709551615 134636053 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 49549 48794 275 61 0 48852 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 198196

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 7924
/proc/meminfo: memFree=14054604/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=228916 CPUtime=942.33 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 323389 0 0 0 94185 48 0 0 25 0 1 0 469577189 234409984 56474 33554432000 134512640 134761588 4290441840 18446744073709551615 134636047 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 57229 56474 275 61 0 56532 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 228916

[startup+1002.3 s]
/proc/loadavg: 4.10 4.03 3.94 5/190 7926
/proc/meminfo: memFree=14072080/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=220724 CPUtime=1002.33 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 328509 0 0 0 100184 49 0 0 25 0 1 0 469577189 226021376 54426 33554432000 134512640 134761588 4290441840 18446744073709551615 134635879 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 55181 54426 275 61 0 54484 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 220724

[startup+1062.3 s]
/proc/loadavg: 4.04 4.02 3.94 5/190 7927
/proc/meminfo: memFree=14036232/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=233004 CPUtime=1062.33 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 339773 0 0 0 106182 51 0 0 25 0 1 0 469577189 238596096 57496 33554432000 134512640 134761588 4290441840 18446744073709551615 134635936 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 58251 57496 275 61 0 57554 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 233004

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/190 7929
/proc/meminfo: memFree=14072428/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=214840 CPUtime=1122.33 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 348001 0 0 0 112181 52 0 0 25 0 1 0 469577189 219996160 52923 33554432000 134512640 134761588 4290441840 18446744073709551615 134635862 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 53710 52923 275 61 0 53013 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 214840

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 7930
/proc/meminfo: memFree=14037192/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=219960 CPUtime=1182.34 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 356193 0 0 0 118180 54 0 0 25 0 1 0 469577189 225239040 54203 33554432000 134512640 134761588 4290441840 18446744073709551615 134636411 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 54990 54203 275 61 0 54293 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 219960

[startup+1242.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/190 7932
/proc/meminfo: memFree=14047956/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=211768 CPUtime=1242.34 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 361057 0 0 0 124179 55 0 0 25 0 1 0 469577189 216850432 52155 33554432000 134512640 134761588 4290441840 18446744073709551615 134635858 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 52942 52155 275 61 0 52245 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 211768



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.02 3.94 4/188 7934
/proc/meminfo: memFree=14143316/32950928 swapFree=67087032/67111528
[pid=7865] ppid=7863 vsize=217912 CPUtime=1300.05 cores=0,2
/proc/7865/stat : 7865 (MPhaseSAT64) R 7863 7865 7393 0 -1 4202496 370401 0 0 0 129949 56 0 0 25 0 1 0 469577189 223141888 53691 33554432000 134512640 134761588 4290441840 18446744073709551615 134635879 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/7865/statm: 54478 53691 275 61 0 53781 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 217912

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.07
CPU user time (s): 1299.5
CPU system time (s): 0.573912
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 245300

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

runsolver used 2.26166 second user time and 4.83926 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-23 19:30:01
IDJOB=3251005
IDBENCH=88208
IDSOLVER=1521
FILE ID=node148/3251005-1303579801
RUNJOBID= node148-1303579801-7829
PBS_JOBID= 13150324
Free space on /tmp= 70576 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251005-1303579801/watcher-3251005-1303579801 -o /tmp/evaluation-result-3251005-1303579801/solver-3251005-1303579801 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3251005-1303579801.cnf

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

MD5SUM BENCH= 78d8e2b8c0fd15b93f96e38e33701f17
RANDOM SEED=122972189

node148.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.854
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14518328 kB
Buffers:       2044936 kB
Cached:       15766564 kB
SwapCached:       5264 kB
Active:        8911708 kB
Inactive:      8961504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14518328 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           20412 kB
Writeback:           0 kB
AnonPages:       58284 kB
Mapped:          14640 kB
Slab:           494856 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   245444 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70576 MiB
End job on node148 at 2011-04-23 19:51:43