Trace number 3281591

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-16UNSAT 636.06 636.048

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark144.2
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

636.01/636.04	c MPhaseSAT_M version 401 suited for random catagory by Jingchao Chen,  April 1,2011 
636.01/636.04	c input CNF file=HOME/instance-3281591-1303752406.cnf 
636.01/636.04	c Clause#=1291714  var#=433601  ratio=2 
636.01/636.04	c phase 1 
636.01/636.04	c 
636.01/636.04	s UNSATISFIABLE
636.01/636.04	c 
636.01/636.04	c  Running time=636.051305 

Verifier Data

No possible verification on an UNSAT instance

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-3281591-1303752406/watcher-3281591-1303752406 -o /tmp/evaluation-result-3281591-1303752406/solver-3281591-1303752406 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3281591-1303752406.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: 7.36 5.63 4.49 3/183 28252
/proc/meminfo: memFree=17798980/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=23328 CPUtime=0 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 486840385 23887872 274 33554432000 134512640 134829744 4293372448 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 5832 274 225 78 0 5118 0

[startup+0.097476 s]
/proc/loadavg: 7.36 5.63 4.49 3/183 28252
/proc/meminfo: memFree=17798980/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=23328 CPUtime=0.09 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 778 0 0 0 9 0 0 0 23 0 1 0 486840385 23887872 720 33554432000 134512640 134829744 4293372448 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 5832 720 225 78 0 5118 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23328

[startup+0.100466 s]
/proc/loadavg: 7.36 5.63 4.49 3/183 28252
/proc/meminfo: memFree=17798980/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=23328 CPUtime=0.09 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 792 0 0 0 9 0 0 0 23 0 1 0 486840385 23887872 734 33554432000 134512640 134829744 4293372448 18446744073709551615 5430233 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 5832 734 225 78 0 5118 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23328

[startup+0.300437 s]
/proc/loadavg: 7.36 5.63 4.49 3/183 28252
/proc/meminfo: memFree=17798980/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=23328 CPUtime=0.29 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 1744 0 0 0 28 1 0 0 24 0 1 0 486840385 23887872 1686 33554432000 134512640 134829744 4293372448 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 5832 1686 225 78 0 5118 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23328

[startup+0.700368 s]
/proc/loadavg: 7.36 5.63 4.49 3/183 28252
/proc/meminfo: memFree=17798980/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=23328 CPUtime=0.69 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 3586 0 0 0 67 2 0 0 25 0 1 0 486840385 23887872 3528 33554432000 134512640 134829744 4293372448 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 5832 3528 225 78 0 5118 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23328

[startup+1.50023 s]
/proc/loadavg: 7.36 5.63 4.49 5/184 28253
/proc/meminfo: memFree=17708728/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=159100 CPUtime=1.49 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 37712 0 0 0 143 6 0 0 25 0 1 0 486840385 162918400 37169 33554432000 134512640 134829744 4293372448 18446744073709551615 5453308 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 39775 37170 548 78 0 39061 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 159100

[startup+3.10096 s]
/proc/loadavg: 7.41 5.67 4.51 5/184 28253
/proc/meminfo: memFree=17627632/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=207940 CPUtime=3.09 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 60605 0 0 0 299 10 0 0 25 0 1 0 486840385 212930560 49418 33554432000 134512640 134829744 4293372448 18446744073709551615 5451237 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 51985 49418 673 78 0 51271 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 207940

[startup+6.3004 s]
/proc/loadavg: 7.41 5.67 4.51 6/188 28264
/proc/meminfo: memFree=17610164/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=261588 CPUtime=6.29 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 76848 0 0 0 615 14 0 0 25 0 1 0 486840385 267866112 60628 33554432000 134512640 134829744 4293372448 18446744073709551615 134689917 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 65397 60628 678 78 0 64683 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 261588

[startup+12.7003 s]
/proc/loadavg: 7.34 5.71 4.54 5/188 28264
/proc/meminfo: memFree=17604264/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=12.69 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 80762 0 0 0 1254 15 0 0 25 0 1 0 486840385 238153728 53483 33554432000 134512640 134829744 4293372448 18446744073709551615 134624965 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53483 689 78 0 57429 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 232572

[startup+25.5011 s]
/proc/loadavg: 7.52 5.81 4.58 6/188 28264
/proc/meminfo: memFree=17614736/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=25.49 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 119372 0 0 0 2525 24 0 0 25 0 1 0 486840385 238153728 53527 33554432000 134512640 134829744 4293372448 18446744073709551615 134722595 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53527 690 78 0 57429 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 232572

