Trace number 3734418

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)9 1802.12 1802.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_10_30.r.opb
MD5SUM80d844acb755df30f8eb4d34a1c5fb81
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.074988
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
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 constraint10
Maximum length of a constraint30
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)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

0.00/0.03	o 12
0.00/0.05	o 11
0.04/0.16	o 10
1.16/1.24	o 9
67.45/67.51	sh: line 1: 11594 Done                    cat HOME/temp/instance-3734418-1338718032.opb.op
67.45/67.51	     11595 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3734418-1338718032.opb.clasp
1800.09/1800.40	sh: line 1: 11613 Done                    cat HOME/temp/instance-3734418-1338718032.opb.op
1800.09/1800.40	     11614 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3734418-1338718032.opb.clasp
1800.09/1800.41	c Somebody sent me a SIGTERM
1800.09/1800.41	s SATISFIABLE
1800.09/1800.41	v x7 x12 x32 x39 x43 x58 x65 x92 x93 
1800.09/1800.41	pb2clasp1: no process killed
1802.07/1802.41	sh: line 1: 11779 Done                    cat HOME/temp/instance-3734418-1338718032.opb.op
1802.07/1802.41	     11780 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3734418-1338718032.opb.clasp

Verifier Data

OK	9

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-3734418-1338718032/watcher-3734418-1338718032 -o /tmp/evaluation-result-3734418-1338718032/solver-3734418-1338718032 -C 1800 -W 1900 -M 15500 pbclasp instance-3734418-1338718032.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.15 2.06 1.92 3/178 11553
/proc/meminfo: memFree=27520356/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) R 11551 11553 11312 0 -1 4202496 432 0 0 0 0 0 0 0 20 0 1 0 337927558 26071040 362 33554432000 4194304 4198148 140734803397296 140734803394744 251044642485 0 0 4224 0 0 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6365 362 277 1 0 160 0

[startup+0.0592649 s]
/proc/loadavg: 2.15 2.06 1.92 3/178 11553
/proc/meminfo: memFree=27520356/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=0.04 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 909 6821 0 0 0 0 2 2 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25592

[startup+0.100311 s]
/proc/loadavg: 2.15 2.06 1.92 3/178 11553
/proc/meminfo: memFree=27520356/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=0.04 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 909 6821 0 0 0 0 2 2 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25592

[startup+0.300231 s]
/proc/loadavg: 2.15 2.06 1.92 3/178 11553
/proc/meminfo: memFree=27520356/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=0.14 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1030 9217 0 0 0 0 12 2 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 25592

[startup+0.700228 s]
/proc/loadavg: 2.15 2.06 1.92 3/178 11553
/proc/meminfo: memFree=27520356/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=0.14 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1030 9217 0 0 0 0 12 2 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 25592

[startup+1.50024 s]
/proc/loadavg: 2.13 2.06 1.92 3/181 11587
/proc/meminfo: memFree=27518588/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=1.22 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1151 11649 0 0 0 0 119 3 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 25592

[startup+3.1003 s]
/proc/loadavg: 2.13 2.06 1.92 3/181 11595
/proc/meminfo: memFree=27518564/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=1.22 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1151 11649 0 0 0 0 119 3 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11593] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11593/stat : 11593 (sh) S 11553 11553 11312 0 -1 4202496 371 216 0 0 0 0 0 0 20 0 1 0 337927683 9367552 264 33554432000 4194304 5064252 140734178802288 140734178800544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11593/statm: 2287 264 223 213 0 72 0
[pid=11595] ppid=11593 vsize=3568 CPUtime=1.84 cores=1,3,5,7
/proc/11595/stat : 11595 (clasp-1.0) R 11593 11553 11312 0 -1 4202496 496 0 0 0 184 0 0 0 20 0 1 0 337927683 3653632 394 33554432000 134512640 134847168 4290105968 4290104608 134715264 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11595/statm: 892 394 272 82 0 133 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 38308

