Trace number 3259060

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_M 2011-02-16? (TO) 1300.05 1300.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g7.cnf
MD5SUMbd9e06c08721e6eb7b4cb4a265dbdd48
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.14637
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3259060-1303504229/watcher-3259060-1303504229 -o /tmp/evaluation-result-3259060-1303504229/solver-3259060-1303504229 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3259060-1303504229.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.18 3.76 2.98 3/179 16200
/proc/meminfo: memFree=17271396/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=4336 CPUtime=0 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 540653517 4440064 271 33554432000 134512640 134829744 4290324224 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1084 272 225 78 0 370 0

[startup+0.102384 s]
/proc/loadavg: 3.18 3.76 2.98 3/179 16200
/proc/meminfo: memFree=17271396/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=7144 CPUtime=0.09 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 1647 0 0 0 9 0 0 0 25 0 1 0 540653517 7315456 1316 33554432000 134512640 134829744 4290324224 18446744073709551615 134629920 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1786 1316 260 78 0 1072 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7144

[startup+0.200363 s]
/proc/loadavg: 3.18 3.76 2.98 3/179 16200
/proc/meminfo: memFree=17271396/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=8304 CPUtime=0.19 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 1932 0 0 0 19 0 0 0 25 0 1 0 540653517 8503296 1601 33554432000 134512640 134829744 4290324224 18446744073709551615 134630856 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 2076 1601 268 78 0 1362 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8304

[startup+0.300351 s]
/proc/loadavg: 3.18 3.76 2.98 3/179 16200
/proc/meminfo: memFree=17271396/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=8304 CPUtime=0.29 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 1946 0 0 0 29 0 0 0 25 0 1 0 540653517 8503296 1614 33554432000 134512640 134829744 4290324224 18446744073709551615 134632992 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 2076 1614 279 78 0 1362 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8304

[startup+0.700276 s]
/proc/loadavg: 3.18 3.76 2.98 3/179 16200
/proc/meminfo: memFree=17271396/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6916 CPUtime=0.69 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 2430 0 0 0 69 0 0 0 25 0 1 0 540653517 7081984 1267 33554432000 134512640 134829744 4290324224 18446744073709551615 134669637 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1729 1267 279 78 0 1015 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6916

[startup+1.50117 s]
/proc/loadavg: 3.18 3.76 2.98 3/180 16201
/proc/meminfo: memFree=17268672/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=7444 CPUtime=1.49 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 2535 0 0 0 149 0 0 0 25 0 1 0 540653517 7622656 1372 33554432000 134512640 134829744 4290324224 18446744073709551615 134719596 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1861 1372 279 78 0 1147 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7444

[startup+3.10087 s]
/proc/loadavg: 3.18 3.76 2.98 3/180 16201
/proc/meminfo: memFree=17267432/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=7840 CPUtime=3.09 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 2653 0 0 0 309 0 0 0 25 0 1 0 540653517 8028160 1490 33554432000 134512640 134829744 4290324224 18446744073709551615 134661432 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1960 1490 279 78 0 1246 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7840

[startup+6.30025 s]
/proc/loadavg: 3.09 3.73 2.98 3/180 16202
/proc/meminfo: memFree=17267960/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6676 CPUtime=6.29 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 3220 0 0 0 629 0 0 0 25 0 1 0 540653517 6836224 1218 33554432000 134512640 134829744 4290324224 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1669 1218 279 78 0 955 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6676

[startup+12.7011 s]
/proc/loadavg: 3.00 3.70 2.97 3/180 16202
/proc/meminfo: memFree=17269272/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=5572 CPUtime=12.69 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 4765 0 0 0 1269 0 0 0 25 0 1 0 540653517 5705728 924 33554432000 134512640 134829744 4290324224 18446744073709551615 134661497 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1393 924 279 78 0 679 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5572

[startup+25.5008 s]
/proc/loadavg: 3.08 3.69 2.98 5/190 16222
/proc/meminfo: memFree=17231772/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6780 CPUtime=25.49 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 9306 0 0 0 2548 1 0 0 25 0 1 0 540653517 6942720 1220 33554432000 134512640 134829744 4290324224 18446744073709551615 134661396 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1695 1220 279 78 0 981 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6780

[startup+51.1011 s]
/proc/loadavg: 3.47 3.73 3.01 5/190 16223
/proc/meminfo: memFree=17227220/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6688 CPUtime=51.09 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 14093 0 0 0 5107 2 0 0 25 0 1 0 540653517 6848512 1205 33554432000 134512640 134829744 4290324224 18446744073709551615 134661645 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1672 1205 279 78 0 958 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 6688

[startup+102.301 s]
/proc/loadavg: 3.77 3.77 3.06 5/190 16224
/proc/meminfo: memFree=17223032/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6236 CPUtime=102.3 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 26646 0 0 0 10226 4 0 0 25 0 1 0 540653517 6385664 1082 33554432000 134512640 134829744 4290324224 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1559 1082 279 78 0 845 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 6236

