Trace number 3273836

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.08 1300.04

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n130-s30940966-unsat.cnf
MD5SUMca44a78076b8228fbb99ecc0147f157f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4645.03
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of clauses276
Sum of the clauses size828
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3276
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

13.59/13.63	c MPhaseSAT_M version 401 suited for random catagory by Jingchao Chen,  April 1,2011 
13.59/13.63	c input CNF file=HOME/instance-3273836-1303604775.cnf 
13.59/13.63	c Clause#=276  var#=133  ratio=2 
13.59/13.63	c Simplified clause#=276 
13.59/13.63	c XOR_varElimination deleted var#=0 clauses#=276 
13.59/13.63	c inative var#=0 
13.59/13.63	c free var#=133  
13.59/13.63	c local search on 
13.59/13.63	c height=30 age=35 
13.59/13.63	c hybrid solving ... 
13.59/13.63	c switch to march 
13.59/13.63	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
13.59/13.63	c stat :: sign balance is biased by 0.030
13.59/13.63	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
13.59/13.63	c simplify_formula():: removed 0 tautological, 0 satisfied and 888 duplicate clauses
13.59/13.63	c lessRedundantTransformation():: nothing to be done.
13.59/13.63	c transformTo3SAT():: you gave me 133 variables and 276 clauses.
13.59/13.63	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
13.59/13.63	c transformTo3SAT():: I will add 0 variables and 0 clauses!
13.59/13.63	c transformTo3SAT():: the transformation yielded 133 variabels and 276 clauses.
13.59/13.63	c longest clause has size 3
13.59/13.63	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
13.59/13.63	c number of free variables = 133
13.59/13.63	c dynamic_preselect_setsize :: off
13.59/13.63	c 0 / 999 NodeCount: 130 
13.59/13.65	c 1 / 999 NodeCount: 632 
13.79/13.81	c 2 / 999 NodeCount: 5657 
14.99/15.09	c 3 / 999 NodeCount: 42734 
35.49/35.57	c 4 / 999 NodeCount: 256902 
138.99/139.04	c 5 / 999 NodeCount: 1272270 
328.80/328.86	c 6 / 999 NodeCount: 5337687 
880.02/880.06	c 7 / 999 NodeCount: 19344283 

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

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

running on 2 cores: 5,7

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: 1.08 2.50 3.31 4/189 5658
/proc/meminfo: memFree=22036480/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=3136 CPUtime=0 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 383 0 0 0 0 0 0 0 22 0 1 0 472079811 3211264 323 33554432000 134512640 134829744 4287077584 18446744073709551615 10257916 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 784 323 270 78 0 70 0

[startup+0.013851 s]
/proc/loadavg: 1.08 2.50 3.31 4/189 5658
/proc/meminfo: memFree=22036480/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=3268 CPUtime=0.01 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 397 0 0 0 1 0 0 0 22 0 1 0 472079811 3346432 337 33554432000 134512640 134829744 4287077584 18446744073709551615 134723637 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 817 337 270 78 0 103 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3268

[startup+0.100827 s]
/proc/loadavg: 1.08 2.50 3.31 4/189 5658
/proc/meminfo: memFree=22036480/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=3532 CPUtime=0.09 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 467 0 0 0 9 0 0 0 22 0 1 0 472079811 3616768 407 33554432000 134512640 134829744 4287077584 18446744073709551615 134661449 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 883 407 270 78 0 169 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3532

[startup+0.300791 s]
/proc/loadavg: 1.08 2.50 3.31 4/189 5658
/proc/meminfo: memFree=22036480/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=3932 CPUtime=0.29 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 561 0 0 0 29 0 0 0 23 0 1 0 472079811 4026368 501 33554432000 134512640 134829744 4287077584 18446744073709551615 134722607 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 983 501 270 78 0 269 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3932

[startup+0.700715 s]
/proc/loadavg: 1.08 2.50 3.31 4/189 5658
/proc/meminfo: memFree=22036480/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=4196 CPUtime=0.69 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 655 0 0 0 69 0 0 0 25 0 1 0 472079811 4296704 595 33554432000 134512640 134829744 4287077584 18446744073709551615 134605971 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 1049 595 273 78 0 335 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4196