[startup+51.1006 s]
/proc/loadavg: 6.43 5.69 4.57 5/188 28265
/proc/meminfo: memFree=17613128/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=51.09 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 157883 0 0 0 5078 31 0 0 25 0 1 0 486840385 238153728 53536 33554432000 134512640 134829744 4293372448 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53536 690 78 0 57429 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 232572

[startup+102.307 s]
/proc/loadavg: 5.16 5.45 4.55 5/188 28266
/proc/meminfo: memFree=17611460/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=102.3 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 231577 0 0 0 10189 41 0 0 25 0 1 0 486840385 238153728 53557 33554432000 134512640 134829744 4293372448 18446744073709551615 5193582 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53557 690 78 0 57429 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 232572

[startup+162.3 s]
/proc/loadavg: 4.42 5.18 4.52 5/188 28268
/proc/meminfo: memFree=17607668/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=162.29 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 305169 0 0 0 16178 51 0 0 25 0 1 0 486840385 238153728 53566 33554432000 134512640 134829744 4293372448 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53566 690 78 0 57429 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 232572

[startup+222.301 s]
/proc/loadavg: 4.20 4.98 4.49 5/188 28270
/proc/meminfo: memFree=17596652/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=222.3 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 362784 0 0 0 22172 58 0 0 25 0 1 0 486840385 238153728 53592 33554432000 134512640 134829744 4293372448 18446744073709551615 134672757 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53592 690 78 0 57429 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 232572

[startup+282.301 s]
/proc/loadavg: 4.07 4.80 4.45 5/188 28271
/proc/meminfo: memFree=17595144/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=282.29 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 420406 0 0 0 28163 66 0 0 25 0 1 0 486840385 238153728 53601 33554432000 134512640 134829744 4293372448 18446744073709551615 134661392 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53601 690 78 0 57429 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 232572

[startup+342.3 s]
/proc/loadavg: 4.02 4.65 4.42 5/188 28273
/proc/meminfo: memFree=17610536/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=342.29 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 455556 0 0 0 34158 71 0 0 25 0 1 0 486840385 238153728 53602 33554432000 134512640 134829744 4293372448 18446744073709551615 134678302 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53602 690 78 0 57429 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 232572

[startup+402.301 s]
/proc/loadavg: 4.01 4.53 4.39 5/188 28274
/proc/meminfo: memFree=17605680/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=402.3 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 493955 0 0 0 40154 76 0 0 25 0 1 0 486840385 238153728 53619 33554432000 134512640 134829744 4293372448 18446744073709551615 134722430 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53619 690 78 0 57429 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 232572

[startup+462.3 s]
/proc/loadavg: 4.05 4.45 4.37 5/188 28276
/proc/meminfo: memFree=17604932/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=462.3 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 525829 0 0 0 46151 79 0 0 25 0 1 0 486840385 238153728 53619 33554432000 134512640 134829744 4293372448 18446744073709551615 134623101 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53619 690 78 0 57429 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 232572

[startup+522.301 s]
/proc/loadavg: 4.02 4.36 4.34 5/188 28278
/proc/meminfo: memFree=17601828/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=522.31 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 545010 0 0 0 52149 82 0 0 25 0 1 0 486840385 238153728 53621 33554432000 134512640 134829744 4293372448 18446744073709551615 134661160 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53621 690 78 0 57429 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 232572

[startup+582.301 s]
/proc/loadavg: 4.00 4.29 4.32 5/188 28279
/proc/meminfo: memFree=17601440/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=582.3 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 580133 0 0 0 58144 86 0 0 25 0 1 0 486840385 238153728 53625 33554432000 134512640 134829744 4293372448 18446744073709551615 134661497 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53625 690 78 0 57429 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 232572

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

[startup+588.701 s]
/proc/loadavg: 4.00 4.29 4.32 5/188 28279
/proc/meminfo: memFree=17601564/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=588.7 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 580133 0 0 0 58784 86 0 0 25 0 1 0 486840385 238153728 53625 33554432000 134512640 134829744 4293372448 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53625 690 78 0 57429 0
Current children cumulated CPU time (s) 588.7
Current children cumulated vsize (KiB) 232572

[startup+614.301 s]
/proc/loadavg: 3.85 4.23 4.30 4/182 28297
/proc/meminfo: memFree=17640728/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=614.3 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 596076 0 0 0 61342 88 0 0 25 0 1 0 486840385 238153728 53626 33554432000 134512640 134829744 4293372448 18446744073709551615 134722641 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53626 690 78 0 57429 0
Current children cumulated CPU time (s) 614.3
Current children cumulated vsize (KiB) 232572

