Trace number 3280303

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.07 1300.01

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-17-u.cnf
MD5SUM780d946576ec5746b4ea9832bb01dbc5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1033.89
Satisfiable
(Un)Satisfiability was proved
Number of variables229544
Number of clauses1070757
Sum of the clauses size2471122
Maximum clause length10
Minimum clause length1
Number of clauses of size 119156
Number of clauses of size 2831957
Number of clauses of size 3176604
Number of clauses of size 44780
Number of clauses of size 519120
Number of clauses of size over 519140

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-3280303-1303747765/watcher-3280303-1303747765 -o /tmp/evaluation-result-3280303-1303747765/solver-3280303-1303747765 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3280303-1303747765.cnf 

running on 2 cores: 1,3

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: 4.00 3.84 2.56 4/189 14184
/proc/meminfo: memFree=13747708/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=19872 CPUtime=0 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 467192210 20348928 274 33554432000 134512640 134829744 4288491472 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 4968 274 225 78 0 4254 0

[startup+0.075794 s]
/proc/loadavg: 4.00 3.84 2.56 4/189 14184
/proc/meminfo: memFree=13747708/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=19872 CPUtime=0.06 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 709 0 0 0 6 0 0 0 22 0 1 0 467192210 20348928 650 33554432000 134512640 134829744 4288491472 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 4968 650 225 78 0 4254 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19872

[startup+0.100776 s]
/proc/loadavg: 4.00 3.84 2.56 4/189 14184
/proc/meminfo: memFree=13747708/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=19872 CPUtime=0.09 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 834 0 0 0 9 0 0 0 22 0 1 0 467192210 20348928 775 33554432000 134512640 134829744 4288491472 18446744073709551615 134531663 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 4968 776 225 78 0 4254 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19872

[startup+0.300735 s]
/proc/loadavg: 4.00 3.84 2.56 4/189 14184
/proc/meminfo: memFree=13747708/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=19872 CPUtime=0.29 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 1871 0 0 0 29 0 0 0 23 0 1 0 467192210 20348928 1812 33554432000 134512640 134829744 4288491472 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 4968 1812 225 78 0 4254 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19872

[startup+0.700653 s]
/proc/loadavg: 4.00 3.84 2.56 4/189 14184
/proc/meminfo: memFree=13747708/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=53576 CPUtime=0.69 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 9727 0 0 0 67 2 0 0 25 0 1 0 467192210 54861824 9569 33554432000 134512640 134829744 4288491472 18446744073709551615 134638696 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 13394 9572 232 78 0 12680 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53576

[startup+1.5005 s]
/proc/loadavg: 4.00 3.84 2.57 5/190 14185
/proc/meminfo: memFree=13649960/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=130616 CPUtime=1.49 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 34857 0 0 0 143 6 0 0 25 0 1 0 467192210 133750784 30853 33554432000 134512640 134829744 4288491472 18446744073709551615 134629708 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 32654 30853 474 78 0 31940 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130616

[startup+3.10018 s]
/proc/loadavg: 4.00 3.84 2.57 5/190 14185
/proc/meminfo: memFree=13619332/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=132668 CPUtime=3.09 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 38408 0 0 0 302 7 0 0 25 0 1 0 467192210 135852032 31265 33554432000 134512640 134829744 4288491472 18446744073709551615 134622213 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 33167 31265 480 78 0 32453 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132668

[startup+6.30056 s]
/proc/loadavg: 4.00 3.85 2.57 5/190 14185
/proc/meminfo: memFree=13630488/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=131600 CPUtime=6.29 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 41907 0 0 0 621 8 0 0 25 0 1 0 467192210 134758400 31046 33554432000 134512640 134829744 4288491472 18446744073709551615 134726180 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 32900 31046 490 78 0 32186 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 131600

[startup+12.7003 s]
/proc/loadavg: 4.00 3.85 2.58 5/190 14185
/proc/meminfo: memFree=13622924/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=133052 CPUtime=12.69 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 47148 0 0 0 1261 8 0 0 25 0 1 0 467192210 136245248 31413 33554432000 134512640 134829744 4288491472 18446744073709551615 134661119 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 33263 31413 490 78 0 32549 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133052

[startup+25.5007 s]
/proc/loadavg: 4.00 3.85 2.60 5/190 14186
/proc/meminfo: memFree=13623852/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=133052 CPUtime=25.49 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 66429 0 0 0 2538 11 0 0 25 0 1 0 467192210 136245248 31456 33554432000 134512640 134829744 4288491472 18446744073709551615 134718310 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 33263 31456 490 78 0 32549 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 133052

[startup+51.1006 s]
/proc/loadavg: 4.06 3.88 2.64 5/190 14186
/proc/meminfo: memFree=13728524/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=23936 CPUtime=51.09 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 166182 0 0 0 5083 26 0 0 25 0 1 0 467192210 24510464 5504 33554432000 134512640 134829744 4288491472 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 5984 5504 503 78 0 5270 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 23936