[startup+1.50056 s]
/proc/loadavg: 1.31 2.52 3.32 5/190 5659
/proc/meminfo: memFree=22033132/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=4196 CPUtime=1.49 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 655 0 0 0 149 0 0 0 25 0 1 0 472079811 4296704 595 33554432000 134512640 134829744 4287077584 18446744073709551615 134606630 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 1049 595 273 78 0 335 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4196

[startup+3.10026 s]
/proc/loadavg: 1.31 2.52 3.32 5/190 5659
/proc/meminfo: memFree=22032752/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=4196 CPUtime=3.09 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 655 0 0 0 309 0 0 0 25 0 1 0 472079811 4296704 595 33554432000 134512640 134829744 4287077584 18446744073709551615 134605884 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 1049 595 273 78 0 335 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4196

[startup+6.30066 s]
/proc/loadavg: 1.31 2.52 3.32 5/190 5659
/proc/meminfo: memFree=22032580/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=4444 CPUtime=6.3 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 700 0 0 0 630 0 0 0 25 0 1 0 472079811 4550656 640 33554432000 134512640 134829744 4287077584 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 1111 640 273 78 0 397 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 4444

[startup+12.7004 s]
/proc/loadavg: 1.73 2.57 3.32 5/190 5659
/proc/meminfo: memFree=22030268/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=4444 CPUtime=12.69 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 703 0 0 0 1269 0 0 0 25 0 1 0 472079811 4550656 643 33554432000 134512640 134829744 4287077584 18446744073709551615 134605301 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 1111 643 274 78 0 397 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4444

[startup+25.501 s]
/proc/loadavg: 2.08 2.62 3.33 5/190 5659
/proc/meminfo: memFree=22014012/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=9932 CPUtime=25.5 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 1823 0 0 0 2550 0 0 0 25 0 1 0 472079811 10170368 1763 33554432000 134512640 134829744 4287077584 18446744073709551615 134606379 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 2483 1763 306 78 0 1769 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 9932

[startup+51.1002 s]
/proc/loadavg: 2.73 2.73 3.35 5/190 5660
/proc/meminfo: memFree=21986332/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=16708 CPUtime=51.09 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 3276 0 0 0 5109 0 0 0 25 0 1 0 472079811 17108992 3216 33554432000 134512640 134829744 4287077584 18446744073709551615 134607936 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 4177 3216 306 78 0 3463 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16708

[startup+102.306 s]
/proc/loadavg: 3.49 2.94 3.38 5/190 5661
/proc/meminfo: memFree=21932748/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=27944 CPUtime=102.29 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 6212 0 0 0 10229 0 0 0 25 0 1 0 472079811 28614656 6152 33554432000 134512640 134829744 4287077584 18446744073709551615 134607952 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 6986 6152 306 78 0 6272 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 27944

[startup+162.3 s]
/proc/loadavg: 3.84 3.14 3.42 5/190 5663
/proc/meminfo: memFree=21878784/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=46692 CPUtime=162.3 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 10166 0 0 0 16229 1 0 0 25 0 1 0 472079811 47812608 10106 33554432000 134512640 134829744 4287077584 18446744073709551615 134605805 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 11673 10106 306 78 0 10959 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 46692

[startup+222.301 s]
/proc/loadavg: 3.94 3.30 3.46 5/190 5692
/proc/meminfo: memFree=21842000/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=72608 CPUtime=222.3 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 17119 0 0 0 22228 2 0 0 25 0 1 0 472079811 74350592 17059 33554432000 134512640 134829744 4287077584 18446744073709551615 134789070 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 18152 17059 306 78 0 17438 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 72608

[startup+282.3 s]
/proc/loadavg: 3.98 3.42 3.49 5/190 5693
/proc/meminfo: memFree=21718956/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=115064 CPUtime=282.3 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 27133 0 0 0 28226 4 0 0 25 0 1 0 472079811 117825536 27073 33554432000 134512640 134829744 4287077584 18446744073709551615 134765195 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 28766 27073 306 78 0 28052 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 115064

