Trace number 3736901

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 NameAnswerobjective functionCPU timeWall clock time
PB07: PB-clasp 2007-04-10OPT5 1536.27 1536.58

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_4.opb
MD5SUM4c6ab7a9b1b11dc4bf8c6231156cc585
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1.88071
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint26
Maximum length of a constraint41
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3070
Sum of products size (including duplicates)6140
Number of different products3070
Sum of products size6140

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.24/0.31	o 9
0.24/0.38	o 8
0.37/0.48	o 7
3.36/3.49	o 6
39.84/39.99	o 5
668.73/668.99	sh: line 1: 14591 Done                    cat HOME/temp/instance-3736901-1338733133.opb.op
668.73/668.99	     14592 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3736901-1338733133.opb.clasp
1536.16/1536.57	s OPTIMUM FOUND
1536.16/1536.57	v x9 x20 x22 x28 x38 x106 x142 x162 x175 x182 x203 x236 x279 x300 x314 x351 x367 x376 x437 x442 x462 x499 x511 x519 x566 x587 x630 x641 x646 x651 x656 x681 x724 x733 x754 x758 x764 x821 x825 x836 x890 x912 x921 x925 x947 x962 x997 x998 x1030 x1035 x1095 x1098 x1108 x1129 x1131 x1146 x1158 x1191 x1195 x1211 x1217 x1220 x1240 x1261 x1292 x1323 x1324 x1373 x1425 x1431 x1435 x1462 x1467 x1484 x1490 x1494 x1523 x1554 x1559 x1582 x1614 x1618 x1620 x1646 x1649 x1654 x1680 x1692 x1711 x1714 x1737 x1765 x1772 x1778 x1805 x1831 x1857 x1861 x1885 x1912 x1917 x1918 x1945 x1973 x1974 x2002 x2009 x2011 x2013 x2031 x2036 x2063 x2067 x2095 x2097 x2127 x2152 x2181 x2212 x2214 x2234 x2243 x2247 x2263 x2292 x2299 x2320 x2328 x2331 x2345 x2352 x2372 x2406 x2431 x2437 x2465 x2489 x2493 x2508 x2514 x2540 x2567 x2591 x2598 x2624 x2646 x2650 x2654 x2674 x2678 x2681 x2703 x2732 x2755 x2782 x2787 x2816 x2817 x2835 x2843 x2862 x2866 x2892 x2897 x2924 x2948 x2951 x2977 x2998 x3024 x3047 x3073 x3102 x3124 x3128 x3130 x3134 x3153 

Verifier Data

OK	5

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-3736901-1338733133/watcher-3736901-1338733133 -o /tmp/evaluation-result-3736901-1338733133/solver-3736901-1338733133 -C 1800 -W 1900 -M 15500 pbclasp instance-3736901-1338733133.opb HOME/temp 

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 3/180 14542
/proc/meminfo: memFree=27596920/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=0 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 613 0 0 0 0 0 0 0 20 0 1 0 339438678 26357760 524 33554432000 4194304 4198148 140736572485584 140736572484472 273592411376 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14542/statm: 6435 524 368 1 0 230 0

