Trace number 3375510

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes8.cnf
MD5SUMca42736a2fe4e8cf2cba6dd1668e0ad6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.9384
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3375510-1305447526/watcher-3375510-1305447526 -o /tmp/evaluation-result-3375510-1305447526/solver-3375510-1305447526 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3375510-1305447526.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: 2.84 3.32 4.62 5/364 28482
/proc/meminfo: memFree=24680508/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=13236 CPUtime=0.01 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 489 0 0 0 1 0 0 0 22 0 1 0 656349648 13553664 430 33554432000 4194304 4479436 140736920405696 18446744073709551615 4213812 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 3309 430 267 70 0 429 0

[startup+0.075436 s]
/proc/loadavg: 2.84 3.32 4.62 5/364 28482
/proc/meminfo: memFree=24680508/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=16492 CPUtime=0.07 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 2511 0 0 0 7 0 0 0 22 0 1 0 656349648 16887808 1261 33554432000 4194304 4479436 140736920405696 18446744073709551615 4346912 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4123 1261 308 70 0 1243 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16492

[startup+0.100426 s]
/proc/loadavg: 2.84 3.32 4.62 5/364 28482
/proc/meminfo: memFree=24680508/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=16492 CPUtime=0.09 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 2517 0 0 0 9 0 0 0 22 0 1 0 656349648 16887808 1267 33554432000 4194304 4479436 140736920405696 18446744073709551615 4391749 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4123 1267 314 70 0 1243 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16492

[startup+0.300388 s]
/proc/loadavg: 2.84 3.32 4.62 5/364 28482
/proc/meminfo: memFree=24680508/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=16492 CPUtime=0.29 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 2526 0 0 0 29 0 0 0 23 0 1 0 656349648 16887808 1276 33554432000 4194304 4479436 140736920405696 18446744073709551615 4307957 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4123 1276 319 70 0 1243 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16492

[startup+0.700313 s]
/proc/loadavg: 2.84 3.32 4.62 5/364 28482
/proc/meminfo: memFree=24680508/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=17296 CPUtime=0.69 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 2727 0 0 0 69 0 0 0 25 0 1 0 656349648 17711104 1477 33554432000 4194304 4479436 140736920405696 18446744073709551615 4304678 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4324 1477 319 70 0 1444 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17296

[startup+1.50016 s]
/proc/loadavg: 2.84 3.32 4.62 5/365 28483
/proc/meminfo: memFree=24654608/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=17296 CPUtime=1.49 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 2727 0 0 0 149 0 0 0 25 0 1 0 656349648 17711104 1477 33554432000 4194304 4479436 140736920405696 18446744073709551615 4304791 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4324 1477 319 70 0 1444 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17296

[startup+3.10086 s]
/proc/loadavg: 2.84 3.32 4.62 6/365 28483
/proc/meminfo: memFree=24651704/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=17756 CPUtime=3.09 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 3559 0 0 0 309 0 0 0 25 0 1 0 656349648 18182144 1595 33554432000 4194304 4479436 140736920405696 18446744073709551615 4309202 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4439 1595 327 70 0 1559 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17756

[startup+6.30024 s]
/proc/loadavg: 2.93 3.33 4.61 5/365 28483
/proc/meminfo: memFree=24631420/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=21536 CPUtime=6.29 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 4472 0 0 0 629 0 0 0 25 0 1 0 656349648 22052864 2508 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331671 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 5384 2508 327 70 0 2504 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21536

[startup+12.701 s]
/proc/loadavg: 3.02 3.34 4.61 5/365 28483
/proc/meminfo: memFree=24623948/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=22304 CPUtime=12.69 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 4920 0 0 0 1269 0 0 0 25 0 1 0 656349648 22839296 2700 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331413 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 5576 2700 327 70 0 2696 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22304

[startup+25.5006 s]
/proc/loadavg: 3.24 3.37 4.60 6/365 28483
/proc/meminfo: memFree=24628912/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=19484 CPUtime=25.49 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 7315 0 0 0 2549 0 0 0 25 0 1 0 656349648 19951616 1920 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331451 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4871 1920 327 70 0 1991 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19484

[startup+51.1007 s]
/proc/loadavg: 3.50 3.42 4.58 5/365 28484
/proc/meminfo: memFree=24622660/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=18224 CPUtime=51.1 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 9154 0 0 0 5109 1 0 0 25 0 1 0 656349648 18661376 1644 33554432000 4194304 4479436 140736920405696 18446744073709551615 4304544 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4556 1644 327 70 0 1676 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 18224

