Trace number 3445647

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.09 5000.12

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes5.cnf
MD5SUMf892a2bda6fe6aec6f2fcb4e1c541df8
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3445647-1306970429/watcher-3445647-1306970429 -o /tmp/evaluation-result-3445647-1306970429/solver-3445647-1306970429 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445647-1306970429.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: 7.66 8.06 8.07 2/424 9286
/proc/meminfo: memFree=26280368/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=7816 CPUtime=0 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 366 0 0 0 0 0 0 0 21 0 1 0 808641104 8003584 307 33554432000 134512640 134731564 4287642736 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 1954 307 225 54 0 1264 0

[startup+0.047871 s]
/proc/loadavg: 7.66 8.06 8.07 2/424 9286
/proc/meminfo: memFree=26280368/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=7816 CPUtime=0.04 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 580 0 0 0 4 0 0 0 21 0 1 0 808641104 8003584 521 33554432000 134512640 134731564 4287642736 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 1954 521 225 54 0 1264 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7816

[startup+0.100872 s]
/proc/loadavg: 7.66 8.06 8.07 2/424 9286
/proc/meminfo: memFree=26280368/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=7816 CPUtime=0.09 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 889 0 0 0 9 0 0 0 21 0 1 0 808641104 8003584 830 33554432000 134512640 134731564 4287642736 18446744073709551615 3688525 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 1954 830 225 54 0 1264 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7816

[startup+0.300828 s]
/proc/loadavg: 7.66 8.06 8.07 2/424 9286
/proc/meminfo: memFree=26280368/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=15128 CPUtime=0.29 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 6910 0 0 0 29 0 0 0 22 0 1 0 808641104 15491072 3298 33554432000 134512640 134731564 4287642736 18446744073709551615 3802620 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 3782 3300 248 54 0 3092 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15128

[startup+0.700754 s]
/proc/loadavg: 7.66 8.06 8.07 2/424 9286
/proc/meminfo: memFree=26280368/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=31484 CPUtime=0.69 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 11066 0 0 0 68 1 0 0 23 0 1 0 808641104 32239616 7403 33554432000 134512640 134731564 4287642736 18446744073709551615 134718156 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 7871 7403 260 54 0 7181 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31484

[startup+1.50061 s]
/proc/loadavg: 7.66 8.06 8.07 3/425 9287
/proc/meminfo: memFree=26244288/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=31484 CPUtime=1.49 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 11078 0 1 0 148 1 0 0 25 0 1 0 808641104 32239616 7415 33554432000 134512640 134731564 4287642736 18446744073709551615 134659303 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 7871 7415 271 54 0 7181 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31484

[startup+3.10032 s]
/proc/loadavg: 7.66 8.06 8.07 3/425 9287
/proc/meminfo: memFree=26237096/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=31484 CPUtime=3.09 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 11078 0 1 0 308 1 0 0 25 0 1 0 808641104 32239616 7415 33554432000 134512640 134731564 4287642736 18446744073709551615 134659722 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 7871 7415 271 54 0 7181 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31484

[startup+6.30073 s]
/proc/loadavg: 7.21 7.96 8.04 3/425 9287
/proc/meminfo: memFree=26236848/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=31484 CPUtime=6.29 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 11078 0 1 0 628 1 0 0 25 0 1 0 808641104 32239616 7415 33554432000 134512640 134731564 4287642736 18446744073709551615 134667496 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 7871 7415 271 54 0 7181 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31484

[startup+12.7006 s]
/proc/loadavg: 6.79 7.86 8.00 3/425 9287
/proc/meminfo: memFree=26237144/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=32124 CPUtime=12.69 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 11232 0 1 0 1268 1 0 0 25 0 1 0 808641104 32894976 7569 33554432000 134512640 134731564 4287642736 18446744073709551615 3542880 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 8031 7569 271 54 0 7341 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32124

[startup+25.5002 s]
/proc/loadavg: 5.73 7.58 7.91 3/425 9288
/proc/meminfo: memFree=26238376/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=34052 CPUtime=25.49 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 11736 0 1 0 2548 1 0 0 25 0 1 0 808641104 34869248 8073 33554432000 134512640 134731564 4287642736 18446744073709551615 134720351 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 8513 8073 271 54 0 7823 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34052

[startup+51.1006 s]
/proc/loadavg: 4.62 7.16 7.76 3/425 9288
/proc/meminfo: memFree=26237784/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=35472 CPUtime=51.09 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 34689 0 1 0 5106 3 0 0 25 0 1 0 808641104 36323328 8412 33554432000 134512640 134731564 4287642736 18446744073709551615 134659280 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 8868 8412 277 54 0 8178 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 35472

