Trace number 3375191

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) 1299.99 1300.01

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S769368248-036.UNKNOWN.cnf
MD5SUMd71042a4f58355ef8c71c53ec29199cb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1231.65
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
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-3375191-1305449828/watcher-3375191-1305449828 -o /tmp/evaluation-result-3375191-1305449828/solver-3375191-1305449828 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3375191-1305449828.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: 3.49 3.93 3.95 5/367 25240
/proc/meminfo: memFree=21447312/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=12240 CPUtime=0 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 440 0 0 0 0 0 0 0 23 0 1 0 656582470 12533760 380 33554432000 4194304 4479436 140733908811632 18446744073709551615 4267461 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 3060 380 282 70 0 180 0

[startup+0.0206809 s]
/proc/loadavg: 3.49 3.93 3.95 5/367 25240
/proc/meminfo: memFree=21447312/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=12352 CPUtime=0.01 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 563 0 0 0 1 0 0 0 23 0 1 0 656582470 12648448 502 33554432000 4194304 4479436 140733908811632 18446744073709551615 4304699 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 3088 502 320 70 0 208 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12352

[startup+0.100701 s]
/proc/loadavg: 3.49 3.93 3.95 5/367 25240
/proc/meminfo: memFree=21447312/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=12756 CPUtime=0.09 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 663 0 0 0 9 0 0 0 23 0 1 0 656582470 13062144 602 33554432000 4194304 4479436 140733908811632 18446744073709551615 4451263 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 3189 602 325 70 0 309 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12756

[startup+0.300672 s]
/proc/loadavg: 3.49 3.93 3.95 5/367 25240
/proc/meminfo: memFree=21447312/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=13700 CPUtime=0.29 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 907 0 0 0 29 0 0 0 25 0 1 0 656582470 14028800 846 33554432000 4194304 4479436 140733908811632 18446744073709551615 4452210 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 3425 846 325 70 0 545 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13700

[startup+0.700602 s]
/proc/loadavg: 3.49 3.93 3.95 5/367 25240
/proc/meminfo: memFree=21447312/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=14592 CPUtime=0.69 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 1262 0 0 0 69 0 0 0 25 0 1 0 656582470 14942208 1069 33554432000 4194304 4479436 140733908811632 18446744073709551615 4450929 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 3648 1069 325 70 0 768 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14592

[startup+1.50047 s]
/proc/loadavg: 3.49 3.93 3.95 6/368 25241
/proc/meminfo: memFree=21436716/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=14464 CPUtime=1.49 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 1298 0 0 0 149 0 0 0 25 0 1 0 656582470 14811136 1041 33554432000 4194304 4479436 140733908811632 18446744073709551615 4295954 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 3616 1041 328 70 0 736 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14464

[startup+3.10019 s]
/proc/loadavg: 3.49 3.93 3.95 6/368 25268
/proc/meminfo: memFree=21438436/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=14464 CPUtime=3.09 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 1298 0 0 0 309 0 0 0 25 0 1 0 656582470 14811136 1041 33554432000 4194304 4479436 140733908811632 18446744073709551615 4296836 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 3616 1041 328 70 0 736 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14464

[startup+6.30066 s]
/proc/loadavg: 3.53 3.93 3.95 5/368 25268
/proc/meminfo: memFree=21438072/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=14464 CPUtime=6.29 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 1298 0 0 0 629 0 0 0 25 0 1 0 656582470 14811136 1041 33554432000 4194304 4479436 140733908811632 18446744073709551615 4295457 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 3616 1041 328 70 0 736 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14464

[startup+12.7006 s]
/proc/loadavg: 3.56 3.93 3.95 6/368 25268
/proc/meminfo: memFree=21436952/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=15672 CPUtime=12.69 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 1537 0 0 0 1269 0 0 0 25 0 1 0 656582470 16048128 1120 33554432000 4194304 4479436 140733908811632 18446744073709551615 4295092 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 3918 1120 329 70 0 1038 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15672

[startup+25.5004 s]
/proc/loadavg: 3.66 3.93 3.95 6/368 25269
/proc/meminfo: memFree=21432656/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=16340 CPUtime=25.48 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 8573 0 0 0 2548 0 0 0 25 0 1 0 656582470 16732160 1288 33554432000 4194304 4479436 140733908811632 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 4085 1288 335 70 0 1205 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16340

[startup+51.1001 s]
/proc/loadavg: 3.78 3.93 3.95 5/368 25297
/proc/meminfo: memFree=21431140/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=15700 CPUtime=51.08 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 17997 0 0 0 5107 1 0 0 25 0 1 0 656582470 16076800 1144 33554432000 4194304 4479436 140733908811632 18446744073709551615 4331531 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 3925 1144 335 70 0 1045 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15700

