Trace number 3727942

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
wbo 1.72UNSAT 807.97 808.202

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
MD5SUM738ba96229fdd401b6476ba773d47634
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.742886
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2928
Sum of products size (including duplicates)5856
Number of different products1464
Sum of products size2928

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727942-1338667534.opb.
0.00/0.00	c Instance file HOME/instance-3727942-1338667534.opb
0.00/0.00	c File size is 117673 bytes.
0.00/0.00	c Highest Coefficient sum: 100
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      1564                                                |
0.00/0.01	c |  Number Clauses:        1514                                                |
0.00/0.01	c |  Number Cardinality:    103                                                 |
0.00/0.01	c |  Number PB Constraints: 1464                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
807.87/808.19	c ===============================================================================
807.87/808.19	c Wall Clock Time: 808.20 s
807.87/808.19	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3727942-1338667534/watcher-3727942-1338667534 -o /tmp/evaluation-result-3727942-1338667534/solver-3727942-1338667534 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727942-1338667534.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/175 13735
/proc/meminfo: memFree=28148460/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=3824 CPUtime=0 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) R 13733 13735 13674 0 -1 4202496 460 0 0 0 0 0 0 0 20 0 1 0 332878892 3915776 413 33554432000 4194304 5964350 140734999979120 140735367094584 5179179 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 956 413 175 433 0 491 0

[startup+0.065123 s]
/proc/loadavg: 2.00 2.00 2.00 4/175 13735
/proc/meminfo: memFree=28148460/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=84680 CPUtime=0.06 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 1519 0 0 0 6 0 0 0 20 0 2 0 332878892 86712320 1443 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 21170 1443 186 433 0 20734 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84680

[startup+0.100166 s]
/proc/loadavg: 2.00 2.00 2.00 4/175 13735
/proc/meminfo: memFree=28148460/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=84680 CPUtime=0.09 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 1609 0 0 0 9 0 0 0 20 0 2 0 332878892 86712320 1533 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 21170 1533 186 433 0 20734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84680

[startup+0.30011 s]
/proc/loadavg: 2.00 2.00 2.00 4/175 13735
/proc/meminfo: memFree=28148460/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=84680 CPUtime=0.29 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 1959 0 0 0 29 0 0 0 20 0 2 0 332878892 86712320 1883 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 21170 1883 186 433 0 20734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84680

