Trace number 3445645

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MPhaseSAT 2011-02-15? (TO) 5000.03 4999.92

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes1.cnf
MD5SUM836d368f7cf78173b8e7f8b131296e2f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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: 977)

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-3445645-1306969535/watcher-3445645-1306969535 -o /tmp/evaluation-result-3445645-1306969535/solver-3445645-1306969535 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445645-1306969535.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.26 8.15 8.04 2/461 30350
/proc/meminfo: memFree=28923800/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=2900 CPUtime=0 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) D 30348 30350 30312 0 -1 4202496 233 0 3 0 0 0 0 0 18 0 1 0 808551495 2969600 177 33554432000 134512640 134731564 4293079152 18446744073709551615 4906880 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/30350/statm: 725 177 154 54 0 35 0

[startup+0.0635469 s]
/proc/loadavg: 8.26 8.15 8.04 2/461 30350
/proc/meminfo: memFree=28923800/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=7208 CPUtime=0.02 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 469 0 9 0 2 0 0 0 18 0 1 0 808551495 7380992 419 33554432000 134512640 134731564 4293079152 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 1802 419 225 54 0 1112 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7208

[startup+0.10054 s]
/proc/loadavg: 8.26 8.15 8.04 2/461 30350
/proc/meminfo: memFree=28923800/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=7208 CPUtime=0.06 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 684 0 9 0 6 0 0 0 18 0 1 0 808551495 7380992 634 33554432000 134512640 134731564 4293079152 18446744073709551615 4135419 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 1802 634 225 54 0 1112 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7208

[startup+0.300507 s]
/proc/loadavg: 8.26 8.15 8.04 2/461 30350
/proc/meminfo: memFree=28923800/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=14792 CPUtime=0.26 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 6381 0 9 0 26 0 0 0 18 0 1 0 808551495 15147008 3225 33554432000 134512640 134731564 4293079152 18446744073709551615 4261372 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 3698 3226 248 54 0 3008 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 14792

[startup+0.700444 s]
/proc/loadavg: 8.26 8.15 8.04 2/461 30350
/proc/meminfo: memFree=28923800/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=28056 CPUtime=0.66 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 9719 0 9 0 65 1 0 0 18 0 1 0 808551495 28729344 6543 33554432000 134512640 134731564 4293079152 18446744073709551615 134659325 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 7014 6543 270 54 0 6324 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 28056

[startup+1.5003 s]
/proc/loadavg: 8.26 8.15 8.04 3/462 30351
/proc/meminfo: memFree=28876712/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=28056 CPUtime=1.46 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 9719 0 9 0 145 1 0 0 20 0 1 0 808551495 28729344 6543 33554432000 134512640 134731564 4293079152 18446744073709551615 4001635 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 7014 6543 270 54 0 6324 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 28056

[startup+3.101 s]
/proc/loadavg: 7.76 8.05 8.00 3/462 30351
/proc/meminfo: memFree=28875380/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=28056 CPUtime=3.06 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 9719 0 9 0 305 1 0 0 25 0 1 0 808551495 28729344 6543 33554432000 134512640 134731564 4293079152 18446744073709551615 134659263 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 7014 6543 270 54 0 6324 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 28056

[startup+6.30043 s]
/proc/loadavg: 7.76 8.05 8.00 3/462 30351
/proc/meminfo: memFree=28876264/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=28056 CPUtime=6.26 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 9719 0 9 0 625 1 0 0 25 0 1 0 808551495 28729344 6543 33554432000 134512640 134731564 4293079152 18446744073709551615 134659486 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 7014 6543 270 54 0 6324 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 28056

[startup+12.7003 s]
/proc/loadavg: 6.87 7.85 7.94 3/462 30352
/proc/meminfo: memFree=28873724/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=28960 CPUtime=12.66 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 9941 0 9 0 1265 1 0 0 25 0 1 0 808551495 29655040 6765 33554432000 134512640 134731564 4293079152 18446744073709551615 134659520 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 7240 6765 270 54 0 6550 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 28960