[startup+102.315 s]
/proc/loadavg: 3.13 6.36 7.45 3/425 9290
/proc/meminfo: memFree=26234152/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=37308 CPUtime=102.3 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 35506 0 1 0 10227 3 0 0 25 0 1 0 808641104 38203392 8884 33554432000 134512640 134731564 4287642736 18446744073709551615 134659296 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 9327 8884 277 54 0 8637 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 37308

[startup+162.3 s]
/proc/loadavg: 2.45 5.58 7.12 3/425 9291
/proc/meminfo: memFree=26228168/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=42984 CPUtime=162.29 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 36911 0 1 0 16225 4 0 0 25 0 1 0 808641104 44015616 10289 33554432000 134512640 134731564 4287642736 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 10746 10289 277 54 0 10056 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 42984

[startup+222.3 s]
/proc/loadavg: 2.16 4.93 6.79 3/425 9293
/proc/meminfo: memFree=26225648/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=46680 CPUtime=222.29 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 37832 0 1 0 22225 4 0 0 25 0 1 0 808641104 47800320 11210 33554432000 134512640 134731564 4287642736 18446744073709551615 134659217 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 11670 11210 277 54 0 10980 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 46680

[startup+282.3 s]
/proc/loadavg: 2.22 4.42 6.50 3/425 9295
/proc/meminfo: memFree=26222520/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=49984 CPUtime=282.29 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 38643 0 1 0 28225 4 0 0 25 0 1 0 808641104 51183616 12021 33554432000 134512640 134731564 4287642736 18446744073709551615 134634891 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 12496 12021 277 54 0 11806 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 49984

[startup+342.3 s]
/proc/loadavg: 2.15 4.00 6.22 3/425 9296
/proc/meminfo: memFree=26221360/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=52624 CPUtime=342.29 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 39301 0 1 0 34225 4 0 0 25 0 1 0 808641104 53886976 12679 33554432000 134512640 134731564 4287642736 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 13156 12679 277 54 0 12466 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 52624

[startup+402.3 s]
/proc/loadavg: 2.05 3.63 5.95 3/425 9298
/proc/meminfo: memFree=26218604/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=54480 CPUtime=402.29 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 39773 0 1 0 40225 4 0 0 25 0 1 0 808641104 55787520 13151 33554432000 134512640 134731564 4287642736 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 13620 13151 277 54 0 12930 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 54480

[startup+462.3 s]
/proc/loadavg: 2.02 3.33 5.70 3/425 9299
/proc/meminfo: memFree=26218324/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=55800 CPUtime=462.29 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 40101 0 1 0 46225 4 0 0 25 0 1 0 808641104 57139200 13479 33554432000 134512640 134731564 4287642736 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 13950 13479 277 54 0 13260 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 55800

[startup+522.3 s]
/proc/loadavg: 2.07 3.11 5.48 3/425 9301
/proc/meminfo: memFree=26216656/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=57548 CPUtime=522.29 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 40532 0 1 0 52224 5 0 0 25 0 1 0 808641104 58929152 13910 33554432000 134512640 134731564 4287642736 18446744073709551615 134659561 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 14387 13910 277 54 0 13697 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 57548

[startup+582.3 s]
/proc/loadavg: 2.07 2.92 5.26 3/425 9303
/proc/meminfo: memFree=26212896/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=60196 CPUtime=582.29 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 41189 0 1 0 58224 5 0 0 25 0 1 0 808641104 61640704 14567 33554432000 134512640 134731564 4287642736 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 15049 14567 277 54 0 14359 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 60196

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.02 2.08 3/425 9407
/proc/meminfo: memFree=26165256/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=107844 CPUtime=4062.28 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 52691 0 1 0 406218 10 0 0 25 0 1 0 808641104 110432256 26069 33554432000 134512640 134731564 4287642736 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 26961 26069 277 54 0 26271 0
Current children cumulated CPU time (s) 4062.28
Current children cumulated vsize (KiB) 107844

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/425 9409
/proc/meminfo: memFree=26163364/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=108524 CPUtime=4122.26 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 52832 0 1 0 412216 10 0 0 25 0 1 0 808641104 111128576 26210 33554432000 134512640 134731564 4287642736 18446744073709551615 134659511 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 27131 26210 277 54 0 26441 0
Current children cumulated CPU time (s) 4122.26
Current children cumulated vsize (KiB) 108524

