Trace number 3445632

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.12 5000.02

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g9.cnf
MD5SUMe033e9c916da557514299cce9ca2468f
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3445632-1306967333/watcher-3445632-1306967333 -o /tmp/evaluation-result-3445632-1306967333/solver-3445632-1306967333 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445632-1306967333.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: 3.70 6.70 7.53 2/473 15207
/proc/meminfo: memFree=20610104/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=6408 CPUtime=0 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 808332951 6561792 305 33554432000 134512640 134731564 4288490304 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 1602 305 225 54 0 912 0

[startup+0.0408069 s]
/proc/loadavg: 3.70 6.70 7.53 2/473 15207
/proc/meminfo: memFree=20610104/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=6408 CPUtime=0.03 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 539 0 0 0 3 0 0 0 25 0 1 0 808332951 6561792 480 33554432000 134512640 134731564 4288490304 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 1602 480 225 54 0 912 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6408

[startup+0.100798 s]
/proc/loadavg: 3.70 6.70 7.53 2/473 15207
/proc/meminfo: memFree=20610104/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=6408 CPUtime=0.09 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 892 0 0 0 9 0 0 0 25 0 1 0 808332951 6561792 833 33554432000 134512640 134731564 4288490304 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 1602 833 225 54 0 912 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6408

[startup+0.300765 s]
/proc/loadavg: 3.70 6.70 7.53 2/473 15207
/proc/meminfo: memFree=20610104/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=16656 CPUtime=0.29 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 6252 0 0 0 29 0 0 0 25 0 1 0 808332951 17055744 3683 33554432000 134512640 134731564 4288490304 18446744073709551615 134717115 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 4164 3683 255 54 0 3474 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16656

[startup+0.700694 s]
/proc/loadavg: 3.70 6.70 7.53 2/473 15207
/proc/meminfo: memFree=20610104/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=23388 CPUtime=0.69 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 7964 0 0 0 69 0 0 0 25 0 1 0 808332951 23949312 5394 33554432000 134512640 134731564 4288490304 18446744073709551615 134719816 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 5847 5394 271 54 0 5157 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23388

[startup+1.50055 s]
/proc/loadavg: 3.70 6.70 7.53 3/474 15208
/proc/meminfo: memFree=20588908/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=23388 CPUtime=1.49 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 7964 0 0 0 149 0 0 0 25 0 1 0 808332951 23949312 5394 33554432000 134512640 134731564 4288490304 18446744073709551615 134723330 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 5847 5394 271 54 0 5157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23388

[startup+3.10027 s]
/proc/loadavg: 3.70 6.70 7.53 3/474 15208
/proc/meminfo: memFree=20587320/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=23388 CPUtime=3.09 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 7964 0 0 0 309 0 0 0 25 0 1 0 808332951 23949312 5394 33554432000 134512640 134731564 4288490304 18446744073709551615 134659349 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 5847 5394 271 54 0 5157 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23388

[startup+6.30071 s]
/proc/loadavg: 3.56 6.63 7.50 3/474 15208
/proc/meminfo: memFree=20586336/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=23516 CPUtime=6.29 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 7995 0 0 0 629 0 0 0 25 0 1 0 808332951 24080384 5425 33554432000 134512640 134731564 4288490304 18446744073709551615 134655980 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 5879 5425 271 54 0 5189 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23516

[startup+12.7006 s]
/proc/loadavg: 3.44 6.55 7.47 3/474 15208
/proc/meminfo: memFree=20584068/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=24804 CPUtime=12.69 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 8311 0 0 0 1269 0 0 0 25 0 1 0 808332951 25399296 5741 33554432000 134512640 134731564 4288490304 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 6201 5741 271 54 0 5511 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24804

[startup+25.5003 s]
/proc/loadavg: 3.12 6.33 7.38 3/474 15208
/proc/meminfo: memFree=20582696/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=26480 CPUtime=25.49 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 8707 0 0 0 2549 0 0 0 25 0 1 0 808332951 27115520 6137 33554432000 134512640 134731564 4288490304 18446744073709551615 134717296 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 6620 6137 271 54 0 5930 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26480

[startup+51.1008 s]
/proc/loadavg: 2.73 5.98 7.24 3/474 15209
/proc/meminfo: memFree=20582144/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=26972 CPUtime=51.09 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 25018 0 0 0 5107 2 0 0 25 0 1 0 808332951 27619328 6276 33554432000 134512640 134731564 4288490304 18446744073709551615 134717129 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 6743 6276 277 54 0 6053 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26972

[startup+102.318 s]
/proc/loadavg: 2.32 5.36 6.96 3/474 15210
/proc/meminfo: memFree=20576900/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=30964 CPUtime=102.31 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 26365 0 0 0 10228 3 0 0 25 0 1 0 808332951 31707136 7308 33554432000 134512640 134731564 4288490304 18446744073709551615 134659716 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 7741 7308 277 54 0 7051 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 30964