[startup+25.501 s]
/proc/loadavg: 6.12 7.66 7.88 3/462 30352
/proc/meminfo: memFree=28871636/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=31368 CPUtime=25.46 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 10564 0 9 0 2545 1 0 0 25 0 1 0 808551495 32120832 7388 33554432000 134512640 134731564 4293079152 18446744073709551615 134659349 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 7842 7388 270 54 0 7152 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 31368

[startup+51.1004 s]
/proc/loadavg: 4.71 7.20 7.72 3/462 30353
/proc/meminfo: memFree=28870752/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=31920 CPUtime=51.06 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 30483 0 9 0 5102 4 0 0 25 0 1 0 808551495 32686080 7479 33554432000 134512640 134731564 4293079152 18446744073709551615 134659464 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 7980 7479 277 54 0 7290 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 31920

[startup+102.316 s]
/proc/loadavg: 3.08 6.32 7.39 3/462 30354
/proc/meminfo: memFree=28863392/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=33644 CPUtime=102.28 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 31189 0 9 0 10224 4 0 0 25 0 1 0 808551495 34451456 7953 33554432000 134512640 134731564 4293079152 18446744073709551615 134659716 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 8411 7953 277 54 0 7721 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 33644

[startup+162.301 s]
/proc/loadavg: 2.40 5.53 7.05 3/462 30356
/proc/meminfo: memFree=28850936/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=39584 CPUtime=162.27 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 32666 0 9 0 16222 5 0 0 25 0 1 0 808551495 40534016 9430 33554432000 134512640 134731564 4293079152 18446744073709551615 134659568 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 9896 9430 277 54 0 9206 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 39584

[startup+222.301 s]
/proc/loadavg: 2.29 4.93 6.74 3/462 30357
/proc/meminfo: memFree=28845788/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=43016 CPUtime=222.27 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 33525 0 9 0 22222 5 0 0 25 0 1 0 808551495 44048384 10289 33554432000 134512640 134731564 4293079152 18446744073709551615 134659945 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 10754 10289 277 54 0 10064 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 43016

[startup+282.301 s]
/proc/loadavg: 2.10 4.40 6.44 3/462 30359
/proc/meminfo: memFree=28836812/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=46184 CPUtime=282.27 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 34316 0 9 0 28222 5 0 0 25 0 1 0 808551495 47292416 11080 33554432000 134512640 134731564 4293079152 18446744073709551615 134655619 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 11546 11080 277 54 0 10856 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 46184

[startup+342.3 s]
/proc/loadavg: 2.04 3.96 6.16 3/462 30360
/proc/meminfo: memFree=28834524/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=48296 CPUtime=342.26 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 34830 0 9 0 34221 5 0 0 25 0 1 0 808551495 49455104 11594 33554432000 134512640 134731564 4293079152 18446744073709551615 134622995 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 12074 11594 277 54 0 11384 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 48296

[startup+402.301 s]
/proc/loadavg: 2.07 3.61 5.90 3/462 30362
/proc/meminfo: memFree=28831360/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=50412 CPUtime=402.27 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 35356 0 9 0 40222 5 0 0 25 0 1 0 808551495 51621888 12120 33554432000 134512640 134731564 4293079152 18446744073709551615 4290526 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 12603 12120 277 54 0 11913 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 50412

[startup+462.301 s]
/proc/loadavg: 2.02 3.32 5.66 3/462 30364
/proc/meminfo: memFree=28825600/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=52656 CPUtime=462.27 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 35926 0 9 0 46222 5 0 0 25 0 1 0 808551495 53919744 12690 33554432000 134512640 134731564 4293079152 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 13164 12690 277 54 0 12474 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 52656

[startup+522.3 s]
/proc/loadavg: 2.01 3.07 5.43 3/462 30365
/proc/meminfo: memFree=28820956/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=55080 CPUtime=522.27 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 36523 0 9 0 52222 5 0 0 25 0 1 0 808551495 56401920 13287 33554432000 134512640 134731564 4293079152 18446744073709551615 134717296 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 13770 13287 277 54 0 13080 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 55080

