Trace number 3736204

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)54 1802.1 1802.43

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_opers/normalized-fir10_area_opers.opb
MD5SUMcca2bc3212eb56e1c6b2ae84ca292ee3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark51
Best CPU time to get the best result obtained on this benchmark151.57
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 51
Optimality of the best value was proved YES
Number of variables79024
Total number of constraints176988
Number of constraints which are clauses176988
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint511
Number of terms in the objective function 39323
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 39323
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 39323
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

Solver Data

69.35/69.45	o 54
989.11/989.32	sh: line 1: 21871 Done                    cat HOME/temp/instance-3736204-1338730133.opb.op
989.11/989.32	     21872 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3736204-1338730133.opb.clasp
1800.10/1800.40	sh: line 1: 21897 Done                    cat HOME/temp/instance-3736204-1338730133.opb.op
1800.10/1800.40	     21898 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3736204-1338730133.opb.clasp
1800.10/1800.41	c Somebody sent me a SIGTERM
1800.10/1800.41	s SATISFIABLE
1800.10/1800.41	v x165 x401 x410 x554 x775 x928 x1014 x1104 x1147 x1734 x10581 x10582 x23083 x32658 x32659 x36044 x36045 x36270 x36405 x45541 x46370 x46371 x46681 x52914 x52915 x53645 x55174 x55439 x55639 x55640 x57213 x58632 x65253 x65254 x66064 x66972 x67595 x68477 x68478 x68989 x69058 x69059 x69179 x70498 x72789 x73060 x74054 x75148 x75775 x76214 x76303 x76846 x76934 x77090 x77479 x77708 x77776 x77887 x77949 x78638 x78643 x78663 x78675 x78685 x78735 x78963 x79000 x79004 x79020 x79022 x79023 x79024 
1800.10/1800.42	pb2clasp1: no process killed

Verifier Data

OK	54

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-3736204-1338730133/watcher-3736204-1338730133 -o /tmp/evaluation-result-3736204-1338730133/solver-3736204-1338730133 -C 1800 -W 1900 -M 15500 pbclasp instance-3736204-1338730133.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: 1.92 1.98 1.99 3/178 21851
/proc/meminfo: memFree=28909992/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=26004 CPUtime=0 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) R 21849 21851 22179 0 -1 4202496 643 0 0 0 0 0 0 0 20 0 1 0 339138949 26628096 574 33554432000 4194304 4198148 140735301919200 140736379543768 214394613448 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 6501 574 356 1 0 296 0

[startup+0.012169 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 21851
/proc/meminfo: memFree=28909992/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=26396 CPUtime=0 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) R 21849 21851 22179 0 -1 4202496 754 0 0 0 0 0 0 0 20 0 1 0 339138949 27029504 685 33554432000 4194304 4198148 140735301919200 140736379543768 214369275796 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 6599 686 356 1 0 394 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26396

[startup+0.100214 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 21851
/proc/meminfo: memFree=28909992/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=31028 CPUtime=0.09 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) R 21849 21851 22179 0 -1 4202496 2025 0 0 0 9 0 0 0 20 0 1 0 339138949 31772672 1831 33554432000 4194304 4198148 140735301919200 140736379543768 214394993920 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 7757 1831 363 1 0 1552 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31028

[startup+0.300186 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 21851
/proc/meminfo: memFree=28909992/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=31028 CPUtime=0.29 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) R 21849 21851 22179 0 -1 4202496 2041 0 0 0 29 0 0 0 20 0 1 0 339138949 31772672 1847 33554432000 4194304 4198148 140735301919200 140735301917768 214369321697 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 7757 1847 363 1 0 1552 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31028

[startup+0.700183 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 21851
/proc/meminfo: memFree=28909992/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=31172 CPUtime=0.69 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) R 21849 21851 22179 0 -1 4202496 2071 0 0 0 69 0 0 0 20 0 1 0 339138949 31920128 1877 33554432000 4194304 4198148 140735301919200 140735301917768 214394993936 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 7793 1877 363 1 0 1588 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31172

