Trace number 3736989

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 1103.5 1103.73

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_2.opb
MD5SUM1e64c526f9351931db225cdff75c2df5
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 benchmark2.74058
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 constraint46
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)3074
Sum of products size (including duplicates)6148
Number of different products3074
Sum of products size6148

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.32	o 9
0.30/0.40	o 8
0.30/0.48	o 7
3.96/4.06	o 6
191.41/191.54	o 5
254.89/255.02	sh: line 1:  9961 Done                    cat HOME/temp/instance-3736989-1338733894.opb.op
254.89/255.02	      9962 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3736989-1338733894.opb.clasp
1103.44/1103.72	s OPTIMUM FOUND
1103.44/1103.72	v x2 x6 x11 x33 x85 x125 x183 x189 x199 x218 x221 x264 x266 x273 x333 x335 x353 x366 x394 x403 x411 x436 x444 x457 x517 x520 x549 x552 x585 x620 x658 x680 x692 x753 x766 x797 x818 x834 x870 x901 x953 x967 x991 x1002 x1026 x1038 x1064 x1067 x1069 x1091 x1096 x1099 x1137 x1149 x1161 x1171 x1173 x1203 x1208 x1225 x1271 x1273 x1287 x1301 x1343 x1383 x1401 x1403 x1409 x1430 x1432 x1435 x1443 x1461 x1492 x1494 x1506 x1528 x1539 x1557 x1590 x1617 x1618 x1636 x1648 x1650 x1683 x1686 x1697 x1713 x1715 x1743 x1751 x1779 x1788 x1803 x1805 x1808 x1834 x1859 x1861 x1891 x1902 x1923 x1947 x1957 x1987 x2001 x2014 x2044 x2068 x2072 x2074 x2100 x2127 x2130 x2158 x2183 x2189 x2211 x2214 x2224 x2235 x2265 x2268 x2292 x2294 x2321 x2323 x2374 x2377 x2384 x2409 x2435 x2439 x2459 x2462 x2501 x2514 x2518 x2520 x2530 x2545 x2548 x2573 x2575 x2623 x2625 x2651 x2661 x2679 x2693 x2704 x2709 x2744 x2793 x2816 x2819 x2821 x2842 x2845 x2864 x2889 x2895 x2897 x2923 x2925 x2950 x2953 x2961 x2973 x3000 x3034 x3049 x3073 x3100 x3127 x3150 x3152 x3155 x3160 

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-3736989-1338733894/watcher-3736989-1338733894 -o /tmp/evaluation-result-3736989-1338733894/solver-3736989-1338733894 -C 1800 -W 1900 -M 15500 pbclasp instance-3736989-1338733894.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.01 2.02 2.00 4/178 9912
/proc/meminfo: memFree=27970732/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=0 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 612 0 0 0 0 0 0 0 20 0 1 0 339517978 26357760 524 33554432000 4194304 4198148 140735744216592 140735744215480 240430146800 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 524 368 1 0 230 0

