Trace number 3095695

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S157016908-041.UNKNOWN.cnf
MD5SUM84ed72ef969365b45feb251988bfac3d
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

45.10/45.14	c MPhaseSAT_M version 401 suited for random catagory by Jingchao Chen,  April 1,2011 
45.10/45.14	c input CNF file=HOME/instance-3095695-1301757029.cnf 
45.10/45.14	c Clause#=2982  var#=700  ratio=4 
45.10/45.14	c Simplified clause#=2982 
45.10/45.14	c XOR_varElimination deleted var#=2 clauses#=2953 
45.10/45.14	c inative var#=0 
45.10/45.14	c free var#=676  
45.10/45.14	c local search on 
45.10/45.14	c height=39 age=27 
45.10/45.14	c hybrid solving ... 
45.10/45.14	c switch to march 
45.10/45.14	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
45.10/45.14	c stat :: sign balance is biased by 0.420
45.10/45.14	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
45.10/45.14	c simplify_formula():: removed 0 tautological, 0 satisfied and 430 duplicate clauses
45.10/45.14	c resolvent_look() :: found 58 resolvents
45.10/45.14	c longest clause has size 5
45.10/45.14	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
45.10/45.14	c number of free variables = 676
45.10/45.14	c dynamic_preselect_setsize :: off
45.19/45.20	c 0 / 999 NodeCount: 163 
45.29/45.32	c 1 / 999 NodeCount: 1084 
47.39/47.41	c 2 / 999 NodeCount: 13800 
150.29/150.38	c 3 / 999 NodeCount: 137729 
548.91/548.98	c 4 / 999 NodeCount: 1025183 

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

running on 2 cores: 0,2

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.71 3.93 3.76 4/188 14887
/proc/meminfo: memFree=22564612/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=3268 CPUtime=0 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 381 0 0 0 0 0 0 0 25 0 1 0 287300769 3346432 319 33554432000 134512640 134829744 4287232112 18446744073709551615 134516360 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 817 320 237 78 0 103 0

[startup+0.020095 s]
/proc/loadavg: 3.71 3.93 3.76 4/188 14887
/proc/meminfo: memFree=22564612/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=3676 CPUtime=0.01 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 504 0 0 0 1 0 0 0 25 0 1 0 287300769 3764224 441 33554432000 134512640 134829744 4287232112 18446744073709551615 134667488 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 919 441 263 78 0 205 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3676

[startup+0.101107 s]
/proc/loadavg: 3.71 3.93 3.76 4/188 14887
/proc/meminfo: memFree=22564612/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=3940 CPUtime=0.09 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 577 0 0 0 9 0 0 0 25 0 1 0 287300769 4034560 514 33554432000 134512640 134829744 4287232112 18446744073709551615 134661635 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 985 514 270 78 0 271 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3940

[startup+0.301089 s]
/proc/loadavg: 3.71 3.93 3.76 4/188 14887
/proc/meminfo: memFree=22564612/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=4072 CPUtime=0.29 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 627 0 0 0 29 0 0 0 25 0 1 0 287300769 4169728 564 33554432000 134512640 134829744 4287232112 18446744073709551615 134624893 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 1018 564 270 78 0 304 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4072

[startup+0.700997 s]
/proc/loadavg: 3.71 3.93 3.76 4/188 14887
/proc/meminfo: memFree=22564612/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=4336 CPUtime=0.69 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 680 0 0 0 69 0 0 0 25 0 1 0 287300769 4440064 617 33554432000 134512640 134829744 4287232112 18446744073709551615 134725170 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 1084 617 270 78 0 370 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4336

[startup+1.50085 s]
/proc/loadavg: 3.71 3.93 3.76 5/194 14925
/proc/meminfo: memFree=22559480/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=4736 CPUtime=1.49 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 787 0 0 0 149 0 0 0 25 0 1 0 287300769 4849664 724 33554432000 134512640 134829744 4287232112 18446744073709551615 134606343 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 1184 724 273 78 0 470 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4736