[startup+0.036522 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14542
/proc/meminfo: memFree=27596920/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=0 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 613 0 0 0 0 0 0 0 20 0 1 0 339438678 26357760 524 33554432000 4194304 4198148 140736572485584 140736572484472 273592411376 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14542/statm: 6435 524 368 1 0 230 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25740

[startup+0.100231 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14542
/proc/meminfo: memFree=27596920/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=0 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 613 0 0 0 0 0 0 0 20 0 1 0 339438678 26357760 524 33554432000 4194304 4198148 140736572485584 140736572484472 273592411376 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/14542/statm: 6435 524 368 1 0 230 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25740

[startup+0.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14542
/proc/meminfo: memFree=27596920/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=0.24 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 696 2096 0 0 0 0 24 0 20 0 1 0 339438678 26357760 546 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14542/statm: 6435 546 387 1 0 230 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 25740

[startup+0.700135 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 14542
/proc/meminfo: memFree=27596920/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=0.46 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1071 12327 0 0 0 0 43 3 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 25740

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14576
/proc/meminfo: memFree=27591184/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=0.46 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1071 12327 0 0 0 0 43 3 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14574] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14574/stat : 14574 (sh) S 14542 14542 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339438727 9367552 264 33554432000 4194304 5064252 140736502704784 140736502703040 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14574/statm: 2287 264 223 213 0 72 0
[pid=14576] ppid=14574 vsize=7816 CPUtime=1 cores=1,3,5,7
/proc/14576/stat : 14576 (clasp-1.0) R 14574 14542 2078 0 -1 4202496 1550 0 0 0 100 0 0 0 20 0 1 0 339438727 8003584 1427 33554432000 134512640 134847168 4290676320 4290675056 134741032 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14576/statm: 1954 1427 272 82 0 1195 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 42704

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14576
/proc/meminfo: memFree=27590688/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=0.46 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1071 12327 0 0 0 0 43 3 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14574] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14574/stat : 14574 (sh) S 14542 14542 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339438727 9367552 264 33554432000 4194304 5064252 140736502704784 140736502703040 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14574/statm: 2287 264 223 213 0 72 0
[pid=14576] ppid=14574 vsize=9200 CPUtime=2.6 cores=1,3,5,7
/proc/14576/stat : 14576 (clasp-1.0) R 14574 14542 2078 0 -1 4202496 1909 0 0 0 260 0 0 0 20 0 1 0 339438727 9420800 1786 33554432000 134512640 134847168 4290676320 4290675076 134737608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14576/statm: 2300 1786 272 82 0 1541 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 44088

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14584
/proc/meminfo: memFree=27589572/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=3.47 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1196 16213 0 0 0 0 343 4 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14582] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14582/stat : 14582 (sh) S 14542 14542 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339439029 9367552 264 33554432000 4194304 5064252 140735728012800 140735728011056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14582/statm: 2287 264 223 213 0 72 0
[pid=14584] ppid=14582 vsize=9016 CPUtime=2.79 cores=1,3,5,7
/proc/14584/stat : 14584 (clasp-1.0) R 14582 14542 2078 0 -1 4202496 1842 0 0 0 279 0 0 0 20 0 1 0 339439029 9232384 1719 33554432000 134512640 134847168 4293542768 4293541504 134740957 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14584/statm: 2254 1719 270 82 0 1495 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 43904

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14584
/proc/meminfo: memFree=27572616/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=3.47 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1196 16213 0 0 0 0 343 4 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14582] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14582/stat : 14582 (sh) S 14542 14542 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339439029 9367552 264 33554432000 4194304 5064252 140735728012800 140735728011056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14582/statm: 2287 264 223 213 0 72 0
[pid=14584] ppid=14582 vsize=11964 CPUtime=9.19 cores=1,3,5,7
/proc/14584/stat : 14584 (clasp-1.0) R 14582 14542 2078 0 -1 4202496 2550 0 0 0 919 0 0 0 20 0 1 0 339439029 12251136 2427 33554432000 134512640 134847168 4293542768 4293541344 134714504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14584/statm: 2991 2427 270 82 0 2232 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 46852

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14584
/proc/meminfo: memFree=27546104/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=3.47 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1196 16213 0 0 0 0 343 4 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14582] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14582/stat : 14582 (sh) S 14542 14542 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339439029 9367552 264 33554432000 4194304 5064252 140735728012800 140735728011056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14582/statm: 2287 264 223 213 0 72 0
[pid=14584] ppid=14582 vsize=15912 CPUtime=21.98 cores=1,3,5,7
/proc/14584/stat : 14584 (clasp-1.0) R 14582 14542 2078 0 -1 4202496 3536 0 0 0 2198 0 0 0 20 0 1 0 339439029 16293888 3413 33554432000 134512640 134847168 4293542768 4293541344 134714393 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14584/statm: 3978 3413 270 82 0 3219 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 50800

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14592
/proc/meminfo: memFree=27527748/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=39.95 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1322 22430 0 0 0 0 3989 6 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14590] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14590/stat : 14590 (sh) S 14542 14542 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339442678 9367552 264 33554432000 4194304 5064252 140735435946368 140735435944624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14590/statm: 2287 264 223 213 0 72 0
[pid=14592] ppid=14590 vsize=11952 CPUtime=11.09 cores=1,3,5,7
/proc/14592/stat : 14592 (clasp-1.0) R 14590 14542 2078 0 -1 4202496 2554 0 0 0 1109 0 0 0 20 0 1 0 339442678 12238848 2430 33554432000 134512640 134847168 4288320512 4288319252 134737633 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14592/statm: 2988 2430 270 82 0 2229 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 46840

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 14595
/proc/meminfo: memFree=27451664/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=39.95 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1322 22430 0 0 0 0 3989 6 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14590] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14590/stat : 14590 (sh) S 14542 14542 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339442678 9367552 264 33554432000 4194304 5064252 140735435946368 140735435944624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14590/statm: 2287 264 223 213 0 72 0
[pid=14592] ppid=14590 vsize=18152 CPUtime=62.29 cores=1,3,5,7
/proc/14592/stat : 14592 (clasp-1.0) R 14590 14542 2078 0 -1 4202496 4093 0 0 0 6229 0 0 0 20 0 1 0 339442678 18587648 3969 33554432000 134512640 134847168 4288320512 4288319200 134735843 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14592/statm: 4538 3969 270 82 0 3779 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 53040

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14596
/proc/meminfo: memFree=27377920/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=39.95 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1322 22430 0 0 0 0 3989 6 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14590] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14590/stat : 14590 (sh) S 14542 14542 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339442678 9367552 264 33554432000 4194304 5064252 140735435946368 140735435944624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14590/statm: 2287 264 223 213 0 72 0
[pid=14592] ppid=14590 vsize=23472 CPUtime=122.28 cores=1,3,5,7
/proc/14592/stat : 14592 (clasp-1.0) R 14590 14542 2078 0 -1 4202496 5418 0 0 0 12227 1 0 0 20 0 1 0 339442678 24035328 5294 33554432000 134512640 134847168 4288320512 4288319088 134714115 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14592/statm: 5868 5294 270 82 0 5109 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 58360

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14596
/proc/meminfo: memFree=27347924/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=39.95 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1322 22430 0 0 0 0 3989 6 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14590] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14590/stat : 14590 (sh) S 14542 14542 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339442678 9367552 264 33554432000 4194304 5064252 140735435946368 140735435944624 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14590/statm: 2287 264 223 213 0 72 0
[pid=14592] ppid=14590 vsize=28592 CPUtime=182.25 cores=1,3,5,7
/proc/14592/stat : 14592 (clasp-1.0) R 14590 14542 2078 0 -1 4202496 6708 0 0 0 18224 1 0 0 20 0 1 0 339442678 29278208 6604 33554432000 134512640 134847168 4288320512 4288319248 134741030 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14592/statm: 7148 6604 270 82 0 6389 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 63480

