Trace number 3218960

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) 4999.89 5000.01

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S883282443-030-UNKNOWN.cnf
MD5SUMdfe09aa5f3a1967c08c2b336865aee78
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.3231
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
Number of clauses of size over 50

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-3218960-1303205606/watcher-3218960-1303205606 -o /tmp/evaluation-result-3218960-1303205606/solver-3218960-1303205606 -C 5000 -W 5000 -M 15500 MPhaseSAT_M HOME/instance-3218960-1303205606.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.41 3/175 17433
/proc/meminfo: memFree=20361216/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=3612 CPUtime=0 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 331 0 0 0 0 0 0 0 18 0 1 0 432160206 3698688 272 33554432000 134512640 134829744 4287836944 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 903 272 225 78 0 189 0

[startup+0.071269 s]
/proc/loadavg: 2.00 2.00 2.41 3/175 17433
/proc/meminfo: memFree=20361216/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=6128 CPUtime=0.06 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 1212 0 0 0 6 0 0 0 18 0 1 0 432160206 6275072 1054 33554432000 134512640 134829744 4287836944 18446744073709551615 134651690 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 1532 1054 259 78 0 818 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6128

[startup+0.100259 s]
/proc/loadavg: 2.00 2.00 2.41 3/175 17433
/proc/meminfo: memFree=20361216/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=6128 CPUtime=0.09 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 1227 0 0 0 9 0 0 0 18 0 1 0 432160206 6275072 1068 33554432000 134512640 134829744 4287836944 18446744073709551615 134661368 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 1532 1068 272 78 0 818 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6128

[startup+0.300232 s]
/proc/loadavg: 2.00 2.00 2.41 3/175 17433
/proc/meminfo: memFree=20361216/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=6920 CPUtime=0.29 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 1423 0 0 0 29 0 0 0 18 0 1 0 432160206 7086080 1264 33554432000 134512640 134829744 4287836944 18446744073709551615 8812028 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 1730 1264 272 78 0 1016 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6920

[startup+0.701163 s]
/proc/loadavg: 2.00 2.00 2.41 3/175 17433
/proc/meminfo: memFree=20361216/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=7712 CPUtime=0.69 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 1604 0 0 0 69 0 0 0 18 0 1 0 432160206 7897088 1445 33554432000 134512640 134829744 4287836944 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 1928 1445 272 78 0 1214 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7712

[startup+1.50101 s]
/proc/loadavg: 2.00 2.00 2.41 3/176 17434
/proc/meminfo: memFree=20355512/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=8636 CPUtime=1.49 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 1859 0 0 0 149 0 0 0 20 0 1 0 432160206 8843264 1700 33554432000 134512640 134829744 4287836944 18446744073709551615 8552786 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 2159 1700 272 78 0 1445 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8636