[startup+3.10056 s]
/proc/loadavg: 3.71 3.93 3.76 5/194 14925
/proc/meminfo: memFree=22557496/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=4736 CPUtime=3.09 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 787 0 0 0 309 0 0 0 25 0 1 0 287300769 4849664 724 33554432000 134512640 134829744 4287232112 18446744073709551615 134610720 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 1184 724 273 78 0 470 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4736

[startup+6.30097 s]
/proc/loadavg: 3.73 3.94 3.76 5/194 15006
/proc/meminfo: memFree=22558960/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=4736 CPUtime=6.29 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 787 0 0 0 629 0 0 0 25 0 1 0 287300769 4849664 724 33554432000 134512640 134829744 4287232112 18446744073709551615 134606617 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 1184 724 273 78 0 470 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4736

[startup+12.7008 s]
/proc/loadavg: 3.75 3.94 3.76 5/194 15034
/proc/meminfo: memFree=22559808/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=4736 CPUtime=12.69 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 787 0 0 0 1269 0 0 0 25 0 1 0 287300769 4849664 724 33554432000 134512640 134829744 4287232112 18446744073709551615 134606188 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 1184 724 273 78 0 470 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4736

[startup+25.5005 s]
/proc/loadavg: 3.81 3.94 3.77 5/194 15115
/proc/meminfo: memFree=22560000/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=4868 CPUtime=25.49 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 808 0 0 0 2549 0 0 0 25 0 1 0 287300769 4984832 745 33554432000 134512640 134829744 4287232112 18446744073709551615 134605901 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 1217 745 273 78 0 503 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4868

[startup+51.1008 s]
/proc/loadavg: 3.87 3.94 3.77 5/194 15116
/proc/meminfo: memFree=22557384/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=7076 CPUtime=51.09 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 1244 0 0 0 5109 0 0 0 25 0 1 0 287300769 7245824 1181 33554432000 134512640 134829744 4287232112 18446744073709551615 134822448 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 1769 1181 304 78 0 1055 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7076

[startup+102.307 s]
/proc/loadavg: 3.94 3.95 3.78 5/194 15279
/proc/meminfo: memFree=22545500/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=9220 CPUtime=102.3 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 1716 0 0 0 10230 0 0 0 25 0 1 0 287300769 9441280 1653 33554432000 134512640 134829744 4287232112 18446744073709551615 134605755 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 2305 1653 304 78 0 1591 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 9220

[startup+162.301 s]
/proc/loadavg: 4.07 3.98 3.80 5/194 15362
/proc/meminfo: memFree=22541124/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=10672 CPUtime=162.29 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 2088 0 0 0 16229 0 0 0 25 0 1 0 287300769 10928128 2025 33554432000 134512640 134829744 4287232112 18446744073709551615 134605132 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 2668 2025 304 78 0 1954 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 10672

[startup+222.301 s]
/proc/loadavg: 4.24 4.04 3.83 5/194 15363
/proc/meminfo: memFree=22531160/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=15588 CPUtime=222.3 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 2903 0 0 0 22230 0 0 0 25 0 1 0 287300769 15962112 2840 33554432000 134512640 134829744 4287232112 18446744073709551615 134822455 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 3897 2840 304 78 0 3183 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 15588

[startup+282.301 s]
/proc/loadavg: 4.08 4.03 3.84 5/194 15365
/proc/meminfo: memFree=22520696/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=16792 CPUtime=282.3 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 3399 0 0 0 28230 0 0 0 25 0 1 0 287300769 17195008 3336 33554432000 134512640 134829744 4287232112 18446744073709551615 134822530 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 4198 3336 304 78 0 3484 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 16792

