Trace number 3741288

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-10SAT (TO)574 1854.44 1855.1

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-1109824.opb
MD5SUM6b78caa911ec8d23c05ac6a0b1089c62
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark378
Best CPU time to get the best result obtained on this benchmark84.4462
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1520
Total number of constraints28979
Number of constraints which are clauses28880
Number of constraints which are cardinality constraints (but not clauses)23
Number of constraints which are nor clauses,nor cardinality constraints76
Minimum length of a constraint2
Maximum length of a constraint76
Number of terms in the objective function 1512
Biggest coefficient in the objective function 83
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 54080
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 83
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 54080
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

1.04/1.50	o 765
1.49/2.07	o 693
5.25/5.37	o 669
7.69/7.86	o 667
10.61/10.84	o 636
18.27/18.54	o 630
32.67/32.99	o 611
50.84/51.13	o 608
56.54/56.89	o 591
222.69/223.04	o 589
248.17/248.52	o 584
319.55/319.91	o 578
716.65/717.12	o 574
1852.40/1853.09	sh: line 1:  2960 Done                    cat HOME/temp/instance-3741288-1338775589.opb.op
1852.40/1853.09	      2961 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3741288-1338775589.opb.clasp
1852.40/1853.10	c Somebody sent me a SIGTERM
1852.40/1853.10	s SATISFIABLE
1852.40/1853.10	v x71 x156 x283 x368 x426 x473 x573 x740 x887 x979 x1057 x1096 x1103 x1127 x1143 x1160 x1231 x1283 x1317 x1379 x1385 x1450 x1494 
1852.40/1853.10	pb2clasp1: no process killed
1852.40/1853.10	clasp-1.0: no process killed
1854.31/1855.10	sh: line 1: 30802 Done                    cat HOME/temp/instance-3741288-1338775589.opb.op
1854.31/1855.10	     30803 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3741288-1338775589.opb.clasp

Verifier Data

OK	574

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-3741288-1338775589/watcher-3741288-1338775589 -o /tmp/evaluation-result-3741288-1338775589/solver-3741288-1338775589 -C 1800 -W 1900 -M 15500 pbclasp instance-3741288-1338775589.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 2842
/proc/meminfo: memFree=28926768/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=25592 CPUtime=0 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) R 2840 2842 20179 0 -1 4202496 521 0 0 0 0 0 0 0 20 0 1 0 343683341 26206208 452 33554432000 4194304 4198148 140734563738640 140734563736088 239237304139 0 0 4224 0 0 0 0 17 5 0 0 0 0 0
/proc/2842/statm: 6398 454 345 1 0 193 0