[startup+3.10075 s]
/proc/loadavg: 2.00 2.00 2.41 3/176 17435
/proc/meminfo: memFree=20354520/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=9428 CPUtime=3.09 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 2065 0 0 0 309 0 0 0 25 0 1 0 432160206 9654272 1906 33554432000 134512640 134829744 4287836944 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 2357 1906 272 78 0 1643 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9428

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.41 3/176 17435
/proc/meminfo: memFree=20352660/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=10616 CPUtime=6.29 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 2347 0 0 0 629 0 0 0 25 0 1 0 432160206 10870784 2188 33554432000 134512640 134829744 4287836944 18446744073709551615 134657691 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 2654 2188 272 78 0 1940 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10616

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.41 3/176 17435
/proc/meminfo: memFree=20350940/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=12332 CPUtime=12.69 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 2783 0 0 0 1269 0 0 0 25 0 1 0 432160206 12627968 2624 33554432000 134512640 134829744 4287836944 18446744073709551615 8552288 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 3083 2624 272 78 0 2369 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12332

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.40 3/176 17435
/proc/meminfo: memFree=20350792/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=12512 CPUtime=25.49 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 2812 0 0 0 2549 0 0 0 25 0 1 0 432160206 12812288 2653 33554432000 134512640 134829744 4287836944 18446744073709551615 134605755 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 3128 2653 280 78 0 2414 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12512

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 2.39 3/176 17435
/proc/meminfo: memFree=20350764/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=12512 CPUtime=51.09 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 2812 0 0 0 5109 0 0 0 25 0 1 0 432160206 12812288 2653 33554432000 134512640 134829744 4287836944 18446744073709551615 134606084 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 3128 2653 280 78 0 2414 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 12512

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.36 3/176 17437
/proc/meminfo: memFree=20348528/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=14228 CPUtime=102.29 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 3242 0 0 0 10229 0 0 0 25 0 1 0 432160206 14569472 3083 33554432000 134512640 134829744 4287836944 18446744073709551615 134605688 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 3557 3083 280 78 0 2843 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 14228

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.34 3/176 17439
/proc/meminfo: memFree=20348152/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=14360 CPUtime=162.28 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 3283 0 0 0 16228 0 0 0 25 0 1 0 432160206 14704640 3124 33554432000 134512640 134829744 4287836944 18446744073709551615 134605709 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 3590 3124 280 78 0 2876 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 14360

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.32 3/176 17440
/proc/meminfo: memFree=20347024/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=15416 CPUtime=222.27 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 3562 0 0 0 22227 0 0 0 25 0 1 0 432160206 15785984 3403 33554432000 134512640 134829744 4287836944 18446744073709551615 134605711 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 3854 3403 280 78 0 3140 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 15416

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.29 3/176 17441
/proc/meminfo: memFree=20347140/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=15416 CPUtime=282.27 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 3562 0 0 0 28227 0 0 0 25 0 1 0 432160206 15785984 3403 33554432000 134512640 134829744 4287836944 18446744073709551615 134606617 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 3854 3403 280 78 0 3140 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 15416

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.27 3/176 17443
/proc/meminfo: memFree=20345896/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=16472 CPUtime=342.27 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 3821 0 0 0 34227 0 0 0 25 0 1 0 432160206 16867328 3662 33554432000 134512640 134829744 4287836944 18446744073709551615 134605647 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 4118 3662 280 78 0 3404 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 16472

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.25 3/176 17445
/proc/meminfo: memFree=20346132/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=16472 CPUtime=402.27 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 3821 0 0 0 40227 0 0 0 25 0 1 0 432160206 16867328 3662 33554432000 134512640 134829744 4287836944 18446744073709551615 134606480 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 4118 3662 280 78 0 3404 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 16472

[startup+462.3 s]
/proc/loadavg: 2.05 2.01 2.24 3/176 17447
/proc/meminfo: memFree=20343772/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=18848 CPUtime=462.26 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 4413 0 0 0 46226 0 0 0 25 0 1 0 432160206 19300352 4254 33554432000 134512640 134829744 4287836944 18446744073709551615 4159275633 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 4712 4254 280 78 0 3998 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 18848

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.22 3/176 17448
/proc/meminfo: memFree=20344012/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=18848 CPUtime=522.26 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 4413 0 0 0 52226 0 0 0 25 0 1 0 432160206 19300352 4254 33554432000 134512640 134829744 4287836944 18446744073709551615 134606096 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 4712 4254 280 78 0 3998 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 18848

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.20 3/176 17449
/proc/meminfo: memFree=20344008/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=18848 CPUtime=582.26 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 4413 0 0 0 58226 0 0 0 25 0 1 0 432160206 19300352 4254 33554432000 134512640 134829744 4287836944 18446744073709551615 134605882 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17433/statm: 4712 4254 280 78 0 3998 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 18848

[startup+642.301 s]

################
# More data... #
################

