Trace number 3283981

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.04 1300.02

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_19_UNKNOWN.cnf
MD5SUM4cf2a693df1b6e5a084b88e84ec5f2af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.5608
Satisfiable
(Un)Satisfiability was proved
Number of variables4020
Number of clauses466486
Sum of the clauses size1393798
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26187
Number of clauses of size 3460268
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

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-3283981-1303759809/watcher-3283981-1303759809 -o /tmp/evaluation-result-3283981-1303759809/solver-3283981-1303759809 -C 2400 -W 1300 -M 7680 MPhaseSAT HOME/instance-3283981-1303759809.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.99 3.81 5.00 4/187 14124
/proc/meminfo: memFree=18291988/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=10332 CPUtime=0 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 487580592 10579968 272 33554432000 134512640 134731564 4287392048 18446744073709551615 134531593 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 2583 272 225 54 0 1893 0

[startup+0.0305931 s]
/proc/loadavg: 3.99 3.81 5.00 4/187 14124
/proc/meminfo: memFree=18291988/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=10332 CPUtime=0.02 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 448 0 0 0 2 0 0 0 25 0 1 0 487580592 10579968 390 33554432000 134512640 134731564 4287392048 18446744073709551615 8691631 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 2583 390 225 54 0 1893 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10332

[startup+0.100607 s]
/proc/loadavg: 3.99 3.81 5.00 4/187 14124
/proc/meminfo: memFree=18291988/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=10332 CPUtime=0.09 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 781 0 0 0 9 0 0 0 25 0 1 0 487580592 10579968 723 33554432000 134512640 134731564 4287392048 18446744073709551615 8686499 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 2583 723 225 54 0 1893 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10332

[startup+0.300588 s]
/proc/loadavg: 3.99 3.81 5.00 4/187 14124
/proc/meminfo: memFree=18291988/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=10332 CPUtime=0.29 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 1720 0 0 0 29 0 0 0 25 0 1 0 487580592 10579968 1662 33554432000 134512640 134731564 4287392048 18446744073709551615 134531593 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 2583 1662 225 54 0 1893 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10332

[startup+0.700509 s]
/proc/loadavg: 3.99 3.81 5.00 4/187 14124
/proc/meminfo: memFree=18291988/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=17648 CPUtime=0.69 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 11184 0 0 0 67 2 0 0 25 0 1 0 487580592 18071552 3856 33554432000 134512640 134731564 4287392048 18446744073709551615 134559237 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 4412 3867 236 54 0 3722 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17648

[startup+1.50037 s]
/proc/loadavg: 3.99 3.81 5.00 5/188 14125
/proc/meminfo: memFree=18258500/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=55964 CPUtime=1.49 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 25565 0 0 0 145 4 0 0 25 0 1 0 487580592 57307136 13393 33554432000 134512640 134731564 4287392048 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 13991 13393 265 54 0 13301 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55964

[startup+3.10108 s]
/proc/loadavg: 3.99 3.81 5.00 5/188 14125
/proc/meminfo: memFree=18238660/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=55964 CPUtime=3.1 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 25585 0 0 0 306 4 0 0 25 0 1 0 487580592 57307136 13412 33554432000 134512640 134731564 4287392048 18446744073709551615 134667918 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 13991 13412 271 54 0 13301 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 55964

[startup+6.30057 s]
/proc/loadavg: 3.99 3.81 5.00 6/188 14125
/proc/meminfo: memFree=18237500/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=58204 CPUtime=6.29 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 26272 0 0 0 625 4 0 0 25 0 1 0 487580592 59600896 14099 33554432000 134512640 134731564 4287392048 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 14551 14099 271 54 0 13861 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58204

[startup+12.7005 s]
/proc/loadavg: 3.99 3.82 4.99 6/188 14125
/proc/meminfo: memFree=18231124/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=63436 CPUtime=12.69 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 27538 0 0 0 1264 5 0 0 25 0 1 0 487580592 64958464 15365 33554432000 134512640 134731564 4287392048 18446744073709551615 134720128 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 15859 15365 271 54 0 15169 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63436

[startup+25.5003 s]
/proc/loadavg: 3.99 3.82 4.98 6/188 14126
/proc/meminfo: memFree=18227024/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=67540 CPUtime=25.49 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 28518 0 0 0 2543 6 0 0 25 0 1 0 487580592 69160960 16345 33554432000 134512640 134731564 4287392048 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 16885 16345 271 54 0 16195 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67540

[startup+51.101 s]
/proc/loadavg: 3.99 3.84 4.95 5/188 14126
/proc/meminfo: memFree=18224252/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=70584 CPUtime=51.09 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 29246 0 0 0 5103 6 0 0 25 0 1 0 487580592 72278016 17073 33554432000 134512640 134731564 4287392048 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 17646 17073 271 54 0 16956 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70584