[startup+282.3 s]

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

/proc/14617/statm: 10121 9479 270 82 0 9362 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 75372

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 14748
/proc/meminfo: memFree=27135988/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=668.86 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1429 33708 0 0 0 1 66876 9 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14614] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14614/stat : 14614 (sh) S 14542 14542 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339505579 9367552 264 33554432000 4194304 5064252 140736160829456 140736160827712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14614/statm: 2287 264 223 213 0 72 0
[pid=14617] ppid=14614 vsize=41404 CPUtime=753.13 cores=1,3,5,7
/proc/14617/stat : 14617 (clasp-1.0) R 14614 14542 2078 0 -1 4202496 9832 0 0 0 75311 2 0 0 20 0 1 0 339505579 42397696 9722 33554432000 134512640 134847168 4291698832 4291697456 134784714 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14617/statm: 10351 9722 270 82 0 9592 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 76292

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 14748
/proc/meminfo: memFree=27109244/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=668.86 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1429 33708 0 0 0 1 66876 9 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14614] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14614/stat : 14614 (sh) S 14542 14542 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339505579 9367552 264 33554432000 4194304 5064252 140736160829456 140736160827712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14614/statm: 2287 264 223 213 0 72 0
[pid=14617] ppid=14614 vsize=43220 CPUtime=813.12 cores=1,3,5,7
/proc/14617/stat : 14617 (clasp-1.0) R 14614 14542 2078 0 -1 4202496 10235 0 0 0 81310 2 0 0 20 0 1 0 339505579 44257280 10125 33554432000 134512640 134847168 4291698832 4291697456 134784651 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14617/statm: 10805 10125 270 82 0 10046 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 78108

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