[startup+0.700109 s]
/proc/loadavg: 2.00 2.00 2.00 4/175 13735
/proc/meminfo: memFree=28148460/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=84680 CPUtime=0.69 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 2585 0 0 0 69 0 0 0 20 0 2 0 332878892 86712320 2509 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 21170 2509 186 433 0 20734 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84680

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 2/176 13784
/proc/meminfo: memFree=28137236/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=84824 CPUtime=1.49 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 3200 0 0 0 149 0 0 0 20 0 2 0 332878892 86859776 3124 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 21206 3124 186 433 0 20770 0
[pid=13735/tid=13738] ppid=13733 vsize=84824 CPUtime=1.47 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 2215 0 0 0 147 0 0 0 20 0 2 0 332878894 86859776 3124 33554432000 4194304 5964350 140734999979120 140696360499000 4400007 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84824

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13790
/proc/meminfo: memFree=28126664/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=84896 CPUtime=3.08 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 4120 0 0 0 308 0 0 0 20 0 2 0 332878892 86933504 4044 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 21224 4044 186 433 0 20788 0
[pid=13735/tid=13738] ppid=13733 vsize=84896 CPUtime=3.06 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 3135 0 0 0 306 0 0 0 20 0 2 0 332878894 86933504 4044 33554432000 4194304 5964350 140734999979120 140696360499192 4399976 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84896

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13790
/proc/meminfo: memFree=28113768/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=86120 CPUtime=6.29 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 5638 0 0 0 628 1 0 0 20 0 2 0 332878892 88186880 5562 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 21530 5562 186 433 0 21094 0
[pid=13735/tid=13738] ppid=13733 vsize=86120 CPUtime=6.26 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 4653 0 0 0 625 1 0 0 20 0 2 0 332878894 88186880 5562 33554432000 4194304 5964350 140734999979120 140696360499192 4403576 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86120

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13790
/proc/meminfo: memFree=28092792/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=90836 CPUtime=12.68 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 7841 0 0 0 1267 1 0 0 20 0 2 0 332878892 93016064 7800 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 22709 7800 186 433 0 22273 0
[pid=13735/tid=13738] ppid=13733 vsize=90836 CPUtime=12.63 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 6856 0 0 0 1262 1 0 0 20 0 2 0 332878894 93016064 7800 33554432000 4194304 5964350 140734999979120 140696360499240 4379168 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 90836

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13790
/proc/meminfo: memFree=28069176/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=92184 CPUtime=25.47 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 10594 0 0 0 2544 3 0 0 20 0 2 0 332878892 94396416 10564 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 23046 10564 186 433 0 22610 0
[pid=13735/tid=13738] ppid=13733 vsize=92184 CPUtime=25.39 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 9609 0 0 0 2536 3 0 0 20 0 2 0 332878894 94396416 10564 33554432000 4194304 5964350 140734999979120 140696360498712 4379231 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 92184

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13790
/proc/meminfo: memFree=28019864/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=94904 CPUtime=51.07 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 15096 0 0 0 5100 7 0 0 20 0 2 0 332878892 97181696 15468 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 23726 15468 186 433 0 23290 0
[pid=13735/tid=13738] ppid=13733 vsize=94904 CPUtime=50.93 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 14111 0 0 0 5086 7 0 0 20 0 2 0 332878894 97181696 15468 33554432000 4194304 5964350 140734999979120 140696360498712 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 94904

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13790
/proc/meminfo: memFree=27958240/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=164340 CPUtime=102.26 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 22171 0 0 0 10212 14 0 0 20 0 2 0 332878892 168284160 22539 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 41085 22539 186 433 0 40649 0
[pid=13735/tid=13738] ppid=13733 vsize=164340 CPUtime=101.99 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 21186 0 0 0 10184 15 0 0 20 0 2 0 332878894 168284160 22539 33554432000 4194304 5964350 140734999979120 140696360498712 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 164340

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13790
/proc/meminfo: memFree=27886924/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=168960 CPUtime=162.24 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 28085 0 0 0 16204 20 0 0 20 0 2 0 332878892 173015040 28462 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 42240 28462 186 433 0 41804 0
[pid=13735/tid=13738] ppid=13733 vsize=168960 CPUtime=161.82 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 27100 0 0 0 16160 22 0 0 20 0 2 0 332878894 173015040 28462 33554432000 4194304 5964350 140734999979120 140696360499240 5136340 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 168960

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13791
/proc/meminfo: memFree=27844488/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=171064 CPUtime=222.22 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 33198 0 0 0 22196 26 0 0 20 0 2 0 332878892 175169536 33579 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 42766 33579 186 433 0 42330 0
[pid=13735/tid=13738] ppid=13733 vsize=171064 CPUtime=221.66 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 32213 0 0 0 22137 29 0 0 20 0 2 0 332878894 175169536 33579 33554432000 4194304 5964350 140734999979120 140696360498712 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 171064

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13794
/proc/meminfo: memFree=27803040/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=237992 CPUtime=282.2 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 38450 0 0 0 28189 31 0 0 20 0 2 0 332878892 243703808 38838 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 59498 38838 186 433 0 59062 0
[pid=13735/tid=13738] ppid=13733 vsize=237992 CPUtime=281.49 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 37465 0 0 0 28114 35 0 0 20 0 2 0 332878894 243703808 38838 33554432000 4194304 5964350 140734999979120 140696360498712 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 237992

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13794
/proc/meminfo: memFree=27771340/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=240960 CPUtime=342.19 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 42810 0 0 0 34183 36 0 0 20 0 2 0 332878892 246743040 43703 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 60240 43703 186 433 0 59804 0
[pid=13735/tid=13738] ppid=13733 vsize=240960 CPUtime=341.34 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 41825 0 0 0 34093 41 0 0 20 0 2 0 332878894 246743040 43703 33554432000 4194304 5964350 140734999979120 140696360498712 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 240960

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 13794
/proc/meminfo: memFree=27747564/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=241760 CPUtime=402.18 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 44712 0 0 0 40180 38 0 0 20 0 2 0 332878892 247562240 45605 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 60440 45605 186 433 0 60004 0
[pid=13735/tid=13738] ppid=13733 vsize=241760 CPUtime=401.18 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 43727 0 0 0 40074 44 0 0 20 0 2 0 332878894 247562240 45605 33554432000 4194304 5964350 140734999979120 140696360499000 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 241760