[startup+6.3003 s]
/proc/loadavg: 2.28 2.09 1.93 3/181 11595
/proc/meminfo: memFree=27518612/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=1.22 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1151 11649 0 0 0 0 119 3 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11593] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11593/stat : 11593 (sh) S 11553 11553 11312 0 -1 4202496 371 216 0 0 0 0 0 0 20 0 1 0 337927683 9367552 264 33554432000 4194304 5064252 140734178802288 140734178800544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11593/statm: 2287 264 223 213 0 72 0
[pid=11595] ppid=11593 vsize=3700 CPUtime=5.04 cores=1,3,5,7
/proc/11595/stat : 11595 (clasp-1.0) R 11593 11553 11312 0 -1 4202496 519 0 0 0 504 0 0 0 20 0 1 0 337927683 3788800 417 33554432000 134512640 134847168 4290105968 4290104708 134737633 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11595/statm: 925 417 272 82 0 166 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 38440

[startup+12.7003 s]
/proc/loadavg: 2.26 2.09 1.93 3/181 11595
/proc/meminfo: memFree=27518396/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=1.22 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1151 11649 0 0 0 0 119 3 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11593] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11593/stat : 11593 (sh) S 11553 11553 11312 0 -1 4202496 371 216 0 0 0 0 0 0 20 0 1 0 337927683 9367552 264 33554432000 4194304 5064252 140734178802288 140734178800544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11593/statm: 2287 264 223 213 0 72 0
[pid=11595] ppid=11593 vsize=3832 CPUtime=11.44 cores=1,3,5,7
/proc/11595/stat : 11595 (clasp-1.0) R 11593 11553 11312 0 -1 4202496 549 0 0 0 1144 0 0 0 20 0 1 0 337927683 3923968 447 33554432000 134512640 134847168 4290105968 4290104608 134782432 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11595/statm: 958 447 272 82 0 199 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 38572

[startup+25.5003 s]
/proc/loadavg: 2.20 2.08 1.93 3/181 11595
/proc/meminfo: memFree=27518272/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=1.22 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1151 11649 0 0 0 0 119 3 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11593] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11593/stat : 11593 (sh) S 11553 11553 11312 0 -1 4202496 371 216 0 0 0 0 0 0 20 0 1 0 337927683 9367552 264 33554432000 4194304 5064252 140734178802288 140734178800544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11593/statm: 2287 264 223 213 0 72 0
[pid=11595] ppid=11593 vsize=3964 CPUtime=24.24 cores=1,3,5,7
/proc/11595/stat : 11595 (clasp-1.0) R 11593 11553 11312 0 -1 4202496 575 0 0 0 2424 0 0 0 20 0 1 0 337927683 4059136 473 33554432000 134512640 134847168 4290105968 4290104432 134713654 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11595/statm: 991 473 272 82 0 232 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 38704

[startup+51.1003 s]
/proc/loadavg: 2.13 2.08 1.93 3/181 11595
/proc/meminfo: memFree=27518148/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=1.22 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1151 11649 0 0 0 0 119 3 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11593] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11593/stat : 11593 (sh) S 11553 11553 11312 0 -1 4202496 371 216 0 0 0 0 0 0 20 0 1 0 337927683 9367552 264 33554432000 4194304 5064252 140734178802288 140734178800544 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11593/statm: 2287 264 223 213 0 72 0
[pid=11595] ppid=11593 vsize=4096 CPUtime=49.83 cores=1,3,5,7
/proc/11595/stat : 11595 (clasp-1.0) R 11593 11553 11312 0 -1 4202496 603 0 0 0 4983 0 0 0 20 0 1 0 337927683 4194304 501 33554432000 134512640 134847168 4290105968 4290104736 134737644 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11595/statm: 1024 501 272 82 0 265 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 38836

[startup+102.306 s]
/proc/loadavg: 2.06 2.06 1.93 3/181 11727
/proc/meminfo: memFree=27569104/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=67.48 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1257 14188 0 0 0 0 6744 4 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11612] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11612/stat : 11612 (sh) S 11553 11553 11312 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 337934309 9367552 264 33554432000 4194304 5064252 140737174652512 140737174650768 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11612/statm: 2287 264 223 213 0 72 0
[pid=11614] ppid=11612 vsize=3964 CPUtime=34.77 cores=1,3,5,7
/proc/11614/stat : 11614 (clasp-1.0) R 11612 11553 11312 0 -1 4202496 584 0 0 0 3477 0 0 0 20 0 1 0 337934309 4059136 481 33554432000 134512640 134847168 4290992464 4290991088 134784610 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11614/statm: 991 481 270 82 0 232 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 38704

