Trace number 3280395

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-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3586.1
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

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

running on 2 cores: 5,7

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.95 3.01 4/189 14248
/proc/meminfo: memFree=14045088/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=12932 CPUtime=0 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 467226902 13242368 273 33554432000 134512640 134829744 4289811360 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 3233 273 225 78 0 2519 0

[startup+0.091196 s]
/proc/loadavg: 4.00 3.95 3.01 4/189 14248
/proc/meminfo: memFree=14045088/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=12932 CPUtime=0.08 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 783 0 0 0 8 0 0 0 21 0 1 0 467226902 13242368 725 33554432000 134512640 134829744 4289811360 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 3233 725 225 78 0 2519 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12932

[startup+0.100196 s]
/proc/loadavg: 4.00 3.95 3.01 4/189 14248
/proc/meminfo: memFree=14045088/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=12932 CPUtime=0.09 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 830 0 0 0 9 0 0 0 21 0 1 0 467226902 13242368 772 33554432000 134512640 134829744 4289811360 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 3233 772 225 78 0 2519 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12932

[startup+0.30016 s]
/proc/loadavg: 4.00 3.95 3.01 4/189 14248
/proc/meminfo: memFree=14045088/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=12932 CPUtime=0.29 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 1859 0 0 0 29 0 0 0 22 0 1 0 467226902 13242368 1801 33554432000 134512640 134829744 4289811360 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 3233 1801 225 78 0 2519 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12932

[startup+0.701094 s]
/proc/loadavg: 4.00 3.95 3.01 4/189 14248
/proc/meminfo: memFree=14045088/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=14560 CPUtime=0.69 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 2864 0 0 0 69 0 0 0 23 0 1 0 467226902 14909440 2540 33554432000 134512640 134829744 4289811360 18446744073709551615 134575088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 3640 2540 234 78 0 2926 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14560

[startup+1.50092 s]
/proc/loadavg: 4.00 3.95 3.01 5/190 14249
/proc/meminfo: memFree=14025256/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=12580 CPUtime=1.49 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 48930 0 0 0 144 5 0 0 25 0 1 0 467226902 12881920 2624 33554432000 134512640 134829744 4289811360 18446744073709551615 134559408 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 3145 2624 235 78 0 2431 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12580

[startup+3.1006 s]
/proc/loadavg: 4.00 3.95 3.01 5/190 14249
/proc/meminfo: memFree=14035300/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=12172 CPUtime=3.08 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 230872 0 0 0 284 24 0 0 25 0 1 0 467226902 12464128 2522 33554432000 134512640 134829744 4289811360 18446744073709551615 134559211 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 3043 2522 235 78 0 2329 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12172

[startup+6.30097 s]
/proc/loadavg: 4.00 3.95 3.01 5/190 14249
/proc/meminfo: memFree=13978508/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=75064 CPUtime=6.29 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 261495 0 0 0 601 28 0 0 25 0 1 0 467226902 76865536 16554 33554432000 134512640 134829744 4289811360 18446744073709551615 2150311 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 18766 16554 273 78 0 18052 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 75064

[startup+12.7007 s]
/proc/loadavg: 4.00 3.95 3.02 5/190 14250
/proc/meminfo: memFree=13977512/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=75064 CPUtime=12.69 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 281099 0 0 0 1238 31 0 0 25 0 1 0 467226902 76865536 16554 33554432000 134512640 134829744 4289811360 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 18766 16554 273 78 0 18052 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 75064

[startup+25.5002 s]
/proc/loadavg: 3.85 3.92 3.02 4/185 14268
/proc/meminfo: memFree=14045744/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=75064 CPUtime=25.49 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 287697 0 0 0 2517 32 0 0 25 0 1 0 467226902 76865536 16554 33554432000 134512640 134829744 4289811360 18446744073709551615 134673513 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 18766 16554 273 78 0 18052 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75064

[startup+51.1011 s]
/proc/loadavg: 3.56 3.85 3.02 4/185 14269
/proc/meminfo: memFree=14046420/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=75064 CPUtime=51.09 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 302073 0 0 0 5075 34 0 0 25 0 1 0 467226902 76865536 16554 33554432000 134512640 134829744 4289811360 18446744073709551615 134722623 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 18766 16554 273 78 0 18052 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75064

[startup+102.307 s]
/proc/loadavg: 3.73 3.84 3.06 5/190 14280
/proc/meminfo: memFree=14088332/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=14004 CPUtime=102.3 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 330339 0 0 0 10193 37 0 0 25 0 1 0 467226902 14340096 3013 33554432000 134512640 134829744 4289811360 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 3501 3013 281 78 0 2787 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 14004