[startup+102.306 s]
/proc/loadavg: 4.02 3.90 2.71 5/190 14215
/proc/meminfo: memFree=13880888/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=24496 CPUtime=102.3 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 166352 0 0 0 10204 26 0 0 25 0 1 0 467192210 25083904 5674 33554432000 134512640 134829744 4288491472 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 6124 5674 503 78 0 5410 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 24496

[startup+162.301 s]
/proc/loadavg: 4.06 3.93 2.80 5/190 14216
/proc/meminfo: memFree=13814084/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=26960 CPUtime=162.3 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 166938 0 0 0 16203 27 0 0 25 0 1 0 467192210 27607040 6260 33554432000 134512640 134829744 4288491472 18446744073709551615 134723544 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 6740 6260 503 78 0 6026 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 26960

[startup+222.301 s]
/proc/loadavg: 4.02 3.94 2.87 5/190 14218
/proc/meminfo: memFree=13810536/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=30216 CPUtime=222.3 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 167642 0 0 0 22203 27 0 0 25 0 1 0 467192210 30941184 6964 33554432000 134512640 134829744 4288491472 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 7554 6964 503 78 0 6840 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 30216

[startup+282.301 s]
/proc/loadavg: 4.01 3.95 2.94 5/190 14220
/proc/meminfo: memFree=13809156/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=30828 CPUtime=282.3 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 167884 0 0 0 28203 27 0 0 25 0 1 0 467192210 31567872 7206 33554432000 134512640 134829744 4288491472 18446744073709551615 134722308 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 7707 7206 503 78 0 6993 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 30828

[startup+342.301 s]
/proc/loadavg: 4.00 3.95 3.00 4/188 14222
/proc/meminfo: memFree=14031612/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=32248 CPUtime=342.31 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 168176 0 0 0 34203 28 0 0 25 0 1 0 467192210 33021952 7498 33554432000 134512640 134829744 4288491472 18446744073709551615 134678278 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 8062 7498 503 78 0 7348 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 32248

[startup+402.301 s]
/proc/loadavg: 3.51 3.83 3.02 4/185 14269
/proc/meminfo: memFree=14046668/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=32144 CPUtime=402.31 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 168271 0 0 0 40203 28 0 0 25 0 1 0 467192210 32915456 7539 33554432000 134512640 134829744 4288491472 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 8036 7539 503 78 0 7322 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 32144

[startup+462.301 s]
/proc/loadavg: 3.79 3.85 3.07 5/190 14280
/proc/meminfo: memFree=14087588/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=34056 CPUtime=462.31 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 168872 0 0 0 46203 28 0 0 25 0 1 0 467192210 34873344 7966 33554432000 134512640 134829744 4288491472 18446744073709551615 134630902 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 8514 7966 503 78 0 7800 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 34056

[startup+522.301 s]
/proc/loadavg: 3.95 3.89 3.13 5/190 14282
/proc/meminfo: memFree=14079768/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=34056 CPUtime=522.31 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 168896 0 0 0 52203 28 0 0 25 0 1 0 467192210 34873344 7990 33554432000 134512640 134829744 4288491472 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 8514 7990 503 78 0 7800 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 34056

[startup+582.301 s]
/proc/loadavg: 4.02 3.92 3.19 5/190 14284
/proc/meminfo: memFree=14076040/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=34808 CPUtime=582.32 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 169074 0 0 0 58204 28 0 0 25 0 1 0 467192210 35643392 8168 33554432000 134512640 134829744 4288491472 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 8702 8168 503 78 0 7988 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 34808

[startup+642.3 s]
/proc/loadavg: 4.01 3.93 3.23 5/190 14285
/proc/meminfo: memFree=14070692/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=34604 CPUtime=642.32 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 169287 0 0 0 64204 28 0 0 25 0 1 0 467192210 35434496 8198 33554432000 134512640 134829744 4288491472 18446744073709551615 134720027 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 8651 8198 503 78 0 7937 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 34604

[startup+702.3 s]
/proc/loadavg: 4.00 3.94 3.28 5/190 14314
/proc/meminfo: memFree=14073744/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=34896 CPUtime=702.32 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 169321 0 0 0 70204 28 0 0 25 0 1 0 467192210 35733504 8232 33554432000 134512640 134829744 4288491472 18446744073709551615 134657699 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 8724 8232 503 78 0 8010 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 34896

[startup+762.306 s]
/proc/loadavg: 4.00 3.95 3.32 5/190 14315
/proc/meminfo: memFree=14070876/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=35732 CPUtime=762.34 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 169648 0 0 0 76205 29 0 0 25 0 1 0 467192210 36589568 8447 33554432000 134512640 134829744 4288491472 18446744073709551615 134661606 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 8933 8447 503 78 0 8219 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 35732