[startup+342.301 s]
/proc/loadavg: 4.03 4.02 3.85 5/194 15367
/proc/meminfo: memFree=22509360/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=20672 CPUtime=342.3 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 4289 0 0 0 34230 0 0 0 25 0 1 0 287300769 21168128 4226 33554432000 134512640 134829744 4287232112 18446744073709551615 134790268 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 5168 4226 304 78 0 4454 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 20672

[startup+402.301 s]
/proc/loadavg: 4.01 4.02 3.85 5/194 15368
/proc/meminfo: memFree=22499908/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=25360 CPUtime=402.3 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 4858 0 0 0 40230 0 0 0 25 0 1 0 287300769 25968640 4795 33554432000 134512640 134829744 4287232112 18446744073709551615 134605836 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 6340 4795 304 78 0 5626 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 25360

[startup+462.301 s]
/proc/loadavg: 4.00 4.01 3.86 5/194 15370
/proc/meminfo: memFree=22487948/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=27900 CPUtime=462.3 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 5706 0 0 0 46230 0 0 0 25 0 1 0 287300769 28569600 5643 33554432000 134512640 134829744 4287232112 18446744073709551615 134748482 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 6975 5643 304 78 0 6261 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 27900

[startup+522.301 s]
/proc/loadavg: 4.04 4.02 3.87 5/194 15371
/proc/meminfo: memFree=22470672/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=37272 CPUtime=522.31 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 7656 0 0 0 52230 1 0 0 25 0 1 0 287300769 38166528 7593 33554432000 134512640 134829744 4287232112 18446744073709551615 134789111 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 9318 7593 304 78 0 8604 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 37272

[startup+582.3 s]
/proc/loadavg: 4.01 4.02 3.87 5/194 15373
/proc/meminfo: memFree=22456232/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=46776 CPUtime=582.31 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 9624 0 0 0 58229 2 0 0 25 0 1 0 287300769 47898624 9561 33554432000 134512640 134829744 4287232112 18446744073709551615 134796450 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 11694 9561 304 78 0 10980 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 46776

[startup+642.3 s]
/proc/loadavg: 4.00 4.01 3.88 5/194 15375
/proc/meminfo: memFree=22438956/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=51464 CPUtime=642.31 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 11609 0 0 0 64229 2 0 0 25 0 1 0 287300769 52699136 11546 33554432000 134512640 134829744 4287232112 18446744073709551615 134822450 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 12866 11546 304 78 0 12152 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 51464

[startup+702.3 s]
/proc/loadavg: 4.06 4.02 3.89 5/194 15376
/proc/meminfo: memFree=22423064/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=60840 CPUtime=702.31 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 13515 0 0 0 70228 3 0 0 25 0 1 0 287300769 62300160 13452 33554432000 134512640 134829744 4287232112 18446744073709551615 134768818 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 15210 13452 304 78 0 14496 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 60840

[startup+762.306 s]
/proc/loadavg: 4.02 4.02 3.90 5/194 15378
/proc/meminfo: memFree=22407152/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=75292 CPUtime=762.32 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 15420 0 0 0 76229 3 0 0 25 0 1 0 287300769 77099008 15357 33554432000 134512640 134829744 4287232112 18446744073709551615 134748668 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 18823 15357 304 78 0 18109 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 75292

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.90 5/194 15379
/proc/meminfo: memFree=22385160/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=79980 CPUtime=822.32 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 17439 0 0 0 82228 4 0 0 25 0 1 0 287300769 81899520 17376 33554432000 134512640 134829744 4287232112 18446744073709551615 134790268 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 19995 17376 304 78 0 19281 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 79980

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 3.91 5/194 15381
/proc/meminfo: memFree=22360792/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=89352 CPUtime=882.32 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 19357 0 0 0 88228 4 0 0 25 0 1 0 287300769 91496448 19294 33554432000 134512640 134829744 4287232112 18446744073709551615 134789316 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 22338 19294 304 78 0 21624 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 89352

