Trace number 3734594

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)11 1802.07 1802.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_10_15.r.opb
MD5SUM7e1b8a9f40a52781f7629bf04a2d5793
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.129979
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10
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 constraint15
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 19
0.01/0.04	o 18
0.01/0.05	o 16
0.01/0.06	o 14
0.03/0.12	o 13
1297.61/1297.98	o 12
1350.09/1350.40	o 11
1569.86/1570.24	sh: line 1: 19275 Done                    cat HOME/temp/instance-3734594-1338718947.opb.op
1569.86/1570.24	     19276 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3734594-1338718947.opb.clasp
1800.03/1800.40	sh: line 1: 19295 Done                    cat HOME/temp/instance-3734594-1338718947.opb.op
1800.03/1800.40	     19296 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3734594-1338718947.opb.clasp
1800.03/1800.41	c Somebody sent me a SIGTERM
1800.03/1800.41	s SATISFIABLE
1800.03/1800.41	v x2 x9 x21 x29 x35 x73 x74 x80 x83 x92 x93 
1800.03/1800.41	pb2clasp1: no process killed
1802.02/1802.41	sh: line 1: 19369 Done                    cat HOME/temp/instance-3734594-1338718947.opb.op
1802.02/1802.41	     19370 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3734594-1338718947.opb.clasp

Verifier Data

OK	11

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-3734594-1338718947/watcher-3734594-1338718947 -o /tmp/evaluation-result-3734594-1338718947/solver-3734594-1338718947 -C 1800 -W 1900 -M 15500 pbclasp instance-3734594-1338718947.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.06 2.05 1.96 3/176 19199
/proc/meminfo: memFree=23392664/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=0 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) R 19197 19199 27890 0 -1 4202496 530 0 0 0 0 0 0 0 20 0 1 0 338023229 26206208 461 33554432000 4194304 4198148 140734969446272 140734969443720 235374350228 0 0 4224 0 0 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 461 345 1 0 193 0

[startup+0.039519 s]
/proc/loadavg: 2.06 2.05 1.96 3/176 19199
/proc/meminfo: memFree=23392664/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=0.01 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 780 4426 0 0 0 0 1 0 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 25592

[startup+0.100213 s]
/proc/loadavg: 2.06 2.05 1.96 3/176 19199
/proc/meminfo: memFree=23392664/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=0.03 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1125 11532 0 0 0 0 2 1 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25592

[startup+0.300174 s]
/proc/loadavg: 2.06 2.05 1.96 3/176 19199
/proc/meminfo: memFree=23392664/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=0.08 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1243 13919 0 0 0 0 7 1 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25592

[startup+0.70018 s]
/proc/loadavg: 2.06 2.05 1.96 3/176 19199
/proc/meminfo: memFree=23392664/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=0.08 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1243 13919 0 0 0 0 7 1 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25592

[startup+1.50024 s]
/proc/loadavg: 2.06 2.05 1.96 3/179 19249
/proc/meminfo: memFree=23390996/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=0.08 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1243 13919 0 0 0 0 7 1 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19247] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19247/stat : 19247 (sh) S 19199 19199 27890 0 -1 4202496 372 214 0 0 0 0 0 0 20 0 1 0 338023242 9367552 264 33554432000 4194304 5064252 140736570212432 140736570210688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19247/statm: 2287 264 223 213 0 72 0
[pid=19249] ppid=19247 vsize=3580 CPUtime=1.37 cores=1,3,5,7
/proc/19249/stat : 19249 (clasp-1.0) R 19247 19199 27890 0 -1 4202496 489 0 0 0 137 0 0 0 20 0 1 0 338023242 3665920 387 33554432000 134512640 134847168 4286623920 4286622544 134784617 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19249/statm: 895 387 272 82 0 136 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 38320

[startup+3.10024 s]
/proc/loadavg: 2.06 2.05 1.96 3/179 19249
/proc/meminfo: memFree=23390524/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=0.08 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1243 13919 0 0 0 0 7 1 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19247] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19247/stat : 19247 (sh) S 19199 19199 27890 0 -1 4202496 372 214 0 0 0 0 0 0 20 0 1 0 338023242 9367552 264 33554432000 4194304 5064252 140736570212432 140736570210688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19247/statm: 2287 264 223 213 0 72 0
[pid=19249] ppid=19247 vsize=3712 CPUtime=2.97 cores=1,3,5,7
/proc/19249/stat : 19249 (clasp-1.0) R 19247 19199 27890 0 -1 4202496 504 0 0 0 297 0 0 0 20 0 1 0 338023242 3801088 402 33554432000 134512640 134847168 4286623920 4286622688 134737666 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19249/statm: 928 402 272 82 0 169 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 38452