[startup+162.301 s]
/proc/loadavg: 3.91 3.81 3.11 5/190 16226
/proc/meminfo: memFree=17218504/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=8476 CPUtime=162.3 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 41444 0 0 0 16223 7 0 0 25 0 1 0 540653517 8679424 1637 33554432000 134512640 134829744 4290324224 18446744073709551615 134718307 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 2119 1637 279 78 0 1405 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 8476

[startup+222.307 s]
/proc/loadavg: 3.97 3.84 3.17 5/190 16227
/proc/meminfo: memFree=17213864/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=7048 CPUtime=222.31 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 55809 0 0 0 22220 11 0 0 25 0 1 0 540653517 7217152 1306 33554432000 134512640 134829744 4290324224 18446744073709551615 134661382 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1762 1306 279 78 0 1048 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 7048

[startup+282.301 s]
/proc/loadavg: 4.02 3.88 3.22 5/190 16229
/proc/meminfo: memFree=17211468/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=7160 CPUtime=282.29 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 69157 0 0 0 28216 13 0 0 25 0 1 0 540653517 7331840 1316 33554432000 134512640 134829744 4290324224 18446744073709551615 134661787 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1790 1316 279 78 0 1076 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 7160

[startup+342.301 s]
/proc/loadavg: 4.00 3.90 3.27 5/190 16231
/proc/meminfo: memFree=17207824/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6788 CPUtime=342.3 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 81543 0 0 0 34214 16 0 0 25 0 1 0 540653517 6950912 1232 33554432000 134512640 134829744 4290324224 18446744073709551615 134722592 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1697 1232 279 78 0 983 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 6788

[startup+402.301 s]
/proc/loadavg: 4.00 3.91 3.31 5/190 16232
/proc/meminfo: memFree=17206664/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6388 CPUtime=402.3 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 96538 0 0 0 40212 18 0 0 25 0 1 0 540653517 6541312 1131 33554432000 134512640 134829744 4290324224 18446744073709551615 134661620 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1597 1131 279 78 0 883 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 6388

[startup+462.301 s]
/proc/loadavg: 4.00 3.93 3.35 5/190 16234
/proc/meminfo: memFree=17203892/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=5836 CPUtime=462.31 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 110693 0 0 0 46210 21 0 0 25 0 1 0 540653517 5976064 1012 33554432000 134512640 134829744 4290324224 18446744073709551615 6002172 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1459 1012 279 78 0 745 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 5836

[startup+522.301 s]
/proc/loadavg: 4.04 3.95 3.39 5/190 16238
/proc/meminfo: memFree=17201096/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6116 CPUtime=522.3 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 124526 0 0 0 52206 24 0 0 25 0 1 0 540653517 6262784 1049 33554432000 134512640 134829744 4290324224 18446744073709551615 134722280 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1529 1049 279 78 0 815 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 6116

[startup+582.301 s]
/proc/loadavg: 4.01 3.96 3.43 5/190 16240
/proc/meminfo: memFree=17199272/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=7552 CPUtime=582.31 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 140668 0 0 0 58204 27 0 0 25 0 1 0 540653517 7733248 1434 33554432000 134512640 134829744 4290324224 18446744073709551615 134620928 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1888 1434 279 78 0 1174 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 7552

[startup+642.301 s]
/proc/loadavg: 4.05 3.97 3.47 5/190 16242
/proc/meminfo: memFree=17199104/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6108 CPUtime=642.31 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 155404 0 0 0 64201 30 0 0 25 0 1 0 540653517 6254592 1048 33554432000 134512640 134829744 4290324224 18446744073709551615 6008238 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1527 1048 279 78 0 813 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 6108

[startup+702.301 s]
/proc/loadavg: 4.05 3.99 3.50 5/190 16243
/proc/meminfo: memFree=17196072/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=5968 CPUtime=702.31 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 169170 0 0 0 70198 33 0 0 25 0 1 0 540653517 6111232 1025 33554432000 134512640 134829744 4290324224 18446744073709551615 134678601 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1492 1025 279 78 0 778 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 5968

[startup+762.301 s]
/proc/loadavg: 4.02 3.99 3.53 5/190 16245
/proc/meminfo: memFree=17192552/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=7432 CPUtime=762.32 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 184261 0 0 0 76195 37 0 0 25 0 1 0 540653517 7610368 1392 33554432000 134512640 134829744 4290324224 18446744073709551615 134722783 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1858 1392 279 78 0 1144 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 7432

[startup+822.301 s]
/proc/loadavg: 4.05 4.00 3.56 5/190 16246
/proc/meminfo: memFree=17193868/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=7156 CPUtime=822.32 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 197419 0 0 0 82191 41 0 0 25 0 1 0 540653517 7327744 1331 33554432000 134512640 134829744 4290324224 18446744073709551615 134717983 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1789 1331 279 78 0 1075 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 7156