[startup+162.3 s]
/proc/loadavg: 2.15 2.08 1.95 3/181 11735
/proc/meminfo: memFree=27568484/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=67.48 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1257 14188 0 0 0 0 6744 4 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11612] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11612/stat : 11612 (sh) S 11553 11553 11312 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 337934309 9367552 264 33554432000 4194304 5064252 140737174652512 140737174650768 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11612/statm: 2287 264 223 213 0 72 0
[pid=11614] ppid=11612 vsize=4228 CPUtime=94.75 cores=1,3,5,7
/proc/11614/stat : 11614 (clasp-1.0) R 11612 11553 11312 0 -1 4202496 630 0 0 0 9475 0 0 0 20 0 1 0 337934309 4329472 527 33554432000 134512640 134847168 4290992464 4290991200 134741030 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11614/statm: 1057 527 270 82 0 298 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 38968

[startup+222.3 s]
/proc/loadavg: 2.05 2.06 1.95 3/182 11738
/proc/meminfo: memFree=27567980/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=67.48 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1257 14188 0 0 0 0 6744 4 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11612] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11612/stat : 11612 (sh) S 11553 11553 11312 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 337934309 9367552 264 33554432000 4194304 5064252 140737174652512 140737174650768 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11612/statm: 2287 264 223 213 0 72 0
[pid=11614] ppid=11612 vsize=4360 CPUtime=154.74 cores=1,3,5,7
/proc/11614/stat : 11614 (clasp-1.0) R 11612 11553 11312 0 -1 4202496 671 0 0 0 15474 0 0 0 20 0 1 0 337934309 4464640 568 33554432000 134512640 134847168 4290992464 4290991088 134784803 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11614/statm: 1090 568 270 82 0 331 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 39100