[startup+1484.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 14748
/proc/meminfo: memFree=27107880/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=668.86 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1429 33708 0 0 0 1 66876 9 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14614] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14614/stat : 14614 (sh) S 14542 14542 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339505579 9367552 264 33554432000 4194304 5064252 140736160829456 140736160827712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14614/statm: 2287 264 223 213 0 72 0
[pid=14617] ppid=14614 vsize=43532 CPUtime=815.52 cores=1,3,5,7
/proc/14617/stat : 14617 (clasp-1.0) R 14614 14542 2078 0 -1 4202496 10292 0 0 0 81550 2 0 0 20 0 1 0 339505579 44576768 10182 33554432000 134512640 134847168 4291698832 4291697516 134715841 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14617/statm: 10883 10182 270 82 0 10124 0
Current children cumulated CPU time (s) 1484.38
Current children cumulated vsize (KiB) 78420

[startup+1510.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 14748
/proc/meminfo: memFree=27092128/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=668.86 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1429 33708 0 0 0 1 66876 9 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14614] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14614/stat : 14614 (sh) S 14542 14542 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339505579 9367552 264 33554432000 4194304 5064252 140736160829456 140736160827712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14614/statm: 2287 264 223 213 0 72 0
[pid=14617] ppid=14614 vsize=44004 CPUtime=841.12 cores=1,3,5,7
/proc/14617/stat : 14617 (clasp-1.0) R 14614 14542 2078 0 -1 4202496 10410 0 0 0 84110 2 0 0 20 0 1 0 339505579 45060096 10334 33554432000 134512640 134847168 4291698832 4291697516 134715964 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14617/statm: 11001 10334 270 82 0 10242 0
Current children cumulated CPU time (s) 1509.98
Current children cumulated vsize (KiB) 78892

[startup+1523.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14748
/proc/meminfo: memFree=27089772/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=668.86 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1429 33708 0 0 0 1 66876 9 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14614] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14614/stat : 14614 (sh) S 14542 14542 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339505579 9367552 264 33554432000 4194304 5064252 140736160829456 140736160827712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14614/statm: 2287 264 223 213 0 72 0
[pid=14617] ppid=14614 vsize=44004 CPUtime=853.91 cores=1,3,5,7
/proc/14617/stat : 14617 (clasp-1.0) R 14614 14542 2078 0 -1 4202496 10419 0 0 0 85389 2 0 0 20 0 1 0 339505579 45060096 10343 33554432000 134512640 134847168 4291698832 4291697456 134784663 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14617/statm: 11001 10343 270 82 0 10242 0
Current children cumulated CPU time (s) 1522.77
Current children cumulated vsize (KiB) 78892