[startup+0.0827399 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2842
/proc/meminfo: memFree=28926768/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=25992 CPUtime=0.02 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 677 0 0 0 2 0 0 0 20 0 1 0 343683341 26615808 591 33554432000 4194304 4198148 140734563738640 140734563737528 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2842/statm: 6498 591 368 1 0 293 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25992

[startup+0.120304 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2842
/proc/meminfo: memFree=28926768/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=25992 CPUtime=0.02 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 677 0 0 0 2 0 0 0 20 0 1 0 343683341 26615808 591 33554432000 4194304 4198148 140734563738640 140734563737528 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2842/statm: 6498 591 368 1 0 293 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25992

[startup+0.300251 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2842
/proc/meminfo: memFree=28926768/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=25992 CPUtime=0.02 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 677 0 0 0 2 0 0 0 20 0 1 0 343683341 26615808 591 33554432000 4194304 4198148 140734563738640 140734563737528 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2842/statm: 6498 591 368 1 0 293 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25992

[startup+0.700248 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 2842
/proc/meminfo: memFree=28926768/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=25992 CPUtime=0.02 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 677 0 0 0 2 0 0 0 20 0 1 0 343683341 26615808 591 33554432000 4194304 4198148 140734563738640 140734563737528 239241061616 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2842/statm: 6498 591 368 1 0 293 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25992

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2845
/proc/meminfo: memFree=28924232/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=1.04 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 823 2103 0 0 2 0 101 1 20 0 1 0 343683341 26750976 641 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2842/statm: 6531 641 387 1 0 326 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 26124

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2868
/proc/meminfo: memFree=28921588/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=2.06 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 1107 13679 0 0 2 0 200 4 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=2866] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2866/stat : 2866 (sh) S 2842 2842 20179 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 343683550 9367552 263 33554432000 4194304 5064252 140734681160624 140734681158880 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2866/statm: 2287 263 223 213 0 72 0
[pid=2868] ppid=2866 vsize=16340 CPUtime=0.99 cores=1,3,5,7
/proc/2868/stat : 2868 (clasp-1.0) R 2866 2842 20179 0 -1 4202496 3842 0 0 0 99 0 0 0 20 0 1 0 343683550 16732160 3464 33554432000 134512640 134847168 4289219120 4289217824 134616633 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2868/statm: 4085 3464 272 82 0 3326 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 51612

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2876
/proc/meminfo: memFree=28921340/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=5.28 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 1249 19845 0 0 2 0 521 5 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=2874] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2874/stat : 2874 (sh) S 2842 2842 20179 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 343683879 9367552 263 33554432000 4194304 5064252 140733647290672 140733647288928 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2874/statm: 2287 263 223 213 0 72 0
[pid=2876] ppid=2874 vsize=16340 CPUtime=0.91 cores=1,3,5,7
/proc/2876/stat : 2876 (clasp-1.0) R 2874 2842 20179 0 -1 4202496 3842 0 0 0 90 1 0 0 20 0 1 0 343683879 16732160 3464 33554432000 134512640 134847168 4292546768 4292545536 134617536 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2876/statm: 4085 3464 270 82 0 3326 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 51612

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2892
/proc/meminfo: memFree=28909508/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=10.64 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 1521 32793 0 0 2 0 1053 9 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=2890] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2890/stat : 2890 (sh) S 2842 2842 20179 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 343684426 9367552 264 33554432000 4194304 5064252 140734225225808 140734225224064 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2890/statm: 2287 264 223 213 0 72 0
[pid=2892] ppid=2890 vsize=16340 CPUtime=1.83 cores=1,3,5,7
/proc/2892/stat : 2892 (clasp-1.0) R 2890 2842 20179 0 -1 4202496 3842 0 0 0 183 0 0 0 20 0 1 0 343684426 16732160 3463 33554432000 134512640 134847168 4291165232 4291163904 134784580 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2892/statm: 4085 3463 272 82 0 3326 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 51612

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2900
/proc/meminfo: memFree=28903972/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=18.34 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 1662 40529 0 0 3 0 1820 11 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=2898] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2898/stat : 2898 (sh) S 2842 2842 20179 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 343685196 9367552 263 33554432000 4194304 5064252 140735645122528 140735645120784 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/2898/statm: 2287 263 223 213 0 72 0
[pid=2900] ppid=2898 vsize=21620 CPUtime=6.93 cores=1,3,5,7
/proc/2900/stat : 2900 (clasp-1.0) R 2898 2842 20179 0 -1 4202496 5191 0 0 0 692 1 0 0 20 0 1 0 343685196 22138880 4833 33554432000 134512640 134847168 4287640432 4287638688 1582375 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2900/statm: 5405 4833 272 82 0 4646 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 56892

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2908
/proc/meminfo: memFree=28897776/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=32.77 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 1803 49371 0 0 3 0 3260 14 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=2906] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2906/stat : 2906 (sh) S 2842 2842 20179 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 343686641 9367552 263 33554432000 4194304 5064252 140737293253472 140737293251728 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2906/statm: 2287 263 223 213 0 72 0
[pid=2908] ppid=2906 vsize=28532 CPUtime=18.07 cores=1,3,5,7
/proc/2908/stat : 2908 (clasp-1.0) R 2906 2842 20179 0 -1 4202496 6921 0 0 0 1806 1 0 0 20 0 1 0 343686641 29216768 6540 33554432000 134512640 134847168 4289281632 4289280324 134616619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2908/statm: 7133 6540 272 82 0 6374 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 63804

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2924
/proc/meminfo: memFree=28888828/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=56.66 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2082 65019 0 0 3 0 5644 19 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=2922] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2922/stat : 2922 (sh) S 2842 2842 20179 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 343689032 9367552 264 33554432000 4194304 5064252 140736944071344 140736944069600 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2922/statm: 2287 264 223 213 0 72 0
[pid=2924] ppid=2922 vsize=35752 CPUtime=45.36 cores=1,3,5,7
/proc/2924/stat : 2924 (clasp-1.0) R 2922 2842 20179 0 -1 4202496 8706 0 0 0 4534 2 0 0 20 0 1 0 343689032 36610048 8354 33554432000 134512640 134847168 4288751920 4288750304 134735825 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2924/statm: 8938 8354 270 82 0 8179 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 71024

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2924
/proc/meminfo: memFree=28874804/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=56.66 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2082 65019 0 0 3 0 5644 19 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=2922] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2922/stat : 2922 (sh) S 2842 2842 20179 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 343689032 9367552 264 33554432000 4194304 5064252 140736944071344 140736944069600 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2922/statm: 2287 264 223 213 0 72 0
[pid=2924] ppid=2922 vsize=49432 CPUtime=105.34 cores=1,3,5,7
/proc/2924/stat : 2924 (clasp-1.0) R 2922 2842 20179 0 -1 4202496 12045 0 0 0 10530 4 0 0 20 0 1 0 343689032 50618368 11761 33554432000 134512640 134847168 4288751920 4288750544 134784711 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2924/statm: 12358 11761 270 82 0 11599 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 84704