[startup+282.3 s]
/proc/loadavg: 2.02 2.05 1.95 3/181 11739
/proc/meminfo: memFree=27567740/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=67.48 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1257 14188 0 0 0 0 6744 4 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11612] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/11612/stat : 11612 (sh) S 11553 11553 11312 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 337934309 9367552 264 33554432000 4194304 5064252 140737174652512 140737174650768 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11612/statm: 2287 264 223 213 0 72 0
[pid=11614] ppid=11612 vsize=5028 CPUtime=1354.57 cores=1,3,5,7
/proc/11614/stat : 11614 (clasp-1.0) R 11612 11553 11312 0 -1 4202496 851 0 0 0 135457 0 0 0 20 0 1 0 337934309 5148672 748 33554432000 134512640 134847168 4290992464 4290991088 134784625 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11614/statm: 1257 748 270 82 0 498 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 39768

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 11765
/proc/meminfo: memFree=27565268/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=67.48 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1257 14188 0 0 0 0 6744 4 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11612] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11612/stat : 11612 (sh) S 11553 11553 11312 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 337934309 9367552 264 33554432000 4194304 5064252 140737174652512 140737174650768 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11612/statm: 2287 264 223 213 0 72 0
[pid=11614] ppid=11612 vsize=5028 CPUtime=1414.55 cores=1,3,5,7
/proc/11614/stat : 11614 (clasp-1.0) R 11612 11553 11312 0 -1 4202496 851 0 0 0 141455 0 0 0 20 0 1 0 337934309 5148672 748 33554432000 134512640 134847168 4290992464 4290991104 134782419 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11614/statm: 1257 748 270 82 0 498 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 39768

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 11765
/proc/meminfo: memFree=27565392/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=67.48 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1257 14188 0 0 0 0 6744 4 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11612] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11612/stat : 11612 (sh) S 11553 11553 11312 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 337934309 9367552 264 33554432000 4194304 5064252 140737174652512 140737174650768 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11612/statm: 2287 264 223 213 0 72 0
[pid=11614] ppid=11612 vsize=5028 CPUtime=1474.54 cores=1,3,5,7
/proc/11614/stat : 11614 (clasp-1.0) R 11612 11553 11312 0 -1 4202496 857 0 0 0 147454 0 0 0 20 0 1 0 337934309 5148672 754 33554432000 134512640 134847168 4290992464 4290991144 134789719 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11614/statm: 1257 754 270 82 0 498 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 39768

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 11765
/proc/meminfo: memFree=27565144/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=67.48 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1257 14188 0 0 0 0 6744 4 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11612] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11612/stat : 11612 (sh) S 11553 11553 11312 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 337934309 9367552 264 33554432000 4194304 5064252 140737174652512 140737174650768 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11612/statm: 2287 264 223 213 0 72 0
[pid=11614] ppid=11612 vsize=5160 CPUtime=1534.53 cores=1,3,5,7
/proc/11614/stat : 11614 (clasp-1.0) R 11612 11553 11312 0 -1 4202496 860 0 0 0 153453 0 0 0 20 0 1 0 337934309 5283840 757 33554432000 134512640 134847168 4290992464 4290991144 134789708 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11614/statm: 1290 757 270 82 0 531 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 39900

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 11765
/proc/meminfo: memFree=27565268/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=67.48 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1257 14188 0 0 0 0 6744 4 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11612] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11612/stat : 11612 (sh) S 11553 11553 11312 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 337934309 9367552 264 33554432000 4194304 5064252 140737174652512 140737174650768 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11612/statm: 2287 264 223 213 0 72 0
[pid=11614] ppid=11612 vsize=5160 CPUtime=1594.52 cores=1,3,5,7
/proc/11614/stat : 11614 (clasp-1.0) R 11612 11553 11312 0 -1 4202496 860 0 0 0 159452 0 0 0 20 0 1 0 337934309 5283840 757 33554432000 134512640 134847168 4290992464 4290991088 134784800 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11614/statm: 1290 757 270 82 0 531 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 39900

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 11765
/proc/meminfo: memFree=27565516/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=67.48 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1257 14188 0 0 0 0 6744 4 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11612] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11612/stat : 11612 (sh) S 11553 11553 11312 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 337934309 9367552 264 33554432000 4194304 5064252 140737174652512 140737174650768 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11612/statm: 2287 264 223 213 0 72 0
[pid=11614] ppid=11612 vsize=5160 CPUtime=1654.51 cores=1,3,5,7
/proc/11614/stat : 11614 (clasp-1.0) R 11612 11553 11312 0 -1 4202496 860 0 0 0 165451 0 0 0 20 0 1 0 337934309 5283840 757 33554432000 134512640 134847168 4290992464 4290991152 134616729 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11614/statm: 1290 757 270 82 0 531 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 39900

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 11766
/proc/meminfo: memFree=27565020/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=67.48 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1257 14188 0 0 0 0 6744 4 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11612] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11612/stat : 11612 (sh) S 11553 11553 11312 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 337934309 9367552 264 33554432000 4194304 5064252 140737174652512 140737174650768 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11612/statm: 2287 264 223 213 0 72 0
[pid=11614] ppid=11612 vsize=5160 CPUtime=1714.51 cores=1,3,5,7
/proc/11614/stat : 11614 (clasp-1.0) R 11612 11553 11312 0 -1 4202496 866 0 0 0 171451 0 0 0 20 0 1 0 337934309 5283840 763 33554432000 134512640 134847168 4290992464 4290991088 134784680 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11614/statm: 1290 763 270 82 0 531 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 39900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 11766
/proc/meminfo: memFree=27565020/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=67.48 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1257 14188 0 0 0 0 6744 4 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11612] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11612/stat : 11612 (sh) S 11553 11553 11312 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 337934309 9367552 264 33554432000 4194304 5064252 140737174652512 140737174650768 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11612/statm: 2287 264 223 213 0 72 0
[pid=11614] ppid=11612 vsize=5160 CPUtime=1732.61 cores=1,3,5,7
/proc/11614/stat : 11614 (clasp-1.0) R 11612 11553 11312 0 -1 4202496 866 0 0 0 173261 0 0 0 20 0 1 0 337934309 5283840 763 33554432000 134512640 134847168 4290992464 4290991088 134784634 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11614/statm: 1290 763 270 82 0 531 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 39900

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11553

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

[startup+1801.4 s]
/proc/loadavg: 2.08 2.02 1.97 3/182 11785
/proc/meminfo: memFree=27569312/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=1800.11 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1427 17820 0 0 0 0 180005 6 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11777] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (sh) S 11553 11553 11312 0 -1 4202496 371 216 0 0 0 0 0 0 20 0 1 0 338107600 9367552 263 33554432000 4194304 5064252 140735729184096 140735729182352 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11777/statm: 2287 263 223 213 0 72 0
[pid=11780] ppid=11777 vsize=3568 CPUtime=0.96 cores=1,3,5,7
/proc/11780/stat : 11780 (clasp-1.0) R 11777 11553 11312 0 -1 4202496 481 0 0 0 96 0 0 0 20 0 1 0 338107600 3653632 379 33554432000 134512640 134847168 4292878784 4292877424 134715211 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11780/statm: 892 379 270 82 0 133 0
Current children cumulated CPU time (s) 1801.07
Current children cumulated vsize (KiB) 38308

