Trace number 3736967

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 1256.21 1256.45

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_3.opb
MD5SUMcdb29f44159b0b72729019e0c0db0b8a
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.59176
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)3090
Sum of products size (including duplicates)6180
Number of different products3090
Sum of products size6180

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.31/0.40	o 8
0.31/0.48	o 7
3.06/3.12	o 6
78.23/78.32	o 5
384.89/385.06	sh: line 1: 29108 Done                    cat HOME/temp/instance-3736967-1338733851.opb.op
384.89/385.06	     29109 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3736967-1338733851.opb.clasp
1256.12/1256.45	s OPTIMUM FOUND
1256.12/1256.45	v x2 x5 x35 x38 x61 x108 x123 x179 x207 x230 x235 x310 x329 x398 x403 x440 x476 x523 x580 x581 x584 x614 x622 x647 x654 x656 x687 x723 x750 x772 x793 x809 x827 x843 x854 x875 x878 x894 x921 x932 x961 x984 x992 x994 x1029 x1042 x1083 x1114 x1128 x1137 x1150 x1151 x1180 x1184 x1198 x1207 x1221 x1282 x1332 x1355 x1367 x1419 x1453 x1483 x1495 x1509 x1524 x1547 x1559 x1577 x1591 x1611 x1620 x1621 x1653 x1680 x1682 x1695 x1698 x1700 x1711 x1726 x1736 x1739 x1752 x1764 x1772 x1806 x1827 x1828 x1855 x1856 x1888 x1900 x1944 x1950 x1975 x1996 x1998 x2014 x2023 x2047 x2062 x2070 x2076 x2083 x2138 x2167 x2178 x2208 x2215 x2240 x2270 x2303 x2315 x2344 x2371 x2377 x2378 x2387 x2399 x2427 x2456 x2458 x2495 x2503 x2509 x2537 x2571 x2606 x2616 x2617 x2628 x2646 x2655 x2656 x2672 x2674 x2688 x2701 x2702 x2712 x2726 x2737 x2743 x2754 x2788 x2795 x2806 x2821 x2833 x2846 x2858 x2877 x2882 x2883 x2909 x2936 x2971 x2987 x3030 x3040 x3041 x3048 x3082 x3101 x3116 x3124 x3133 x3144 x3166 

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-3736967-1338733851/watcher-3736967-1338733851 -o /tmp/evaluation-result-3736967-1338733851/solver-3736967-1338733851 -C 1800 -W 1900 -M 15500 pbclasp instance-3736967-1338733851.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/179 29059
/proc/meminfo: memFree=29790104/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25592 CPUtime=0 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) R 29057 29059 32725 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 339513728 26206208 468 33554432000 4194304 4198148 140735021403664 140735021401112 245293879188 0 0 4224 0 0 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6398 469 345 1 0 193 0