[startup+1529.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14748
/proc/meminfo: memFree=27083944/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=668.86 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1429 33708 0 0 0 1 66876 9 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14614] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14614/stat : 14614 (sh) S 14542 14542 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339505579 9367552 264 33554432000 4194304 5064252 140736160829456 140736160827712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14614/statm: 2287 264 223 213 0 72 0
[pid=14617] ppid=14614 vsize=44808 CPUtime=860.31 cores=1,3,5,7
/proc/14617/stat : 14617 (clasp-1.0) R 14614 14542 2078 0 -1 4202496 10643 0 0 0 86029 2 0 0 20 0 1 0 339505579 45883392 10567 33554432000 134512640 134847168 4291698832 4291697572 134737633 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14617/statm: 11202 10567 270 82 0 10443 0
Current children cumulated CPU time (s) 1529.17
Current children cumulated vsize (KiB) 79696

[startup+1532.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14748
/proc/meminfo: memFree=27083076/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=668.86 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1429 33708 0 0 0 1 66876 9 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14614] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14614/stat : 14614 (sh) S 14542 14542 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339505579 9367552 264 33554432000 4194304 5064252 140736160829456 140736160827712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14614/statm: 2287 264 223 213 0 72 0
[pid=14617] ppid=14614 vsize=44964 CPUtime=863.5 cores=1,3,5,7
/proc/14617/stat : 14617 (clasp-1.0) R 14614 14542 2078 0 -1 4202496 10674 0 0 0 86348 2 0 0 20 0 1 0 339505579 46043136 10598 33554432000 134512640 134847168 4291698832 4291697456 134784628 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14617/statm: 11241 10598 270 82 0 10482 0
Current children cumulated CPU time (s) 1532.36
Current children cumulated vsize (KiB) 79852

[startup+1534.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14748
/proc/meminfo: memFree=27082828/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=668.86 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1429 33708 0 0 0 1 66876 9 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14614] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14614/stat : 14614 (sh) S 14542 14542 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339505579 9367552 264 33554432000 4194304 5064252 140736160829456 140736160827712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14614/statm: 2287 264 223 213 0 72 0
[pid=14617] ppid=14614 vsize=45128 CPUtime=865.1 cores=1,3,5,7
/proc/14617/stat : 14617 (clasp-1.0) R 14614 14542 2078 0 -1 4202496 10691 0 0 0 86508 2 0 0 20 0 1 0 339505579 46211072 10615 33554432000 134512640 134847168 4291698832 4291697456 134784714 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14617/statm: 11282 10615 270 82 0 10523 0
Current children cumulated CPU time (s) 1533.96
Current children cumulated vsize (KiB) 80016

[startup+1535.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14748
/proc/meminfo: memFree=27082580/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=668.86 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1429 33708 0 0 0 1 66876 9 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14614] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14614/stat : 14614 (sh) S 14542 14542 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339505579 9367552 264 33554432000 4194304 5064252 140736160829456 140736160827712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14614/statm: 2287 264 223 213 0 72 0
[pid=14617] ppid=14614 vsize=45128 CPUtime=866.7 cores=1,3,5,7
/proc/14617/stat : 14617 (clasp-1.0) R 14614 14542 2078 0 -1 4202496 10699 0 0 0 86668 2 0 0 20 0 1 0 339505579 46211072 10623 33554432000 134512640 134847168 4291698832 4291697408 134714309 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14617/statm: 11282 10623 270 82 0 10523 0
Current children cumulated CPU time (s) 1535.56
Current children cumulated vsize (KiB) 80016