[startup+102.314 s]
/proc/loadavg: 3.78 3.51 4.55 6/365 28486
/proc/meminfo: memFree=24610996/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=21496 CPUtime=102.31 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 18309 0 0 0 10229 2 0 0 25 0 1 0 656349648 22011904 2502 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331558 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 5374 2502 327 70 0 2494 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 21496

[startup+162.3 s]
/proc/loadavg: 3.98 3.62 4.52 5/365 28487
/proc/meminfo: memFree=24607760/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=21064 CPUtime=162.3 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 29663 0 0 0 16227 3 0 0 25 0 1 0 656349648 21569536 2302 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331531 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 5266 2302 327 70 0 2386 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 21064

[startup+222.301 s]
/proc/loadavg: 4.06 3.71 4.49 5/365 28489
/proc/meminfo: memFree=24602532/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=18424 CPUtime=222.3 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 38075 0 0 0 22226 4 0 0 25 0 1 0 656349648 18866176 1652 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331717 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4606 1652 327 70 0 1726 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 18424

[startup+282.3 s]
/proc/loadavg: 4.02 3.76 4.46 5/365 28490
/proc/meminfo: memFree=24593596/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=21288 CPUtime=282.3 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 43487 0 0 0 28225 5 0 0 25 0 1 0 656349648 21798912 2529 33554432000 4194304 4479436 140736920405696 18446744073709551615 4380323 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 5322 2529 327 70 0 2442 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 21288

[startup+342.301 s]
/proc/loadavg: 4.01 3.80 4.43 5/365 28492
/proc/meminfo: memFree=24585536/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=21228 CPUtime=342.31 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 51886 0 0 0 34225 6 0 0 25 0 1 0 656349648 21737472 2436 33554432000 4194304 4479436 140736920405696 18446744073709551615 4383315 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 5307 2436 327 70 0 2427 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 21228

[startup+402.3 s]
/proc/loadavg: 4.00 3.83 4.40 6/365 28494
/proc/meminfo: memFree=24587884/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=21108 CPUtime=402.31 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 58841 0 0 0 40224 7 0 0 25 0 1 0 656349648 21614592 2347 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331677 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 5277 2347 327 70 0 2397 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 21108

[startup+462.301 s]
/proc/loadavg: 4.00 3.86 4.37 5/365 28495
/proc/meminfo: memFree=24587868/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=16992 CPUtime=462.31 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 67550 0 0 0 46223 8 0 0 25 0 1 0 656349648 17399808 1329 33554432000 4194304 4479436 140736920405696 18446744073709551615 4304664 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4248 1329 327 70 0 1368 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 16992

[startup+522.3 s]
/proc/loadavg: 4.11 3.91 4.35 5/365 28497
/proc/meminfo: memFree=24585132/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=21212 CPUtime=522.31 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 78219 0 0 0 52222 9 0 0 25 0 1 0 656349648 21721088 2362 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331442 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 5303 2362 327 70 0 2423 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 21212

[startup+582.301 s]
/proc/loadavg: 4.04 3.93 4.33 5/365 28498
/proc/meminfo: memFree=24587232/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=18980 CPUtime=582.32 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 83870 0 0 0 58222 10 0 0 25 0 1 0 656349648 19435520 1965 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331500 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4745 1965 327 70 0 1865 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 18980

[startup+642.301 s]
/proc/loadavg: 4.01 3.94 4.31 5/365 28500
/proc/meminfo: memFree=24590324/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=17236 CPUtime=642.33 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 95832 0 0 0 64222 11 0 0 25 0 1 0 656349648 17649664 1437 33554432000 4194304 4479436 140736920405696 18446744073709551615 4450979 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4309 1437 327 70 0 1429 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 17236

[startup+702.301 s]
/proc/loadavg: 4.05 3.96 4.29 5/365 28502
/proc/meminfo: memFree=24586084/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=21188 CPUtime=702.32 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 111653 0 0 0 70219 13 0 0 25 0 1 0 656349648 21696512 2347 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331506 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 5297 2347 327 70 0 2417 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 21188

[startup+762.314 s]
/proc/loadavg: 4.06 3.98 4.27 6/365 28503
/proc/meminfo: memFree=24583224/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=18980 CPUtime=762.34 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 117989 0 0 0 76220 14 0 0 25 0 1 0 656349648 19435520 1944 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331549 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4745 1944 327 70 0 1865 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 18980

[startup+822.301 s]
/proc/loadavg: 4.02 3.98 4.25 5/365 28505
/proc/meminfo: memFree=24589416/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=18480 CPUtime=822.32 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 125815 0 0 0 82217 15 0 0 25 0 1 0 656349648 18923520 1783 33554432000 4194304 4479436 140736920405696 18446744073709551615 4307042 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4620 1783 327 70 0 1740 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 18480