[startup+882.307 s]
/proc/loadavg: 4.02 4.00 3.58 5/190 16248
/proc/meminfo: memFree=17193072/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6628 CPUtime=882.33 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 212452 0 0 0 88189 44 0 0 25 0 1 0 540653517 6787072 1186 33554432000 134512640 134829744 4290324224 18446744073709551615 134662065 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1657 1186 279 78 0 943 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 6628

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.61 5/190 16250
/proc/meminfo: memFree=17190412/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=7196 CPUtime=942.31 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 226130 0 0 0 94185 46 0 0 25 0 1 0 540653517 7368704 1337 33554432000 134512640 134829744 4290324224 18446744073709551615 134722297 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1799 1337 279 78 0 1085 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 7196

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.63 5/190 16251
/proc/meminfo: memFree=17189600/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6924 CPUtime=1002.32 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 240610 0 0 0 100183 49 0 0 25 0 1 0 540653517 7090176 1258 33554432000 134512640 134829744 4290324224 18446744073709551615 134632892 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1731 1258 279 78 0 1017 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 6924

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.65 5/190 16253
/proc/meminfo: memFree=17187320/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6264 CPUtime=1062.32 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 256233 0 0 0 106181 51 0 0 25 0 1 0 540653517 6414336 1110 33554432000 134512640 134829744 4290324224 18446744073709551615 134624965 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1566 1110 279 78 0 852 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 6264

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/190 16254
/proc/meminfo: memFree=17185776/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6364 CPUtime=1122.33 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 270614 0 0 0 112178 55 0 0 25 0 1 0 540653517 6516736 1122 33554432000 134512640 134829744 4290324224 18446744073709551615 134657829 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1591 1122 279 78 0 877 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 6364

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.68 5/190 16256
/proc/meminfo: memFree=17181876/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=7024 CPUtime=1182.33 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 283000 0 0 0 118175 58 0 0 25 0 1 0 540653517 7192576 1283 33554432000 134512640 134829744 4290324224 18446744073709551615 134620936 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1756 1283 279 78 0 1042 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 7024

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 3.71 5/190 16258
/proc/meminfo: memFree=17182080/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6892 CPUtime=1242.32 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 297215 0 0 0 124171 61 0 0 25 0 1 0 540653517 7057408 1257 33554432000 134512640 134829744 4290324224 18446744073709551615 134661814 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1723 1257 279 78 0 1009 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 6892



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.01 3.73 4/188 16260
/proc/meminfo: memFree=17186632/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6124 CPUtime=1300.04 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 310268 0 0 0 129939 65 0 0 25 0 1 0 540653517 6270976 1073 33554432000 134512640 134829744 4290324224 18446744073709551615 134719794 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1531 1073 279 78 0 817 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 6124

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

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

[startup+1300 s]
/proc/loadavg: 4.01 4.01 3.73 4/188 16260
/proc/meminfo: memFree=17186632/32951124 swapFree=67111528/67111528
[pid=16200] ppid=16198 vsize=6124 CPUtime=1300.04 cores=0,2
/proc/16200/stat : 16200 (MPhaseSAT_M) R 16198 16200 16014 0 -1 4202496 310268 0 0 0 129939 65 0 0 25 0 1 0 540653517 6270976 1073 33554432000 134512640 134829744 4290324224 18446744073709551615 134719794 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/16200/statm: 1531 1073 279 78 0 817 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 6124

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.39
CPU system time (s): 0.6519
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 8528

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

runsolver used 2.26666 second user time and 4.81527 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-22 22:30:29
IDJOB=3259060
IDBENCH=71487
IDSOLVER=1522
FILE ID=node110/3259060-1303504229
RUNJOBID= node110-1303502918-16032
PBS_JOBID= 13134225
Free space on /tmp= 71708 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g7.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259060-1303504229/watcher-3259060-1303504229 -o /tmp/evaluation-result-3259060-1303504229/solver-3259060-1303504229 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3259060-1303504229.cnf

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

MD5SUM BENCH= bd9e06c08721e6eb7b4cb4a265dbdd48
RANDOM SEED=1677961451

node110.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.830
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.830
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.830
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.830
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.83
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.830
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.76
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.830
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.830
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.830
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:     32951124 kB
MemFree:      17271676 kB
Buffers:       1836620 kB
Cached:       13211520 kB
SwapCached:          0 kB
Active:        7487648 kB
Inactive:      7633576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17271676 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2156 kB
Writeback:           0 kB
AnonPages:       72900 kB
Mapped:          15648 kB
Slab:           494036 kB
PageTables:       4784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   217716 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= 71704 MiB
End job on node110 at 2011-04-22 22:52:11