[startup+342.301 s]
/proc/loadavg: 3.99 3.52 3.52 5/190 5695
/proc/meminfo: memFree=21590584/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=162476 CPUtime=342.3 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 37000 0 0 0 34224 6 0 0 25 0 1 0 472079811 166375424 36940 33554432000 134512640 134829744 4287077584 18446744073709551615 134801601 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 40619 36940 306 78 0 39905 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 162476

[startup+402.301 s]
/proc/loadavg: 3.94 3.59 3.54 5/190 5750
/proc/meminfo: memFree=21502700/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=199976 CPUtime=402.3 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 46989 0 0 0 40222 8 0 0 25 0 1 0 472079811 204775424 46929 33554432000 134512640 134829744 4287077584 18446744073709551615 134742917 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 49994 46929 306 78 0 49280 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 199976

[startup+462.3 s]
/proc/loadavg: 3.97 3.66 3.56 5/190 5752
/proc/meminfo: memFree=21374444/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=232792 CPUtime=462.3 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 56928 0 0 0 46220 10 0 0 25 0 1 0 472079811 238379008 56868 33554432000 134512640 134829744 4287077584 18446744073709551615 134789070 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 58198 56868 306 78 0 57484 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 232792

[startup+522.301 s]
/proc/loadavg: 3.99 3.72 3.59 5/190 5754
/proc/meminfo: memFree=21246688/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=290120 CPUtime=522.31 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 66890 0 0 0 52220 11 0 0 25 0 1 0 472079811 297082880 66830 33554432000 134512640 134829744 4287077584 18446744073709551615 134822704 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 72530 66830 306 78 0 71816 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 290120

[startup+582.301 s]
/proc/loadavg: 3.99 3.77 3.61 5/190 5755
/proc/meminfo: memFree=21107904/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=327620 CPUtime=582.31 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 76837 0 0 0 58218 13 0 0 25 0 1 0 472079811 335482880 76777 33554432000 134512640 134829744 4287077584 18446744073709551615 134824272 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 81905 76777 306 78 0 81191 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 327620

[startup+642.3 s]
/proc/loadavg: 4.03 3.82 3.64 5/190 5757
/proc/meminfo: memFree=20951508/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=365120 CPUtime=642.31 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 86685 0 0 0 64216 15 0 0 25 0 1 0 472079811 373882880 86625 33554432000 134512640 134829744 4287077584 18446744073709551615 134791512 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 91280 86625 306 78 0 90566 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 365120

[startup+702.301 s]
/proc/loadavg: 4.07 3.87 3.66 5/190 5758
/proc/meminfo: memFree=20795596/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=397932 CPUtime=702.31 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 96555 0 0 0 70214 17 0 0 25 0 1 0 472079811 407482368 96495 33554432000 134512640 134829744 4287077584 18446744073709551615 134804577 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 99483 96495 306 78 0 98769 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 397932

[startup+762.307 s]
/proc/loadavg: 4.02 3.89 3.68 5/190 5760
/proc/meminfo: memFree=20638600/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=435432 CPUtime=762.32 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 106365 0 0 0 76213 19 0 0 25 0 1 0 472079811 445882368 106305 33554432000 134512640 134829744 4287077584 18446744073709551615 134822733 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 108858 106305 306 78 0 108144 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 435432

[startup+822.3 s]
/proc/loadavg: 4.01 3.91 3.70 5/190 5762
/proc/meminfo: memFree=20484552/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=468244 CPUtime=822.31 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 116091 0 0 0 82210 21 0 0 25 0 1 0 472079811 479481856 116031 33554432000 134512640 134829744 4287077584 18446744073709551615 134801448 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 117061 116031 306 78 0 116347 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 468244

[startup+882.301 s]
/proc/loadavg: 4.00 3.92 3.72 5/190 5763
/proc/meminfo: memFree=20329160/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=545404 CPUtime=882.32 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 125763 0 0 0 88209 23 0 0 25 0 1 0 472079811 558493696 125703 33554432000 134512640 134829744 4287077584 18446744073709551615 134801738 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 136351 125703 306 78 0 135637 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 545404