[startup+162.3 s]
/proc/loadavg: 2.11 4.75 6.65 3/474 15212
/proc/meminfo: memFree=20571020/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=35856 CPUtime=162.29 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 27566 0 0 0 16226 3 0 0 25 0 1 0 808332951 36716544 8509 33554432000 134512640 134731564 4288490304 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 8964 8509 277 54 0 8274 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 35856

[startup+222.301 s]
/proc/loadavg: 2.04 4.25 6.35 3/474 15214
/proc/meminfo: memFree=20568844/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=39032 CPUtime=222.29 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 28351 0 0 0 22226 3 0 0 25 0 1 0 808332951 39968768 9294 33554432000 134512640 134731564 4288490304 18446744073709551615 134718320 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 9758 9294 277 54 0 9068 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 39032

[startup+282.3 s]
/proc/loadavg: 2.23 3.88 6.09 3/474 15215
/proc/meminfo: memFree=20567540/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=42092 CPUtime=282.3 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 29127 0 0 0 28226 4 0 0 25 0 1 0 808332951 43102208 10070 33554432000 134512640 134731564 4288490304 18446744073709551615 134667941 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 10523 10070 277 54 0 9833 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 42092

[startup+342.301 s]
/proc/loadavg: 2.14 3.55 5.84 3/474 15217
/proc/meminfo: memFree=20565012/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=44340 CPUtime=342.29 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 29686 0 0 0 34225 4 0 0 25 0 1 0 808332951 45404160 10629 33554432000 134512640 134731564 4288490304 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 11085 10629 277 54 0 10395 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 44340

[startup+402.301 s]
/proc/loadavg: 2.05 3.27 5.60 3/474 15218
/proc/meminfo: memFree=20563584/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=46452 CPUtime=402.29 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 30204 0 0 0 40225 4 0 0 25 0 1 0 808332951 47566848 11147 33554432000 134512640 134731564 4288490304 18446744073709551615 134634373 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 11613 11147 277 54 0 10923 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 46452

[startup+462.301 s]
/proc/loadavg: 2.02 3.04 5.37 3/474 15220
/proc/meminfo: memFree=20560048/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=49892 CPUtime=462.29 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 31009 0 0 0 46225 4 0 0 25 0 1 0 808332951 51089408 11952 33554432000 134512640 134731564 4288490304 18446744073709551615 134659902 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 12473 11952 277 54 0 11783 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 49892

[startup+522.301 s]
/proc/loadavg: 2.00 2.84 5.16 3/474 15222
/proc/meminfo: memFree=20557256/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=52124 CPUtime=522.29 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 31537 0 0 0 52225 4 0 0 25 0 1 0 808332951 53374976 12480 33554432000 134512640 134731564 4288490304 18446744073709551615 134667537 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 13031 12480 277 54 0 12341 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 52124

[startup+582.3 s]
/proc/loadavg: 2.00 2.69 4.95 3/474 15223
/proc/meminfo: memFree=20555828/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=53716 CPUtime=582.3 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 31933 0 0 0 58225 5 0 0 25 0 1 0 808332951 55005184 12876 33554432000 134512640 134731564 4288490304 18446744073709551615 12095271 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 13429 12876 277 54 0 12739 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 53716

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/474 15353
/proc/meminfo: memFree=20428268/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4002.36 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44248 0 0 0 400228 8 0 0 25 0 1 0 808332951 108982272 25191 33554432000 134512640 134731564 4288490304 18446744073709551615 134717603 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25191 277 54 0 25917 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 106428

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.07 3/474 15355
/proc/meminfo: memFree=20426484/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4062.38 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44248 0 0 0 406230 8 0 0 25 0 1 0 808332951 108982272 25191 33554432000 134512640 134731564 4288490304 18446744073709551615 134719850 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25191 277 54 0 25917 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 106428

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/474 15357
/proc/meminfo: memFree=20424944/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4122.37 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44248 0 0 0 412229 8 0 0 25 0 1 0 808332951 108982272 25191 33554432000 134512640 134731564 4288490304 18446744073709551615 134719850 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25191 277 54 0 25917 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 106428

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/474 15358
/proc/meminfo: memFree=20425140/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4182.37 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44248 0 0 0 418229 8 0 0 25 0 1 0 808332951 108982272 25191 33554432000 134512640 134731564 4288490304 18446744073709551615 134719816 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25191 277 54 0 25917 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 106428

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/474 15360
/proc/meminfo: memFree=20424480/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4242.37 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44248 0 0 0 424229 8 0 0 25 0 1 0 808332951 108982272 25191 33554432000 134512640 134731564 4288490304 18446744073709551615 134659284 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25191 277 54 0 25917 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 106428

[startup+4302.3 s]
/proc/loadavg: 2.13 2.04 2.06 3/474 15361
/proc/meminfo: memFree=20423676/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4302.37 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44250 0 0 0 430229 8 0 0 25 0 1 0 808332951 108982272 25193 33554432000 134512640 134731564 4288490304 18446744073709551615 134667459 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25193 277 54 0 25917 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 106428

[startup+4362.3 s]
/proc/loadavg: 2.15 2.06 2.07 3/474 15363
/proc/meminfo: memFree=20423744/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4362.37 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44250 0 0 0 436229 8 0 0 25 0 1 0 808332951 108982272 25193 33554432000 134512640 134731564 4288490304 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25193 277 54 0 25917 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 106428