[startup+0.049112 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29059
/proc/meminfo: memFree=29790104/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=0 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 611 0 0 0 0 0 0 0 20 0 1 0 339513728 26357760 524 33554432000 4194304 4198148 140735021403664 140735021402552 245297636592 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 524 368 1 0 230 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25740

[startup+0.100217 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29059
/proc/meminfo: memFree=29790104/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=0 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 611 0 0 0 0 0 0 0 20 0 1 0 339513728 26357760 524 33554432000 4194304 4198148 140735021403664 140735021402552 245297636592 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 524 368 1 0 230 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25740

[startup+0.300177 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29059
/proc/meminfo: memFree=29790104/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=0.24 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 693 2093 0 0 0 0 24 0 20 0 1 0 339513728 26357760 546 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 546 387 1 0 230 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 25740

[startup+0.700196 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29059
/proc/meminfo: memFree=29790104/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=0.46 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1058 12356 0 0 0 0 43 3 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 25740

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29093
/proc/meminfo: memFree=29783616/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=0.46 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1058 12356 0 0 0 0 43 3 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29091] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29091/stat : 29091 (sh) S 29059 29059 32725 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339513777 9367552 263 33554432000 4194304 5064252 140736906689984 140736906688240 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29091/statm: 2287 263 223 213 0 72 0
[pid=29093] ppid=29091 vsize=7844 CPUtime=1 cores=1,3,5,7
/proc/29093/stat : 29093 (clasp-1.0) R 29091 29059 32725 0 -1 4202496 1549 0 0 0 100 0 0 0 20 0 1 0 339513777 8032256 1427 33554432000 134512640 134847168 4288865824 4288864400 134714864 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29093/statm: 1961 1427 272 82 0 1202 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 42732

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29093
/proc/meminfo: memFree=29780928/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=0.46 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1058 12356 0 0 0 0 43 3 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29091] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29091/stat : 29091 (sh) S 29059 29059 32725 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339513777 9367552 263 33554432000 4194304 5064252 140736906689984 140736906688240 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29091/statm: 2287 263 223 213 0 72 0
[pid=29093] ppid=29091 vsize=9292 CPUtime=2.6 cores=1,3,5,7
/proc/29093/stat : 29093 (clasp-1.0) R 29091 29059 32725 0 -1 4202496 1913 0 0 0 260 0 0 0 20 0 1 0 339513777 9515008 1791 33554432000 134512640 134847168 4288865824 4288864516 134616619 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29093/statm: 2323 1791 272 82 0 1564 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 44180

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29101
/proc/meminfo: memFree=29778424/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=3.1 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1180 16216 0 0 0 0 306 4 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29099] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29099/stat : 29099 (sh) S 29059 29059 32725 0 -1 4202496 373 219 0 0 0 0 0 0 20 0 1 0 339514041 9367552 264 33554432000 4194304 5064252 140735906510064 140735906508320 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29099/statm: 2287 264 223 213 0 72 0
[pid=29101] ppid=29099 vsize=8940 CPUtime=3.16 cores=1,3,5,7
/proc/29101/stat : 29101 (clasp-1.0) R 29099 29059 32725 0 -1 4202496 1807 0 0 0 316 0 0 0 20 0 1 0 339514041 9154560 1685 33554432000 134512640 134847168 4287096512 4287095252 134737633 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29101/statm: 2235 1685 270 82 0 1476 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 43828

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29101
/proc/meminfo: memFree=29770100/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=3.1 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1180 16216 0 0 0 0 306 4 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29099] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29099/stat : 29099 (sh) S 29059 29059 32725 0 -1 4202496 373 219 0 0 0 0 0 0 20 0 1 0 339514041 9367552 264 33554432000 4194304 5064252 140735906510064 140735906508320 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29099/statm: 2287 264 223 213 0 72 0
[pid=29101] ppid=29099 vsize=12676 CPUtime=9.55 cores=1,3,5,7
/proc/29101/stat : 29101 (clasp-1.0) R 29099 29059 32725 0 -1 4202496 2752 0 0 0 955 0 0 0 20 0 1 0 339514041 12980224 2644 33554432000 134512640 134847168 4287096512 4287094832 10350222 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29101/statm: 3169 2644 270 82 0 2410 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 47564

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29101
/proc/meminfo: memFree=29764048/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=3.1 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1180 16216 0 0 0 0 306 4 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29099] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29099/stat : 29099 (sh) S 29059 29059 32725 0 -1 4202496 373 219 0 0 0 0 0 0 20 0 1 0 339514041 9367552 264 33554432000 4194304 5064252 140735906510064 140735906508320 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29099/statm: 2287 264 223 213 0 72 0
[pid=29101] ppid=29099 vsize=15092 CPUtime=22.35 cores=1,3,5,7
/proc/29101/stat : 29101 (clasp-1.0) R 29099 29059 32725 0 -1 4202496 3352 0 0 0 2235 0 0 0 20 0 1 0 339514041 15454208 3244 33554432000 134512640 134847168 4287096512 4287095232 134741925 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29101/statm: 3773 3244 270 82 0 3014 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 49980

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29101
/proc/meminfo: memFree=29755284/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=3.1 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1180 16216 0 0 0 0 306 4 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29099] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29099/stat : 29099 (sh) S 29059 29059 32725 0 -1 4202496 373 219 0 0 0 0 0 0 20 0 1 0 339514041 9367552 264 33554432000 4194304 5064252 140735906510064 140735906508320 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29099/statm: 2287 264 223 213 0 72 0
[pid=29101] ppid=29099 vsize=19320 CPUtime=47.94 cores=1,3,5,7
/proc/29101/stat : 29101 (clasp-1.0) R 29099 29059 32725 0 -1 4202496 4379 0 0 0 4794 0 0 0 20 0 1 0 339514041 19783680 4274 33554432000 134512640 134847168 4287096512 4287095252 134737633 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29101/statm: 4830 4274 270 82 0 4071 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 54208

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29109
/proc/meminfo: memFree=29753428/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=78.29 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1301 23612 0 0 0 0 7823 6 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29107] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29107/stat : 29107 (sh) S 29059 29059 32725 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339521562 9367552 263 33554432000 4194304 5064252 140736281457456 140736281455712 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29107/statm: 2287 263 223 213 0 72 0
[pid=29109] ppid=29107 vsize=14728 CPUtime=23.95 cores=1,3,5,7
/proc/29109/stat : 29109 (clasp-1.0) R 29107 29059 32725 0 -1 4202496 3260 0 0 0 2395 0 0 0 20 0 1 0 339521562 15081472 3138 33554432000 134512640 134847168 4292586848 4292585540 10342358 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29109/statm: 3682 3138 270 82 0 2923 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 49616

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29109
/proc/meminfo: memFree=29744360/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=78.29 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1301 23612 0 0 0 0 7823 6 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29107] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29107/stat : 29107 (sh) S 29059 29059 32725 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339521562 9367552 263 33554432000 4194304 5064252 140736281457456 140736281455712 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29107/statm: 2287 263 223 213 0 72 0
[pid=29109] ppid=29107 vsize=20420 CPUtime=83.93 cores=1,3,5,7
/proc/29109/stat : 29109 (clasp-1.0) R 29107 29059 32725 0 -1 4202496 4660 0 0 0 8392 1 0 0 20 0 1 0 339521562 20910080 4556 33554432000 134512640 134847168 4292586848 4292585472 134784680 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29109/statm: 5105 4556 270 82 0 4346 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 55308

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29109
/proc/meminfo: memFree=29737404/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=78.29 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1301 23612 0 0 0 0 7823 6 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29107] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29107/stat : 29107 (sh) S 29059 29059 32725 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339521562 9367552 263 33554432000 4194304 5064252 140736281457456 140736281455712 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29107/statm: 2287 263 223 213 0 72 0
[pid=29109] ppid=29107 vsize=24472 CPUtime=143.92 cores=1,3,5,7
/proc/29109/stat : 29109 (clasp-1.0) R 29107 29059 32725 0 -1 4202496 5675 0 0 0 14391 1 0 0 20 0 1 0 339521562 25059328 5579 33554432000 134512640 134847168 4292586848 4292585616 134737597 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29109/statm: 6118 5579 270 82 0 5359 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 59360