[startup+627.101 s]
/proc/loadavg: 3.66 4.17 4.28 4/182 28297
/proc/meminfo: memFree=17641228/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=627.1 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 596076 0 0 0 62622 88 0 0 25 0 1 0 486840385 238153728 53626 33554432000 134512640 134829744 4293372448 18446744073709551615 134712929 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53626 690 78 0 57429 0
Current children cumulated CPU time (s) 627.1
Current children cumulated vsize (KiB) 232572

[startup+630.306 s]
/proc/loadavg: 3.66 4.17 4.28 4/182 28297
/proc/meminfo: memFree=17641352/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=630.3 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 596076 0 0 0 62942 88 0 0 25 0 1 0 486840385 238153728 53626 33554432000 134512640 134829744 4293372448 18446744073709551615 134661176 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53626 690 78 0 57429 0
Current children cumulated CPU time (s) 630.3
Current children cumulated vsize (KiB) 232572

[startup+633.501 s]
/proc/loadavg: 3.61 4.15 4.27 4/182 28297
/proc/meminfo: memFree=17641352/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=633.5 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 596076 0 0 0 63262 88 0 0 25 0 1 0 486840385 238153728 53626 33554432000 134512640 134829744 4293372448 18446744073709551615 134623171 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53626 690 78 0 57429 0
Current children cumulated CPU time (s) 633.5
Current children cumulated vsize (KiB) 232572

[startup+635.1 s]
/proc/loadavg: 3.61 4.15 4.27 4/182 28297
/proc/meminfo: memFree=17641352/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=635.1 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 596076 0 0 0 63422 88 0 0 25 0 1 0 486840385 238153728 53626 33554432000 134512640 134829744 4293372448 18446744073709551615 134661176 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53626 690 78 0 57429 0
Current children cumulated CPU time (s) 635.1
Current children cumulated vsize (KiB) 232572

[startup+635.5 s]
/proc/loadavg: 3.61 4.15 4.27 4/182 28297
/proc/meminfo: memFree=17641352/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=635.5 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 596076 0 0 0 63462 88 0 0 25 0 1 0 486840385 238153728 53626 33554432000 134512640 134829744 4293372448 18446744073709551615 134712929 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53626 690 78 0 57429 0
Current children cumulated CPU time (s) 635.5
Current children cumulated vsize (KiB) 232572

[startup+635.9 s]
/proc/loadavg: 3.61 4.15 4.27 4/182 28297
/proc/meminfo: memFree=17641352/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=232572 CPUtime=635.9 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 596076 0 0 0 63502 88 0 0 25 0 1 0 486840385 238153728 53626 33554432000 134512640 134829744 4293372448 18446744073709551615 134712929 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 58143 53626 690 78 0 57429 0
Current children cumulated CPU time (s) 635.9
Current children cumulated vsize (KiB) 232572

[startup+636 s]
/proc/loadavg: 3.61 4.15 4.27 4/182 28297
/proc/meminfo: memFree=17641352/32951132 swapFree=67111528/67111528
[pid=28252] ppid=28250 vsize=168024 CPUtime=636.01 cores=5,7
/proc/28252/stat : 28252 (MPhaseSAT_M) R 28250 28252 27276 0 -1 4202496 596076 0 0 0 63512 89 0 0 25 0 1 0 486840385 172056576 38378 33554432000 134512640 134829744 4293372448 18446744073709551615 134648837 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28252/statm: 42006 38378 690 78 0 41292 0
Current children cumulated CPU time (s) 636.01
Current children cumulated vsize (KiB) 168024

Child status: 20
Real time (s): 636.048
CPU time (s): 636.06
CPU user time (s): 635.159
CPU system time (s): 0.900863
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 262524

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

runsolver used 1.00185 second user time and 2.47562 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-25 19:26:47
IDJOB=3281591
IDBENCH=69591
IDSOLVER=1522
FILE ID=node131/3281591-1303752406
RUNJOBID= node131-1303752211-28137
PBS_JOBID= 13154031
Free space on /tmp= 71640 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281591-1303752406/watcher-3281591-1303752406 -o /tmp/evaluation-result-3281591-1303752406/solver-3281591-1303752406 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3281591-1303752406.cnf

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=1435431134

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.77
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.830
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17799260 kB
Buffers:       1001516 kB
Cached:       13062064 kB
SwapCached:          0 kB
Active:        5102520 kB
Inactive:      9525200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17799260 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          118792 kB
Writeback:           0 kB
AnonPages:      539132 kB
Mapped:          16684 kB
Slab:           459668 kB
PageTables:       6088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   717616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71944 MiB
End job on node131 at 2011-04-25 19:37:24