[startup+162.301 s]
/proc/loadavg: 3.94 3.88 3.12 5/190 14282
/proc/meminfo: memFree=14080760/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=18224 CPUtime=162.3 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 331368 0 0 0 16192 38 0 0 25 0 1 0 467226902 18661376 4042 33554432000 134512640 134829744 4289811360 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 4556 4042 281 78 0 3842 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 18224

[startup+222.301 s]
/proc/loadavg: 4.03 3.92 3.17 5/190 14283
/proc/meminfo: memFree=14076164/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=20324 CPUtime=222.3 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 331796 0 0 0 22192 38 0 0 25 0 1 0 467226902 20811776 4470 33554432000 134512640 134829744 4289811360 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 5081 4470 281 78 0 4367 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 20324

[startup+282.301 s]
/proc/loadavg: 4.01 3.93 3.22 5/190 14285
/proc/meminfo: memFree=14070940/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=20800 CPUtime=282.3 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 331905 0 0 0 28192 38 0 0 25 0 1 0 467226902 21299200 4579 33554432000 134512640 134829744 4289811360 18446744073709551615 134661362 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 5200 4579 281 78 0 4486 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 20800

[startup+342.3 s]
/proc/loadavg: 4.00 3.94 3.27 5/190 14313
/proc/meminfo: memFree=14073376/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=20800 CPUtime=342.3 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 331979 0 0 0 34192 38 0 0 25 0 1 0 467226902 21299200 4653 33554432000 134512640 134829744 4289811360 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 5200 4653 281 78 0 4486 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 20800

[startup+402.3 s]
/proc/loadavg: 4.00 3.95 3.31 5/190 14315
/proc/meminfo: memFree=14071124/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=21320 CPUtime=402.31 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 332132 0 0 0 40193 38 0 0 25 0 1 0 467226902 21831680 4806 33554432000 134512640 134829744 4289811360 18446744073709551615 134661620 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 5330 4806 281 78 0 4616 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 21320

[startup+462.3 s]
/proc/loadavg: 4.00 3.95 3.35 5/190 14317
/proc/meminfo: memFree=14066524/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=21624 CPUtime=462.31 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 332187 0 0 0 46193 38 0 0 25 0 1 0 467226902 22142976 4861 33554432000 134512640 134829744 4289811360 18446744073709551615 134682765 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 5406 4861 281 78 0 4692 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 21624

[startup+522.3 s]
/proc/loadavg: 4.06 3.97 3.39 5/190 14318
/proc/meminfo: memFree=14065388/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=22660 CPUtime=522.31 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 332383 0 0 0 52193 38 0 0 25 0 1 0 467226902 23203840 5057 33554432000 134512640 134829744 4289811360 18446744073709551615 134624573 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 5665 5057 281 78 0 4951 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 22660

[startup+582.301 s]
/proc/loadavg: 4.02 3.97 3.43 5/190 14320
/proc/meminfo: memFree=14063400/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=22828 CPUtime=582.32 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 332444 0 0 0 58193 39 0 0 25 0 1 0 467226902 23375872 5118 33554432000 134512640 134829744 4289811360 18446744073709551615 134661382 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 5707 5118 281 78 0 4993 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 22828

[startup+642.301 s]
/proc/loadavg: 4.07 3.99 3.47 5/190 14324
/proc/meminfo: memFree=14060852/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=23384 CPUtime=642.33 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 332568 0 0 0 64194 39 0 0 25 0 1 0 467226902 23945216 5242 33554432000 134512640 134829744 4289811360 18446744073709551615 134661368 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 5846 5242 281 78 0 5132 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 23384

[startup+702.301 s]
/proc/loadavg: 4.10 4.01 3.50 5/190 14326
/proc/meminfo: memFree=14059100/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=24408 CPUtime=702.32 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 332758 0 0 0 70193 39 0 0 25 0 1 0 467226902 24993792 5432 33554432000 134512640 134829744 4289811360 18446744073709551615 134719841 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 6102 5432 281 78 0 5388 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 24408

[startup+762.307 s]
/proc/loadavg: 4.04 4.00 3.53 5/190 14328
/proc/meminfo: memFree=14051768/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=24568 CPUtime=762.33 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 332813 0 0 0 76194 39 0 0 25 0 1 0 467226902 25157632 5487 33554432000 134512640 134829744 4289811360 18446744073709551615 134719606 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 6142 5487 281 78 0 5428 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 24568