[startup+1.50019 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 21852
/proc/meminfo: memFree=28903668/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=31452 CPUtime=1.49 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) R 21849 21851 22179 0 -1 4202496 2133 0 0 0 149 0 0 0 20 0 1 0 339138949 32206848 1939 33554432000 4194304 4198148 140735301919200 140735301918088 214369321672 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 7863 1939 363 1 0 1658 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31452

[startup+3.10019 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 21852
/proc/meminfo: memFree=28902676/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=32144 CPUtime=3.09 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) R 21849 21851 22179 0 -1 4202496 2304 0 0 0 309 0 0 0 20 0 1 0 339138949 32915456 2110 33554432000 4194304 4198148 140735301919200 140735301918152 214369321312 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 8036 2110 363 1 0 1831 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32144

[startup+6.30019 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 21852
/proc/meminfo: memFree=28901188/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=34168 CPUtime=6.29 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) R 21849 21851 22179 0 -1 4202496 2829 0 0 0 629 0 0 0 20 0 1 0 339138949 34988032 2635 33554432000 4194304 4198148 140735301919200 140735301918088 214369320802 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 8542 2635 363 1 0 2337 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34168

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/181 21854
/proc/meminfo: memFree=28891680/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=37972 CPUtime=8.78 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 3798 0 0 0 878 0 0 0 20 0 1 0 339138949 38883328 3586 33554432000 4194304 4198148 140735301919200 140735301918088 214373033200 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 9493 3586 370 1 0 3288 0
[pid=21853] ppid=21851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21853/stat : 21853 (sh) S 21851 21851 22179 0 -1 4202496 350 0 0 0 0 0 0 0 20 0 1 0 339139828 9367552 267 33554432000 4194304 5064252 140734066881584 140734066880464 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21853/statm: 2287 267 226 213 0 72 0
[pid=21854] ppid=21853 vsize=26184 CPUtime=3.89 cores=1,3,5,7
/proc/21854/stat : 21854 (pb2clasp1) R 21853 21851 22179 0 -1 4202496 740 0 0 0 389 0 0 0 20 0 1 0 339139828 26812416 636 33554432000 4194304 4198148 140734072510752 140734072501288 214394673210 0 0 4224 0 0 0 0 17 1 0 0 0 0 0
/proc/21854/statm: 6546 636 379 1 0 341 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 73304

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.99 3/181 21861
/proc/meminfo: memFree=28784488/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41008 CPUtime=14.84 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 5518 2238 0 0 883 0 598 3 20 0 1 0 339138949 41992192 4374 33554432000 4194304 4198148 140735301919200 140735301918128 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 10252 4374 388 1 0 4047 0
[pid=21859] ppid=21851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21859/stat : 21859 (sh) S 21851 21851 22179 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339140436 9367552 264 33554432000 4194304 5064252 140735140763312 140735140761568 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21859/statm: 2287 264 223 213 0 72 0
[pid=21861] ppid=21859 vsize=95716 CPUtime=10.62 cores=1,3,5,7
/proc/21861/stat : 21861 (clasp-1.0) R 21859 21851 22179 0 -1 4202496 23713 0 0 0 1058 4 0 0 20 0 1 0 339140436 98013184 23175 33554432000 134512640 134847168 4290677136 4290675872 134733922 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21861/statm: 23929 23175 266 82 0 23170 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 145872