[startup+102.313 s]
/proc/loadavg: 3.90 3.94 3.95 5/368 25298
/proc/meminfo: memFree=21425932/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=17508 CPUtime=102.29 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 38401 0 0 0 10226 3 0 0 25 0 1 0 656582470 17928192 1580 33554432000 4194304 4479436 140733908811632 18446744073709551615 4451008 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 4377 1580 335 70 0 1497 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 17508

[startup+162.3 s]
/proc/loadavg: 4.03 3.97 3.95 5/368 25326
/proc/meminfo: memFree=21424852/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=17828 CPUtime=162.28 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 40858 0 0 0 16225 3 0 0 25 0 1 0 656582470 18255872 1660 33554432000 4194304 4479436 140733908811632 18446744073709551615 4299291 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 4457 1660 335 70 0 1577 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 17828

[startup+222.3 s]
/proc/loadavg: 4.06 3.99 3.96 5/368 25328
/proc/meminfo: memFree=21423228/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=19860 CPUtime=222.28 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 45843 0 0 0 22224 4 0 0 25 0 1 0 656582470 20336640 2168 33554432000 4194304 4479436 140733908811632 18446744073709551615 4296898 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 4965 2168 335 70 0 2085 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 19860

[startup+282.3 s]
/proc/loadavg: 4.02 3.99 3.96 5/368 25339
/proc/meminfo: memFree=21425832/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=19908 CPUtime=282.28 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 48873 0 0 0 28224 4 0 0 25 0 1 0 656582470 20385792 1925 33554432000 4194304 4479436 140733908811632 18446744073709551615 4296857 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 4977 1925 335 70 0 2097 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 19908

[startup+342.301 s]
/proc/loadavg: 4.08 4.00 3.96 5/368 25340
/proc/meminfo: memFree=21420236/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=20652 CPUtime=342.27 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 50325 0 0 0 34223 4 0 0 25 0 1 0 656582470 21147648 2398 33554432000 4194304 4479436 140733908811632 18446744073709551615 4295887 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 5163 2398 335 70 0 2283 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 20652

[startup+402.301 s]
/proc/loadavg: 4.03 4.00 3.96 5/368 25342
/proc/meminfo: memFree=21416260/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=25176 CPUtime=402.28 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 53689 0 0 0 40223 5 0 0 25 0 1 0 656582470 25780224 3633 33554432000 4194304 4479436 140733908811632 18446744073709551615 4296919 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 6294 3633 335 70 0 3414 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 25176

[startup+462.301 s]
/proc/loadavg: 4.01 4.00 3.96 5/368 25343
/proc/meminfo: memFree=21414500/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=24496 CPUtime=462.28 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 55706 0 0 0 46223 5 0 0 25 0 1 0 656582470 25083904 3463 33554432000 4194304 4479436 140733908811632 18446744073709551615 4295010 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 6124 3463 335 70 0 3244 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 24496

[startup+522.301 s]
/proc/loadavg: 4.06 4.01 3.97 5/368 25347
/proc/meminfo: memFree=21421784/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=17812 CPUtime=522.27 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 58089 0 0 0 52222 5 0 0 25 0 1 0 656582470 18239488 1792 33554432000 4194304 4479436 140733908811632 18446744073709551615 4331663 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 4453 1792 335 70 0 1573 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 17812

[startup+582.301 s]
/proc/loadavg: 4.02 4.01 3.97 5/368 25350
/proc/meminfo: memFree=21422008/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=15636 CPUtime=582.27 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 62709 0 0 0 58222 5 0 0 25 0 1 0 656582470 16011264 1280 33554432000 4194304 4479436 140733908811632 18446744073709551615 4451962 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 3909 1280 335 70 0 1029 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 15636

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/368 25351
/proc/meminfo: memFree=21422360/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=20116 CPUtime=642.28 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 69071 0 0 0 64222 6 0 0 25 0 1 0 656582470 20598784 2232 33554432000 4194304 4479436 140733908811632 18446744073709551615 4451282 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 5029 2232 335 70 0 2149 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 20116

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/368 25353
/proc/meminfo: memFree=21414020/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=23096 CPUtime=702.27 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 75261 0 0 0 70220 7 0 0 25 0 1 0 656582470 23650304 3051 33554432000 4194304 4479436 140733908811632 18446744073709551615 4331549 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 5774 3051 335 70 0 2894 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 23096

[startup+762.313 s]
/proc/loadavg: 4.06 4.03 3.98 5/368 25354
/proc/meminfo: memFree=21417472/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=21044 CPUtime=762.29 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 75773 0 0 0 76222 7 0 0 25 0 1 0 656582470 21549056 2538 33554432000 4194304 4479436 140733908811632 18446744073709551615 4451189 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 5261 2538 335 70 0 2381 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 21044