[startup+462.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 13794
/proc/meminfo: memFree=27708336/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=243288 CPUtime=462.15 cores=1,3,5,7

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


[startup+522.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 13795
/proc/meminfo: memFree=27669380/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=244288 CPUtime=522.13 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 54544 0 0 0 52160 53 0 0 20 0 2 0 332878892 250150912 55436 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 61072 55436 186 433 0 60636 0
[pid=13735/tid=13738] ppid=13733 vsize=244288 CPUtime=520.84 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 53559 0 0 0 52024 60 0 0 20 0 2 0 332878894 250150912 55436 33554432000 4194304 5964350 140734999979120 140696360499192 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 244288

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13795
/proc/meminfo: memFree=27624452/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=316416 CPUtime=582.12 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 60629 0 0 0 58153 59 0 0 20 0 2 0 332878892 324009984 61507 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 79104 61507 186 433 0 78668 0
[pid=13735/tid=13738] ppid=13733 vsize=316416 CPUtime=580.69 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 59644 0 0 0 58002 67 0 0 20 0 2 0 332878894 324009984 61507 33554432000 4194304 5964350 140734999979120 140696360498712 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 316416

[startup+642.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 13795
/proc/meminfo: memFree=27612784/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=319556 CPUtime=642.12 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 61803 0 0 0 64152 60 0 0 20 0 2 0 332878892 327225344 62681 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 79889 62681 186 433 0 79453 0
[pid=13735/tid=13738] ppid=13733 vsize=319556 CPUtime=640.54 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 60818 0 0 0 63985 69 0 0 20 0 2 0 332878894 327225344 62681 33554432000 4194304 5964350 140734999979120 140696360499240 4388480 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 319556

[startup+702.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 13795
/proc/meminfo: memFree=27588776/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=320012 CPUtime=702.1 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 62410 0 0 0 70149 61 0 0 20 0 2 0 332878892 327692288 63283 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 80003 63283 186 433 0 79567 0
[pid=13735/tid=13738] ppid=13733 vsize=320012 CPUtime=700.38 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 61425 0 0 0 69967 71 0 0 20 0 2 0 332878894 327692288 63283 33554432000 4194304 5964350 140734999979120 140696360498712 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 320012

[startup+762.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13795
/proc/meminfo: memFree=27568180/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=321728 CPUtime=762.09 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 64912 0 0 0 76144 65 0 0 20 0 2 0 332878892 329449472 65785 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 80432 65785 186 433 0 79996 0
[pid=13735/tid=13738] ppid=13733 vsize=321728 CPUtime=760.22 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 63927 0 0 0 75946 76 0 0 20 0 2 0 332878894 329449472 65785 33554432000 4194304 5964350 140734999979120 140696360498712 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 321728

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

[startup+767.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13795
/proc/meminfo: memFree=27564460/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=321888 CPUtime=767.68 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 64926 0 0 0 76703 65 0 0 20 0 2 0 332878892 329613312 65799 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 80472 65799 186 433 0 80036 0
[pid=13735/tid=13738] ppid=13733 vsize=321888 CPUtime=765.8 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 63941 0 0 0 76504 76 0 0 20 0 2 0 332878894 329613312 65799 33554432000 4194304 5964350 140734999979120 140696360499240 4392864 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 767.68
Current children cumulated vsize (KiB) 321888

[startup+793.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13795
/proc/meminfo: memFree=27549700/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=322536 CPUtime=793.27 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 65334 0 0 0 79262 65 0 0 20 0 2 0 332878892 330276864 66197 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 80634 66197 186 433 0 80198 0
[pid=13735/tid=13738] ppid=13733 vsize=322536 CPUtime=791.33 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 64349 0 0 0 79056 77 0 0 20 0 2 0 332878894 330276864 66197 33554432000 4194304 5964350 140734999979120 140696360499240 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 793.27
Current children cumulated vsize (KiB) 322536

[startup+799.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13795
/proc/meminfo: memFree=27545484/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=322536 CPUtime=799.67 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 65739 0 0 0 79901 66 0 0 20 0 2 0 332878892 330276864 66602 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 80634 66602 186 433 0 80198 0
[pid=13735/tid=13738] ppid=13733 vsize=322536 CPUtime=797.72 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 64754 0 0 0 79694 78 0 0 20 0 2 0 332878894 330276864 66602 33554432000 4194304 5964350 140734999979120 140696360498712 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 799.67
Current children cumulated vsize (KiB) 322536

[startup+803.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 13795
/proc/meminfo: memFree=27543376/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=322536 CPUtime=802.88 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 65967 0 0 0 80221 67 0 0 20 0 2 0 332878892 330276864 66830 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 80634 66830 186 433 0 80198 0
[pid=13735/tid=13738] ppid=13733 vsize=322536 CPUtime=800.91 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 64982 0 0 0 80012 79 0 0 20 0 2 0 332878894 330276864 66830 33554432000 4194304 5964350 140734999979120 140696360498712 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 802.88
Current children cumulated vsize (KiB) 322536

[startup+806.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 13795
/proc/meminfo: memFree=27541524/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=322536 CPUtime=806.08 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 66141 0 0 0 80541 67 0 0 20 0 2 0 332878892 330276864 67004 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 80634 67004 186 433 0 80198 0
[pid=13735/tid=13738] ppid=13733 vsize=322536 CPUtime=804.11 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 65156 0 0 0 80332 79 0 0 20 0 2 0 332878894 330276864 67004 33554432000 4194304 5964350 140734999979120 140696360498712 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 806.08
Current children cumulated vsize (KiB) 322536

[startup+807.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 13795
/proc/meminfo: memFree=27541524/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=322536 CPUtime=806.87 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 66180 0 0 0 80620 67 0 0 20 0 2 0 332878892 330276864 67043 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 80634 67043 186 433 0 80198 0
[pid=13735/tid=13738] ppid=13733 vsize=322536 CPUtime=804.9 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 65195 0 0 0 80411 79 0 0 20 0 2 0 332878894 330276864 67043 33554432000 4194304 5964350 140734999979120 140696360499192 4400462 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 806.87
Current children cumulated vsize (KiB) 322536

[startup+807.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 13795
/proc/meminfo: memFree=27541028/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=322536 CPUtime=807.67 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 66224 0 0 0 80700 67 0 0 20 0 2 0 332878892 330276864 67087 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 80634 67087 186 433 0 80198 0
[pid=13735/tid=13738] ppid=13733 vsize=322536 CPUtime=805.7 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 65239 0 0 0 80491 79 0 0 20 0 2 0 332878894 330276864 67087 33554432000 4194304 5964350 140734999979120 140696360498712 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 807.67
Current children cumulated vsize (KiB) 322536

[startup+808.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 13795
/proc/meminfo: memFree=27541028/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=322536 CPUtime=807.87 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) S 13733 13735 13674 0 -1 4202496 66241 0 0 0 80720 67 0 0 20 0 2 0 332878892 330276864 67104 33554432000 4194304 5964350 140734999979120 140734999978640 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 80634 67104 186 433 0 80198 0
[pid=13735/tid=13738] ppid=13733 vsize=322536 CPUtime=805.9 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202560 65256 0 0 0 80511 79 0 0 20 0 2 0 332878894 330276864 67104 33554432000 4194304 5964350 140734999979120 140696360498712 5136340 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 807.87
Current children cumulated vsize (KiB) 322536

[startup+808.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 13795
/proc/meminfo: memFree=27541028/32873844 swapFree=7384/7384
[pid=13735] ppid=13733 vsize=0 CPUtime=807.97 cores=1,3,5,7
/proc/13735/stat : 13735 (wbo1.72) Z 13733 13735 13674 0 -1 4203532 66252 0 0 0 80730 67 0 0 20 0 2 0 332878892 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13735/statm: 0 0 0 0 0 0 0
[pid=13735/tid=13738] ppid=13733 vsize=0 CPUtime=806 cores=1,3,5,7
/proc/13735/task/13738/stat : 13738 (wbo1.72) R 13733 13735 13674 0 -1 4202564 65267 0 0 0 80521 79 0 0 20 0 2 0 332878894 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 807.97
Current children cumulated vsize (KiB) 0

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13735 and gives
#  childrusage.ru_utime.tv_sec=805
#  childrusage.ru_utime.tv_usec=228586
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=799878
# CPU time returned by wait4() is 806.028
# while last known CPU time is 807.97
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 808.202
CPU time (s): 807.97
CPU user time (s): 807.3
CPU system time (s): 0.67
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 322536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 805.229
system time used= 0.799878
maximum resident set size= 268460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66252
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= 103
involuntary context switches= 920

runsolver used 1.2898 second user time and 3.88841 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-02 22:05:34
IDJOB=3727942
IDBENCH=48342
IDSOLVER=2314
FILE ID=node136/3727942-1338667534
RUNJOBID= node136-1338667534-13691
PBS_JOBID= 14636524
Free space on /tmp= 69812 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727942-1338667534/watcher-3727942-1338667534 -o /tmp/evaluation-result-3727942-1338667534/solver-3727942-1338667534 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727942-1338667534.opb

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

MD5SUM BENCH= 738ba96229fdd401b6476ba773d47634
RANDOM SEED=412188487

node136.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28150308 kB
Buffers:          566556 kB
Cached:          3244376 kB
SwapCached:        20296 kB
Active:          1930964 kB
Inactive:        1907732 kB
Active(anon):       2536 kB
Inactive(anon):    22296 kB
Active(file):    1928428 kB
Inactive(file):  1885436 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083200 kB
Dirty:             10936 kB
Writeback:             4 kB
AnonPages:         10704 kB
Mapped:             8688 kB
Shmem:                 0 kB
Slab:             745292 kB
SReclaimable:     186836 kB
SUnreclaim:       558456 kB
KernelStack:        1392 kB
PageTables:         3828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3727942-1338667534.opb

Free space on /tmp at the end= 69808 MiB
End job on node136 at 2012-06-02 22:19:03