[startup+582.3 s]
/proc/loadavg: 2.00 2.88 5.21 3/462 30367
/proc/meminfo: memFree=28817552/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=55740 CPUtime=582.28 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 36677 0 9 0 58222 6 0 0 25 0 1 0 808551495 57077760 13441 33554432000 134512640 134731564 4293079152 18446744073709551615 134659395 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 13935 13441 277 54 0 13245 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 55740

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.07 3/462 30472
/proc/meminfo: memFree=28719460/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4062.39 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48400 0 9 0 406229 10 0 0 25 0 1 0 808551495 106340352 25164 33554432000 134512640 134731564 4293079152 18446744073709551615 134655760 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25164 277 54 0 25272 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 103848

[startup+4122.3 s]
/proc/loadavg: 2.04 2.02 2.07 3/462 30473
/proc/meminfo: memFree=28719396/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4122.38 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48400 0 9 0 412228 10 0 0 25 0 1 0 808551495 106340352 25164 33554432000 134512640 134731564 4293079152 18446744073709551615 134623203 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25164 277 54 0 25272 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 103848

[startup+4182.3 s]
/proc/loadavg: 2.06 2.03 2.07 3/462 30475
/proc/meminfo: memFree=28719864/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4182.38 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48402 0 9 0 418228 10 0 0 25 0 1 0 808551495 106340352 25166 33554432000 134512640 134731564 4293079152 18446744073709551615 134659520 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25166 277 54 0 25272 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 103848

[startup+4242.3 s]
/proc/loadavg: 2.02 2.02 2.07 3/462 30476
/proc/meminfo: memFree=28719796/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4242.38 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48402 0 9 0 424228 10 0 0 25 0 1 0 808551495 106340352 25166 33554432000 134512640 134731564 4293079152 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25166 277 54 0 25272 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 103848

[startup+4302.3 s]
/proc/loadavg: 2.07 2.05 2.07 4/462 30478
/proc/meminfo: memFree=28719352/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4302.38 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48402 0 9 0 430228 10 0 0 25 0 1 0 808551495 106340352 25166 33554432000 134512640 134731564 4293079152 18446744073709551615 134659520 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25166 277 54 0 25272 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 103848

[startup+4362.3 s]
/proc/loadavg: 2.06 2.05 2.07 3/462 30480
/proc/meminfo: memFree=28719524/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4362.38 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48402 0 9 0 436228 10 0 0 25 0 1 0 808551495 106340352 25166 33554432000 134512640 134731564 4293079152 18446744073709551615 4001521 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25166 277 54 0 25272 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 103848

[startup+4422.3 s]
/proc/loadavg: 2.02 2.04 2.06 3/462 30481
/proc/meminfo: memFree=28719700/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4422.38 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48402 0 9 0 442228 10 0 0 25 0 1 0 808551495 106340352 25166 33554432000 134512640 134731564 4293079152 18446744073709551615 134659619 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25166 277 54 0 25272 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 103848

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/462 30483
/proc/meminfo: memFree=28719160/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4482.38 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48409 0 9 0 448228 10 0 0 25 0 1 0 808551495 106340352 25173 33554432000 134512640 134731564 4293079152 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25173 277 54 0 25272 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 103848

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/462 30484
/proc/meminfo: memFree=28718964/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4542.38 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48409 0 9 0 454228 10 0 0 25 0 1 0 808551495 106340352 25173 33554432000 134512640 134731564 4293079152 18446744073709551615 134659514 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25173 277 54 0 25272 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 103848

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/462 30486
/proc/meminfo: memFree=28719016/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4602.4 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48409 0 9 0 460230 10 0 0 25 0 1 0 808551495 106340352 25173 33554432000 134512640 134731564 4293079152 18446744073709551615 134614655 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25173 277 54 0 25272 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 103848