[startup+822.3 s]
/proc/loadavg: 4.08 4.04 3.98 5/368 25356
/proc/meminfo: memFree=21414600/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=24884 CPUtime=822.27 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 76733 0 0 0 82220 7 0 0 25 0 1 0 656582470 25481216 3498 33554432000 4194304 4479436 140733908811632 18446744073709551615 4451876 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 6221 3498 335 70 0 3341 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 24884

[startup+882.301 s]
/proc/loadavg: 4.03 4.03 3.98 5/368 25358
/proc/meminfo: memFree=21422260/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=19828 CPUtime=882.27 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 77990 0 0 0 88220 7 0 0 25 0 1 0 656582470 20303872 2193 33554432000 4194304 4479436 140733908811632 18446744073709551615 4306966 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 4957 2193 335 70 0 2077 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 19828

[startup+942.301 s]
/proc/loadavg: 4.05 4.03 3.99 5/368 25359
/proc/meminfo: memFree=21420264/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=21140 CPUtime=942.27 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 78466 0 0 0 94220 7 0 0 25 0 1 0 656582470 21647360 2669 33554432000 4194304 4479436 140733908811632 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 5285 2669 335 70 0 2405 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 21140

[startup+1002.3 s]
/proc/loadavg: 4.05 4.04 3.99 5/368 25361
/proc/meminfo: memFree=21422104/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=21140 CPUtime=1002.27 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 78466 0 0 0 100219 8 0 0 25 0 1 0 656582470 21647360 2669 33554432000 4194304 4479436 140733908811632 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 5285 2669 335 70 0 2405 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 21140

[startup+1062.3 s]
/proc/loadavg: 4.10 4.04 4.00 5/368 25362
/proc/meminfo: memFree=21420344/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=21140 CPUtime=1062.27 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 78487 0 0 0 106219 8 0 0 25 0 1 0 656582470 21647360 2690 33554432000 4194304 4479436 140733908811632 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 5285 2690 335 70 0 2405 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 21140

[startup+1122.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/368 25364
/proc/meminfo: memFree=21419580/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=20244 CPUtime=1122.27 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 80553 0 0 0 112219 8 0 0 25 0 1 0 656582470 20729856 2466 33554432000 4194304 4479436 140733908811632 18446744073709551615 4452121 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 5061 2466 335 70 0 2181 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 20244

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/368 25366
/proc/meminfo: memFree=21420916/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=20244 CPUtime=1182.27 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 80575 0 0 0 118219 8 0 0 25 0 1 0 656582470 20729856 2488 33554432000 4194304 4479436 140733908811632 18446744073709551615 4331483 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 5061 2488 335 70 0 2181 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 20244

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/368 25367
/proc/meminfo: memFree=21421132/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=20244 CPUtime=1242.27 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 80575 0 0 0 124219 8 0 0 25 0 1 0 656582470 20729856 2488 33554432000 4194304 4479436 140733908811632 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 5061 2488 335 70 0 2181 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 20244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 4.00 3.99 4/363 25386
/proc/meminfo: memFree=21427704/32951132 swapFree=64495980/67111528
[pid=25240] ppid=25238 vsize=19924 CPUtime=1299.98 cores=5,7
/proc/25240/stat : 25240 (MPhaseSAT64) R 25238 25240 24429 0 -1 4202496 82930 0 0 0 129990 8 0 0 25 0 1 0 656582470 20402176 2206 33554432000 4194304 4479436 140733908811632 18446744073709551615 4382436 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25240/statm: 4981 2206 335 70 0 2101 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 19924

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): 1299.99
CPU user time (s): 1299.91
CPU system time (s): 0.084987
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 25176

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

runsolver used 4.45632 second user time and 9.76751 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 10:57:09
IDJOB=3375191
IDBENCH=82900
IDSOLVER=1855
FILE ID=node129/3375191-1305449828
RUNJOBID= node129-1305449828-25201
PBS_JOBID= 13324843
Free space on /tmp= 73412 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S769368248-036.UNKNOWN.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375191-1305449828/watcher-3375191-1305449828 -o /tmp/evaluation-result-3375191-1305449828/solver-3375191-1305449828 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375191-1305449828.cnf

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

MD5SUM BENCH= d71042a4f58355ef8c71c53ec29199cb
RANDOM SEED=1711298020

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:      21447352 kB
Buffers:        256776 kB
Cached:        6065000 kB
SwapCached:      52668 kB
Active:        2969556 kB
Inactive:      8309728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21447352 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:            1720 kB
Writeback:           0 kB
AnonPages:     4913120 kB
Mapped:          17952 kB
Slab:           122376 kB
PageTables:      38232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79804188 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:51