[startup+0.0539 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 9912
/proc/meminfo: memFree=27970732/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=0 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 612 0 0 0 0 0 0 0 20 0 1 0 339517978 26357760 524 33554432000 4194304 4198148 140735744216592 140735744215480 240430146800 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 524 368 1 0 230 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25740

[startup+0.100255 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 9912
/proc/meminfo: memFree=27970732/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=0 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 612 0 0 0 0 0 0 0 20 0 1 0 339517978 26357760 524 33554432000 4194304 4198148 140735744216592 140735744215480 240430146800 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 524 368 1 0 230 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25740

[startup+0.300224 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 9912
/proc/meminfo: memFree=27970732/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=0.24 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 695 2096 0 0 0 0 24 0 20 0 1 0 339517978 26357760 546 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 546 387 1 0 230 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 25740

[startup+0.700236 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 9912
/proc/meminfo: memFree=27970732/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=0.47 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1077 12363 0 0 0 0 45 2 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 25740

[startup+1.50029 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 9946
/proc/meminfo: memFree=27964764/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=0.47 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1077 12363 0 0 0 0 45 2 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9944] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9944/stat : 9944 (sh) S 9912 9912 28789 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339518027 9367552 264 33554432000 4194304 5064252 140734106584000 140734106582256 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9944/statm: 2287 264 223 213 0 72 0
[pid=9946] ppid=9944 vsize=7656 CPUtime=1 cores=1,3,5,7
/proc/9946/stat : 9946 (clasp-1.0) R 9944 9912 28789 0 -1 4202496 1536 0 0 0 100 0 0 0 20 0 1 0 339518028 7839744 1398 33554432000 134512640 134847168 4294513632 4294512400 134617553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9946/statm: 1914 1398 272 82 0 1155 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 42544

[startup+3.1003 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 9946
/proc/meminfo: memFree=27963416/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=0.47 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1077 12363 0 0 0 0 45 2 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9944] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9944/stat : 9944 (sh) S 9912 9912 28789 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339518027 9367552 264 33554432000 4194304 5064252 140734106584000 140734106582256 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9944/statm: 2287 264 223 213 0 72 0
[pid=9946] ppid=9944 vsize=9032 CPUtime=2.59 cores=1,3,5,7
/proc/9946/stat : 9946 (clasp-1.0) R 9944 9912 28789 0 -1 4202496 1878 0 0 0 259 0 0 0 20 0 1 0 339518028 9248768 1740 33554432000 134512640 134847168 4294513632 4294512316 134715930 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9946/statm: 2258 1740 272 82 0 1499 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 43920

[startup+6.3003 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 9954
/proc/meminfo: memFree=27963040/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=4.04 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1205 16398 0 0 0 0 401 3 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9952] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9952/stat : 9952 (sh) S 9912 9912 28789 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 339518385 9367552 264 33554432000 4194304 5064252 140736321712688 140736321710944 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9952/statm: 2287 264 223 213 0 72 0
[pid=9954] ppid=9952 vsize=8908 CPUtime=2.21 cores=1,3,5,7
/proc/9954/stat : 9954 (clasp-1.0) R 9952 9912 28789 0 -1 4202496 1846 0 0 0 221 0 0 0 20 0 1 0 339518385 9121792 1708 33554432000 134512640 134847168 4287463856 4287462596 134737633 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9954/statm: 2227 1708 270 82 0 1468 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 43796

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 9954
/proc/meminfo: memFree=27959260/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=4.04 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1205 16398 0 0 0 0 401 3 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9952] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9952/stat : 9952 (sh) S 9912 9912 28789 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 339518385 9367552 264 33554432000 4194304 5064252 140736321712688 140736321710944 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9952/statm: 2287 264 223 213 0 72 0
[pid=9954] ppid=9952 vsize=11588 CPUtime=8.61 cores=1,3,5,7
/proc/9954/stat : 9954 (clasp-1.0) R 9952 9912 28789 0 -1 4202496 2496 0 0 0 861 0 0 0 20 0 1 0 339518385 11866112 2358 33554432000 134512640 134847168 4287463856 4287462540 134715808 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9954/statm: 2897 2358 270 82 0 2138 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 46476

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 9954
/proc/meminfo: memFree=27953320/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=4.04 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1205 16398 0 0 0 0 401 3 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9952] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9952/stat : 9952 (sh) S 9912 9912 28789 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 339518385 9367552 264 33554432000 4194304 5064252 140736321712688 140736321710944 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9952/statm: 2287 264 223 213 0 72 0
[pid=9954] ppid=9952 vsize=15232 CPUtime=21.4 cores=1,3,5,7
/proc/9954/stat : 9954 (clasp-1.0) R 9952 9912 28789 0 -1 4202496 3409 0 0 0 2140 0 0 0 20 0 1 0 339518385 15597568 3274 33554432000 134512640 134847168 4287463856 4287462284 6102681 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9954/statm: 3808 3274 270 82 0 3049 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 50120

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 9954
/proc/meminfo: memFree=27947176/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=4.04 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1205 16398 0 0 0 0 401 3 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9952] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9952/stat : 9952 (sh) S 9912 9912 28789 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 339518385 9367552 264 33554432000 4194304 5064252 140736321712688 140736321710944 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9952/statm: 2287 264 223 213 0 72 0
[pid=9954] ppid=9952 vsize=19312 CPUtime=47 cores=1,3,5,7
/proc/9954/stat : 9954 (clasp-1.0) R 9952 9912 28789 0 -1 4202496 4428 0 0 0 4700 0 0 0 20 0 1 0 339518385 19775488 4294 33554432000 134512640 134847168 4287463856 4287462624 134737486 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9954/statm: 4828 4294 270 82 0 4069 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 54200

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 9954
/proc/meminfo: memFree=27938484/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=4.04 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1205 16398 0 0 0 0 401 3 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9952] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9952/stat : 9952 (sh) S 9912 9912 28789 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 339518385 9367552 264 33554432000 4194304 5064252 140736321712688 140736321710944 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9952/statm: 2287 264 223 213 0 72 0
[pid=9954] ppid=9952 vsize=24028 CPUtime=98.2 cores=1,3,5,7
/proc/9954/stat : 9954 (clasp-1.0) R 9952 9912 28789 0 -1 4202496 5609 0 0 0 9819 1 0 0 20 0 1 0 339518385 24604672 5490 33554432000 134512640 134847168 4287463856 4287462480 134784634 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9954/statm: 6007 5490 270 82 0 5248 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 58916

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9954
/proc/meminfo: memFree=27931164/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=4.04 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1205 16398 0 0 0 0 401 3 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9952] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9952/stat : 9952 (sh) S 9912 9912 28789 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 339518385 9367552 264 33554432000 4194304 5064252 140736321712688 140736321710944 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9952/statm: 2287 264 223 213 0 72 0
[pid=9954] ppid=9952 vsize=28672 CPUtime=158.18 cores=1,3,5,7
/proc/9954/stat : 9954 (clasp-1.0) R 9952 9912 28789 0 -1 4202496 6736 0 0 0 15817 1 0 0 20 0 1 0 339518385 29360128 6619 33554432000 134512640 134847168 4287463856 4287462624 134737421 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9954/statm: 7168 6619 270 82 0 6409 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 63560

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9962
/proc/meminfo: memFree=27942516/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=191.48 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1331 25445 0 0 0 0 19142 6 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9960] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9960/stat : 9960 (sh) S 9912 9912 28789 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 339537134 9367552 263 33554432000 4194304 5064252 140733277786592 140733277784848 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9960/statm: 2287 263 223 213 0 72 0
[pid=9962] ppid=9960 vsize=15276 CPUtime=30.73 cores=1,3,5,7
/proc/9962/stat : 9962 (clasp-1.0) R 9960 9912 28789 0 -1 4202496 3418 0 0 0 3072 1 0 0 20 0 1 0 339537134 15642624 3283 33554432000 134512640 134847168 4289902416 4289901184 134617496 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9962/statm: 3819 3283 272 82 0 3060 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 50164