[startup+4182.3 s]
/proc/loadavg: 2.04 2.03 2.07 3/425 9411
/proc/meminfo: memFree=26163080/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=109724 CPUtime=4182.26 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 53053 0 1 0 418216 10 0 0 25 0 1 0 808641104 112357376 26431 33554432000 134512640 134731564 4287642736 18446744073709551615 3542787 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 27431 26431 277 54 0 26741 0
Current children cumulated CPU time (s) 4182.26
Current children cumulated vsize (KiB) 109724

[startup+4242.3 s]
/proc/loadavg: 2.01 2.02 2.07 3/425 9412
/proc/meminfo: memFree=26163660/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=110876 CPUtime=4242.26 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 53269 0 1 0 424216 10 0 0 25 0 1 0 808641104 113537024 26647 33554432000 134512640 134731564 4287642736 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 27719 26647 277 54 0 27029 0
Current children cumulated CPU time (s) 4242.26
Current children cumulated vsize (KiB) 110876

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/425 9414
/proc/meminfo: memFree=26163504/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=111036 CPUtime=4302.27 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 53305 0 1 0 430216 11 0 0 25 0 1 0 808641104 113700864 26683 33554432000 134512640 134731564 4287642736 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 27759 26683 277 54 0 27069 0
Current children cumulated CPU time (s) 4302.27
Current children cumulated vsize (KiB) 111036

[startup+4362.3 s]
/proc/loadavg: 2.05 2.03 2.06 3/425 9415
/proc/meminfo: memFree=26163960/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=111036 CPUtime=4362.27 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 53305 0 1 0 436216 11 0 0 25 0 1 0 808641104 113700864 26683 33554432000 134512640 134731564 4287642736 18446744073709551615 134659675 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 27759 26683 277 54 0 27069 0
Current children cumulated CPU time (s) 4362.27
Current children cumulated vsize (KiB) 111036

[startup+4422.3 s]
/proc/loadavg: 2.34 2.10 2.08 3/425 9417
/proc/meminfo: memFree=26162184/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=111696 CPUtime=4422.27 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 53449 0 1 0 442216 11 0 0 25 0 1 0 808641104 114376704 26827 33554432000 134512640 134731564 4287642736 18446744073709551615 134659331 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 27924 26827 277 54 0 27234 0
Current children cumulated CPU time (s) 4422.27
Current children cumulated vsize (KiB) 111696

[startup+4482.3 s]
/proc/loadavg: 2.37 2.13 2.09 3/425 9419
/proc/meminfo: memFree=26162404/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=111148 CPUtime=4482.27 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 53449 0 1 0 448216 11 0 0 25 0 1 0 808641104 113815552 26718 33554432000 134512640 134731564 4287642736 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 27787 26718 277 54 0 27097 0
Current children cumulated CPU time (s) 4482.27
Current children cumulated vsize (KiB) 111148

[startup+4542.3 s]
/proc/loadavg: 2.12 2.10 2.08 3/425 9420
/proc/meminfo: memFree=26161132/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=113616 CPUtime=4542.26 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 54025 0 1 0 454215 11 0 0 25 0 1 0 808641104 116342784 27294 33554432000 134512640 134731564 4287642736 18446744073709551615 134719850 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 28404 27294 277 54 0 27714 0
Current children cumulated CPU time (s) 4542.26
Current children cumulated vsize (KiB) 113616

[startup+4602.3 s]
/proc/loadavg: 2.04 2.08 2.08 3/425 9422
/proc/meminfo: memFree=26158372/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=113616 CPUtime=4602.27 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 54027 0 1 0 460216 11 0 0 25 0 1 0 808641104 116342784 27296 33554432000 134512640 134731564 4287642736 18446744073709551615 134624789 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 28404 27296 277 54 0 27714 0
Current children cumulated CPU time (s) 4602.27
Current children cumulated vsize (KiB) 113616

[startup+4662.3 s]
/proc/loadavg: 2.01 2.06 2.07 3/425 9423
/proc/meminfo: memFree=26158216/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=113616 CPUtime=4662.26 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 54027 0 1 0 466215 11 0 0 25 0 1 0 808641104 116342784 27296 33554432000 134512640 134731564 4287642736 18446744073709551615 3542897 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 28404 27296 277 54 0 27714 0
Current children cumulated CPU time (s) 4662.26
Current children cumulated vsize (KiB) 113616