[startup+222.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 2927
/proc/meminfo: memFree=28862880/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=56.66 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2082 65019 0 0 3 0 5644 19 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=2922] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2922/stat : 2922 (sh) S 2842 2842 20179 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 343689032 9367552 264 33554432000 4194304 5064252 140736944071344 140736944069600 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2922/statm: 2287 264 223 213 0 72 0
[pid=2924] ppid=2922 vsize=61408 CPUtime=165.33 cores=1,3,5,7
/proc/2924/stat : 2924 (clasp-1.0) R 2922 2842 20179 0 -1 4202496 14989 0 0 0 16528 5 0 0 20 0 1 0 343689032 62881792 14715 33554432000 134512640 134847168 4288751920 4288750600 134789705 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2924/statm: 15352 14715 270 82 0 14593 0
Current children cumulated CPU time (s) 221.99
Current children cumulated vsize (KiB) 96680

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 2943
/proc/meminfo: memFree=28893420/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=248.22 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2362 90054 0 0 3 1 24791 27 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=2941] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2625 122197 0 0 3 1 71626 38 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=2959] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2959/stat : 2959 (sh) S 2842 2842 20179 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 343755054 9367552 263 33554432000 4194304 5064252 140736558103328 140736558101584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2959/statm: 2287 263 223 213 0 72 0
[pid=2961] ppid=2959 vsize=98860 CPUtime=764.99 cores=1,3,5,7
/proc/2961/stat : 2961 (clasp-1.0) R 2959 2842 20179 0 -1 4202496 24256 0 0 0 76491 8 0 0 20 0 1 0 343755054 101232640 24126 33554432000 134512640 134847168 4291818288 4291816980 134616619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2961/statm: 24715 24126 270 82 0 23956 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 134132

[startup+1542.3 s]
/proc/loadavg: 1.39 1.82 1.94 3/180 28444
/proc/meminfo: memFree=28806540/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=716.68 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2625 122197 0 0 3 1 71626 38 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=2959] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2959/stat : 2959 (sh) S 2842 2842 20179 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 343755054 9367552 263 33554432000 4194304 5064252 140736558103328 140736558101584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2959/statm: 2287 263 223 213 0 72 0
[pid=2961] ppid=2959 vsize=103784 CPUtime=824.98 cores=1,3,5,7
/proc/2961/stat : 2961 (clasp-1.0) R 2959 2842 20179 0 -1 4202496 25410 0 0 0 82470 28 0 0 20 0 1 0 343755054 106274816 25315 33554432000 134512640 134847168 4291818288 4291816980 134616619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2961/statm: 25946 25315 270 82 0 25187 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 139056

[startup+1606.29 s]
/proc/loadavg: 1.36 1.73 1.89 5/180 13781
/proc/meminfo: memFree=28785468/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=716.68 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2625 122197 0 0 3 1 71626 38 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=2959] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2959/stat : 2959 (sh) S 2842 2842 20179 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 343755054 9367552 263 33554432000 4194304 5064252 140736558103328 140736558101584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2959/statm: 2287 263 223 213 0 72 0
[pid=2961] ppid=2959 vsize=109172 CPUtime=888.96 cores=1,3,5,7
/proc/2961/stat : 2961 (clasp-1.0) R 2959 2842 20179 0 -1 4202496 26727 0 0 0 88853 43 0 0 20 0 1 0 343755054 111792128 26671 33554432000 134512640 134847168 4291818288 4291816980 134616619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2961/statm: 27293 26671 270 82 0 26534 0
Current children cumulated CPU time (s) 1605.64
Current children cumulated vsize (KiB) 144444