[startup+282.3 s]

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

/proc/9982/statm: 10057 9444 272 82 0 9298 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 75116

[startup+942.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 10086
/proc/meminfo: memFree=27891248/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=254.93 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1438 31698 0 0 0 0 25485 8 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9980] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9980/stat : 9980 (sh) S 9912 9912 28789 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339543481 9367552 264 33554432000 4194304 5064252 140736994383008 140736994381264 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9980/statm: 2287 264 223 213 0 72 0
[pid=9982] ppid=9980 vsize=41016 CPUtime=687.13 cores=1,3,5,7
/proc/9982/stat : 9982 (clasp-1.0) R 9980 9912 28789 0 -1 4202496 9796 0 0 0 68711 2 0 0 20 0 1 0 339543481 42000384 9611 33554432000 134512640 134847168 4287120128 4287118748 134789696 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9982/statm: 10254 9611 272 82 0 9495 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 75904

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 10086
/proc/meminfo: memFree=27889136/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=254.93 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1438 31698 0 0 0 0 25485 8 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9980] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9980/stat : 9980 (sh) S 9912 9912 28789 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339543481 9367552 264 33554432000 4194304 5064252 140736994383008 140736994381264 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9980/statm: 2287 264 223 213 0 72 0
[pid=9982] ppid=9980 vsize=41508 CPUtime=747.13 cores=1,3,5,7
/proc/9982/stat : 9982 (clasp-1.0) R 9980 9912 28789 0 -1 4202496 9901 0 0 0 74710 3 0 0 20 0 1 0 339543481 42504192 9724 33554432000 134512640 134847168 4287120128 4287118820 134616619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9982/statm: 10377 9724 272 82 0 9618 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 76396

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10086
/proc/meminfo: memFree=27887028/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=254.93 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1438 31698 0 0 0 0 25485 8 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9980] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9980/stat : 9980 (sh) S 9912 9912 28789 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339543481 9367552 264 33554432000 4194304 5064252 140736994383008 140736994381264 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9980/statm: 2287 264 223 213 0 72 0
[pid=9982] ppid=9980 vsize=42860 CPUtime=807.12 cores=1,3,5,7
/proc/9982/stat : 9982 (clasp-1.0) R 9980 9912 28789 0 -1 4202496 10246 0 0 0 80709 3 0 0 20 0 1 0 339543481 43888640 10069 33554432000 134512640 134847168 4287120128 4287118820 134616619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9982/statm: 10715 10069 272 82 0 9956 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 77748

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