[startup+102.306 s]
/proc/loadavg: 3.99 3.86 4.89 6/188 14128
/proc/meminfo: memFree=18218668/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=75580 CPUtime=102.3 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 30402 0 0 0 10223 7 0 0 25 0 1 0 487580592 77393920 18229 33554432000 134512640 134731564 4287392048 18446744073709551615 134668912 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 18895 18229 271 54 0 18205 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 75580

[startup+162.3 s]
/proc/loadavg: 3.99 3.88 4.83 6/188 14129
/proc/meminfo: memFree=18230060/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=67048 CPUtime=162.29 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 67719 0 0 0 16216 13 0 0 25 0 1 0 487580592 68657152 16104 33554432000 134512640 134731564 4287392048 18446744073709551615 134720177 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 16762 16104 276 54 0 16072 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 67048

[startup+222.3 s]
/proc/loadavg: 3.99 3.90 4.78 6/188 14131
/proc/meminfo: memFree=18217144/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=77996 CPUtime=222.3 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 70439 0 0 0 22215 15 0 0 25 0 1 0 487580592 79867904 18824 33554432000 134512640 134731564 4287392048 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 19499 18824 276 54 0 18809 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 77996

[startup+282.301 s]
/proc/loadavg: 3.99 3.92 4.73 6/188 14159
/proc/meminfo: memFree=18343040/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=78392 CPUtime=282.3 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 70705 0 0 0 28215 15 0 0 25 0 1 0 487580592 80273408 19090 33554432000 134512640 134731564 4287392048 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 19598 19090 276 54 0 18908 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 78392

[startup+342.301 s]
/proc/loadavg: 4.06 3.94 4.69 5/188 14161
/proc/meminfo: memFree=18339428/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=78392 CPUtime=342.3 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 70705 0 0 0 34215 15 0 0 25 0 1 0 487580592 80273408 19090 33554432000 134512640 134731564 4287392048 18446744073709551615 8841162 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 19598 19090 276 54 0 18908 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 78392

[startup+402.301 s]
/proc/loadavg: 4.02 3.95 4.64 5/188 14163
/proc/meminfo: memFree=18333572/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=83732 CPUtime=402.3 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 72026 0 0 0 40214 16 0 0 25 0 1 0 487580592 85741568 20411 33554432000 134512640 134731564 4287392048 18446744073709551615 134720133 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 20933 20411 276 54 0 20243 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 83732

[startup+462.301 s]
/proc/loadavg: 4.01 3.96 4.60 6/188 14164
/proc/meminfo: memFree=18325240/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=89880 CPUtime=462.3 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 73504 0 0 0 46213 17 0 0 25 0 1 0 487580592 92037120 21889 33554432000 134512640 134731564 4287392048 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 22470 21889 276 54 0 21780 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 89880

[startup+522.301 s]
/proc/loadavg: 4.00 3.96 4.56 6/188 14166
/proc/meminfo: memFree=18317036/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=97000 CPUtime=522.29 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 75142 0 0 0 52212 17 0 0 25 0 1 0 487580592 99328000 23527 33554432000 134512640 134731564 4287392048 18446744073709551615 134720319 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 24250 23527 276 54 0 23560 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 97000

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 4.52 6/188 14167
/proc/meminfo: memFree=18315772/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=97000 CPUtime=582.29 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 75147 0 0 0 58212 17 0 0 25 0 1 0 487580592 99328000 23532 33554432000 134512640 134731564 4287392048 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 24250 23532 276 54 0 23560 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 97000

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 4.48 6/188 14169
/proc/meminfo: memFree=18305960/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=106976 CPUtime=642.31 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 77452 0 0 0 64212 19 0 0 25 0 1 0 487580592 109543424 25837 33554432000 134512640 134731564 4287392048 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 26744 25837 276 54 0 26054 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 106976

[startup+702.3 s]
/proc/loadavg: 4.04 3.99 4.45 6/188 14171
/proc/meminfo: memFree=18304332/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=106976 CPUtime=702.3 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 77458 0 0 0 70211 19 0 0 25 0 1 0 487580592 109543424 25843 33554432000 134512640 134731564 4287392048 18446744073709551615 134720128 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 26744 25843 276 54 0 26054 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 106976