[startup+882.301 s]
/proc/loadavg: 4.00 3.98 4.24 5/365 28506
/proc/meminfo: memFree=24587548/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=23672 CPUtime=882.32 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 133675 0 0 0 88216 16 0 0 25 0 1 0 656349648 24240128 2972 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331483 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 5918 2972 327 70 0 3038 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 23672

[startup+942.301 s]
/proc/loadavg: 4.00 3.98 4.22 5/365 28508
/proc/meminfo: memFree=24582576/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=19044 CPUtime=942.32 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 145940 0 0 0 94214 18 0 0 25 0 1 0 656349648 19501056 1877 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331393 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4761 1877 327 70 0 1881 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 19044

[startup+1002.3 s]
/proc/loadavg: 4.00 3.98 4.20 5/365 28510
/proc/meminfo: memFree=24589264/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=21372 CPUtime=1002.33 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 154350 0 0 0 100213 20 0 0 25 0 1 0 656349648 21884928 2395 33554432000 4194304 4479436 140736920405696 18446744073709551615 4451008 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 5343 2395 327 70 0 2463 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 21372

[startup+1062.3 s]
/proc/loadavg: 4.19 4.03 4.20 5/365 28511
/proc/meminfo: memFree=24590000/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=18148 CPUtime=1062.33 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 166005 0 0 0 106212 21 0 0 25 0 1 0 656349648 18583552 1567 33554432000 4194304 4479436 140736920405696 18446744073709551615 4417172 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4537 1567 327 70 0 1657 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 18148

[startup+1122.3 s]
/proc/loadavg: 4.07 4.02 4.18 5/365 28513
/proc/meminfo: memFree=24583796/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=20936 CPUtime=1122.34 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 175785 0 0 0 112212 22 0 0 25 0 1 0 656349648 21438464 2422 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331549 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 5234 2422 327 70 0 2354 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 20936

[startup+1182.3 s]
/proc/loadavg: 4.09 4.03 4.18 5/365 28514
/proc/meminfo: memFree=24573120/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=19252 CPUtime=1182.34 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 185346 0 0 0 118211 23 0 0 25 0 1 0 656349648 19714048 1988 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331500 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 4813 1988 327 70 0 1933 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 19252

[startup+1242.3 s]
/proc/loadavg: 4.03 4.03 4.16 5/365 28516
/proc/meminfo: memFree=24577076/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=21284 CPUtime=1242.34 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 198920 0 0 0 124209 25 0 0 25 0 1 0 656349648 21794816 2476 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331717 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 5321 2476 327 70 0 2441 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 21284



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.03 4.16 2/362 28520
/proc/meminfo: memFree=24667852/32950928 swapFree=67056568/67111528
[pid=28482] ppid=28480 vsize=22012 CPUtime=1300.05 cores=5,7
/proc/28482/stat : 28482 (MPhaseSAT64) R 28480 28482 28260 0 -1 4202496 208297 0 0 0 129979 26 0 0 25 0 1 0 656349648 22540288 2627 33554432000 4194304 4479436 140736920405696 18446744073709551615 4331508 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28482/statm: 5503 2627 327 70 0 2623 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 22012

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.07
CPU user time (s): 1299.8
CPU system time (s): 0.267959
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 23996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.8
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208297
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= 6
involuntary context switches= 1707

runsolver used 4.45032 second user time and 10.4534 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 10:18:46
IDJOB=3375510
IDBENCH=71572
IDSOLVER=1855
FILE ID=node148/3375510-1305447526
RUNJOBID= node148-1305447525-28443
PBS_JOBID= 13324858
Free space on /tmp= 72892 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes8.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375510-1305447526/watcher-3375510-1305447526 -o /tmp/evaluation-result-3375510-1305447526/solver-3375510-1305447526 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375510-1305447526.cnf

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

MD5SUM BENCH= ca42736a2fe4e8cf2cba6dd1668e0ad6
RANDOM SEED=666843876

node148.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.854
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.70
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.854
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.75
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.854
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.83
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.854
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.75
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.854
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.82
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.854
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.75
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24681780 kB
Buffers:        326348 kB
Cached:        4653384 kB
SwapCached:       8488 kB
Active:        4707072 kB
Inactive:      3216036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24681780 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            5468 kB
Writeback:          92 kB
AnonPages:     2940612 kB
Mapped:          27588 kB
Slab:           253576 kB
PageTables:      29324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84724940 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72896 MiB
End job on node148 at 2011-05-15 10:40:28