[startup+1075.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10086
/proc/meminfo: memFree=27886656/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=254.93 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1438 31698 0 0 0 0 25485 8 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9980] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9980/stat : 9980 (sh) S 9912 9912 28789 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339543481 9367552 264 33554432000 4194304 5064252 140736994383008 140736994381264 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9980/statm: 2287 264 223 213 0 72 0
[pid=9982] ppid=9980 vsize=42860 CPUtime=819.92 cores=1,3,5,7
/proc/9982/stat : 9982 (clasp-1.0) R 9980 9912 28789 0 -1 4202496 10246 0 0 0 81989 3 0 0 20 0 1 0 339543481 43888640 10069 33554432000 134512640 134847168 4287120128 4287118752 134784634 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9982/statm: 10715 10069 272 82 0 9956 0
Current children cumulated CPU time (s) 1074.85
Current children cumulated vsize (KiB) 77748

[startup+1087.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10086
/proc/meminfo: memFree=27885228/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=254.93 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1438 31698 0 0 0 0 25485 8 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9980] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9980/stat : 9980 (sh) S 9912 9912 28789 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339543481 9367552 264 33554432000 4194304 5064252 140736994383008 140736994381264 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9980/statm: 2287 264 223 213 0 72 0
[pid=9982] ppid=9980 vsize=42860 CPUtime=832.72 cores=1,3,5,7
/proc/9982/stat : 9982 (clasp-1.0) R 9980 9912 28789 0 -1 4202496 10250 0 0 0 83269 3 0 0 20 0 1 0 339543481 43888640 10073 33554432000 134512640 134847168 4287120128 4287118896 134737660 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9982/statm: 10715 10073 272 82 0 9956 0
Current children cumulated CPU time (s) 1087.65
Current children cumulated vsize (KiB) 77748

[startup+1094.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10086
/proc/meminfo: memFree=27884980/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=254.93 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1438 31698 0 0 0 0 25485 8 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9980] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9980/stat : 9980 (sh) S 9912 9912 28789 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339543481 9367552 264 33554432000 4194304 5064252 140736994383008 140736994381264 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9980/statm: 2287 264 223 213 0 72 0
[pid=9982] ppid=9980 vsize=42860 CPUtime=839.11 cores=1,3,5,7
/proc/9982/stat : 9982 (clasp-1.0) R 9980 9912 28789 0 -1 4202496 10253 0 0 0 83908 3 0 0 20 0 1 0 339543481 43888640 10076 33554432000 134512640 134847168 4287120128 4287118756 134616350 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9982/statm: 10715 10076 272 82 0 9956 0
Current children cumulated CPU time (s) 1094.04
Current children cumulated vsize (KiB) 77748

[startup+1100.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10086
/proc/meminfo: memFree=27884544/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=254.93 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1438 31698 0 0 0 0 25485 8 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9980] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9980/stat : 9980 (sh) S 9912 9912 28789 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339543481 9367552 264 33554432000 4194304 5064252 140736994383008 140736994381264 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9980/statm: 2287 264 223 213 0 72 0
[pid=9982] ppid=9980 vsize=42860 CPUtime=845.51 cores=1,3,5,7
/proc/9982/stat : 9982 (clasp-1.0) R 9980 9912 28789 0 -1 4202496 10262 0 0 0 84548 3 0 0 20 0 1 0 339543481 43888640 10085 33554432000 134512640 134847168 4287120128 4287118752 134784711 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9982/statm: 10715 10085 272 82 0 9956 0
Current children cumulated CPU time (s) 1100.44
Current children cumulated vsize (KiB) 77748

[startup+1102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10086
/proc/meminfo: memFree=27884420/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=254.93 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1438 31698 0 0 0 0 25485 8 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9980] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9980/stat : 9980 (sh) S 9912 9912 28789 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339543481 9367552 264 33554432000 4194304 5064252 140736994383008 140736994381264 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9980/statm: 2287 264 223 213 0 72 0
[pid=9982] ppid=9980 vsize=42860 CPUtime=847.11 cores=1,3,5,7
/proc/9982/stat : 9982 (clasp-1.0) R 9980 9912 28789 0 -1 4202496 10263 0 0 0 84708 3 0 0 20 0 1 0 339543481 43888640 10086 33554432000 134512640 134847168 4287120128 4287118752 134784651 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9982/statm: 10715 10086 272 82 0 9956 0
Current children cumulated CPU time (s) 1102.04
Current children cumulated vsize (KiB) 77748