[startup+51.1004 s]
/proc/loadavg: 1.96 1.98 1.99 3/181 21861
/proc/meminfo: memFree=28783204/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41008 CPUtime=14.84 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 5518 2238 0 0 883 0 598 3 20 0 1 0 339138949 41992192 4374 33554432000 4194304 4198148 140735301919200 140735301918128 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 10252 4374 388 1 0 4047 0
[pid=21859] ppid=21851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21859/stat : 21859 (sh) S 21851 21851 22179 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 339140436 9367552 264 33554432000 4194304 5064252 140735140763312 140735140761568 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21859/statm: 2287 264 223 213 0 72 0
[pid=21861] ppid=21859 vsize=95716 CPUtime=36.21 cores=1,3,5,7
/proc/21861/stat : 21861 (clasp-1.0) R 21859 21851 22179 0 -1 4202496 23732 0 0 0 3617 4 0 0 20 0 1 0 339140436 98013184 23223 33554432000 134512640 134847168 4290677136 4290675904 134617547 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21861/statm: 23929 23223 266 82 0 23170 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 145872

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/182 21873
/proc/meminfo: memFree=28769896/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41008 CPUtime=69.46 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 5719 27934 0 0 885 1 6050 10 20 0 1 0 339138949 41992192 4376 33554432000 4194304 4198148 140735301919200 140735301918128 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 10252 4376 388 1 0 4047 0
[pid=21870] ppid=21851 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/21870/stat : 21870 (sh) S 21851 21851 22179 0 -1 4202496 374 221 0 0 0 0 0 1 20 0 1 0 339145898 9367552 264 33554432000 4194304 5064252 140734937126288 140734937124544 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21870/statm: 2287 264 223 213 0 72 0
[pid=21872] ppid=21870 vsize=98220 CPUtime=32.79 cores=1,3,5,7
/proc/21872/stat : 21872 (clasp-1.0) R 21870 21851 22179 0 -1 4202496 23949 0 0 0 3276 3 0 0 20 0 1 0 339145898 100577280 23922 33554432000 134512640 134847168 4292373376 4292372144 134617496 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21872/statm: 24555 23922 270 82 0 23796 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 148376

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 21873
/proc/meminfo: memFree=28757808/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41008 CPUtime=69.46 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 5719 27934 0 0 885 1 6050 10 20 0 1 0 339138949 41992192 4376 33554432000 4194304 4198148 140735301919200 140735301918128 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 10252 4376 388 1 0 4047 0
[pid=21870] ppid=21851 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/21870/stat : 21870 (sh) S 21851 21851 22179 0 -1 4202496 374 221 0 0 0 0 0 1 20 0 1 0 339145898 9367552 264 33554432000 4194304 5064252 140734937126288 140734937124544 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21870/statm: 2287 264 223 213 0 72 0
[pid=21872] ppid=21870 vsize=98220 CPUtime=92.77 cores=1,3,5,7
/proc/21872/stat : 21872 (clasp-1.0) R 21870 21851 22179 0 -1 4202496 23973 0 0 0 9274 3 0 0 20 0 1 0 339145898 100577280 23971 33554432000 134512640 134847168 4292373376 4292372144 134617331 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21872/statm: 24555 23971 270 82 0 23796 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 148376

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 21873
/proc/meminfo: memFree=28756184/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41008 CPUtime=69.46 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 5719 27934 0 0 885 1 6050 10 20 0 1 0 339138949 41992192 4376 33554432000 4194304 4198148 140735301919200 140735301918128 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 10252 4376 388 1 0 4047 0
[pid=21870] ppid=21851 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/21870/stat : 21870 (sh) S 21851 21851 22179 0 -1 4202496 374 221 0 0 0 0 0 1 20 0 1 0 339145898 9367552 264 33554432000 4194304 5064252 140734937126288 140734937124544 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21870/statm: 2287 264 223 213 0 72 0
[pid=21872] ppid=21870 vsize=98220 CPUtime=152.76 cores=1,3,5,7
/proc/21872/stat : 21872 (clasp-1.0) R 21870 21851 22179 0 -1 4202496 23974 0 0 0 15273 3 0 0 20 0 1 0 339145898 100577280 23971 33554432000 134512640 134847168 4292373376 4292372144 134617547 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21872/statm: 24555 23971 270 82 0 23796 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 148376

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 21873
/proc/meminfo: memFree=28754252/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41008 CPUtime=69.46 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 5719 27934 0 0 885 1 6050 10 20 0 1 0 339138949 41992192 4376 33554432000 4194304 4198148 140735301919200 140735301918128 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 10252 4376 388 1 0 4047 0
[pid=21870] ppid=21851 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/21870/stat : 21870 (sh) S 21851 21851 22179 0 -1 4202496 374 221 0 0 0 0 0 1 20 0 1 0 339145898 9367552 264 33554432000 4194304 5064252 140734937126288 140734937124544 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21870/statm: 2287 264 223 213 0 72 0
[pid=21872] ppid=21870 vsize=98220 CPUtime=212.75 cores=1,3,5,7
/proc/21872/stat : 21872 (clasp-1.0) R 21870 21851 22179 0 -1 4202496 23974 0 0 0 21272 3 0 0 20 0 1 0 339145898 100577280 23971 33554432000 134512640 134847168 4292373376 4292372144 134737304 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21872/statm: 24555 23971 270 82 0 23796 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 148376

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 21873
/proc/meminfo: memFree=28753384/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41008 CPUtime=69.46 cores=1,3,5,7

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