[startup+6.30024 s]
/proc/loadavg: 2.05 2.05 1.96 3/179 19249
/proc/meminfo: memFree=23390408/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=0.08 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1243 13919 0 0 0 0 7 1 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19247] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19247/stat : 19247 (sh) S 19199 19199 27890 0 -1 4202496 372 214 0 0 0 0 0 0 20 0 1 0 338023242 9367552 264 33554432000 4194304 5064252 140736570212432 140736570210688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19247/statm: 2287 264 223 213 0 72 0
[pid=19249] ppid=19247 vsize=3712 CPUtime=6.17 cores=1,3,5,7
/proc/19249/stat : 19249 (clasp-1.0) R 19247 19199 27890 0 -1 4202496 519 0 0 0 617 0 0 0 20 0 1 0 338023242 3801088 417 33554432000 134512640 134847168 4286623920 4286622560 134782452 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19249/statm: 928 417 272 82 0 169 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 38452

[startup+12.7002 s]
/proc/loadavg: 2.05 2.05 1.96 3/179 19249
/proc/meminfo: memFree=23390068/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=0.08 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1243 13919 0 0 0 0 7 1 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19247] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19247/stat : 19247 (sh) S 19199 19199 27890 0 -1 4202496 372 214 0 0 0 0 0 0 20 0 1 0 338023242 9367552 264 33554432000 4194304 5064252 140736570212432 140736570210688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19247/statm: 2287 264 223 213 0 72 0
[pid=19249] ppid=19247 vsize=3836 CPUtime=12.57 cores=1,3,5,7
/proc/19249/stat : 19249 (clasp-1.0) R 19247 19199 27890 0 -1 4202496 543 0 0 0 1257 0 0 0 20 0 1 0 338023242 3928064 441 33554432000 134512640 134847168 4286623920 4286622544 134784800 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19249/statm: 959 441 272 82 0 200 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 38576

[startup+25.5002 s]
/proc/loadavg: 2.11 2.06 1.97 3/179 19249
/proc/meminfo: memFree=23390200/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=0.08 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1243 13919 0 0 0 0 7 1 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19247] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19247/stat : 19247 (sh) S 19199 19199 27890 0 -1 4202496 372 214 0 0 0 0 0 0 20 0 1 0 338023242 9367552 264 33554432000 4194304 5064252 140736570212432 140736570210688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19247/statm: 2287 264 223 213 0 72 0
[pid=19249] ppid=19247 vsize=3968 CPUtime=25.36 cores=1,3,5,7
/proc/19249/stat : 19249 (clasp-1.0) R 19247 19199 27890 0 -1 4202496 566 0 0 0 2536 0 0 0 20 0 1 0 338023242 4063232 464 33554432000 134512640 134847168 4286623920 4286622544 134784541 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19249/statm: 992 464 272 82 0 233 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 38708

[startup+51.1002 s]
/proc/loadavg: 2.14 2.07 1.97 3/179 19249
/proc/meminfo: memFree=23390076/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=0.08 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1243 13919 0 0 0 0 7 1 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19247] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19247/stat : 19247 (sh) S 19199 19199 27890 0 -1 4202496 372 214 0 0 0 0 0 0 20 0 1 0 338023242 9367552 264 33554432000 4194304 5064252 140736570212432 140736570210688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19247/statm: 2287 264 223 213 0 72 0
[pid=19249] ppid=19247 vsize=3968 CPUtime=50.96 cores=1,3,5,7
/proc/19249/stat : 19249 (clasp-1.0) R 19247 19199 27890 0 -1 4202496 595 0 0 0 5096 0 0 0 20 0 1 0 338023242 4063232 493 33554432000 134512640 134847168 4286623920 4286622640 1627980 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19249/statm: 992 493 272 82 0 233 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 38708

[startup+102.306 s]
/proc/loadavg: 2.06 2.06 1.97 3/179 19249
/proc/meminfo: memFree=23386788/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=0.08 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1243 13919 0 0 0 0 7 1 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19247] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19247/stat : 19247 (sh) S 19199 19199 27890 0 -1 4202496 372 214 0 0 0 0 0 0 20 0 1 0 338023242 9367552 264 33554432000 4194304 5064252 140736570212432 140736570210688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19247/statm: 2287 264 223 213 0 72 0
[pid=19249] ppid=19247 vsize=4232 CPUtime=102.16 cores=1,3,5,7
/proc/19249/stat : 19249 (clasp-1.0) R 19247 19199 27890 0 -1 4202496 645 0 0 0 10216 0 0 0 20 0 1 0 338023242 4333568 543 33554432000 134512640 134847168 4286623920 4286622560 134715273 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19249/statm: 1058 543 272 82 0 299 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 38972