[startup+1663.11 s]
/proc/loadavg: 1.38 1.70 1.88 3/181 14327
/proc/meminfo: memFree=28776592/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=716.68 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2625 122197 0 0 3 1 71626 38 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=2959] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2959/stat : 2959 (sh) S 2842 2842 20179 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 343755054 9367552 263 33554432000 4194304 5064252 140736558103328 140736558101584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2959/statm: 2287 263 223 213 0 72 0
[pid=2961] ppid=2959 vsize=109824 CPUtime=945.77 cores=1,3,5,7
/proc/2961/stat : 2961 (clasp-1.0) R 2959 2842 20179 0 -1 4202496 26854 0 0 0 94534 43 0 0 20 0 1 0 343755054 112459776 26798 33554432000 134512640 134847168 4291818288 4291816980 134616619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2961/statm: 27456 26798 270 82 0 26697 0
Current children cumulated CPU time (s) 1662.45
Current children cumulated vsize (KiB) 145096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1853.08 s]
/proc/loadavg: 8.74 3.55 2.48 7/179 30780
/proc/meminfo: memFree=28748140/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=716.68 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2625 122197 0 0 3 1 71626 38 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=2959] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2959/stat : 2959 (sh) S 2842 2842 20179 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 343755054 9367552 263 33554432000 4194304 5064252 140736558103328 140736558101584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2959/statm: 2287 263 223 213 0 72 0
[pid=2961] ppid=2959 vsize=126764 CPUtime=1135.72 cores=1,3,5,7
/proc/2961/stat : 2961 (clasp-1.0) R 2959 2842 20179 0 -1 4202496 31065 0 0 0 113527 45 0 0 20 0 1 0 343755054 129806336 30912 33554432000 134512640 134847168 4291818288 4291816972 134715846 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2961/statm: 31691 30912 270 82 0 30932 0
Current children cumulated CPU time (s) 1852.4
Current children cumulated vsize (KiB) 162036

Sending SIGTERM to process tree (bottom up)

[startup+1853.08 s]
/proc/loadavg: 8.74 3.55 2.48 7/179 30780
/proc/meminfo: memFree=28748140/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=716.68 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2625 122197 0 0 3 1 71626 38 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=2959] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2959/stat : 2959 (sh) S 2842 2842 20179 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 343755054 9367552 263 33554432000 4194304 5064252 140736558103328 140736558101584 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2959/statm: 2287 263 223 213 0 72 0
[pid=2961] ppid=2959 vsize=126764 CPUtime=1135.72 cores=1,3,5,7
/proc/2961/stat : 2961 (clasp-1.0) R 2959 2842 20179 0 -1 4202496 31065 0 0 0 113527 45 0 0 20 0 1 0 343755054 129806336 30912 33554432000 134512640 134847168 4291818288 4291816972 134715846 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2961/statm: 31691 30912 270 82 0 30932 0
Current children cumulated CPU time (s) 1852.4
Current children cumulated vsize (KiB) 162036
Sleeping 2 seconds

[startup+1853.12 s]
/proc/loadavg: 8.74 3.55 2.48 7/179 30780
/proc/meminfo: memFree=28748140/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=1852.43 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2789 156043 0 0 3 1 185155 84 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
Current children cumulated CPU time (s) 1852.43
Current children cumulated vsize (KiB) 26124

[startup+1853.2 s]
/proc/loadavg: 8.74 3.55 2.48 7/179 30780
/proc/meminfo: memFree=28748140/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=1852.43 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2789 156043 0 0 3 1 185155 84 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
Current children cumulated CPU time (s) 1852.43
Current children cumulated vsize (KiB) 26124

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2842

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

[startup+1853.6 s]
/proc/loadavg: 8.74 3.55 2.48 7/179 30780
/proc/meminfo: memFree=28748140/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=1852.43 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2789 156043 0 0 3 1 185155 84 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
Current children cumulated CPU time (s) 1852.43
Current children cumulated vsize (KiB) 26124

[startup+1854.4 s]
/proc/loadavg: 4.14 3.66 2.66 3/180 31439
/proc/meminfo: memFree=28867380/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=1852.43 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2789 156043 0 0 3 1 185155 84 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=30801] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30801/stat : 30801 (sh) S 2842 2842 20179 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 343868652 9367552 263 33554432000 4194304 5064252 140733373750704 140733373748960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30801/statm: 2287 263 223 213 0 72 0
[pid=30803] ppid=30801 vsize=16340 CPUtime=1.27 cores=1,3,5,7
/proc/30803/stat : 30803 (clasp-1.0) R 30801 2842 20179 0 -1 4202496 3841 0 0 0 127 0 0 0 20 0 1 0 343868652 16732160 3463 33554432000 134512640 134847168 4293069488 4293067952 134713952 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30803/statm: 4085 3463 272 82 0 3326 0
Current children cumulated CPU time (s) 1853.7
Current children cumulated vsize (KiB) 51612