[startup+4062.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/176 17583
/proc/meminfo: memFree=20463092/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=30612 CPUtime=4062.18 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 7348 0 0 0 406217 1 0 0 25 0 1 0 432160206 31346688 7189 33554432000 134512640 134829744 4287836944 18446744073709551615 134678464 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 7653 7189 280 78 0 6939 0
Current children cumulated CPU time (s) 4062.18
Current children cumulated vsize (KiB) 30612

[startup+4122.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/176 17584
/proc/meminfo: memFree=20460724/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=30612 CPUtime=4122.17 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 7348 0 0 0 412216 1 0 0 25 0 1 0 432160206 31346688 7189 33554432000 134512640 134829744 4287836944 18446744073709551615 134606523 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 7653 7189 280 78 0 6939 0
Current children cumulated CPU time (s) 4122.17
Current children cumulated vsize (KiB) 30612

[startup+4182.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/176 17585
/proc/meminfo: memFree=20459968/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=30612 CPUtime=4182.18 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 7348 0 0 0 418217 1 0 0 25 0 1 0 432160206 31346688 7189 33554432000 134512640 134829744 4287836944 18446744073709551615 134719596 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 7653 7189 280 78 0 6939 0
Current children cumulated CPU time (s) 4182.18
Current children cumulated vsize (KiB) 30612

[startup+4242.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/176 17587
/proc/meminfo: memFree=20457980/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=30884 CPUtime=4242.17 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 7406 0 0 0 424216 1 0 0 25 0 1 0 432160206 31625216 7247 33554432000 134512640 134829744 4287836944 18446744073709551615 134657870 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 7721 7247 280 78 0 7007 0
Current children cumulated CPU time (s) 4242.17
Current children cumulated vsize (KiB) 30884

[startup+4302.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/176 17589
/proc/meminfo: memFree=20456980/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=31164 CPUtime=4302.17 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 7477 0 0 0 430216 1 0 0 25 0 1 0 432160206 31911936 7318 33554432000 134512640 134829744 4287836944 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 7791 7318 280 78 0 7077 0
Current children cumulated CPU time (s) 4302.17
Current children cumulated vsize (KiB) 31164

[startup+4362.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/176 17591
/proc/meminfo: memFree=20455360/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=31852 CPUtime=4362.17 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 7614 0 0 0 436216 1 0 0 25 0 1 0 432160206 32616448 7455 33554432000 134512640 134829744 4287836944 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 7963 7455 280 78 0 7249 0
Current children cumulated CPU time (s) 4362.17
Current children cumulated vsize (KiB) 31852

[startup+4422.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 17592
/proc/meminfo: memFree=20454232/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=31852 CPUtime=4422.17 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 7639 0 0 0 442216 1 0 0 25 0 1 0 432160206 32616448 7480 33554432000 134512640 134829744 4287836944 18446744073709551615 134719798 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 7963 7480 280 78 0 7249 0
Current children cumulated CPU time (s) 4422.17
Current children cumulated vsize (KiB) 31852

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 17593
/proc/meminfo: memFree=20453848/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=32540 CPUtime=4482.17 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 7792 0 0 0 448216 1 0 0 25 0 1 0 432160206 33320960 7633 33554432000 134512640 134829744 4287836944 18446744073709551615 134623416 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 8135 7633 280 78 0 7421 0
Current children cumulated CPU time (s) 4482.17
Current children cumulated vsize (KiB) 32540

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 17595
/proc/meminfo: memFree=20453708/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=32676 CPUtime=4542.17 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 7830 0 0 0 454216 1 0 0 25 0 1 0 432160206 33460224 7671 33554432000 134512640 134829744 4287836944 18446744073709551615 134678555 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 8169 7671 280 78 0 7455 0
Current children cumulated CPU time (s) 4542.17
Current children cumulated vsize (KiB) 32676

[startup+4602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/176 17597
/proc/meminfo: memFree=20453200/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=33100 CPUtime=4602.17 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 7934 0 0 0 460216 1 0 0 25 0 1 0 432160206 33894400 7775 33554432000 134512640 134829744 4287836944 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 8275 7775 280 78 0 7561 0
Current children cumulated CPU time (s) 4602.17
Current children cumulated vsize (KiB) 33100

[startup+4662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 17599
/proc/meminfo: memFree=20452452/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=33780 CPUtime=4662.17 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 8088 0 0 0 466216 1 0 0 25 0 1 0 432160206 34590720 7929 33554432000 134512640 134829744 4287836944 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 8445 7929 280 78 0 7731 0
Current children cumulated CPU time (s) 4662.17
Current children cumulated vsize (KiB) 33780

[startup+4722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 17600
/proc/meminfo: memFree=20451696/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=34728 CPUtime=4722.18 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 8279 0 0 0 472217 1 0 0 25 0 1 0 432160206 35561472 8120 33554432000 134512640 134829744 4287836944 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 8682 8120 280 78 0 7968 0
Current children cumulated CPU time (s) 4722.18
Current children cumulated vsize (KiB) 34728

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 17601
/proc/meminfo: memFree=20451192/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=35288 CPUtime=4782.17 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 8402 0 0 0 478216 1 0 0 25 0 1 0 432160206 36134912 8243 33554432000 134512640 134829744 4287836944 18446744073709551615 134669644 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 8822 8243 280 78 0 8108 0
Current children cumulated CPU time (s) 4782.17
Current children cumulated vsize (KiB) 35288

[startup+4842.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17603
/proc/meminfo: memFree=20449696/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=35432 CPUtime=4842.18 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 8427 0 0 0 484217 1 0 0 25 0 1 0 432160206 36282368 8268 33554432000 134512640 134829744 4287836944 18446744073709551615 134661449 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 8858 8268 280 78 0 8144 0
Current children cumulated CPU time (s) 4842.18
Current children cumulated vsize (KiB) 35432

[startup+4902.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 17605
/proc/meminfo: memFree=20449188/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=35704 CPUtime=4902.17 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 8486 0 0 0 490216 1 0 0 25 0 1 0 432160206 36560896 8327 33554432000 134512640 134829744 4287836944 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 8926 8327 280 78 0 8212 0
Current children cumulated CPU time (s) 4902.17
Current children cumulated vsize (KiB) 35704

[startup+4962.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 17607
/proc/meminfo: memFree=20448812/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=35840 CPUtime=4962.17 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 8536 0 0 0 496216 1 0 0 25 0 1 0 432160206 36700160 8377 33554432000 134512640 134829744 4287836944 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 8960 8377 280 78 0 8246 0
Current children cumulated CPU time (s) 4962.17
Current children cumulated vsize (KiB) 35840



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17607
/proc/meminfo: memFree=20448556/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=36280 CPUtime=4999.88 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 8618 0 0 0 499987 1 0 0 25 0 1 0 432160206 37150720 8459 33554432000 134512640 134829744 4287836944 18446744073709551615 134722416 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 9070 8459 280 78 0 8356 0
Current children cumulated CPU time (s) 4999.88
Current children cumulated vsize (KiB) 36280

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

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

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17607
/proc/meminfo: memFree=20448556/32951132 swapFree=67111528/67111528
[pid=17433] ppid=17431 vsize=36280 CPUtime=4999.88 cores=0,2,4,6
/proc/17433/stat : 17433 (MPhaseSAT_M) R 17431 17433 17216 0 -1 4202496 8618 0 0 0 499987 1 0 0 25 0 1 0 432160206 37150720 8459 33554432000 134512640 134829744 4287836944 18446744073709551615 134722416 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/17433/statm: 9070 8459 280 78 0 8356 0
Current children cumulated CPU time (s) 4999.88
Current children cumulated vsize (KiB) 36280

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.01
CPU time (s): 4999.89
CPU user time (s): 4999.87
CPU system time (s): 0.014997
CPU usage (%): 99.9976
Max. virtual memory (cumulated for all children) (KiB): 36280

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

runsolver used 7.51486 second user time and 15.5546 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-19 11:33:26
IDJOB=3218960
IDBENCH=82510
IDSOLVER=1637
FILE ID=node129/3218960-1303205606
RUNJOBID= node129-1303203382-17234
PBS_JOBID= 13030645
Free space on /tmp= 72960 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S883282443-030-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3218960-1303205606/watcher-3218960-1303205606 -o /tmp/evaluation-result-3218960-1303205606/solver-3218960-1303205606 -C 5000 -W 5000 -M 15500  MPhaseSAT_M HOME/instance-3218960-1303205606.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= dfe09aa5f3a1967c08c2b336865aee78
RANDOM SEED=1801301416

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      20361372 kB
Buffers:        513460 kB
Cached:       11549972 kB
SwapCached:          0 kB
Active:        4029212 kB
Inactive:      8243860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      20361372 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             836 kB
Writeback:           0 kB
AnonPages:      209260 kB
Mapped:          16332 kB
Slab:           252460 kB
PageTables:       5416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   359740 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72964 MiB
End job on node129 at 2011-04-19 12:56:48