[startup+4662.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/462 30488
/proc/meminfo: memFree=28717076/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4662.39 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48409 0 9 0 466229 10 0 0 25 0 1 0 808551495 106340352 25173 33554432000 134512640 134731564 4293079152 18446744073709551615 134659205 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25173 277 54 0 25272 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 103848

[startup+4722.32 s]
/proc/loadavg: 2.02 2.02 2.04 3/462 30489
/proc/meminfo: memFree=28718988/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4722.41 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48409 0 9 0 472231 10 0 0 25 0 1 0 808551495 106340352 25173 33554432000 134512640 134731564 4293079152 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25173 277 54 0 25272 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 103848

[startup+4782.3 s]
/proc/loadavg: 2.01 2.01 2.03 3/462 30491
/proc/meminfo: memFree=28718580/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4782.39 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48413 0 9 0 478229 10 0 0 25 0 1 0 808551495 106340352 25177 33554432000 134512640 134731564 4293079152 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25177 277 54 0 25272 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 103848

[startup+4842.3 s]
/proc/loadavg: 2.05 2.03 2.03 3/462 30492
/proc/meminfo: memFree=28717884/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4842.39 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48413 0 9 0 484229 10 0 0 25 0 1 0 808551495 106340352 25177 33554432000 134512640 134731564 4293079152 18446744073709551615 134668891 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25177 277 54 0 25272 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 103848

[startup+4902.3 s]
/proc/loadavg: 2.06 2.03 2.03 3/462 30494
/proc/meminfo: memFree=28718548/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4902.39 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48413 0 9 0 490229 10 0 0 25 0 1 0 808551495 106340352 25177 33554432000 134512640 134731564 4293079152 18446744073709551615 134659323 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25177 277 54 0 25272 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 103848

[startup+4962.3 s]
/proc/loadavg: 2.02 2.02 2.03 3/462 30496
/proc/meminfo: memFree=28718472/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=4962.39 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48413 0 9 0 496229 10 0 0 25 0 1 0 808551495 106340352 25177 33554432000 134512640 134731564 4293079152 18446744073709551615 134668678 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25177 277 54 0 25272 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 103848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.02 2.02 3/462 30497
/proc/meminfo: memFree=28718052/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=5000.01 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48413 0 9 0 499991 10 0 0 25 0 1 0 808551495 106340352 25177 33554432000 134512640 134731564 4293079152 18446744073709551615 134659376 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25177 277 54 0 25272 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 103848

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.02 2.02 3/462 30497
/proc/meminfo: memFree=28718052/32951124 swapFree=41830676/67111528
[pid=30350] ppid=30348 vsize=103848 CPUtime=5000.01 cores=1,3,5,7
/proc/30350/stat : 30350 (MPhaseSAT) R 30348 30350 30312 0 -1 4202496 48413 0 9 0 499991 10 0 0 25 0 1 0 808551495 106340352 25177 33554432000 134512640 134731564 4293079152 18446744073709551615 134659376 0 0 4096 1026 0 0 0 17 1 0 0 3
/proc/30350/statm: 25962 25177 277 54 0 25272 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 103848

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.03
CPU user time (s): 4999.92
CPU system time (s): 0.111982
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 103848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.92
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48413
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 13383

runsolver used 20.6969 second user time and 52.0461 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-02 01:05:35
IDJOB=3445645
IDBENCH=71385
IDSOLVER=1941
FILE ID=node138/3445645-1306969535
RUNJOBID= node138-1306969535-30331
PBS_JOBID= 13497678
Free space on /tmp= 73548 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes1.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445645-1306969535/watcher-3445645-1306969535 -o /tmp/evaluation-result-3445645-1306969535/solver-3445645-1306969535 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445645-1306969535.cnf

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

MD5SUM BENCH= 836d368f7cf78173b8e7f8b131296e2f
RANDOM SEED=969257853

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28924200 kB
Buffers:        239372 kB
Cached:         889104 kB
SwapCached:      44536 kB
Active:        2046784 kB
Inactive:      1700928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28924200 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:            6608 kB
Writeback:          32 kB
AnonPages:     2585332 kB
Mapped:          16816 kB
Slab:           113828 kB
PageTables:      92660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130656224 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= 73548 MiB
End job on node138 at 2011-06-02 02:28:57