[startup+1854.8 s]
/proc/loadavg: 4.14 3.66 2.66 3/180 31439
/proc/meminfo: memFree=28867380/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=1852.43 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2789 156043 0 0 3 1 185155 84 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=30801] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30801/stat : 30801 (sh) S 2842 2842 20179 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 343868652 9367552 263 33554432000 4194304 5064252 140733373750704 140733373748960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30801/statm: 2287 263 223 213 0 72 0
[pid=30803] ppid=30801 vsize=16340 CPUtime=1.67 cores=1,3,5,7
/proc/30803/stat : 30803 (clasp-1.0) R 30801 2842 20179 0 -1 4202496 3842 0 0 0 167 0 0 0 20 0 1 0 343868652 16732160 3464 33554432000 134512640 134847168 4293069488 4293068064 134714731 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30803/statm: 4085 3464 272 82 0 3326 0
Current children cumulated CPU time (s) 1854.1
Current children cumulated vsize (KiB) 51612

[startup+1855 s]
/proc/loadavg: 3.89 3.61 2.65 3/182 32299
/proc/meminfo: memFree=28866700/32873844 swapFree=7644/7644
[pid=2842] ppid=2840 vsize=26124 CPUtime=1852.43 cores=1,3,5,7
/proc/2842/stat : 2842 (pbclasp) S 2840 2842 20179 0 -1 4202496 2789 156043 0 0 3 1 185155 84 20 0 1 0 343683341 26750976 643 33554432000 4194304 4198148 140734563738640 140734563737568 239241064478 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2842/statm: 6531 643 387 1 0 326 0
[pid=30801] ppid=2842 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30801/stat : 30801 (sh) S 2842 2842 20179 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 343868652 9367552 263 33554432000 4194304 5064252 140733373750704 140733373748960 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30801/statm: 2287 263 223 213 0 72 0
[pid=30803] ppid=30801 vsize=16340 CPUtime=1.88 cores=1,3,5,7
/proc/30803/stat : 30803 (clasp-1.0) R 30801 2842 20179 0 -1 4202496 3842 0 0 0 188 0 0 0 20 0 1 0 343868652 16732160 3464 33554432000 134512640 134847168 4293069488 4293068128 134715280 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30803/statm: 4085 3464 272 82 0 3326 0
Current children cumulated CPU time (s) 1854.31
Current children cumulated vsize (KiB) 51612

Child status: 0
Real time (s): 1855.1
CPU time (s): 1854.44
CPU user time (s): 1853.57
CPU system time (s): 0.876866
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (KiB): 162036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1853.57
system time used= 0.876866
maximum resident set size= 123648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163479
page faults= 0
swaps= 0
block input operations= 0
block output operations= 31448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3942
involuntary context switches= 2711

runsolver used 3.70244 second user time and 9.40357 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-04 04:06:29
IDJOB=3741288
IDBENCH=89828
IDSOLVER=2317
FILE ID=node147/3741288-1338775589
RUNJOBID= node147-1338762476-20196
PBS_JOBID= 14636809
Free space on /tmp= 70784 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-1109824.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741288-1338775589/watcher-3741288-1338775589 -o /tmp/evaluation-result-3741288-1338775589/solver-3741288-1338775589 -C 1800 -W 1900 -M 15500  pbclasp instance-3741288-1338775589.opb HOME/temp

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

MD5SUM BENCH= 6b78caa911ec8d23c05ac6a0b1089c62
RANDOM SEED=2120438608

node147.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.951
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.90
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.951
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.951
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.87
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.951
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.951
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.951
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		: 2666.951
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		: 2666.951
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:        28926668 kB
Buffers:          474076 kB
Cached:          2591540 kB
SwapCached:         3380 kB
Active:          1520356 kB
Inactive:        1564324 kB
Active(anon):      14224 kB
Inactive(anon):     5908 kB
Active(file):    1506132 kB
Inactive(file):  1558416 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:              1180 kB
Writeback:             0 kB
AnonPages:         23036 kB
Mapped:            11376 kB
Shmem:                 0 kB
Slab:             723292 kB
SReclaimable:     164364 kB
SUnreclaim:       558928 kB
KernelStack:        1504 kB
PageTables:         4512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     138744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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-3741288-1338775589.opb

Free space on /tmp at the end= 70780 MiB
End job on node147 at 2012-06-04 04:37:25