[startup+282.3 s]

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

/proc/29131/statm: 9889 9289 270 82 0 9130 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 74444

[startup+1062.3 s]
/proc/loadavg: 1.22 1.31 1.58 3/181 10915
/proc/meminfo: memFree=29748924/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=384.95 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1405 32768 0 0 0 0 38487 8 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29129] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29129/stat : 29129 (sh) S 29059 29059 32725 0 -1 4202496 374 221 0 0 0 0 0 0 20 0 1 0 339552235 9367552 264 33554432000 4194304 5064252 140734285391776 140734285390032 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29129/statm: 2287 264 223 213 0 72 0
[pid=29131] ppid=29129 vsize=40356 CPUtime=677.11 cores=1,3,5,7
/proc/29131/stat : 29131 (clasp-1.0) R 29129 29059 32725 0 -1 4202496 9719 0 0 0 66947 764 0 0 20 0 1 0 339552235 41324544 9517 33554432000 134512640 134847168 4288544832 4288543512 134789711 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29131/statm: 10089 9517 270 82 0 9330 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 75244

[startup+1122.3 s]
/proc/loadavg: 1.10 1.26 1.54 3/181 32161
/proc/meminfo: memFree=29747064/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=384.95 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1405 32768 0 0 0 0 38487 8 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29129] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29129/stat : 29129 (sh) S 29059 29059 32725 0 -1 4202496 374 221 0 0 0 0 0 0 20 0 1 0 339552235 9367552 264 33554432000 4194304 5064252 140734285391776 140734285390032 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29129/statm: 2287 264 223 213 0 72 0
[pid=29131] ppid=29129 vsize=41400 CPUtime=737.1 cores=1,3,5,7
/proc/29131/stat : 29131 (clasp-1.0) R 29129 29059 32725 0 -1 4202496 9929 0 0 0 72894 816 0 0 20 0 1 0 339552235 42393600 9729 33554432000 134512640 134847168 4288544832 4288543600 134617515 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29131/statm: 10350 9729 270 82 0 9591 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 76288