[startup+762.306 s]
/proc/loadavg: 4.01 3.99 4.42 6/188 14172
/proc/meminfo: memFree=18292532/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=118428 CPUtime=762.3 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 80255 0 0 0 76210 20 0 0 25 0 1 0 487580592 121270272 28640 33554432000 134512640 134731564 4287392048 18446744073709551615 134720128 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 29607 28640 276 54 0 28917 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 118428

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 4.40 6/188 14174
/proc/meminfo: memFree=18291400/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=118428 CPUtime=822.3 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 80535 0 0 0 82210 20 0 0 25 0 1 0 487580592 121270272 28920 33554432000 134512640 134731564 4287392048 18446744073709551615 134720128 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 29607 28920 276 54 0 28917 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 118428

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 4.37 6/188 14175
/proc/meminfo: memFree=18290888/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=118428 CPUtime=882.31 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 80538 0 0 0 88210 21 0 0 25 0 1 0 487580592 121270272 28923 33554432000 134512640 134731564 4287392048 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 29607 28923 276 54 0 28917 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 118428

[startup+942.301 s]
/proc/loadavg: 4.04 4.00 4.35 6/188 14177
/proc/meminfo: memFree=18290240/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=118428 CPUtime=942.31 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 80546 0 0 0 94210 21 0 0 25 0 1 0 487580592 121270272 28931 33554432000 134512640 134731564 4287392048 18446744073709551615 134720128 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 29607 28931 276 54 0 28917 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 118428

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 4.32 5/188 14235
/proc/meminfo: memFree=18543900/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=118428 CPUtime=1002.31 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 80547 0 0 0 100210 21 0 0 25 0 1 0 487580592 121270272 28932 33554432000 134512640 134731564 4287392048 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 29607 28932 276 54 0 28917 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 118428

[startup+1062.3 s]
/proc/loadavg: 4.07 4.03 4.31 5/188 14236
/proc/meminfo: memFree=18449544/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=118428 CPUtime=1062.31 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 80553 0 0 0 106208 23 0 0 25 0 1 0 487580592 121270272 28938 33554432000 134512640 134731564 4287392048 18446744073709551615 134721248 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 29607 28938 276 54 0 28917 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 118428

[startup+1122.31 s]
/proc/loadavg: 4.43 4.14 4.33 5/188 14373
/proc/meminfo: memFree=18271772/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=118160 CPUtime=1122.32 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 80554 0 0 0 112204 28 0 0 25 0 1 0 487580592 120995840 28901 33554432000 134512640 134731564 4287392048 18446744073709551615 134717129 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 29540 28901 276 54 0 28850 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 118160

[startup+1182.3 s]
/proc/loadavg: 4.15 4.11 4.31 5/188 14374
/proc/meminfo: memFree=18271800/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=118160 CPUtime=1182.31 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 80562 0 0 0 118203 28 0 0 25 0 1 0 487580592 120995840 28909 33554432000 134512640 134731564 4287392048 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 29540 28909 276 54 0 28850 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 118160

[startup+1242.3 s]
/proc/loadavg: 4.13 4.10 4.29 5/188 14376
/proc/meminfo: memFree=18265288/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=125460 CPUtime=1242.31 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 82322 0 0 0 124203 28 0 0 25 0 1 0 487580592 128471040 30669 33554432000 134512640 134731564 4287392048 18446744073709551615 134634561 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 31365 30669 276 54 0 30675 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 125460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.31 4.15 4.29 5/188 14405
/proc/meminfo: memFree=18177864/32951132 swapFree=67111524/67111528
[pid=14124] ppid=14122 vsize=130604 CPUtime=1300.02 cores=0,2
/proc/14124/stat : 14124 (MPhaseSAT) R 14122 14124 14002 0 -1 4202496 83584 0 0 0 129972 30 0 0 25 0 1 0 487580592 133738496 31931 33554432000 134512640 134731564 4287392048 18446744073709551615 8552302 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14124/statm: 32651 31931 276 54 0 31961 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 130604

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.04
CPU user time (s): 1299.72
CPU system time (s): 0.315951
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 130604

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

runsolver used 2.90556 second user time and 7.16491 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-25 21:30:10
IDJOB=3283981
IDBENCH=71095
IDSOLVER=1520
FILE ID=node129/3283981-1303759809
RUNJOBID= node129-1303759506-14020
PBS_JOBID= 13157128
Free space on /tmp= 66224 MiB

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

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

MD5SUM BENCH= 4cf2a693df1b6e5a084b88e84ec5f2af
RANDOM SEED=1421168916

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18292144 kB
Buffers:       1237220 kB
Cached:       12302784 kB
SwapCached:          4 kB
Active:        2445240 kB
Inactive:     11548592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18292144 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8068 kB
Writeback:          56 kB
AnonPages:      453508 kB
Mapped:          16864 kB
Slab:           599876 kB
PageTables:       6012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   649600 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= 66240 MiB
End job on node129 at 2011-04-25 21:51:52