[pid=21898] ppid=21896 vsize=98220 CPUtime=492.85 cores=1,3,5,7
/proc/21898/stat : 21898 (clasp-1.0) R 21896 21851 22179 0 -1 4202496 24385 0 0 0 49281 4 0 0 20 0 1 0 339237885 100577280 23875 33554432000 134512640 134847168 4292411472 4292410240 134617496 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21898/statm: 24555 23875 272 82 0 23796 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 148376

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22199
/proc/meminfo: memFree=28823724/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41008 CPUtime=989.19 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 5821 57585 0 0 887 1 98011 20 20 0 1 0 339138949 41992192 4376 33554432000 4194304 4198148 140735301919200 140735301918128 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 10252 4376 388 1 0 4047 0
[pid=21896] ppid=21851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21896/stat : 21896 (sh) S 21851 21851 22179 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339237885 9367552 264 33554432000 4194304 5064252 140734688369344 140734688367600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21896/statm: 2287 264 223 213 0 72 0
[pid=21898] ppid=21896 vsize=98220 CPUtime=552.84 cores=1,3,5,7
/proc/21898/stat : 21898 (clasp-1.0) R 21896 21851 22179 0 -1 4202496 24385 0 0 0 55280 4 0 0 20 0 1 0 339237885 100577280 23875 33554432000 134512640 134847168 4292411472 4292410096 134784663 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21898/statm: 24555 23875 272 82 0 23796 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 148376

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22199
/proc/meminfo: memFree=28819252/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41008 CPUtime=989.19 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 5821 57585 0 0 887 1 98011 20 20 0 1 0 339138949 41992192 4376 33554432000 4194304 4198148 140735301919200 140735301918128 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 10252 4376 388 1 0 4047 0
[pid=21896] ppid=21851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21896/stat : 21896 (sh) S 21851 21851 22179 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339237885 9367552 264 33554432000 4194304 5064252 140734688369344 140734688367600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21896/statm: 2287 264 223 213 0 72 0
[pid=21898] ppid=21896 vsize=99824 CPUtime=612.83 cores=1,3,5,7
/proc/21898/stat : 21898 (clasp-1.0) R 21896 21851 22179 0 -1 4202496 24781 0 0 0 61279 4 0 0 20 0 1 0 339237885 102219776 24270 33554432000 134512640 134847168 4292411472 4292410240 134737345 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21898/statm: 24956 24270 272 82 0 24197 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 149980

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22316
/proc/meminfo: memFree=28824144/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41008 CPUtime=989.19 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 5821 57585 0 0 887 1 98011 20 20 0 1 0 339138949 41992192 4376 33554432000 4194304 4198148 140735301919200 140735301918128 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 10252 4376 388 1 0 4047 0
[pid=21896] ppid=21851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21896/stat : 21896 (sh) S 21851 21851 22179 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339237885 9367552 264 33554432000 4194304 5064252 140734688369344 140734688367600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21896/statm: 2287 264 223 213 0 72 0
[pid=21898] ppid=21896 vsize=105072 CPUtime=672.82 cores=1,3,5,7
/proc/21898/stat : 21898 (clasp-1.0) R 21896 21851 22179 0 -1 4202496 26064 0 0 0 67277 5 0 0 20 0 1 0 339237885 107593728 25552 33554432000 134512640 134847168 4292411472 4292410096 134784651 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21898/statm: 26268 25552 272 82 0 25509 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 155228

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22316
/proc/meminfo: memFree=28818620/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41008 CPUtime=989.19 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 5821 57585 0 0 887 1 98011 20 20 0 1 0 339138949 41992192 4376 33554432000 4194304 4198148 140735301919200 140735301918128 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 10252 4376 388 1 0 4047 0
[pid=21896] ppid=21851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21896/stat : 21896 (sh) S 21851 21851 22179 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339237885 9367552 264 33554432000 4194304 5064252 140734688369344 140734688367600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21896/statm: 2287 264 223 213 0 72 0
[pid=21898] ppid=21896 vsize=106980 CPUtime=732.81 cores=1,3,5,7
/proc/21898/stat : 21898 (clasp-1.0) R 21896 21851 22179 0 -1 4202496 26543 0 0 0 73275 6 0 0 20 0 1 0 339237885 109547520 26044 33554432000 134512640 134847168 4292411472 4292410176 134616637 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21898/statm: 26745 26044 272 82 0 25986 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 157136

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22324
/proc/meminfo: memFree=28817748/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41008 CPUtime=989.19 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 5821 57585 0 0 887 1 98011 20 20 0 1 0 339138949 41992192 4376 33554432000 4194304 4198148 140735301919200 140735301918128 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 10252 4376 388 1 0 4047 0
[pid=21896] ppid=21851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21896/stat : 21896 (sh) S 21851 21851 22179 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339237885 9367552 264 33554432000 4194304 5064252 140734688369344 140734688367600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21896/statm: 2287 264 223 213 0 72 0
[pid=21898] ppid=21896 vsize=108432 CPUtime=792.8 cores=1,3,5,7
/proc/21898/stat : 21898 (clasp-1.0) R 21896 21851 22179 0 -1 4202496 26928 0 0 0 79274 6 0 0 20 0 1 0 339237885 111034368 26432 33554432000 134512640 134847168 4292411472 4292410240 134737304 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21898/statm: 27108 26432 272 82 0 26349 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 158588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22324
/proc/meminfo: memFree=28816384/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41008 CPUtime=989.19 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 5821 57585 0 0 887 1 98011 20 20 0 1 0 339138949 41992192 4376 33554432000 4194304 4198148 140735301919200 140735301918128 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 10252 4376 388 1 0 4047 0
[pid=21896] ppid=21851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21896/stat : 21896 (sh) S 21851 21851 22179 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339237885 9367552 264 33554432000 4194304 5064252 140734688369344 140734688367600 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21896/statm: 2287 264 223 213 0 72 0
[pid=21898] ppid=21896 vsize=109372 CPUtime=810.91 cores=1,3,5,7
/proc/21898/stat : 21898 (clasp-1.0) R 21896 21851 22179 0 -1 4202496 27100 0 0 0 81084 7 0 0 20 0 1 0 339237885 111996928 26604 33554432000 134512640 134847168 4292411472 4292410192 134741475 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21898/statm: 27343 26604 272 82 0 26584 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 159528

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -21851

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22343
/proc/meminfo: memFree=28915524/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41140 CPUtime=1800.16 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 5988 87464 0 0 888 1 179096 31 20 0 1 0 339138949 42127360 4377 33554432000 4194304 4198148 140735301919200 140735301918128 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 10285 4377 388 1 0 4080 0
[pid=22341] ppid=21851 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22341/stat : 22341 (sh) S 21851 21851 22179 0 -1 4202496 369 0 0 0 0 0 0 0 20 0 1 0 339318994 9367552 263 33554432000 4194304 5064252 140735919554000 140735919552256 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22341/statm: 2287 263 223 213 0 72 0
[pid=22342] ppid=22341 vsize=4004 CPUtime=0 cores=1,3,5,7
/proc/22342/stat : 22342 (cat) S 22341 21851 22179 0 -1 4202496 211 0 0 0 0 0 0 0 20 0 1 0 339318994 4100096 123 33554432000 4194304 4236627 140734039686528 140734039685624 214369650144 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22342/statm: 1001 123 97 11 0 67 0
[pid=22343] ppid=22341 vsize=47264 CPUtime=0.93 cores=1,3,5,7
/proc/22343/stat : 22343 (clasp-1.0) R 22341 21851 22179 0 -1 4202496 11258 0 0 0 92 1 0 0 20 0 1 0 339318994 48398336 11015 33554432000 134512640 134847168 4287820160 4287815504 1637340 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22343/statm: 11816 11015 251 82 0 11057 0
Current children cumulated CPU time (s) 1801.09
Current children cumulated vsize (KiB) 101556

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22343
/proc/meminfo: memFree=28836156/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41140 CPUtime=1800.16 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 5988 87464 0 0 888 1 179096 31 20 0 1 0 339138949 42127360 4377 33554432000 4194304 4198148 140735301919200 140735301918128 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 10285 4377 388 1 0 4080 0
[pid=22341] ppid=21851 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/22341/stat : 22341 (sh) S 21851 21851 22179 0 -1 4202496 369 220 0 0 0 0 0 1 20 0 1 0 339318994 9367552 263 33554432000 4194304 5064252 140735919554000 140735919552256 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22341/statm: 2287 263 223 213 0 72 0
[pid=22343] ppid=22341 vsize=98220 CPUtime=1.73 cores=1,3,5,7
/proc/22343/stat : 22343 (clasp-1.0) R 22341 21851 22179 0 -1 4202496 23899 0 0 0 169 4 0 0 20 0 1 0 339318994 100577280 23873 33554432000 134512640 134847168 4287820160 4287818796 134782734 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22343/statm: 24555 23873 270 82 0 23796 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 148508

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22343
/proc/meminfo: memFree=28836156/32873844 swapFree=7632/7632
[pid=21851] ppid=21849 vsize=41140 CPUtime=1800.16 cores=1,3,5,7
/proc/21851/stat : 21851 (pbclasp) S 21849 21851 22179 0 -1 4202496 5988 87464 0 0 888 1 179096 31 20 0 1 0 339138949 42127360 4377 33554432000 4194304 4198148 140735301919200 140735301918128 214373036062 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21851/statm: 10285 4377 388 1 0 4080 0
[pid=22341] ppid=21851 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/22341/stat : 22341 (sh) S 21851 21851 22179 0 -1 4202496 369 220 0 0 0 0 0 1 20 0 1 0 339318994 9367552 263 33554432000 4194304 5064252 140735919554000 140735919552256 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22341/statm: 2287 263 223 213 0 72 0
[pid=22343] ppid=22341 vsize=98220 CPUtime=1.93 cores=1,3,5,7
/proc/22343/stat : 22343 (clasp-1.0) R 22341 21851 22179 0 -1 4202496 23907 0 0 0 189 4 0 0 20 0 1 0 339318994 100577280 23881 33554432000 134512640 134847168 4287820160 4287818896 134733929 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22343/statm: 24555 23881 270 82 0 23796 0
Current children cumulated CPU time (s) 1802.1
Current children cumulated vsize (KiB) 148508

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21851 and gives
#  childrusage.ru_utime.tv_sec=1799
#  childrusage.ru_utime.tv_usec=856380
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=347947
# CPU time returned by wait4() is 1800.2
# while last known CPU time is 1802.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.43
CPU time (s): 1802.1
CPU user time (s): 1801.73
CPU system time (s): 0.37
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 163572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.347947
maximum resident set size= 111032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96007
page faults= 0
swaps= 0
block input operations= 0
block output operations= 79392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7816
involuntary context switches= 1928

runsolver used 3.22351 second user time and 8.78066 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-03 15:28:53
IDJOB=3736204
IDBENCH=25033
IDSOLVER=2317
FILE ID=node130/3736204-1338730133
RUNJOBID= node130-1338713747-22196
PBS_JOBID= 14636742
Free space on /tmp= 70968 MiB

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

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

MD5SUM BENCH= cca2bc3212eb56e1c6b2ae84ca292ee3
RANDOM SEED=940258917

node130.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.875
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.75
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.875
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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28910008 kB
Buffers:          636176 kB
Cached:          2409452 kB
SwapCached:         4252 kB
Active:          1378228 kB
Inactive:        1719708 kB
Active(anon):      43992 kB
Inactive(anon):     8120 kB
Active(file):    1334236 kB
Inactive(file):  1711588 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099284 kB
Dirty:              6036 kB
Writeback:             0 kB
AnonPages:         54584 kB
Mapped:            11376 kB
Shmem:                 4 kB
Slab:             723368 kB
SReclaimable:     164444 kB
SUnreclaim:       558924 kB
KernelStack:        1504 kB
PageTables:         4152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     168916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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-3736204-1338730133.opb

Free space on /tmp at the end= 70960 MiB
End job on node130 at 2012-06-03 15:58:56