[startup+1536.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14748
/proc/meminfo: memFree=27082580/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=668.86 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1429 33708 0 0 0 1 66876 9 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14614] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14614/stat : 14614 (sh) S 14542 14542 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339505579 9367552 264 33554432000 4194304 5064252 140736160829456 140736160827712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14614/statm: 2287 264 223 213 0 72 0
[pid=14617] ppid=14614 vsize=45128 CPUtime=867.1 cores=1,3,5,7
/proc/14617/stat : 14617 (clasp-1.0) R 14614 14542 2078 0 -1 4202496 10699 0 0 0 86708 2 0 0 20 0 1 0 339505579 46211072 10623 33554432000 134512640 134847168 4291698832 4291697516 134715932 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14617/statm: 11282 10623 270 82 0 10523 0
Current children cumulated CPU time (s) 1535.96
Current children cumulated vsize (KiB) 80016

[startup+1536.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14748
/proc/meminfo: memFree=27082580/32873844 swapFree=7112/7112
[pid=14542] ppid=14540 vsize=25740 CPUtime=668.86 cores=1,3,5,7
/proc/14542/stat : 14542 (pbclasp) S 14540 14542 2078 0 -1 4202496 1429 33708 0 0 0 1 66876 9 20 0 1 0 339438678 26357760 549 33554432000 4194304 4198148 140736572485584 140736572484512 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14542/statm: 6435 549 387 1 0 230 0
[pid=14614] ppid=14542 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14614/stat : 14614 (sh) S 14542 14542 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339505579 9367552 264 33554432000 4194304 5064252 140736160829456 140736160827712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14614/statm: 2287 264 223 213 0 72 0
[pid=14617] ppid=14614 vsize=45128 CPUtime=867.3 cores=1,3,5,7
/proc/14617/stat : 14617 (clasp-1.0) R 14614 14542 2078 0 -1 4202496 10699 0 0 0 86728 2 0 0 20 0 1 0 339505579 46211072 10623 33554432000 134512640 134847168 4291698832 4291697408 134715048 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14617/statm: 11282 10623 270 82 0 10523 0
Current children cumulated CPU time (s) 1536.16
Current children cumulated vsize (KiB) 80016

Child status: 0
Real time (s): 1536.58
CPU time (s): 1536.27
CPU user time (s): 1536.12
CPU system time (s): 0.142978
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 80016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1536.12
system time used= 0.142978
maximum resident set size= 42572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46812
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 582
involuntary context switches= 1920

runsolver used 5.96909 second user time and 16.1385 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 16:18:53
IDJOB=3736901
IDBENCH=48143
IDSOLVER=2317
FILE ID=node132/3736901-1338733133
RUNJOBID= node132-1338702930-2095
PBS_JOBID= 14636717
Free space on /tmp= 71208 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_25_4.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736901-1338733133/watcher-3736901-1338733133 -o /tmp/evaluation-result-3736901-1338733133/solver-3736901-1338733133 -C 1800 -W 1900 -M 15500  pbclasp instance-3736901-1338733133.opb HOME/temp

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

MD5SUM BENCH= 4c6ab7a9b1b11dc4bf8c6231156cc585
RANDOM SEED=628910059

node132.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		: 2666.832
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	: 5333.66
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		: 2666.832
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	: 5332.55
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		: 2666.832
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	: 5332.56
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		: 2666.832
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	: 5332.56
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		: 2666.832
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	: 5332.55
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		: 2666.832
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	: 5332.56
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		: 2666.832
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	: 5332.55
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		: 2666.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27597564 kB
Buffers:         1182372 kB
Cached:          3115860 kB
SwapCached:         2288 kB
Active:          2241268 kB
Inactive:        2120384 kB
Active(anon):      54264 kB
Inactive(anon):     7108 kB
Active(file):    2187004 kB
Inactive(file):  2113276 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:              4088 kB
Writeback:             0 kB
AnonPages:         47680 kB
Mapped:            13272 kB
Shmem:                 8 kB
Slab:             776196 kB
SReclaimable:     217396 kB
SUnreclaim:       558800 kB
KernelStack:        1528 kB
PageTables:         3736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     177256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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-3736901-1338733133.opb

Free space on /tmp at the end= 71196 MiB
End job on node132 at 2012-06-03 16:44:30