Trace number 3375192

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
MPhaseSAT64 2011-05-14 (fixed)? (TO) 1298.84 1300.01

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S360859187-040.UNKNOWN.cnf
MD5SUM5da80be8e24322484381341b0d82cc61
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark359.33
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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: 961)

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

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.49 3.93 3.95 4/367 25267
/proc/meminfo: memFree=21442032/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=12168 CPUtime=0 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 444 0 0 0 0 0 0 0 25 0 1 0 656582609 12460032 382 33554432000 4194304 4479436 140733431056928 18446744073709551615 4266750 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 3042 382 282 70 0 162 0

[startup+0.109099 s]
/proc/loadavg: 3.49 3.93 3.95 4/367 25267
/proc/meminfo: memFree=21442032/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=12972 CPUtime=0.1 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 722 0 0 0 10 0 0 0 25 0 1 0 656582609 13283328 660 33554432000 4194304 4479436 140733431056928 18446744073709551615 4455656 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 3243 660 325 70 0 363 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12972

[startup+0.201083 s]
/proc/loadavg: 3.49 3.93 3.95 4/367 25267
/proc/meminfo: memFree=21442032/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=13428 CPUtime=0.19 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 836 0 0 0 19 0 0 0 25 0 1 0 656582609 13750272 774 33554432000 4194304 4479436 140733431056928 18446744073709551615 4306912 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 3357 774 325 70 0 477 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13428

[startup+0.301064 s]
/proc/loadavg: 3.49 3.93 3.95 4/367 25267
/proc/meminfo: memFree=21442032/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=13916 CPUtime=0.28 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 1094 0 0 0 28 0 0 0 25 0 1 0 656582609 14249984 896 33554432000 4194304 4479436 140733431056928 18446744073709551615 4452134 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 3479 896 325 70 0 599 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13916

[startup+0.70101 s]
/proc/loadavg: 3.49 3.93 3.95 4/367 25267
/proc/meminfo: memFree=21442032/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=14432 CPUtime=0.68 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 1386 0 0 0 68 0 0 0 25 0 1 0 656582609 14778368 1028 33554432000 4194304 4479436 140733431056928 18446744073709551615 4295040 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 3608 1028 328 70 0 728 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 14432

[startup+1.50086 s]
/proc/loadavg: 3.53 3.93 3.95 5/368 25268
/proc/meminfo: memFree=21438436/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=14432 CPUtime=1.48 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 1386 0 0 0 148 0 0 0 25 0 1 0 656582609 14778368 1028 33554432000 4194304 4479436 140733431056928 18446744073709551615 4295986 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 3608 1028 328 70 0 728 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14432

[startup+3.10057 s]
/proc/loadavg: 3.53 3.93 3.95 5/368 25268
/proc/meminfo: memFree=21437816/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=14432 CPUtime=2.93 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 1386 0 0 0 290 3 0 0 25 0 1 0 656582609 14778368 1028 33554432000 4194304 4479436 140733431056928 18446744073709551615 4296966 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 3608 1028 328 70 0 728 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 14432

[startup+6.30105 s]
/proc/loadavg: 3.53 3.93 3.95 5/368 25268
/proc/meminfo: memFree=21438040/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=14432 CPUtime=5.99 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 1386 0 0 0 596 3 0 0 25 0 1 0 656582609 14778368 1028 33554432000 4194304 4479436 140733431056928 18446744073709551615 4295469 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 3608 1028 328 70 0 728 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 14432

[startup+12.701 s]
/proc/loadavg: 3.60 3.93 3.95 5/368 25268
/proc/meminfo: memFree=21437844/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=14432 CPUtime=12.39 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 1386 0 0 0 1236 3 0 0 25 0 1 0 656582609 14778368 1028 33554432000 4194304 4479436 140733431056928 18446744073709551615 4295201 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 3608 1028 328 70 0 728 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 14432

[startup+25.5008 s]
/proc/loadavg: 3.66 3.93 3.95 5/368 25269
/proc/meminfo: memFree=21432160/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=16916 CPUtime=25.15 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 2004 0 0 0 2505 10 0 0 25 0 1 0 656582609 17321984 1406 33554432000 4194304 4479436 140733431056928 18446744073709551615 4294865 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4229 1406 335 70 0 1349 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 16916