[startup+1802.2 s]
/proc/loadavg: 2.08 2.02 1.97 3/182 11785
/proc/meminfo: memFree=27568800/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=1800.11 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1427 17820 0 0 0 0 180005 6 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11777] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (sh) S 11553 11553 11312 0 -1 4202496 371 216 0 0 0 0 0 0 20 0 1 0 338107600 9367552 263 33554432000 4194304 5064252 140735729184096 140735729182352 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11777/statm: 2287 263 223 213 0 72 0
[pid=11780] ppid=11777 vsize=3568 CPUtime=1.76 cores=1,3,5,7
/proc/11780/stat : 11780 (clasp-1.0) R 11777 11553 11312 0 -1 4202496 493 0 0 0 176 0 0 0 20 0 1 0 338107600 3653632 391 33554432000 134512640 134847168 4292878784 4292877424 134782472 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11780/statm: 892 391 270 82 0 133 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 38308

[startup+1802.4 s]
/proc/loadavg: 2.08 2.02 1.97 3/182 11785
/proc/meminfo: memFree=27568800/32873844 swapFree=7628/7628
[pid=11553] ppid=11551 vsize=25592 CPUtime=1800.11 cores=1,3,5,7
/proc/11553/stat : 11553 (pbclasp) S 11551 11553 11312 0 -1 4202496 1427 17820 0 0 0 0 180005 6 20 0 1 0 337927558 26206208 522 33554432000 4194304 4198148 140734803397296 140734803396224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11553/statm: 6398 522 387 1 0 193 0
[pid=11777] ppid=11553 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11777/stat : 11777 (sh) S 11553 11553 11312 0 -1 4202496 371 216 0 0 0 0 0 0 20 0 1 0 338107600 9367552 263 33554432000 4194304 5064252 140735729184096 140735729182352 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11777/statm: 2287 263 223 213 0 72 0
[pid=11780] ppid=11777 vsize=3700 CPUtime=1.96 cores=1,3,5,7
/proc/11780/stat : 11780 (clasp-1.0) R 11777 11553 11312 0 -1 4202496 496 0 0 0 196 0 0 0 20 0 1 0 338107600 3788800 394 33554432000 134512640 134847168 4292878784 4292877504 134741925 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11780/statm: 925 394 270 82 0 166 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 38440

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.12
CPU user time (s): 1802.05
CPU system time (s): 0.068989
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 39900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.05
system time used= 0.068989
maximum resident set size= 3052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20438
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 202
involuntary context switches= 2117

runsolver used 2.71259 second user time and 7.12892 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-03 12:07:12
IDJOB=3734418
IDBENCH=2849
IDSOLVER=2317
FILE ID=node143/3734418-1338718032
RUNJOBID= node143-1338716231-11329
PBS_JOBID= 14636760
Free space on /tmp= 68460 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_10_30.r.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734418-1338718032/watcher-3734418-1338718032 -o /tmp/evaluation-result-3734418-1338718032/solver-3734418-1338718032 -C 1800 -W 1900 -M 15500  pbclasp instance-3734418-1338718032.opb HOME/temp

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

MD5SUM BENCH= 80d844acb755df30f8eb4d34a1c5fb81
RANDOM SEED=1034961024

node143.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.787
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.57
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.787
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.787
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.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        27520900 kB
Buffers:          455576 kB
Cached:          3906920 kB
SwapCached:          188 kB
Active:          2282456 kB
Inactive:        2136816 kB
Active(anon):      47988 kB
Inactive(anon):    10992 kB
Active(file):    2234468 kB
Inactive(file):  2125824 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108444 kB
Dirty:               420 kB
Writeback:             0 kB
AnonPages:         92584 kB
Mapped:            12684 kB
Shmem:               160 kB
Slab:             791680 kB
SReclaimable:     233788 kB
SUnreclaim:       557892 kB
KernelStack:        1512 kB
PageTables:         4128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     172624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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-3734418-1338718032.opb

Free space on /tmp at the end= 68468 MiB
End job on node143 at 2012-06-03 12:37:14