Trace number 3741563

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)36 1802.11 1802.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-1440225.opb
MD5SUMae858a83a4b73fde0d05a86f9f6907e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark3.20351
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1285
Total number of constraints330
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)330
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint64
Number of terms in the objective function 1285
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 1285
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1285
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

14.06/14.14	o 36
474.29/474.42	sh: line 1: 13122 Done                    cat HOME/temp/instance-3741563-1338780496.opb.op
474.29/474.42	     13123 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3741563-1338780496.opb.clasp
1800.08/1800.40	sh: line 1: 13145 Done                    cat HOME/temp/instance-3741563-1338780496.opb.op
1800.08/1800.40	     13147 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3741563-1338780496.opb.clasp
1800.08/1800.41	c Somebody sent me a SIGTERM
1800.08/1800.41	s SATISFIABLE
1800.08/1800.41	v x2 x11 x31 x46 x64 x71 x76 x150 x195 x276 x341 x358 x372 x426 x478 x559 x625 x635 x664 x707 x753 x856 x920 x925 x948 x1009 x1036 x1140 x1201 x1203 x1221 x1231 x1240 x1258 x1273 x1283 
1800.08/1800.42	pb2clasp1: no process killed
1802.06/1802.41	sh: line 1: 13242 Done                    cat HOME/temp/instance-3741563-1338780496.opb.op
1802.06/1802.41	     13243 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3741563-1338780496.opb.clasp

Verifier Data

OK	36

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-3741563-1338780496/watcher-3741563-1338780496 -o /tmp/evaluation-result-3741563-1338780496/solver-3741563-1338780496 -C 1800 -W 1900 -M 15500 pbclasp instance-3741563-1338780496.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 1.99 1.87 3/178 13105
/proc/meminfo: memFree=25989292/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25592 CPUtime=0 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) R 13103 13105 14893 0 -1 4202496 526 0 0 0 0 0 0 0 20 0 1 0 344178152 26206208 456 33554432000 4194304 4198148 140736247804912 140736247802360 218213355412 0 0 4224 0 0 0 0 17 1 0 0 0 0 0
/proc/13105/statm: 6398 456 345 1 0 193 0