[startup+51.1005 s]
/proc/loadavg: 3.78 3.93 3.95 5/368 25297
/proc/meminfo: memFree=21431016/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=16148 CPUtime=50.64 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 2737 0 0 0 5050 14 0 0 25 0 1 0 656582609 16535552 1191 33554432000 4194304 4479436 140733431056928 18446744073709551615 4450757 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4037 1191 335 70 0 1157 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 16148

[startup+102.301 s]
/proc/loadavg: 3.91 3.94 3.95 5/368 25298
/proc/meminfo: memFree=21427544/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=16340 CPUtime=101.83 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 12115 0 0 0 10162 21 0 0 25 0 1 0 656582609 16732160 1294 33554432000 4194304 4479436 140733431056928 18446744073709551615 4331500 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4085 1294 335 70 0 1205 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 16340

[startup+162.301 s]
/proc/loadavg: 4.03 3.97 3.95 5/368 25326
/proc/meminfo: memFree=21424852/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=16596 CPUtime=161.68 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 23477 0 0 0 16138 30 0 0 25 0 1 0 656582609 16994304 1326 33554432000 4194304 4479436 140733431056928 18446744073709551615 4330617 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4149 1326 335 70 0 1269 0
Current children cumulated CPU time (s) 161.68
Current children cumulated vsize (KiB) 16596

[startup+222.314 s]
/proc/loadavg: 4.05 3.99 3.96 5/368 25328
/proc/meminfo: memFree=21423352/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=16564 CPUtime=221.67 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 33986 0 0 0 22133 34 0 0 25 0 1 0 656582609 16961536 1318 33554432000 4194304 4479436 140733431056928 18446744073709551615 4451947 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4141 1318 335 70 0 1261 0
Current children cumulated CPU time (s) 221.67
Current children cumulated vsize (KiB) 16564

[startup+282.301 s]
/proc/loadavg: 4.02 3.99 3.96 5/368 25339
/proc/meminfo: memFree=21424716/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=16564 CPUtime=281.61 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 43988 0 0 0 28121 40 0 0 25 0 1 0 656582609 16961536 1318 33554432000 4194304 4479436 140733431056928 18446744073709551615 4458016 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4141 1318 335 70 0 1261 0
Current children cumulated CPU time (s) 281.61
Current children cumulated vsize (KiB) 16564

[startup+342.3 s]
/proc/loadavg: 4.07 4.00 3.96 5/368 25340
/proc/meminfo: memFree=21420112/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=20212 CPUtime=341.6 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 52287 0 0 0 34119 41 0 0 25 0 1 0 656582609 20697088 1975 33554432000 4194304 4479436 140733431056928 18446744073709551615 4294657 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 5053 1975 335 70 0 2173 0
Current children cumulated CPU time (s) 341.6
Current children cumulated vsize (KiB) 20212

[startup+402.3 s]
/proc/loadavg: 4.02 4.00 3.96 5/368 25342
/proc/meminfo: memFree=21416260/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=18228 CPUtime=401.59 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 52919 0 0 0 40116 43 0 0 25 0 1 0 656582609 18665472 1736 33554432000 4194304 4479436 140733431056928 18446744073709551615 4331336 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4557 1736 335 70 0 1677 0
Current children cumulated CPU time (s) 401.59
Current children cumulated vsize (KiB) 18228

[startup+462.3 s]
/proc/loadavg: 4.01 4.00 3.96 5/368 25343
/proc/meminfo: memFree=21414500/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=18228 CPUtime=461.57 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 52919 0 0 0 46113 44 0 0 25 0 1 0 656582609 18665472 1736 33554432000 4194304 4479436 140733431056928 18446744073709551615 4451987 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4557 1736 335 70 0 1677 0
Current children cumulated CPU time (s) 461.57
Current children cumulated vsize (KiB) 18228

[startup+522.301 s]
/proc/loadavg: 4.05 4.01 3.97 5/368 25347
/proc/meminfo: memFree=21421784/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=20212 CPUtime=521.56 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 54534 0 0 0 52110 46 0 0 25 0 1 0 656582609 20697088 2233 33554432000 4194304 4479436 140733431056928 18446744073709551615 4294609 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 5053 2233 335 70 0 2173 0
Current children cumulated CPU time (s) 521.56
Current children cumulated vsize (KiB) 20212