[startup+162.3 s]
/proc/loadavg: 2.02 2.05 1.97 3/179 19249
/proc/meminfo: memFree=23386104/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=0.08 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1243 13919 0 0 0 0 7 1 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19247] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19247/stat : 19247 (sh) S 19199 19199 27890 0 -1 4202496 372 214 0 0 0 0 0 0 20 0 1 0 338023242 9367552 264 33554432000 4194304 5064252 140736570212432 140736570210688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19247/statm: 2287 264 223 213 0 72 0
[pid=19249] ppid=19247 vsize=4364 CPUtime=162.14 cores=1,3,5,7
/proc/19249/stat : 19249 (clasp-1.0) R 19247 19199 27890 0 -1 4202496 664 0 0 0 16214 0 0 0 20 0 1 0 338023242 4468736 562 33554432000 134512640 134847168 4286623920 4286622656 134740992 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19249/statm: 1091 562 272 82 0 332 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 39104

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 1.97 3/179 19250
/proc/meminfo: memFree=23383872/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=0.08 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1243 13919 0 0 0 0 7 1 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19247] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19247/stat : 19247 (sh) S 19199 19199 27890 0 -1 4202496 372 214 0 0 0 0 0 0 20 0 1 0 338023242 9367552 264 33554432000 4194304 5064252 140736570212432 140736570210688 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19247/statm: 2287 264 223 213 0 72 0
[pid=19249] ppid=19247 vsize=4364 CPUtime=222.13 cores=1,3,5,7
/proc/19249/stat : 19249 (clasp-1.0) R 19247 19199 27890 0 -1 4202496 672 0 0 0 22213 0 0 0 20 0 1 0 338023242 4468736 570 33554432000 134512640 134847168 4286623920 4286622384 134713707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19249/statm: 1091 570 272 82 0 332 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 39104

[startup+282.3 s]

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