[startup+1182.3 s]
/proc/loadavg: 1.24 1.26 1.53 3/181 20045
/proc/meminfo: memFree=29746240/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=384.95 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1405 32768 0 0 0 0 38487 8 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29129] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29129/stat : 29129 (sh) S 29059 29059 32725 0 -1 4202496 374 221 0 0 0 0 0 0 20 0 1 0 339552235 9367552 264 33554432000 4194304 5064252 140734285391776 140734285390032 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29129/statm: 2287 264 223 213 0 72 0
[pid=29131] ppid=29129 vsize=41400 CPUtime=797.09 cores=1,3,5,7
/proc/29131/stat : 29131 (clasp-1.0) R 29129 29059 32725 0 -1 4202496 9929 0 0 0 78809 900 0 0 20 0 1 0 339552235 42393600 9729 33554432000 134512640 134847168 4288544832 4288543456 134784803 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29131/statm: 10350 9729 270 82 0 9591 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 76288

[startup+1242.3 s]
/proc/loadavg: 1.23 1.24 1.50 4/180 9059
/proc/meminfo: memFree=29744544/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=384.95 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1405 32768 0 0 0 0 38487 8 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29129] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29129/stat : 29129 (sh) S 29059 29059 32725 0 -1 4202496 374 221 0 0 0 0 0 0 20 0 1 0 339552235 9367552 264 33554432000 4194304 5064252 140734285391776 140734285390032 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29129/statm: 2287 264 223 213 0 72 0
[pid=29131] ppid=29129 vsize=41472 CPUtime=857.07 cores=1,3,5,7
/proc/29131/stat : 29131 (clasp-1.0) R 29129 29059 32725 0 -1 4202496 9981 0 0 0 84739 968 0 0 20 0 1 0 339552235 42467328 9745 33554432000 134512640 134847168 4288544832 4288543456 134784667 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29131/statm: 10368 9745 270 82 0 9609 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 76360

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

[startup+1247.9 s]
/proc/loadavg: 1.19 1.24 1.50 3/180 13943
/proc/meminfo: memFree=29744876/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=384.95 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1405 32768 0 0 0 0 38487 8 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29129] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29129/stat : 29129 (sh) S 29059 29059 32725 0 -1 4202496 374 221 0 0 0 0 0 0 20 0 1 0 339552235 9367552 264 33554432000 4194304 5064252 140734285391776 140734285390032 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29129/statm: 2287 264 223 213 0 72 0
[pid=29131] ppid=29129 vsize=41472 CPUtime=862.68 cores=1,3,5,7
/proc/29131/stat : 29131 (clasp-1.0) R 29129 29059 32725 0 -1 4202496 9981 0 0 0 85293 975 0 0 20 0 1 0 339552235 42467328 9745 33554432000 134512640 134847168 4288544832 4288543456 134784798 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29131/statm: 10368 9745 270 82 0 9609 0
Current children cumulated CPU time (s) 1247.63
Current children cumulated vsize (KiB) 76360