[startup+4422.3 s]
/proc/loadavg: 2.09 2.06 2.07 3/474 15365
/proc/meminfo: memFree=20423684/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4422.37 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44250 0 0 0 442229 8 0 0 25 0 1 0 808332951 108982272 25193 33554432000 134512640 134731564 4288490304 18446744073709551615 134659467 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25193 277 54 0 25917 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 106428

[startup+4482.3 s]
/proc/loadavg: 2.03 2.05 2.06 3/474 15366
/proc/meminfo: memFree=20423388/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4482.37 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44250 0 0 0 448229 8 0 0 25 0 1 0 808332951 108982272 25193 33554432000 134512640 134731564 4288490304 18446744073709551615 134655717 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25193 277 54 0 25917 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 106428

[startup+4542.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/474 15368
/proc/meminfo: memFree=20422968/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4542.37 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44250 0 0 0 454229 8 0 0 25 0 1 0 808332951 108982272 25193 33554432000 134512640 134731564 4288490304 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25193 277 54 0 25917 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 106428

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/474 15369
/proc/meminfo: memFree=20422044/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4602.38 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44254 0 0 0 460230 8 0 0 25 0 1 0 808332951 108982272 25197 33554432000 134512640 134731564 4288490304 18446744073709551615 12384222 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25197 277 54 0 25917 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 106428

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/474 15371
/proc/meminfo: memFree=20421632/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4662.37 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44313 0 0 0 466229 8 0 0 25 0 1 0 808332951 108982272 25256 33554432000 134512640 134731564 4288490304 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25256 277 54 0 25917 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 106428

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.04 3/474 15373
/proc/meminfo: memFree=20420836/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4722.39 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44315 0 0 0 472231 8 0 0 25 0 1 0 808332951 108982272 25258 33554432000 134512640 134731564 4288490304 18446744073709551615 134614640 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25258 277 54 0 25917 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 106428

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/474 15374
/proc/meminfo: memFree=20421164/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4782.38 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44315 0 0 0 478230 8 0 0 25 0 1 0 808332951 108982272 25258 33554432000 134512640 134731564 4288490304 18446744073709551615 12095334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25258 277 54 0 25917 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 106428

[startup+4842.3 s]
/proc/loadavg: 2.08 2.03 2.04 3/474 15376
/proc/meminfo: memFree=20419760/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4842.39 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44611 0 0 0 484230 9 0 0 25 0 1 0 808332951 108982272 25554 33554432000 134512640 134731564 4288490304 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25554 277 54 0 25917 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 106428

[startup+4902.3 s]
/proc/loadavg: 2.19 2.07 2.05 3/474 15377
/proc/meminfo: memFree=20418980/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4902.39 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44611 0 0 0 490230 9 0 0 25 0 1 0 808332951 108982272 25554 33554432000 134512640 134731564 4288490304 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25554 277 54 0 25917 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 106428

[startup+4962.3 s]
/proc/loadavg: 2.12 2.07 2.04 3/474 15379
/proc/meminfo: memFree=20419544/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=4962.39 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44611 0 0 0 496230 9 0 0 25 0 1 0 808332951 108982272 25554 33554432000 134512640 134731564 4288490304 18446744073709551615 134659331 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25554 277 54 0 25917 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 106428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.07 2.06 2.04 3/474 15380
/proc/meminfo: memFree=20419504/32950928 swapFree=61858088/67111528
[pid=15207] ppid=15205 vsize=106428 CPUtime=5000.1 cores=1,3,5,7
/proc/15207/stat : 15207 (MPhaseSAT) R 15205 15207 15140 0 -1 4202496 44611 0 0 0 500001 9 0 0 25 0 1 0 808332951 108982272 25554 33554432000 134512640 134731564 4288490304 18446744073709551615 134723712 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/15207/statm: 26607 25554 277 54 0 25917 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 106428

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): 5000.02
CPU time (s): 5000.12
CPU user time (s): 5000.02
CPU system time (s): 0.095985
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 106428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.02
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44611
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= 16
involuntary context switches= 6915

runsolver used 21.9737 second user time and 55.3126 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-02 00:28:53
IDJOB=3445632
IDBENCH=71294
IDSOLVER=1941
FILE ID=node125/3445632-1306967333
RUNJOBID= node125-1306967262-15159
PBS_JOBID= 13497668
Free space on /tmp= 73724 MiB

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

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

MD5SUM BENCH= e033e9c916da557514299cce9ca2468f
RANDOM SEED=1468760002

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.74
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.828
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.828
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:     32950928 kB
MemFree:      20610392 kB
Buffers:        303564 kB
Cached:        3328148 kB
SwapCached:       3584 kB
Active:        8671372 kB
Inactive:      3336312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20610392 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:            2728 kB
Writeback:          20 kB
AnonPages:     8373380 kB
Mapped:          34364 kB
Slab:           201932 kB
PageTables:      61276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130031032 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= 73720 MiB
End job on node125 at 2011-06-02 01:52:15