[startup+0.0212289 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 13105
/proc/meminfo: memFree=25989292/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25992 CPUtime=0.01 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 663 0 0 0 1 0 0 0 20 0 1 0 344178152 26615808 575 33554432000 4194304 4198148 140736247804912 140736247803800 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13105/statm: 6498 575 368 1 0 293 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 25992

[startup+0.100289 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 13105
/proc/meminfo: memFree=25989292/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25992 CPUtime=0.01 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 663 0 0 0 1 0 0 0 20 0 1 0 344178152 26615808 575 33554432000 4194304 4198148 140736247804912 140736247803800 218217112816 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13105/statm: 6498 575 368 1 0 293 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 25992

[startup+0.300237 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 13105
/proc/meminfo: memFree=25989292/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=0.09 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 801 2100 0 0 1 0 8 0 20 0 1 0 344178152 26611712 620 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13105/statm: 6497 620 387 1 0 292 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25988

[startup+0.700231 s]
/proc/loadavg: 2.00 1.99 1.87 3/178 13105
/proc/meminfo: memFree=25989292/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=0.09 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 801 2100 0 0 1 0 8 0 20 0 1 0 344178152 26611712 620 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13105/statm: 6497 620 387 1 0 292 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25988

[startup+1.5003 s]
/proc/loadavg: 2.00 1.99 1.87 3/181 13115
/proc/meminfo: memFree=25983564/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=0.09 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 801 2100 0 0 1 0 8 0 20 0 1 0 344178152 26611712 620 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13105/statm: 6497 620 387 1 0 292 0
[pid=13113] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13113/stat : 13113 (sh) S 13105 13105 14893 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 344178163 9367552 264 33554432000 4194304 5064252 140736538633552 140736538631808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13113/statm: 2287 264 223 213 0 72 0
[pid=13115] ppid=13113 vsize=6648 CPUtime=1.38 cores=1,3,5,7
/proc/13115/stat : 13115 (clasp-1.0) R 13113 13105 14893 0 -1 4202496 1231 0 0 0 138 0 0 0 20 0 1 0 344178163 6807552 1128 33554432000 134512640 134847168 4288313168 4288311632 134713933 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13115/statm: 1662 1128 272 82 0 903 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 41784

[startup+3.1003 s]
/proc/loadavg: 2.00 1.99 1.87 3/181 13115
/proc/meminfo: memFree=25980960/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=0.09 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 801 2100 0 0 1 0 8 0 20 0 1 0 344178152 26611712 620 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13105/statm: 6497 620 387 1 0 292 0
[pid=13113] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13113/stat : 13113 (sh) S 13105 13105 14893 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 344178163 9367552 264 33554432000 4194304 5064252 140736538633552 140736538631808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13113/statm: 2287 264 223 213 0 72 0
[pid=13115] ppid=13113 vsize=7036 CPUtime=2.98 cores=1,3,5,7
/proc/13115/stat : 13115 (clasp-1.0) R 13113 13105 14893 0 -1 4202496 1352 0 0 0 298 0 0 0 20 0 1 0 344178163 7204864 1249 33554432000 134512640 134847168 4288313168 4288311744 134715036 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13115/statm: 1759 1249 272 82 0 1000 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 42172

[startup+6.3003 s]
/proc/loadavg: 2.00 1.99 1.87 3/181 13115
/proc/meminfo: memFree=25977856/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=0.09 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 801 2100 0 0 1 0 8 0 20 0 1 0 344178152 26611712 620 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13105/statm: 6497 620 387 1 0 292 0
[pid=13113] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13113/stat : 13113 (sh) S 13105 13105 14893 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 344178163 9367552 264 33554432000 4194304 5064252 140736538633552 140736538631808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13113/statm: 2287 264 223 213 0 72 0
[pid=13115] ppid=13113 vsize=7816 CPUtime=6.18 cores=1,3,5,7
/proc/13115/stat : 13115 (clasp-1.0) R 13113 13105 14893 0 -1 4202496 1553 0 0 0 618 0 0 0 20 0 1 0 344178163 8003584 1450 33554432000 134512640 134847168 4288313168 4288311936 134737824 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13115/statm: 1954 1450 272 82 0 1195 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 42952

[startup+12.7003 s]
/proc/loadavg: 2.00 1.99 1.87 3/181 13115
/proc/meminfo: memFree=25971548/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=0.09 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 801 2100 0 0 1 0 8 0 20 0 1 0 344178152 26611712 620 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13105/statm: 6497 620 387 1 0 292 0
[pid=13113] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13113/stat : 13113 (sh) S 13105 13105 14893 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 344178163 9367552 264 33554432000 4194304 5064252 140736538633552 140736538631808 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13113/statm: 2287 264 223 213 0 72 0
[pid=13115] ppid=13113 vsize=8584 CPUtime=12.58 cores=1,3,5,7
/proc/13115/stat : 13115 (clasp-1.0) R 13113 13105 14893 0 -1 4202496 1736 0 0 0 1258 0 0 0 20 0 1 0 344178163 8790016 1633 33554432000 134512640 134847168 4288313168 4288311744 134714146 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13115/statm: 2146 1633 272 82 0 1387 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 43720

[startup+25.5003 s]
/proc/loadavg: 2.00 1.99 1.87 3/181 13123
/proc/meminfo: memFree=25966488/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=14.13 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 948 5825 0 0 1 0 1411 1 20 0 1 0 344178152 26611712 622 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13105/statm: 6497 622 387 1 0 292 0
[pid=13121] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13121/stat : 13121 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344179567 9367552 264 33554432000 4194304 5064252 140733664858800 140733664857056 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13121/statm: 2287 264 223 213 0 72 0
[pid=13123] ppid=13121 vsize=8396 CPUtime=11.33 cores=1,3,5,7
/proc/13123/stat : 13123 (clasp-1.0) R 13121 13105 14893 0 -1 4202496 1671 0 0 0 1133 0 0 0 20 0 1 0 344179567 8597504 1569 33554432000 134512640 134847168 4288146064 4288144704 134782463 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13123/statm: 2099 1569 270 82 0 1340 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 43532

[startup+51.1003 s]
/proc/loadavg: 2.00 1.99 1.87 3/181 13123
/proc/meminfo: memFree=25958480/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=14.13 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 948 5825 0 0 1 0 1411 1 20 0 1 0 344178152 26611712 622 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13105/statm: 6497 622 387 1 0 292 0
[pid=13121] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13121/stat : 13121 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344179567 9367552 264 33554432000 4194304 5064252 140733664858800 140733664857056 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13121/statm: 2287 264 223 213 0 72 0
[pid=13123] ppid=13121 vsize=10468 CPUtime=36.92 cores=1,3,5,7
/proc/13123/stat : 13123 (clasp-1.0) R 13121 13105 14893 0 -1 4202496 2200 0 0 0 3692 0 0 0 20 0 1 0 344179567 10719232 2096 33554432000 134512640 134847168 4288146064 4288144796 134782304 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13123/statm: 2617 2096 270 82 0 1858 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 45604

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.88 3/181 13123
/proc/meminfo: memFree=25947684/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=14.13 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 948 5825 0 0 1 0 1411 1 20 0 1 0 344178152 26611712 622 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13105/statm: 6497 622 387 1 0 292 0
[pid=13121] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13121/stat : 13121 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344179567 9367552 264 33554432000 4194304 5064252 140733664858800 140733664857056 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13121/statm: 2287 264 223 213 0 72 0
[pid=13123] ppid=13121 vsize=11812 CPUtime=88.12 cores=1,3,5,7
/proc/13123/stat : 13123 (clasp-1.0) R 13121 13105 14893 0 -1 4202496 2539 0 0 0 8812 0 0 0 20 0 1 0 344179567 12095488 2435 33554432000 134512640 134847168 4288146064 4288144640 134714871 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13123/statm: 2953 2435 270 82 0 2194 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 46948

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.88 3/182 13126
/proc/meminfo: memFree=25938984/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=14.13 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 948 5825 0 0 1 0 1411 1 20 0 1 0 344178152 26611712 622 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13105/statm: 6497 622 387 1 0 292 0
[pid=13121] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13121/stat : 13121 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344179567 9367552 264 33554432000 4194304 5064252 140733664858800 140733664857056 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13121/statm: 2287 264 223 213 0 72 0
[pid=13123] ppid=13121 vsize=13204 CPUtime=148.1 cores=1,3,5,7
/proc/13123/stat : 13123 (clasp-1.0) R 13121 13105 14893 0 -1 4202496 2906 0 0 0 14810 0 0 0 20 0 1 0 344179567 13520896 2801 33554432000 134512640 134847168 4288146064 4288144640 134714702 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13123/statm: 3301 2801 270 82 0 2542 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 48340

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/181 13126
/proc/meminfo: memFree=25934092/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=14.13 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 948 5825 0 0 1 0 1411 1 20 0 1 0 344178152 26611712 622 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13105/statm: 6497 622 387 1 0 292 0
[pid=13121] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13121/stat : 13121 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344179567 9367552 264 33554432000 4194304 5064252 140733664858800 140733664857056 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13121/statm: 2287 264 223 213 0 72 0
[pid=13123] ppid=13121 vsize=14436 CPUtime=208.09 cores=1,3,5,7
/proc/13123/stat : 13123 (clasp-1.0) R 13121 13105 14893 0 -1 4202496 3202 0 0 0 20809 0 0 0 20 0 1 0 344179567 14782464 3086 33554432000 134512640 134847168 4288146064 4288144784 134741475 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13123/statm: 3609 3086 270 82 0 2850 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 49572

[startup+282.3 s]

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

/proc/13143/stat : 13143 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344225596 9367552 264 33554432000 4194304 5064252 140734057885232 140734057883488 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13143/statm: 2287 264 223 213 0 72 0
[pid=13147] ppid=13143 vsize=19800 CPUtime=947.7 cores=1,3,5,7
/proc/13147/stat : 13147 (clasp-1.0) R 13143 13105 14893 0 -1 4202496 4736 0 0 0 94769 1 0 0 20 0 1 0 344225596 20275200 4450 33554432000 134512640 134847168 4291155248 4291153988 134737633 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13147/statm: 4950 4450 272 82 0 4191 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 54936

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 13229
/proc/meminfo: memFree=25175908/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=474.33 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 1053 11710 0 0 1 0 47429 3 20 0 1 0 344178152 26611712 622 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13105/statm: 6497 622 387 1 0 292 0
[pid=13143] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13143/stat : 13143 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344225596 9367552 264 33554432000 4194304 5064252 140734057885232 140734057883488 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13143/statm: 2287 264 223 213 0 72 0
[pid=13147] ppid=13143 vsize=20376 CPUtime=1007.69 cores=1,3,5,7
/proc/13147/stat : 13147 (clasp-1.0) R 13143 13105 14893 0 -1 4202496 4946 0 0 0 100768 1 0 0 20 0 1 0 344225596 20865024 4594 33554432000 134512640 134847168 4291155248 4291154016 134737644 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13147/statm: 5094 4594 272 82 0 4335 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 55512

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/181 13230
/proc/meminfo: memFree=25140072/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=474.33 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 1053 11710 0 0 1 0 47429 3 20 0 1 0 344178152 26611712 622 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13105/statm: 6497 622 387 1 0 292 0
[pid=13143] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13143/stat : 13143 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344225596 9367552 264 33554432000 4194304 5064252 140734057885232 140734057883488 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13143/statm: 2287 264 223 213 0 72 0
[pid=13147] ppid=13143 vsize=20504 CPUtime=1067.68 cores=1,3,5,7
/proc/13147/stat : 13147 (clasp-1.0) R 13143 13105 14893 0 -1 4202496 4951 0 0 0 106767 1 0 0 20 0 1 0 344225596 20996096 4599 33554432000 134512640 134847168 4291155248 4291154016 134737568 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13147/statm: 5126 4599 272 82 0 4367 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 55640

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/180 13230
/proc/meminfo: memFree=25136484/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=474.33 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 1053 11710 0 0 1 0 47429 3 20 0 1 0 344178152 26611712 622 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13105/statm: 6497 622 387 1 0 292 0
[pid=13143] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13143/stat : 13143 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344225596 9367552 264 33554432000 4194304 5064252 140734057885232 140734057883488 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13143/statm: 2287 264 223 213 0 72 0
[pid=13147] ppid=13143 vsize=20972 CPUtime=1127.67 cores=1,3,5,7
/proc/13147/stat : 13147 (clasp-1.0) R 13143 13105 14893 0 -1 4202496 5089 0 0 0 112766 1 0 0 20 0 1 0 344225596 21475328 4737 33554432000 134512640 134847168 4291155248 4291153984 134741032 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13147/statm: 5243 4737 272 82 0 4484 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 56108

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 13231
/proc/meminfo: memFree=25135608/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=474.33 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 1053 11710 0 0 1 0 47429 3 20 0 1 0 344178152 26611712 622 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13105/statm: 6497 622 387 1 0 292 0
[pid=13143] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13143/stat : 13143 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344225596 9367552 264 33554432000 4194304 5064252 140734057885232 140734057883488 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13143/statm: 2287 264 223 213 0 72 0
[pid=13147] ppid=13143 vsize=21048 CPUtime=1187.66 cores=1,3,5,7
/proc/13147/stat : 13147 (clasp-1.0) R 13143 13105 14893 0 -1 4202496 5129 0 0 0 118765 1 0 0 20 0 1 0 344225596 21553152 4762 33554432000 134512640 134847168 4291155248 4291153888 134782479 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13147/statm: 5262 4762 272 82 0 4503 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 56184

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 13231
/proc/meminfo: memFree=25135420/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=474.33 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 1053 11710 0 0 1 0 47429 3 20 0 1 0 344178152 26611712 622 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13105/statm: 6497 622 387 1 0 292 0
[pid=13143] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13143/stat : 13143 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344225596 9367552 264 33554432000 4194304 5064252 140734057885232 140734057883488 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13143/statm: 2287 264 223 213 0 72 0
[pid=13147] ppid=13143 vsize=21048 CPUtime=1247.65 cores=1,3,5,7
/proc/13147/stat : 13147 (clasp-1.0) R 13143 13105 14893 0 -1 4202496 5129 0 0 0 124764 1 0 0 20 0 1 0 344225596 21553152 4762 33554432000 134512640 134847168 4291155248 4291153824 134714504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13147/statm: 5262 4762 272 82 0 4503 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 56184

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 13231
/proc/meminfo: memFree=25134944/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=474.33 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 1053 11710 0 0 1 0 47429 3 20 0 1 0 344178152 26611712 622 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13105/statm: 6497 622 387 1 0 292 0
[pid=13143] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13143/stat : 13143 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344225596 9367552 264 33554432000 4194304 5064252 140734057885232 140734057883488 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13143/statm: 2287 264 223 213 0 72 0
[pid=13147] ppid=13143 vsize=21600 CPUtime=1307.64 cores=1,3,5,7
/proc/13147/stat : 13147 (clasp-1.0) R 13143 13105 14893 0 -1 4202496 5251 0 0 0 130763 1 0 0 20 0 1 0 344225596 22118400 4884 33554432000 134512640 134847168 4291155248 4291153988 134737629 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13147/statm: 5400 4884 272 82 0 4641 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 56736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 13231
/proc/meminfo: memFree=25135004/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=474.33 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 1053 11710 0 0 1 0 47429 3 20 0 1 0 344178152 26611712 622 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13105/statm: 6497 622 387 1 0 292 0
[pid=13143] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13143/stat : 13143 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344225596 9367552 264 33554432000 4194304 5064252 140734057885232 140734057883488 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13143/statm: 2287 264 223 213 0 72 0
[pid=13147] ppid=13143 vsize=21600 CPUtime=1325.75 cores=1,3,5,7
/proc/13147/stat : 13147 (clasp-1.0) R 13143 13105 14893 0 -1 4202496 5252 0 0 0 132574 1 0 0 20 0 1 0 344225596 22118400 4884 33554432000 134512640 134847168 4291155248 4291153888 134782437 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13147/statm: 5400 4884 272 82 0 4641 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 56736

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13105

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 13250
/proc/meminfo: memFree=25864036/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=1800.11 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 1221 19738 0 0 1 0 180004 6 20 0 1 0 344178152 26611712 622 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13105/statm: 6497 622 387 1 0 292 0
[pid=13240] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13240/stat : 13240 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344358195 9367552 264 33554432000 4194304 5064252 140733349970480 140733349968736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13240/statm: 2287 264 223 213 0 72 0
[pid=13243] ppid=13240 vsize=6080 CPUtime=0.95 cores=1,3,5,7
/proc/13243/stat : 13243 (clasp-1.0) R 13240 13105 14893 0 -1 4202496 1103 0 0 0 95 0 0 0 20 0 1 0 344358195 6225920 1001 33554432000 134512640 134847168 4292936768 4292935408 134777412 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/13243/statm: 1520 1001 270 82 0 761 0
Current children cumulated CPU time (s) 1801.06
Current children cumulated vsize (KiB) 41216

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 13250
/proc/meminfo: memFree=25847800/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=1800.11 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 1221 19738 0 0 1 0 180004 6 20 0 1 0 344178152 26611712 622 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13105/statm: 6497 622 387 1 0 292 0
[pid=13240] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13240/stat : 13240 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344358195 9367552 264 33554432000 4194304 5064252 140733349970480 140733349968736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13240/statm: 2287 264 223 213 0 72 0
[pid=13243] ppid=13240 vsize=6584 CPUtime=1.75 cores=1,3,5,7
/proc/13243/stat : 13243 (clasp-1.0) R 13240 13105 14893 0 -1 4202496 1240 0 0 0 175 0 0 0 20 0 1 0 344358195 6742016 1138 33554432000 134512640 134847168 4292936768 4292935320 134714772 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13243/statm: 1646 1138 270 82 0 887 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 41720

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 13250
/proc/meminfo: memFree=25847800/32873844 swapFree=7628/7628
[pid=13105] ppid=13103 vsize=25988 CPUtime=1800.11 cores=1,3,5,7
/proc/13105/stat : 13105 (pbclasp) S 13103 13105 14893 0 -1 4202496 1221 19738 0 0 1 0 180004 6 20 0 1 0 344178152 26611712 622 33554432000 4194304 4198148 140736247804912 140736247803840 218217115678 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13105/statm: 6497 622 387 1 0 292 0
[pid=13240] ppid=13105 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13240/stat : 13240 (sh) S 13105 13105 14893 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 344358195 9367552 264 33554432000 4194304 5064252 140733349970480 140733349968736 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13240/statm: 2287 264 223 213 0 72 0
[pid=13243] ppid=13240 vsize=6716 CPUtime=1.95 cores=1,3,5,7
/proc/13243/stat : 13243 (clasp-1.0) R 13240 13105 14893 0 -1 4202496 1257 0 0 0 195 0 0 0 20 0 1 0 344358195 6877184 1155 33554432000 134512640 134847168 4292936768 4292935408 134715292 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13243/statm: 1679 1155 270 82 0 920 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 41852

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.11
CPU user time (s): 1802.03
CPU system time (s): 0.073988
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 56800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.03
system time used= 0.073988
maximum resident set size= 19536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23005
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 299
involuntary context switches= 2073

runsolver used 2.90456 second user time and 8.68768 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-04 05:28:16
IDJOB=3741563
IDBENCH=89878
IDSOLVER=2317
FILE ID=node107/3741563-1338780496
RUNJOBID= node107-1338749388-14910
PBS_JOBID= 14636800
Free space on /tmp= 70604 MiB

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

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

MD5SUM BENCH= ae858a83a4b73fde0d05a86f9f6907e8
RANDOM SEED=532774507

node107.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.760
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.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		: 2666.760
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.760
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.92
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.760
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.760
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.760
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.760
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.86
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.760
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:        25990316 kB
Buffers:         1022568 kB
Cached:          4941044 kB
SwapCached:           76 kB
Active:          2782552 kB
Inactive:        3208468 kB
Active(anon):      16992 kB
Inactive(anon):    11060 kB
Active(file):    2765560 kB
Inactive(file):  3197408 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:              1032 kB
Writeback:             0 kB
AnonPages:         32992 kB
Mapped:            16536 kB
Shmem:               184 kB
Slab:             751644 kB
SReclaimable:     193540 kB
SUnreclaim:       558104 kB
KernelStack:        1512 kB
PageTables:         3984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     140784 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-3741563-1338780496.opb

Free space on /tmp at the end= 70484 MiB
End job on node107 at 2012-06-04 05:58:19