[startup+1251.1 s]
/proc/loadavg: 1.19 1.24 1.50 3/180 16843
/proc/meminfo: memFree=29744676/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=384.95 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1405 32768 0 0 0 0 38487 8 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29129] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29129/stat : 29129 (sh) S 29059 29059 32725 0 -1 4202496 374 221 0 0 0 0 0 0 20 0 1 0 339552235 9367552 264 33554432000 4194304 5064252 140734285391776 140734285390032 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29129/statm: 2287 264 223 213 0 72 0
[pid=29131] ppid=29129 vsize=41472 CPUtime=865.87 cores=1,3,5,7
/proc/29131/stat : 29131 (clasp-1.0) R 29129 29059 32725 0 -1 4202496 9981 0 0 0 85610 977 0 0 20 0 1 0 339552235 42467328 9745 33554432000 134512640 134847168 4288544832 4288543456 134784670 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29131/statm: 10368 9745 270 82 0 9609 0
Current children cumulated CPU time (s) 1250.82
Current children cumulated vsize (KiB) 76360

[startup+1254.3 s]
/proc/loadavg: 1.26 1.25 1.50 3/180 19789
/proc/meminfo: memFree=29744592/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=384.95 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1405 32768 0 0 0 0 38487 8 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29129] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29129/stat : 29129 (sh) S 29059 29059 32725 0 -1 4202496 374 221 0 0 0 0 0 0 20 0 1 0 339552235 9367552 264 33554432000 4194304 5064252 140734285391776 140734285390032 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29129/statm: 2287 264 223 213 0 72 0
[pid=29131] ppid=29129 vsize=41472 CPUtime=869.08 cores=1,3,5,7
/proc/29131/stat : 29131 (clasp-1.0) R 29129 29059 32725 0 -1 4202496 9981 0 0 0 85929 979 0 0 20 0 1 0 339552235 42467328 9745 33554432000 134512640 134847168 4288544832 4288543472 134782313 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29131/statm: 10368 9745 270 82 0 9609 0
Current children cumulated CPU time (s) 1254.03
Current children cumulated vsize (KiB) 76360

[startup+1255.11 s]
/proc/loadavg: 1.26 1.25 1.50 3/180 20768
/proc/meminfo: memFree=29744636/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=384.95 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1405 32768 0 0 0 0 38487 8 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29129] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29129/stat : 29129 (sh) S 29059 29059 32725 0 -1 4202496 374 221 0 0 0 0 0 0 20 0 1 0 339552235 9367552 264 33554432000 4194304 5064252 140734285391776 140734285390032 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29129/statm: 2287 264 223 213 0 72 0
[pid=29131] ppid=29129 vsize=41472 CPUtime=869.88 cores=1,3,5,7
/proc/29131/stat : 29131 (clasp-1.0) R 29129 29059 32725 0 -1 4202496 9981 0 0 0 86009 979 0 0 20 0 1 0 339552235 42467328 9745 33554432000 134512640 134847168 4288544832 4288543408 134714706 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29131/statm: 10368 9745 270 82 0 9609 0
Current children cumulated CPU time (s) 1254.83
Current children cumulated vsize (KiB) 76360

[startup+1255.9 s]
/proc/loadavg: 1.26 1.25 1.50 3/180 20768
/proc/meminfo: memFree=29744636/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=384.95 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1405 32768 0 0 0 0 38487 8 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29129] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29129/stat : 29129 (sh) S 29059 29059 32725 0 -1 4202496 374 221 0 0 0 0 0 0 20 0 1 0 339552235 9367552 264 33554432000 4194304 5064252 140734285391776 140734285390032 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29129/statm: 2287 264 223 213 0 72 0
[pid=29131] ppid=29129 vsize=41472 CPUtime=870.68 cores=1,3,5,7
/proc/29131/stat : 29131 (clasp-1.0) R 29129 29059 32725 0 -1 4202496 9981 0 0 0 86089 979 0 0 20 0 1 0 339552235 42467328 9745 33554432000 134512640 134847168 4288544832 4288543408 134714368 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29131/statm: 10368 9745 270 82 0 9609 0
Current children cumulated CPU time (s) 1255.63
Current children cumulated vsize (KiB) 76360