[startup+582.301 s]
/proc/loadavg: 4.02 4.01 3.97 5/368 25350
/proc/meminfo: memFree=21423992/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=18164 CPUtime=581.26 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 55148 0 0 0 58074 52 0 0 25 0 1 0 656582609 18599936 1721 33554432000 4194304 4479436 140733431056928 18446744073709551615 4331393 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4541 1721 335 70 0 1661 0
Current children cumulated CPU time (s) 581.26
Current children cumulated vsize (KiB) 18164

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.97 5/368 25351
/proc/meminfo: memFree=21422236/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=18004 CPUtime=641.24 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 56132 0 0 0 64070 54 0 0 25 0 1 0 656582609 18436096 1713 33554432000 4194304 4479436 140733431056928 18446744073709551615 4381680 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4501 1713 335 70 0 1621 0
Current children cumulated CPU time (s) 641.24
Current children cumulated vsize (KiB) 18004

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.97 5/368 25353
/proc/meminfo: memFree=21414144/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=15988 CPUtime=701.24 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 58636 0 0 0 70067 57 0 0 25 0 1 0 656582609 16371712 1209 33554432000 4194304 4479436 140733431056928 18446744073709551615 4331478 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 3997 1209 335 70 0 1117 0
Current children cumulated CPU time (s) 701.24
Current children cumulated vsize (KiB) 15988

[startup+762.301 s]
/proc/loadavg: 4.06 4.03 3.98 5/368 25354
/proc/meminfo: memFree=21416976/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=18420 CPUtime=761.23 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 61364 0 0 0 76064 59 0 0 25 0 1 0 656582609 18862080 1785 33554432000 4194304 4479436 140733431056928 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4605 1785 335 70 0 1725 0
Current children cumulated CPU time (s) 761.23
Current children cumulated vsize (KiB) 18420

[startup+822.301 s]
/proc/loadavg: 4.08 4.03 3.98 5/368 25356
/proc/meminfo: memFree=21413856/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=18100 CPUtime=821.21 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 62364 0 0 0 82060 61 0 0 25 0 1 0 656582609 18534400 1705 33554432000 4194304 4479436 140733431056928 18446744073709551615 4458644 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4525 1705 335 70 0 1645 0
Current children cumulated CPU time (s) 821.21
Current children cumulated vsize (KiB) 18100

[startup+882.312 s]
/proc/loadavg: 4.03 4.03 3.98 5/368 25358
/proc/meminfo: memFree=21422136/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=18100 CPUtime=881.21 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 62372 0 0 0 88058 63 0 0 25 0 1 0 656582609 18534400 1713 33554432000 4194304 4479436 140733431056928 18446744073709551615 4443406 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4525 1713 335 70 0 1645 0
Current children cumulated CPU time (s) 881.21
Current children cumulated vsize (KiB) 18100

[startup+942.3 s]
/proc/loadavg: 4.04 4.03 3.99 5/368 25359
/proc/meminfo: memFree=21420388/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=18100 CPUtime=941.19 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 62372 0 0 0 94054 65 0 0 25 0 1 0 656582609 18534400 1713 33554432000 4194304 4479436 140733431056928 18446744073709551615 4331476 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4525 1713 335 70 0 1645 0
Current children cumulated CPU time (s) 941.19
Current children cumulated vsize (KiB) 18100

[startup+1002.3 s]
/proc/loadavg: 4.05 4.04 3.99 5/368 25361
/proc/meminfo: memFree=21422104/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=16148 CPUtime=1001.17 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 62917 0 0 0 100051 66 0 0 25 0 1 0 656582609 16535552 1194 33554432000 4194304 4479436 140733431056928 18446744073709551615 4330617 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4037 1194 335 70 0 1157 0
Current children cumulated CPU time (s) 1001.17
Current children cumulated vsize (KiB) 16148