/proc/19274/stat : 19274 (sh) S 19199 19199 27890 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 338158270 9367552 264 33554432000 4194304 5064252 140736668628512 140736668626768 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19274/statm: 2287 264 223 213 0 72 0
[pid=19276] ppid=19274 vsize=4100 CPUtime=71.87 cores=1,3,5,7
/proc/19276/stat : 19276 (clasp-1.0) R 19274 19199 27890 0 -1 4202496 624 0 0 0 7187 0 0 0 20 0 1 0 338158271 4198400 521 33554432000 134512640 134847168 4294889856 4294888096 7291520 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19276/statm: 1025 521 270 82 0 266 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 38840

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 19277
/proc/meminfo: memFree=23374736/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=1350.12 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1472 19203 0 0 0 0 135009 3 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19274] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19274/stat : 19274 (sh) S 19199 19199 27890 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 338158270 9367552 264 33554432000 4194304 5064252 140736668628512 140736668626768 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19274/statm: 2287 264 223 213 0 72 0
[pid=19276] ppid=19274 vsize=4232 CPUtime=131.86 cores=1,3,5,7
/proc/19276/stat : 19276 (clasp-1.0) R 19274 19199 27890 0 -1 4202496 657 0 0 0 13186 0 0 0 20 0 1 0 338158271 4333568 554 33554432000 134512640 134847168 4294889856 4294888596 134737633 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19276/statm: 1058 554 270 82 0 299 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 38972

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 19277
/proc/meminfo: memFree=23372624/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=1350.12 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1472 19203 0 0 0 0 135009 3 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19274] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19274/stat : 19274 (sh) S 19199 19199 27890 0 -1 4202496 373 216 0 0 0 0 0 0 20 0 1 0 338158270 9367552 264 33554432000 4194304 5064252 140736668628512 140736668626768 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19274/statm: 2287 264 223 213 0 72 0
[pid=19276] ppid=19274 vsize=4368 CPUtime=191.85 cores=1,3,5,7
/proc/19276/stat : 19276 (clasp-1.0) R 19274 19199 27890 0 -1 4202496 670 0 0 0 19185 0 0 0 20 0 1 0 338158271 4472832 567 33554432000 134512640 134847168 4294889856 4294888544 134616828 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19276/statm: 1092 567 270 82 0 333 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 39108

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19353
/proc/meminfo: memFree=23417032/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=1569.92 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1571 21800 0 0 0 0 156988 4 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19294] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19294/stat : 19294 (sh) S 19199 19199 27890 0 -1 4202496 372 214 0 0 0 0 0 0 20 0 1 0 338180255 9367552 264 33554432000 4194304 5064252 140734438728784 140734438727040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19294/statm: 2287 264 223 213 0 72 0
[pid=19296] ppid=19294 vsize=3968 CPUtime=32.03 cores=1,3,5,7
/proc/19296/stat : 19296 (clasp-1.0) R 19294 19199 27890 0 -1 4202496 578 0 0 0 3203 0 0 0 20 0 1 0 338180255 4063232 476 33554432000 134512640 134847168 4293009040 4293007776 134734112 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19296/statm: 992 476 270 82 0 233 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 38708

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19356
/proc/meminfo: memFree=23416264/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=1569.92 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1571 21800 0 0 0 0 156988 4 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19294] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19294/stat : 19294 (sh) S 19199 19199 27890 0 -1 4202496 372 214 0 0 0 0 0 0 20 0 1 0 338180255 9367552 264 33554432000 4194304 5064252 140734438728784 140734438727040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19294/statm: 2287 264 223 213 0 72 0
[pid=19296] ppid=19294 vsize=4232 CPUtime=92.02 cores=1,3,5,7
/proc/19296/stat : 19296 (clasp-1.0) R 19294 19199 27890 0 -1 4202496 632 0 0 0 9202 0 0 0 20 0 1 0 338180255 4333568 530 33554432000 134512640 134847168 4293009040 4293007680 134715276 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19296/statm: 1058 530 270 82 0 299 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 38972

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19357
/proc/meminfo: memFree=23416288/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=1569.92 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1571 21800 0 0 0 0 156988 4 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19294] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19294/stat : 19294 (sh) S 19199 19199 27890 0 -1 4202496 372 214 0 0 0 0 0 0 20 0 1 0 338180255 9367552 264 33554432000 4194304 5064252 140734438728784 140734438727040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19294/statm: 2287 264 223 213 0 72 0
[pid=19296] ppid=19294 vsize=4232 CPUtime=152.01 cores=1,3,5,7
/proc/19296/stat : 19296 (clasp-1.0) R 19294 19199 27890 0 -1 4202496 661 0 0 0 15201 0 0 0 20 0 1 0 338180255 4333568 559 33554432000 134512640 134847168 4293009040 4293007728 134740587 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19296/statm: 1058 559 270 82 0 299 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 38972

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19357
/proc/meminfo: memFree=23416164/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=1569.92 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1571 21800 0 0 0 0 156988 4 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19294] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19294/stat : 19294 (sh) S 19199 19199 27890 0 -1 4202496 372 214 0 0 0 0 0 0 20 0 1 0 338180255 9367552 264 33554432000 4194304 5064252 140734438728784 140734438727040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19294/statm: 2287 264 223 213 0 72 0
[pid=19296] ppid=19294 vsize=4368 CPUtime=212 cores=1,3,5,7
/proc/19296/stat : 19296 (clasp-1.0) R 19294 19199 27890 0 -1 4202496 670 0 0 0 21200 0 0 0 20 0 1 0 338180255 4472832 568 33554432000 134512640 134847168 4293009040 4293007680 134782472 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19296/statm: 1092 568 270 82 0 333 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 39108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19357
/proc/meminfo: memFree=23416164/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=1569.92 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1571 21800 0 0 0 0 156988 4 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19294] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19294/stat : 19294 (sh) S 19199 19199 27890 0 -1 4202496 372 214 0 0 0 0 0 0 20 0 1 0 338180255 9367552 264 33554432000 4194304 5064252 140734438728784 140734438727040 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19294/statm: 2287 264 223 213 0 72 0
[pid=19296] ppid=19294 vsize=4368 CPUtime=230.11 cores=1,3,5,7
/proc/19296/stat : 19296 (clasp-1.0) R 19294 19199 27890 0 -1 4202496 672 0 0 0 23011 0 0 0 20 0 1 0 338180255 4472832 570 33554432000 134512640 134847168 4293009040 4293007616 134714832 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19296/statm: 1092 570 270 82 0 333 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 39108

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19199

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19376
/proc/meminfo: memFree=23416504/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=1800.05 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1734 25234 0 0 0 0 180000 5 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19366] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19366/stat : 19366 (sh) S 19199 19199 27890 0 -1 4202496 372 216 0 0 0 0 0 0 20 0 1 0 338203272 9367552 264 33554432000 4194304 5064252 140733248980592 140733248978848 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19366/statm: 2287 264 223 213 0 72 0
[pid=19370] ppid=19366 vsize=3572 CPUtime=0.97 cores=1,3,5,7
/proc/19370/stat : 19370 (clasp-1.0) R 19366 19199 27890 0 -1 4202496 477 0 0 0 97 0 0 0 20 0 1 0 338203272 3657728 374 33554432000 134512640 134847168 4287468336 4287466976 134782592 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19370/statm: 893 374 270 82 0 134 0
Current children cumulated CPU time (s) 1801.02
Current children cumulated vsize (KiB) 38312

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19376
/proc/meminfo: memFree=23416652/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=1800.05 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1734 25234 0 0 0 0 180000 5 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19366] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19366/stat : 19366 (sh) S 19199 19199 27890 0 -1 4202496 372 216 0 0 0 0 0 0 20 0 1 0 338203272 9367552 264 33554432000 4194304 5064252 140733248980592 140733248978848 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19366/statm: 2287 264 223 213 0 72 0
[pid=19370] ppid=19366 vsize=3572 CPUtime=1.77 cores=1,3,5,7
/proc/19370/stat : 19370 (clasp-1.0) R 19366 19199 27890 0 -1 4202496 486 0 0 0 177 0 0 0 20 0 1 0 338203272 3657728 383 33554432000 134512640 134847168 4287468336 4287466976 134782395 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19370/statm: 893 383 270 82 0 134 0
Current children cumulated CPU time (s) 1801.82
Current children cumulated vsize (KiB) 38312

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19376
/proc/meminfo: memFree=23416652/32873844 swapFree=7112/7112
[pid=19199] ppid=19197 vsize=25592 CPUtime=1800.05 cores=1,3,5,7
/proc/19199/stat : 19199 (pbclasp) S 19197 19199 27890 0 -1 4202496 1734 25234 0 0 0 0 180000 5 20 0 1 0 338023229 26206208 523 33554432000 4194304 4198148 140734969446272 140734969445200 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19199/statm: 6398 523 387 1 0 193 0
[pid=19366] ppid=19199 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19366/stat : 19366 (sh) S 19199 19199 27890 0 -1 4202496 372 216 0 0 0 0 0 0 20 0 1 0 338203272 9367552 264 33554432000 4194304 5064252 140733248980592 140733248978848 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19366/statm: 2287 264 223 213 0 72 0
[pid=19370] ppid=19366 vsize=3572 CPUtime=1.97 cores=1,3,5,7
/proc/19370/stat : 19370 (clasp-1.0) R 19366 19199 27890 0 -1 4202496 490 0 0 0 197 0 0 0 20 0 1 0 338203272 3657728 387 33554432000 134512640 134847168 4287468336 4287467104 134737264 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19370/statm: 893 387 270 82 0 134 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 38312

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.07
CPU user time (s): 1801.99
CPU system time (s): 0.070989
CPU usage (%): 99.9805
Max. virtual memory (cumulated for all children) (KiB): 39632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.99
system time used= 0.070989
maximum resident set size= 2932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28152
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 285
involuntary context switches= 3361