[startup+4722.32 s]
/proc/loadavg: 2.06 2.06 2.07 3/425 9425
/proc/meminfo: memFree=26159796/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=113616 CPUtime=4722.28 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 54030 0 1 0 472217 11 0 0 25 0 1 0 808641104 116342784 27299 33554432000 134512640 134731564 4287642736 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 28404 27299 277 54 0 27714 0
Current children cumulated CPU time (s) 4722.28
Current children cumulated vsize (KiB) 113616

[startup+4782.3 s]
/proc/loadavg: 2.02 2.05 2.07 3/425 9427
/proc/meminfo: memFree=26159144/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=113616 CPUtime=4782.26 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 54030 0 1 0 478215 11 0 0 25 0 1 0 808641104 116342784 27299 33554432000 134512640 134731564 4287642736 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 28404 27299 277 54 0 27714 0
Current children cumulated CPU time (s) 4782.26
Current children cumulated vsize (KiB) 113616

[startup+4842.3 s]
/proc/loadavg: 2.01 2.04 2.06 3/425 9428
/proc/meminfo: memFree=26156628/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=114680 CPUtime=4842.25 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 54302 0 1 0 484214 11 0 0 25 0 1 0 808641104 117432320 27571 33554432000 134512640 134731564 4287642736 18446744073709551615 134659542 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 28670 27571 277 54 0 27980 0
Current children cumulated CPU time (s) 4842.25
Current children cumulated vsize (KiB) 114680

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/425 9430
/proc/meminfo: memFree=26155480/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=117628 CPUtime=4902.25 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 55002 0 1 0 490214 11 0 0 25 0 1 0 808641104 120451072 28271 33554432000 134512640 134731564 4287642736 18446744073709551615 134659256 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 29407 28271 277 54 0 28717 0
Current children cumulated CPU time (s) 4902.25
Current children cumulated vsize (KiB) 117628

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/425 9431
/proc/meminfo: memFree=26156928/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=117628 CPUtime=4962.25 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 55003 0 1 0 496214 11 0 0 25 0 1 0 808641104 120451072 28272 33554432000 134512640 134731564 4287642736 18446744073709551615 134624786 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 29407 28272 277 54 0 28717 0
Current children cumulated CPU time (s) 4962.25
Current children cumulated vsize (KiB) 117628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.11 2.05 2.06 2/423 9433
/proc/meminfo: memFree=26165476/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=117628 CPUtime=5000.06 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 55003 0 1 0 499995 11 0 0 25 0 1 0 808641104 120451072 28272 33554432000 134512640 134731564 4287642736 18446744073709551615 134720755 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 29407 28272 277 54 0 28717 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 117628

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

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

[startup+5000.1 s]
/proc/loadavg: 2.11 2.05 2.06 2/423 9433
/proc/meminfo: memFree=26165476/32951124 swapFree=44043512/67111528
[pid=9286] ppid=9284 vsize=117628 CPUtime=5000.06 cores=1,3,5,7
/proc/9286/stat : 9286 (MPhaseSAT) R 9284 9286 9248 0 -1 4202496 55003 0 1 0 499995 11 0 0 25 0 1 0 808641104 120451072 28272 33554432000 134512640 134731564 4287642736 18446744073709551615 134720755 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/9286/statm: 29407 28272 277 54 0 28717 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 117628

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.12
CPU time (s): 5000.09
CPU user time (s): 4999.96
CPU system time (s): 0.121981
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 117628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.96
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55003
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 7837

runsolver used 19.455 second user time and 48.7316 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-02 01:20:29
IDJOB=3445647
IDBENCH=71408
IDSOLVER=1941
FILE ID=node134/3445647-1306970429
RUNJOBID= node134-1306970429-9267
PBS_JOBID= 13497680
Free space on /tmp= 73708 MiB

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

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

MD5SUM BENCH= f892a2bda6fe6aec6f2fcb4e1c541df8
RANDOM SEED=735458261

node134.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.67
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.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.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	: 7186.06
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.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.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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26280624 kB
Buffers:        186384 kB
Cached:         367728 kB
SwapCached:       9540 kB
Active:        5964932 kB
Inactive:       412728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26280624 kB
SwapTotal:    67111528 kB
SwapFree:     44043512 kB
Dirty:            6128 kB
Writeback:           0 kB
AnonPages:     5821284 kB
Mapped:          21536 kB
Slab:           132224 kB
PageTables:      89132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110771492 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73708 MiB
End job on node134 at 2011-06-02 02:43:51