[startup+822.301 s]
/proc/loadavg: 4.01 4.00 3.56 5/190 14329
/proc/meminfo: memFree=14051380/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=25096 CPUtime=822.33 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 332927 0 0 0 82194 39 0 0 25 0 1 0 467226902 25698304 5601 33554432000 134512640 134829744 4289811360 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 6274 5601 281 78 0 5560 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 25096

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.58 5/190 14331
/proc/meminfo: memFree=14049848/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=25096 CPUtime=882.33 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 332941 0 0 0 88194 39 0 0 25 0 1 0 467226902 25698304 5615 33554432000 134512640 134829744 4289811360 18446744073709551615 134661598 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 6274 5615 281 78 0 5560 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 25096

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.61 5/190 14332
/proc/meminfo: memFree=14050208/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=23420 CPUtime=942.33 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 332948 0 0 0 94194 39 0 0 25 0 1 0 467226902 23982080 5280 33554432000 134512640 134829744 4289811360 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 5855 5280 281 78 0 5141 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 23420

[startup+1002.3 s]
/proc/loadavg: 3.47 3.86 3.58 4/184 14352
/proc/meminfo: memFree=14104512/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=23420 CPUtime=1002.33 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 332949 0 0 0 100194 39 0 0 25 0 1 0 467226902 23982080 5281 33554432000 134512640 134829744 4289811360 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 5855 5281 281 78 0 5141 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 23420

[startup+1062.3 s]
/proc/loadavg: 2.72 3.59 3.50 3/178 14372
/proc/meminfo: memFree=14226532/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=23420 CPUtime=1062.34 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 332963 0 0 0 106195 39 0 0 25 0 1 0 467226902 23982080 5295 33554432000 134512640 134829744 4289811360 18446744073709551615 2150730 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 5855 5295 281 78 0 5141 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 23420

[startup+1122.3 s]
/proc/loadavg: 2.26 3.30 3.41 3/178 14373
/proc/meminfo: memFree=14226644/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=23420 CPUtime=1122.34 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 332964 0 0 0 112195 39 0 0 25 0 1 0 467226902 23982080 5296 33554432000 134512640 134829744 4289811360 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 5855 5296 281 78 0 5141 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 23420

[startup+1182.3 s]
/proc/loadavg: 2.13 3.07 3.32 3/178 14375
/proc/meminfo: memFree=14227128/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=23420 CPUtime=1182.34 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 332967 0 0 0 118195 39 0 0 25 0 1 0 467226902 23982080 5299 33554432000 134512640 134829744 4289811360 18446744073709551615 134661432 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 5855 5299 281 78 0 5141 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 23420

[startup+1242.3 s]
/proc/loadavg: 2.05 2.87 3.24 3/178 14376
/proc/meminfo: memFree=14226980/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=23420 CPUtime=1242.35 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 332988 0 0 0 124196 39 0 0 25 0 1 0 467226902 23982080 5320 33554432000 134512640 134829744 4289811360 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 5855 5320 281 78 0 5141 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 23420



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.02 2.71 3.16 3/178 14378
/proc/meminfo: memFree=14226220/32951124 swapFree=67111528/67111528
[pid=14248] ppid=14246 vsize=23420 CPUtime=1300.05 cores=5,7
/proc/14248/stat : 14248 (MPhaseSAT_M) R 14246 14248 14035 0 -1 4202496 333021 0 0 0 129966 39 0 0 25 0 1 0 467226902 23982080 5353 33554432000 134512640 134829744 4289811360 18446744073709551615 134658036 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14248/statm: 5855 5353 281 78 0 5141 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 23420

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.67
CPU system time (s): 0.397939
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 82664

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

runsolver used 1.9587 second user time and 4.83427 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-25 18:15:13
IDJOB=3280395
IDBENCH=20387
IDSOLVER=1522
FILE ID=node143/3280395-1303748112
RUNJOBID= node143-1303746801-14056
PBS_JOBID= 13154019
Free space on /tmp= 72280 MiB

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

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
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:      14045368 kB
Buffers:       2273408 kB
Cached:       15851684 kB
SwapCached:          0 kB
Active:        7008656 kB
Inactive:     11339548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14045368 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11192 kB
Writeback:           8 kB
AnonPages:      222748 kB
Mapped:          16904 kB
Slab:           492448 kB
PageTables:       5768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   410244 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= 72336 MiB
End job on node143 at 2011-04-25 18:36:55