[startup+1256.3 s]
/proc/loadavg: 1.26 1.25 1.50 3/180 21745
/proc/meminfo: memFree=29744740/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=384.95 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1405 32768 0 0 0 0 38487 8 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29129] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29129/stat : 29129 (sh) S 29059 29059 32725 0 -1 4202496 374 221 0 0 0 0 0 0 20 0 1 0 339552235 9367552 264 33554432000 4194304 5064252 140734285391776 140734285390032 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29129/statm: 2287 264 223 213 0 72 0
[pid=29131] ppid=29129 vsize=41472 CPUtime=871.08 cores=1,3,5,7
/proc/29131/stat : 29131 (clasp-1.0) R 29129 29059 32725 0 -1 4202496 9981 0 0 0 86129 979 0 0 20 0 1 0 339552235 42467328 9745 33554432000 134512640 134847168 4288544832 4288543516 134715812 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29131/statm: 10368 9745 270 82 0 9609 0
Current children cumulated CPU time (s) 1256.03
Current children cumulated vsize (KiB) 76360

[startup+1256.4 s]
/proc/loadavg: 1.26 1.25 1.50 3/180 21745
/proc/meminfo: memFree=29744740/32873844 swapFree=7372/7372
[pid=29059] ppid=29057 vsize=25740 CPUtime=384.95 cores=1,3,5,7
/proc/29059/stat : 29059 (pbclasp) S 29057 29059 32725 0 -1 4202496 1405 32768 0 0 0 0 38487 8 20 0 1 0 339513728 26357760 551 33554432000 4194304 4198148 140735021403664 140735021402592 245297639454 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29059/statm: 6435 551 387 1 0 230 0
[pid=29129] ppid=29059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29129/stat : 29129 (sh) S 29059 29059 32725 0 -1 4202496 374 221 0 0 0 0 0 0 20 0 1 0 339552235 9367552 264 33554432000 4194304 5064252 140734285391776 140734285390032 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29129/statm: 2287 264 223 213 0 72 0
[pid=29131] ppid=29129 vsize=41472 CPUtime=871.17 cores=1,3,5,7
/proc/29131/stat : 29131 (clasp-1.0) R 29129 29059 32725 0 -1 4202496 9981 0 0 0 86138 979 0 0 20 0 1 0 339552235 42467328 9745 33554432000 134512640 134847168 4288544832 4288543572 134737633 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29131/statm: 10368 9745 270 82 0 9609 0
Current children cumulated CPU time (s) 1256.12
Current children cumulated vsize (KiB) 76360

Child status: 0
Real time (s): 1256.45
CPU time (s): 1256.21
CPU user time (s): 1246.31
CPU system time (s): 9.8945
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 76360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1246.31
system time used= 9.89449
maximum resident set size= 39104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45136
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 595
involuntary context switches= 1941

runsolver used 2.48062 second user time and 7.2149 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-03 16:30:51
IDJOB=3736967
IDBENCH=48154
IDSOLVER=2317
FILE ID=node109/3736967-1338733851
RUNJOBID= node109-1338713403-32742
PBS_JOBID= 14636733
Free space on /tmp= 70712 MiB

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

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

MD5SUM BENCH= cdb29f44159b0b72729019e0c0db0b8a
RANDOM SEED=694475943

node109.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.264
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.52
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.264
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.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.91
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.264
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.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29790912 kB
Buffers:          609644 kB
Cached:          1574868 kB
SwapCached:          964 kB
Active:          1177892 kB
Inactive:        1029816 kB
Active(anon):      15800 kB
Inactive(anon):     7844 kB
Active(file):    1162092 kB
Inactive(file):  1021972 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105532 kB
Dirty:               968 kB
Writeback:             0 kB
AnonPages:         27292 kB
Mapped:            12112 kB
Shmem:                 4 kB
Slab:             737492 kB
SReclaimable:     179572 kB
SUnreclaim:       557920 kB
KernelStack:        1488 kB
PageTables:         4064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     137696 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-3736967-1338733851.opb

Free space on /tmp at the end= 70700 MiB
End job on node109 at 2012-06-03 16:51:48