Trace number 3095701

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_M 2011-02-16? (TO) 1299.88 1300.01

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S869604189-077.UNKNOWN.cnf
MD5SUMfea90c68acbba046fd6afed84c9fb884
Bench CategoryRANDOM (random 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 variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

52.58/52.80	c MPhaseSAT_M version 401 suited for random catagory by Jingchao Chen,  April 1,2011 
52.58/52.80	c input CNF file=HOME/instance-3095701-1301757036.cnf 
52.58/52.80	c Clause#=2556  var#=600  ratio=4 
52.58/52.80	c Simplified clause#=2556 
52.58/52.80	c XOR_varElimination deleted var#=1 clauses#=2546 
52.58/52.80	c inative var#=0 
52.58/52.80	c free var#=586  
52.58/52.80	c local search on 
52.58/52.80	c height=32 age=31 
52.58/52.80	c hybrid solving ... 
52.58/52.80	c switch to march 
52.58/52.80	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
52.58/52.80	c stat :: sign balance is biased by 0.435
52.58/52.80	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
52.58/52.80	c simplify_formula():: removed 0 tautological, 0 satisfied and 448 duplicate clauses
52.58/52.80	c resolvent_look() :: found 34 resolvents
52.58/52.80	c longest clause has size 4
52.58/52.80	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
52.58/52.80	c number of free variables = 586
52.58/52.80	c dynamic_preselect_setsize :: off
52.68/52.84	c 0 / 999 NodeCount: 147 
52.78/52.94	c 1 / 999 NodeCount: 928 
54.07/54.29	c 2 / 999 NodeCount: 9648 
66.44/66.67	c 3 / 999 NodeCount: 77742 
354.63/354.85	c 4 / 999 NodeCount: 460843 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3095701-1301757036/watcher-3095701-1301757036 -o /tmp/evaluation-result-3095701-1301757036/solver-3095701-1301757036 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3095701-1301757036.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.73 3.94 3.76 4/193 15032
/proc/meminfo: memFree=22561548/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=3252 CPUtime=0 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 383 0 0 0 0 0 0 0 25 0 1 0 287301473 3330048 322 33554432000 134512640 134829744 4289896688 18446744073709551615 134578160 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 813 322 237 78 0 99 0

[startup+0.0522459 s]
/proc/loadavg: 3.73 3.94 3.76 4/193 15032
/proc/meminfo: memFree=22561548/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=3700 CPUtime=0.04 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 531 0 0 0 4 0 0 0 25 0 1 0 287301473 3788800 470 33554432000 134512640 134829744 4289896688 18446744073709551615 7890428 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 925 470 270 78 0 211 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3700

[startup+0.10026 s]
/proc/loadavg: 3.73 3.94 3.76 4/193 15032
/proc/meminfo: memFree=22561548/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=3832 CPUtime=0.09 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 560 0 0 0 9 0 0 0 25 0 1 0 287301473 3923968 499 33554432000 134512640 134829744 4289896688 18446744073709551615 7630722 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 958 499 270 78 0 244 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3832

[startup+0.300235 s]
/proc/loadavg: 3.73 3.94 3.76 4/193 15032
/proc/meminfo: memFree=22561548/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=4096 CPUtime=0.29 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 607 0 0 0 29 0 0 0 25 0 1 0 287301473 4194304 546 33554432000 134512640 134829744 4289896688 18446744073709551615 134624917 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 1024 546 270 78 0 310 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4096

[startup+0.701089 s]
/proc/loadavg: 3.73 3.94 3.76 4/193 15032
/proc/meminfo: memFree=22561548/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=4492 CPUtime=0.69 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 699 0 0 0 69 0 0 0 25 0 1 0 287301473 4599808 638 33554432000 134512640 134829744 4289896688 18446744073709551615 134614874 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 1123 638 270 78 0 409 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4492

[startup+1.501 s]
/proc/loadavg: 3.73 3.94 3.76 5/194 15033
/proc/meminfo: memFree=22560288/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=4624 CPUtime=1.49 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 751 0 0 0 149 0 0 0 25 0 1 0 287301473 4734976 690 33554432000 134512640 134829744 4289896688 18446744073709551615 134606663 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 1156 690 273 78 0 442 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4624

[startup+3.10065 s]
/proc/loadavg: 3.73 3.94 3.76 5/194 15033
/proc/meminfo: memFree=22559916/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=4624 CPUtime=3.08 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 751 0 0 0 308 0 0 0 25 0 1 0 287301473 4734976 690 33554432000 134512640 134829744 4289896688 18446744073709551615 134605622 0 0 4096 1026 0 0 0 17 6 0 0 0
/proc/15032/statm: 1156 690 273 78 0 442 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 4624

[startup+6.30107 s]
/proc/loadavg: 3.75 3.94 3.76 5/194 15034
/proc/meminfo: memFree=22559808/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=4624 CPUtime=6.27 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 751 0 0 0 627 0 0 0 25 0 1 0 287301473 4734976 690 33554432000 134512640 134829744 4289896688 18446744073709551615 134605217 0 0 4096 1026 0 0 0 17 6 0 0 0
/proc/15032/statm: 1156 690 273 78 0 442 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 4624

[startup+12.701 s]
/proc/loadavg: 3.77 3.94 3.77 5/194 15115
/proc/meminfo: memFree=22560456/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=4624 CPUtime=12.66 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 751 0 0 0 1266 0 0 0 25 0 1 0 287301473 4734976 690 33554432000 134512640 134829744 4289896688 18446744073709551615 134605633 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 1156 690 273 78 0 442 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 4624

[startup+25.5006 s]
/proc/loadavg: 3.82 3.94 3.77 5/194 15115
/proc/meminfo: memFree=22559740/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=4624 CPUtime=25.43 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 759 0 0 0 2543 0 0 0 25 0 1 0 287301473 4734976 698 33554432000 134512640 134829744 4289896688 18446744073709551615 134605692 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 1156 698 273 78 0 442 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 4624

[startup+51.101 s]
/proc/loadavg: 3.88 3.94 3.77 5/194 15116
/proc/meminfo: memFree=22556136/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=4888 CPUtime=50.98 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 812 0 0 0 5098 0 0 0 25 0 1 0 287301473 5005312 751 33554432000 134512640 134829744 4289896688 18446744073709551615 134605817 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 1222 751 274 78 0 508 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 4888

[startup+102.307 s]
/proc/loadavg: 3.95 3.95 3.78 5/194 15279
/proc/meminfo: memFree=22545500/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=10796 CPUtime=102.14 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 1987 0 0 0 10213 1 0 0 25 0 1 0 287301473 11055104 1926 33554432000 134512640 134829744 4289896688 18446744073709551615 134605742 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 2699 1926 304 78 0 1985 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 10796

[startup+162.301 s]
/proc/loadavg: 4.06 3.98 3.81 5/194 15362
/proc/meminfo: memFree=22540748/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=15108 CPUtime=162.13 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 2642 0 0 0 16212 1 0 0 25 0 1 0 287301473 15470592 2581 33554432000 134512640 134829744 4289896688 18446744073709551615 134605801 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 3777 2581 304 78 0 3063 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 15108

[startup+222.301 s]
/proc/loadavg: 4.22 4.04 3.83 5/194 15363
/proc/meminfo: memFree=22528920/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=16156 CPUtime=222.13 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 3282 0 0 0 22212 1 0 0 25 0 1 0 287301473 16543744 3221 33554432000 134512640 134829744 4289896688 18446744073709551615 134606064 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 4039 3221 304 78 0 3325 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 16156

[startup+282.301 s]
/proc/loadavg: 4.08 4.03 3.84 5/194 15365
/proc/meminfo: memFree=22519824/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=20036 CPUtime=282.13 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 3765 0 0 0 28212 1 0 0 25 0 1 0 287301473 20516864 3704 33554432000 134512640 134829744 4289896688 18446744073709551615 134789111 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 5009 3704 304 78 0 4295 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 20036

[startup+342.301 s]
/proc/loadavg: 4.03 4.02 3.85 5/194 15367
/proc/meminfo: memFree=22508488/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=20168 CPUtime=342.13 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 4021 0 0 0 34212 1 0 0 25 0 1 0 287301473 20652032 3960 33554432000 134512640 134829744 4289896688 18446744073709551615 134797400 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 5042 3960 304 78 0 4328 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 20168

[startup+402.301 s]
/proc/loadavg: 4.01 4.02 3.85 5/194 15368
/proc/meminfo: memFree=22497660/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=26948 CPUtime=402.14 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 4877 0 0 0 40212 2 0 0 25 0 1 0 287301473 27594752 4816 33554432000 134512640 134829744 4289896688 18446744073709551615 134782248 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 6737 4816 304 78 0 6023 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 26948

[startup+462.3 s]
/proc/loadavg: 4.00 4.01 3.86 5/194 15370
/proc/meminfo: memFree=22486332/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=26948 CPUtime=462.14 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 5423 0 0 0 46212 2 0 0 25 0 1 0 287301473 27594752 5362 33554432000 134512640 134829744 4289896688 18446744073709551615 134605705 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 6737 5362 304 78 0 6023 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 26948

[startup+522.3 s]
/proc/loadavg: 4.04 4.02 3.87 5/194 15371
/proc/meminfo: memFree=22468680/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=26948 CPUtime=522.14 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 5824 0 0 0 52212 2 0 0 25 0 1 0 287301473 27594752 5763 33554432000 134512640 134829744 4289896688 18446744073709551615 134606656 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 6737 5763 304 78 0 6023 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 26948

[startup+582.3 s]
/proc/loadavg: 4.01 4.02 3.88 5/194 15373
/proc/meminfo: memFree=22453372/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=26948 CPUtime=582.14 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 6067 0 0 0 58212 2 0 0 25 0 1 0 287301473 27594752 6006 33554432000 134512640 134829744 4289896688 18446744073709551615 134606564 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 6737 6006 304 78 0 6023 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 26948

[startup+642.3 s]
/proc/loadavg: 4.00 4.01 3.88 5/194 15375
/proc/meminfo: memFree=22436848/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=31636 CPUtime=642.15 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 6665 0 0 0 64213 2 0 0 25 0 1 0 287301473 32395264 6604 33554432000 134512640 134829744 4289896688 18446744073709551615 134605797 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 7909 6604 304 78 0 7195 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 31636

[startup+702.301 s]
/proc/loadavg: 4.05 4.02 3.89 5/194 15376
/proc/meminfo: memFree=22420948/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=35824 CPUtime=702.14 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 7078 0 0 0 70212 2 0 0 25 0 1 0 287301473 36683776 7017 33554432000 134512640 134829744 4289896688 18446744073709551615 134605910 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 8956 7017 304 78 0 8242 0
Current children cumulated CPU time (s) 702.14
Current children cumulated vsize (KiB) 35824

[startup+762.307 s]
/proc/loadavg: 4.02 4.02 3.90 5/194 15378
/proc/meminfo: memFree=22404296/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=35824 CPUtime=762.15 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 7501 0 0 0 76213 2 0 0 25 0 1 0 287301473 36683776 7440 33554432000 134512640 134829744 4289896688 18446744073709551615 134609302 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 8956 7440 304 78 0 8242 0
Current children cumulated CPU time (s) 762.15
Current children cumulated vsize (KiB) 35824

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.90 5/194 15379
/proc/meminfo: memFree=22382048/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=40508 CPUtime=822.14 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 7891 0 0 0 82212 2 0 0 25 0 1 0 287301473 41480192 7830 33554432000 134512640 134829744 4289896688 18446744073709551615 134822483 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 10127 7830 304 78 0 9413 0
Current children cumulated CPU time (s) 822.14
Current children cumulated vsize (KiB) 40508

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 15381
/proc/meminfo: memFree=22358188/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=40508 CPUtime=882.15 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 8611 0 0 0 88212 3 0 0 25 0 1 0 287301473 41480192 8550 33554432000 134512640 134829744 4289896688 18446744073709551615 134606125 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 10127 8550 304 78 0 9413 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 40508

[startup+942.301 s]
/proc/loadavg: 4.07 4.02 3.91 5/194 15383
/proc/meminfo: memFree=22338072/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=40508 CPUtime=942.16 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 9000 0 0 0 94213 3 0 0 25 0 1 0 287301473 41480192 8939 33554432000 134512640 134829744 4289896688 18446744073709551615 134606462 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 10127 8939 304 78 0 9413 0
Current children cumulated CPU time (s) 942.16
Current children cumulated vsize (KiB) 40508

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 3.91 5/194 15384
/proc/meminfo: memFree=22314980/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=45196 CPUtime=1002.15 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 9374 0 0 0 100212 3 0 0 25 0 1 0 287301473 46280704 9313 33554432000 134512640 134829744 4289896688 18446744073709551615 134605263 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 11299 9313 304 78 0 10585 0
Current children cumulated CPU time (s) 1002.15
Current children cumulated vsize (KiB) 45196

[startup+1062.3 s]
/proc/loadavg: 4.06 4.02 3.92 5/194 15386
/proc/meminfo: memFree=22292492/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=45196 CPUtime=1062.15 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 9885 0 0 0 106212 3 0 0 25 0 1 0 287301473 46280704 9824 33554432000 134512640 134829744 4289896688 18446744073709551615 134606656 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 11299 9824 304 78 0 10585 0
Current children cumulated CPU time (s) 1062.15
Current children cumulated vsize (KiB) 45196

[startup+1122.3 s]
/proc/loadavg: 4.09 4.03 3.93 5/194 15387
/proc/meminfo: memFree=22263828/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=45196 CPUtime=1122.16 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 10145 0 0 0 112213 3 0 0 25 0 1 0 287301473 46280704 10084 33554432000 134512640 134829744 4289896688 18446744073709551615 134606527 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 11299 10084 304 78 0 10585 0
Current children cumulated CPU time (s) 1122.16
Current children cumulated vsize (KiB) 45196

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.93 5/194 15389
/proc/meminfo: memFree=22235248/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=45196 CPUtime=1182.16 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 10453 0 0 0 118213 3 0 0 25 0 1 0 287301473 46280704 10392 33554432000 134512640 134829744 4289896688 18446744073709551615 134605495 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 11299 10392 304 78 0 10585 0
Current children cumulated CPU time (s) 1182.16
Current children cumulated vsize (KiB) 45196

[startup+1242.3 s]
/proc/loadavg: 4.08 4.03 3.93 5/194 15391
/proc/meminfo: memFree=22206316/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=50008 CPUtime=1242.16 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 10836 0 0 0 124213 3 0 0 25 0 1 0 287301473 51208192 10775 33554432000 134512640 134829744 4289896688 18446744073709551615 134605786 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 12502 10775 304 78 0 11788 0
Current children cumulated CPU time (s) 1242.16
Current children cumulated vsize (KiB) 50008



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.93 5/194 15448
/proc/meminfo: memFree=22409712/32951124 swapFree=67111528/67111528
[pid=15032] ppid=15030 vsize=50008 CPUtime=1299.86 cores=4,6
/proc/15032/stat : 15032 (MPhaseSAT_M) R 15030 15032 14702 0 -1 4202496 11192 0 0 0 129983 3 0 0 25 0 1 0 287301473 51208192 11131 33554432000 134512640 134829744 4289896688 18446744073709551615 134606514 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15032/statm: 12502 11131 304 78 0 11788 0
Current children cumulated CPU time (s) 1299.86
Current children cumulated vsize (KiB) 50008

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.88
CPU user time (s): 1299.84
CPU system time (s): 0.040993
CPU usage (%): 99.9901
Max. virtual memory (cumulated for all children) (KiB): 50016

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

runsolver used 1.9977 second user time and 3.9514 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-02 17:10:36
IDJOB=3095701
IDBENCH=82983
IDSOLVER=1522
FILE ID=node133/3095701-1301757036
RUNJOBID= node133-1301757027-14721
PBS_JOBID= 12841071
Free space on /tmp= 72184 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S869604189-077.UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3095701-1301757036/watcher-3095701-1301757036 -o /tmp/evaluation-result-3095701-1301757036/solver-3095701-1301757036 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3095701-1301757036.cnf

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

MD5SUM BENCH= fea90c68acbba046fd6afed84c9fb884
RANDOM SEED=1174483913

node133.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.834
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.834
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.834
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.834
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	: 6741.12
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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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.74
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.834
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:      22561580 kB
Buffers:        348864 kB
Cached:        9719868 kB
SwapCached:          0 kB
Active:        7294420 kB
Inactive:      2844820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22561580 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2556 kB
Writeback:           0 kB
AnonPages:       70492 kB
Mapped:          16928 kB
Slab:           187352 kB
PageTables:       5372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   252972 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= 72184 MiB
End job on node133 at 2011-04-02 17:32:18