[startup+942.301 s]
/proc/loadavg: 4.07 4.02 3.91 5/194 15383
/proc/meminfo: memFree=22340556/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=94040 CPUtime=942.31 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 21268 0 0 0 94227 4 0 0 25 0 1 0 287300769 96296960 21205 33554432000 134512640 134829744 4287232112 18446744073709551615 134822462 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 23510 21205 304 78 0 22796 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 94040

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 3.91 5/194 15384
/proc/meminfo: memFree=22317340/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=98728 CPUtime=1002.32 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 23191 0 0 0 100227 5 0 0 25 0 1 0 287300769 101097472 23128 33554432000 134512640 134829744 4287232112 18446744073709551615 134822473 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 24682 23128 304 78 0 23968 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 98728

[startup+1062.3 s]
/proc/loadavg: 4.07 4.02 3.92 5/194 15386
/proc/meminfo: memFree=22296340/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=108104 CPUtime=1062.32 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 25041 0 0 0 106227 5 0 0 25 0 1 0 287300769 110698496 24978 33554432000 134512640 134829744 4287232112 18446744073709551615 134790298 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 27026 24978 304 78 0 26312 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 108104

[startup+1122.3 s]
/proc/loadavg: 4.10 4.03 3.93 5/194 15387
/proc/meminfo: memFree=22267304/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=112792 CPUtime=1122.33 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 26877 0 0 0 112227 6 0 0 25 0 1 0 287300769 115499008 26814 33554432000 134512640 134829744 4287232112 18446744073709551615 134789307 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 28198 26814 304 78 0 27484 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 112792

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.93 5/194 15389
/proc/meminfo: memFree=22238724/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=136740 CPUtime=1182.32 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 28798 0 0 0 118225 7 0 0 25 0 1 0 287300769 140021760 28735 33554432000 134512640 134829744 4287232112 18446744073709551615 134789044 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 34185 28735 304 78 0 33471 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 136740

[startup+1242.3 s]
/proc/loadavg: 4.09 4.04 3.93 5/194 15391
/proc/meminfo: memFree=22209300/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=141428 CPUtime=1242.33 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 30585 0 0 0 124225 8 0 0 25 0 1 0 287300769 144822272 30522 33554432000 134512640 134829744 4287232112 18446744073709551615 134757330 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 35357 30522 304 78 0 34643 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 141428



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.04 3.94 5/194 15392
/proc/meminfo: memFree=22181092/32951124 swapFree=67111528/67111528
[pid=14887] ppid=14885 vsize=150932 CPUtime=1300.03 cores=0,2
/proc/14887/stat : 14887 (MPhaseSAT_M) R 14885 14887 14702 0 -1 4202496 32445 0 0 0 129995 8 0 0 25 0 1 0 287300769 154554368 32382 33554432000 134512640 134829744 4287232112 18446744073709551615 134768505 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14887/statm: 37733 32382 304 78 0 37019 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 150932

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.96
CPU system time (s): 0.091986
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 150932

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

runsolver used 1.9877 second user time and 3.9764 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-02 17:10:29
IDJOB=3095695
IDBENCH=82977
IDSOLVER=1522
FILE ID=node133/3095695-1301757029
RUNJOBID= node133-1301757027-14720
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-v700-c2982-S157016908-041.UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3095695-1301757029/watcher-3095695-1301757029 -o /tmp/evaluation-result-3095695-1301757029/solver-3095695-1301757029 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3095695-1301757029.cnf

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

MD5SUM BENCH= 84ed72ef969365b45feb251988bfac3d
RANDOM SEED=211524380

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:      22564892 kB
Buffers:        348788 kB
Cached:        9719296 kB
SwapCached:          0 kB
Active:        7291056 kB
Inactive:      2844728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22564892 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1596 kB
Writeback:           0 kB
AnonPages:       67516 kB
Mapped:          16512 kB
Slab:           187048 kB
PageTables:       5216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   234828 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:11