[startup+1103.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10086
/proc/meminfo: memFree=27884420/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=254.93 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1438 31698 0 0 0 0 25485 8 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9980] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9980/stat : 9980 (sh) S 9912 9912 28789 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339543481 9367552 264 33554432000 4194304 5064252 140736994383008 140736994381264 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9980/statm: 2287 264 223 213 0 72 0
[pid=9982] ppid=9980 vsize=42860 CPUtime=847.91 cores=1,3,5,7
/proc/9982/stat : 9982 (clasp-1.0) R 9980 9912 28789 0 -1 4202496 10263 0 0 0 84788 3 0 0 20 0 1 0 339543481 43888640 10086 33554432000 134512640 134847168 4287120128 4287118812 134715864 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9982/statm: 10715 10086 272 82 0 9956 0
Current children cumulated CPU time (s) 1102.84
Current children cumulated vsize (KiB) 77748

[startup+1103.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10086
/proc/meminfo: memFree=27884544/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=254.93 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1438 31698 0 0 0 0 25485 8 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9980] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9980/stat : 9980 (sh) S 9912 9912 28789 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339543481 9367552 264 33554432000 4194304 5064252 140736994383008 140736994381264 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9980/statm: 2287 264 223 213 0 72 0
[pid=9982] ppid=9980 vsize=42860 CPUtime=848.31 cores=1,3,5,7
/proc/9982/stat : 9982 (clasp-1.0) R 9980 9912 28789 0 -1 4202496 10263 0 0 0 84828 3 0 0 20 0 1 0 339543481 43888640 10086 33554432000 134512640 134847168 4287120128 4287118812 134715803 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9982/statm: 10715 10086 272 82 0 9956 0
Current children cumulated CPU time (s) 1103.24
Current children cumulated vsize (KiB) 77748

[startup+1103.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10086
/proc/meminfo: memFree=27884544/32873844 swapFree=7116/7116
[pid=9912] ppid=9910 vsize=25740 CPUtime=254.93 cores=1,3,5,7
/proc/9912/stat : 9912 (pbclasp) S 9910 9912 28789 0 -1 4202496 1438 31698 0 0 0 0 25485 8 20 0 1 0 339517978 26357760 551 33554432000 4194304 4198148 140735744216592 140735744215520 240430149662 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9912/statm: 6435 551 387 1 0 230 0
[pid=9980] ppid=9912 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9980/stat : 9980 (sh) S 9912 9912 28789 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339543481 9367552 264 33554432000 4194304 5064252 140736994383008 140736994381264 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9980/statm: 2287 264 223 213 0 72 0
[pid=9982] ppid=9980 vsize=42860 CPUtime=848.51 cores=1,3,5,7
/proc/9982/stat : 9982 (clasp-1.0) R 9980 9912 28789 0 -1 4202496 10263 0 0 0 84848 3 0 0 20 0 1 0 339543481 43888640 10086 33554432000 134512640 134847168 4287120128 4287118436 134792583 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9982/statm: 10715 10086 272 82 0 9956 0
Current children cumulated CPU time (s) 1103.44
Current children cumulated vsize (KiB) 77748

Child status: 0
Real time (s): 1103.73
CPU time (s): 1103.5
CPU user time (s): 1103.37
CPU system time (s): 0.12598
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 77748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1103.37
system time used= 0.12598
maximum resident set size= 40424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44377
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 598
involuntary context switches= 1282

runsolver used 2.14167 second user time and 5.9251 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-03 16:31:34
IDJOB=3736989
IDBENCH=48156
IDSOLVER=2317
FILE ID=node108/3736989-1338733894
RUNJOBID= node108-1338713956-28806
PBS_JOBID= 14636750
Free space on /tmp= 71472 MiB

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

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

MD5SUM BENCH= 1e64c526f9351931db225cdff75c2df5
RANDOM SEED=1407265779

node108.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.273
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	: 5332.54
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.273
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		: 2666.273
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.91
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.273
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.91
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.273
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.91
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.273
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	: 5438.55
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.273
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.90
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.273
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:        27971384 kB
Buffers:          518812 kB
Cached:          3553156 kB
SwapCached:          112 kB
Active:          2096732 kB
Inactive:        1999076 kB
Active(anon):      10704 kB
Inactive(anon):    13072 kB
Active(file):    2086028 kB
Inactive(file):  1986004 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108548 kB
Dirty:               628 kB
Writeback:             0 kB
AnonPages:         27712 kB
Mapped:            16548 kB
Shmem:               172 kB
Slab:             669340 kB
SReclaimable:     111300 kB
SUnreclaim:       558040 kB
KernelStack:        1472 kB
PageTables:         4244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     134372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 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-3736989-1338733894.opb

Free space on /tmp at the end= 71472 MiB
End job on node108 at 2012-06-03 16:49:58