[startup+1062.3 s]
/proc/loadavg: 4.09 4.04 4.00 5/368 25362
/proc/meminfo: memFree=21420344/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=18036 CPUtime=1061.16 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 63412 0 0 0 106048 68 0 0 25 0 1 0 656582609 18468864 1689 33554432000 4194304 4479436 140733431056928 18446744073709551615 4455985 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4509 1689 335 70 0 1629 0
Current children cumulated CPU time (s) 1061.16
Current children cumulated vsize (KiB) 18036

[startup+1122.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/368 25364
/proc/meminfo: memFree=21419208/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=18036 CPUtime=1121.15 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 63436 0 0 0 112045 70 0 0 25 0 1 0 656582609 18468864 1713 33554432000 4194304 4479436 140733431056928 18446744073709551615 4416158 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4509 1713 335 70 0 1629 0
Current children cumulated CPU time (s) 1121.15
Current children cumulated vsize (KiB) 18036

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/368 25366
/proc/meminfo: memFree=21422280/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=16564 CPUtime=1181.13 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 65036 0 0 0 118041 72 0 0 25 0 1 0 656582609 16961536 1321 33554432000 4194304 4479436 140733431056928 18446744073709551615 4451915 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4141 1321 335 70 0 1261 0
Current children cumulated CPU time (s) 1181.13
Current children cumulated vsize (KiB) 16564

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/368 25367
/proc/meminfo: memFree=21421132/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=18164 CPUtime=1241.12 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 65436 0 0 0 124038 74 0 0 25 0 1 0 656582609 18599936 1721 33554432000 4194304 4479436 140733431056928 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4541 1721 335 70 0 1661 0
Current children cumulated CPU time (s) 1241.12
Current children cumulated vsize (KiB) 18164



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 4.00 3.99 3/361 25387
/proc/meminfo: memFree=21434804/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=18132 CPUtime=1298.83 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 66553 0 0 0 129807 76 0 0 25 0 1 0 656582609 18567168 1713 33554432000 4194304 4479436 140733431056928 18446744073709551615 4331485 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4533 1713 335 70 0 1653 0
Current children cumulated CPU time (s) 1298.83
Current children cumulated vsize (KiB) 18132

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

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

[startup+1300 s]
/proc/loadavg: 3.92 4.00 3.99 3/361 25387
/proc/meminfo: memFree=21434804/32951132 swapFree=64495980/67111528
[pid=25267] ppid=25265 vsize=18132 CPUtime=1298.83 cores=4,6
/proc/25267/stat : 25267 (MPhaseSAT64) R 25265 25267 24429 0 -1 4202496 66553 0 0 0 129807 76 0 0 25 0 1 0 656582609 18567168 1713 33554432000 4194304 4479436 140733431056928 18446744073709551615 4331485 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/25267/statm: 4533 1713 335 70 0 1653 0
Current children cumulated CPU time (s) 1298.83
Current children cumulated vsize (KiB) 18132

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1298.84
CPU user time (s): 1298.07
CPU system time (s): 0.761884
CPU usage (%): 99.9093
Max. virtual memory (cumulated for all children) (KiB): 20468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.07
system time used= 0.761884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66553
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= 5
involuntary context switches= 2109

runsolver used 4.65229 second user time and 9.54055 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 10:57:10
IDJOB=3375192
IDBENCH=82901
IDSOLVER=1855
FILE ID=node129/3375192-1305449830
RUNJOBID= node129-1305449828-25199
PBS_JOBID= 13324843
Free space on /tmp= 73412 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S360859187-040.UNKNOWN.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375192-1305449830/watcher-3375192-1305449830 -o /tmp/evaluation-result-3375192-1305449830/solver-3375192-1305449830 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375192-1305449830.cnf

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

MD5SUM BENCH= 5da80be8e24322484381341b0d82cc61
RANDOM SEED=1149676626

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:      21442048 kB
Buffers:        256808 kB
Cached:        6065024 kB
SwapCached:      52668 kB
Active:        2974476 kB
Inactive:      8309756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21442048 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:            1560 kB
Writeback:           0 kB
AnonPages:     4918700 kB
Mapped:          18220 kB
Slab:           122680 kB
PageTables:      38312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79807108 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= 73412 MiB
End job on node129 at 2011-05-15 11:18:52