[startup+822.3 s]
/proc/loadavg: 4.00 3.95 3.36 5/190 14317
/proc/meminfo: memFree=14066772/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=35724 CPUtime=822.33 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 169768 0 0 0 82204 29 0 0 25 0 1 0 467192210 36581376 8476 33554432000 134512640 134829744 4288491472 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 8931 8476 503 78 0 8217 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 35724

[startup+882.3 s]
/proc/loadavg: 4.05 3.97 3.40 5/190 14319
/proc/meminfo: memFree=14064024/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=37360 CPUtime=882.33 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 170039 0 0 0 88204 29 0 0 25 0 1 0 467192210 38256640 8747 33554432000 134512640 134829744 4288491472 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 9340 8747 503 78 0 8626 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 37360

[startup+942.301 s]
/proc/loadavg: 4.02 3.97 3.44 5/190 14323
/proc/meminfo: memFree=14063028/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=38308 CPUtime=942.33 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 170228 0 0 0 94204 29 0 0 25 0 1 0 467192210 39227392 8936 33554432000 134512640 134829744 4288491472 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 9577 8936 503 78 0 8863 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 38308

[startup+1002.3 s]
/proc/loadavg: 4.06 3.99 3.48 5/190 14325
/proc/meminfo: memFree=14059488/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=37652 CPUtime=1002.33 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 170254 0 0 0 100204 29 0 0 25 0 1 0 467192210 38555648 8852 33554432000 134512640 134829744 4288491472 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 9413 8852 503 78 0 8699 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 37652

[startup+1062.3 s]
/proc/loadavg: 4.08 4.00 3.51 5/190 14326
/proc/meminfo: memFree=14058480/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=38544 CPUtime=1062.34 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 170495 0 0 0 106205 29 0 0 25 0 1 0 467192210 39469056 9093 33554432000 134512640 134829744 4288491472 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 9636 9093 503 78 0 8922 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 38544

[startup+1122.3 s]
/proc/loadavg: 4.03 4.00 3.54 5/190 14328
/proc/meminfo: memFree=14051644/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=37488 CPUtime=1122.34 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 170669 0 0 0 112205 29 0 0 25 0 1 0 467192210 38387712 8879 33554432000 134512640 134829744 4288491472 18446744073709551615 134719614 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 9372 8879 503 78 0 8658 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 37488

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.56 5/190 14330
/proc/meminfo: memFree=14050264/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=37488 CPUtime=1182.34 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 170678 0 0 0 118205 29 0 0 25 0 1 0 467192210 38387712 8888 33554432000 134512640 134829744 4288491472 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 9372 8888 503 78 0 8658 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 37488

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.59 5/190 14331
/proc/meminfo: memFree=14049724/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=37488 CPUtime=1242.34 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 170685 0 0 0 124205 29 0 0 25 0 1 0 467192210 38387712 8895 33554432000 134512640 134829744 4288491472 18446744073709551615 134647648 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 9372 8895 503 78 0 8658 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 37488



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.61 5/190 14333
/proc/meminfo: memFree=14050084/32951124 swapFree=67111528/67111528
[pid=14184] ppid=14182 vsize=38352 CPUtime=1300.06 cores=1,3
/proc/14184/stat : 14184 (MPhaseSAT_M) R 14182 14184 14035 0 -1 4202496 170825 0 0 0 129976 30 0 0 25 0 1 0 467192210 39272448 9035 33554432000 134512640 134829744 4288491472 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/14184/statm: 9588 9035 503 78 0 8874 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 38352

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.07
CPU user time (s): 1299.77
CPU system time (s): 0.302953
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 145608

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

runsolver used 2.10368 second user time and 5.00024 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-25 18:09:26
IDJOB=3280303
IDBENCH=20384
IDSOLVER=1522
FILE ID=node143/3280303-1303747765
RUNJOBID= node143-1303746801-14055
PBS_JOBID= 13154019
Free space on /tmp= 72260 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-10-17-u.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280303-1303747765/watcher-3280303-1303747765 -o /tmp/evaluation-result-3280303-1303747765/solver-3280303-1303747765 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3280303-1303747765.cnf

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

MD5SUM BENCH= 780d946576ec5746b4ea9832bb01dbc5
RANDOM SEED=176542667

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.74
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.846
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.846
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.75
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.846
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.846
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.846
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:      13747988 kB
Buffers:       2273336 kB
Cached:       15866880 kB
SwapCached:          0 kB
Active:        7309824 kB
Inactive:     11333552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13747988 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           19376 kB
Writeback:           0 kB
AnonPages:      502672 kB
Mapped:          16828 kB
Slab:           492696 kB
PageTables:       6272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   716600 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= 72304 MiB
End job on node143 at 2011-04-25 18:31:08