runsolver used 3.10753 second user time and 6.73998 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-03 12:22:27
IDJOB=3734594
IDBENCH=2874
IDSOLVER=2317
FILE ID=node104/3734594-1338718947
RUNJOBID= node104-1338713258-27907
PBS_JOBID= 14636727
Free space on /tmp= 66432 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_15.r.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734594-1338718947/watcher-3734594-1338718947 -o /tmp/evaluation-result-3734594-1338718947/solver-3734594-1338718947 -C 1800 -W 1900 -M 15500  pbclasp instance-3734594-1338718947.opb HOME/temp

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

MD5SUM BENCH= 7e1b8a9f40a52781f7629bf04a2d5793
RANDOM SEED=257870464

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23392944 kB
Buffers:         1009316 kB
Cached:          7422936 kB
SwapCached:          708 kB
Active:          5258680 kB
Inactive:        3214844 kB
Active(anon):      31700 kB
Inactive(anon):     8092 kB
Active(file):    5226980 kB
Inactive(file):  3206752 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105164 kB
Dirty:               400 kB
Writeback:             0 kB
AnonPages:         45696 kB
Mapped:            16440 kB
Shmem:                 8 kB
Slab:             867988 kB
SReclaimable:     309844 kB
SUnreclaim:       558144 kB
KernelStack:        1488 kB
PageTables:         3996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144400 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-3734594-1338718947.opb

Free space on /tmp at the end= 66432 MiB
End job on node104 at 2012-06-03 12:52:29