[startup+942.3 s]
/proc/loadavg: 4.00 3.93 3.73 5/190 5765
/proc/meminfo: memFree=20174512/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=582904 CPUtime=942.32 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 135738 0 0 0 94207 25 0 0 25 0 1 0 472079811 596893696 135678 33554432000 134512640 134829744 4287077584 18446744073709551615 134739976 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 145726 135678 306 78 0 145012 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 582904

[startup+1002.3 s]
/proc/loadavg: 4.00 3.94 3.74 5/190 5766
/proc/meminfo: memFree=20018116/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=615716 CPUtime=1002.32 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 145578 0 0 0 100206 26 0 0 25 0 1 0 472079811 630493184 145518 33554432000 134512640 134829744 4287077584 18446744073709551615 134739943 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 153929 145518 306 78 0 153215 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 615716

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.75 5/190 5768
/proc/meminfo: memFree=19865204/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=653216 CPUtime=1062.33 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 155447 0 0 0 106205 28 0 0 25 0 1 0 472079811 668893184 155387 33554432000 134512640 134829744 4287077584 18446744073709551615 134822680 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 163304 155387 306 78 0 162590 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 653216

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.77 5/190 5770
/proc/meminfo: memFree=19708440/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=690716 CPUtime=1122.32 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 165336 0 0 0 112203 29 0 0 25 0 1 0 472079811 707293184 165276 33554432000 134512640 134829744 4287077584 18446744073709551615 134732765 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 172679 165276 306 78 0 171965 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 690716

[startup+1182.3 s]
/proc/loadavg: 4.07 3.98 3.78 5/190 5771
/proc/meminfo: memFree=19555396/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=723528 CPUtime=1182.33 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 175198 0 0 0 118200 33 0 0 25 0 1 0 472079811 740892672 175138 33554432000 134512640 134829744 4287077584 18446744073709551615 134824285 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 180882 175138 306 78 0 180168 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 723528

[startup+1242.3 s]
/proc/loadavg: 4.02 3.98 3.80 5/190 5773
/proc/meminfo: memFree=19399000/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=761028 CPUtime=1242.33 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 185017 0 0 0 124199 34 0 0 25 0 1 0 472079811 779292672 184957 33554432000 134512640 134829744 4287077584 18446744073709551615 134739920 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 190257 184957 306 78 0 189543 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 761028



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.98 3.81 3/186 5776
/proc/meminfo: memFree=20712284/32951124 swapFree=67111524/67111528
[pid=5658] ppid=5656 vsize=793840 CPUtime=1300.04 cores=5,7
/proc/5658/stat : 5658 (MPhaseSAT_M) R 5656 5658 4914 0 -1 4202496 194440 0 0 0 129968 36 0 0 25 0 1 0 472079811 812892160 194380 33554432000 134512640 134829744 4287077584 18446744073709551615 134797160 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5658/statm: 198460 194380 306 78 0 197746 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 793840

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.04
CPU time (s): 1300.08
CPU user time (s): 1299.68
CPU system time (s): 0.401938
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 793840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.68
system time used= 0.401938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194440
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= 3509

runsolver used 1.89071 second user time and 4.03139 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-24 02:26:15
IDJOB=3273836
IDBENCH=83148
IDSOLVER=1522
FILE ID=node102/3273836-1303604775
RUNJOBID= node102-1303604774-5619
PBS_JOBID= 13150588
Free space on /tmp= 70716 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n130-s30940966-unsat.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273836-1303604775/watcher-3273836-1303604775 -o /tmp/evaluation-result-3273836-1303604775/solver-3273836-1303604775 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3273836-1303604775.cnf

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

MD5SUM BENCH= ca44a78076b8228fbb99ecc0147f157f
RANDOM SEED=1887884303

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:     32951124 kB
MemFree:      22036744 kB
Buffers:       1552760 kB
Cached:        8746184 kB
SwapCached:          4 kB
Active:        1552000 kB
Inactive:      8816164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22036744 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1604 kB
Writeback:           4 kB
AnonPages:       69520 kB
Mapped:          16232 kB
Slab:           483056 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   254256 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= 70716 MiB
End job on node102 at 2011-04-24 02:47:57