Trace number 3732372

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)57 1802.09 1802.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-alu4.b.opb
MD5SUM9c27419d6022516b3a8580fda3ca43ee
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark50
Best CPU time to get the best result obtained on this benchmark1.46878
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 50
Optimality of the best value was proved NO
Number of variables807
Total number of constraints1823
Number of constraints which are clauses1823
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 constraint98
Number of terms in the objective function 807
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 807
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 807
Number of bits of the biggest sum of numbers10
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.24/0.32	o 63
0.24/0.38	o 62
0.37/0.56	o 61
1.46/1.56	o 60
27.55/27.68	sh: line 1:  2793 Done                    cat HOME/temp/instance-3732372-1338706588.opb.op
27.55/27.68	      2794 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732372-1338706588.opb.clasp
440.77/440.91	o 59
515.25/515.41	o 58
999.36/999.66	o 57
1800.07/1800.50	sh: line 1:  2974 Done                    cat HOME/temp/instance-3732372-1338706588.opb.op
1800.07/1800.50	      2975 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732372-1338706588.opb.clasp
1800.07/1800.51	c Somebody sent me a SIGTERM
1800.07/1800.51	s SATISFIABLE
1800.07/1800.51	v x34 x41 x61 x87 x167 x223 x226 x228 x315 x338 x356 x406 x428 x440 x459 x480 x481 x501 x526 x530 x562 x582 x593 x601 x622 x628 x629 x634 x637 x638 x644 x650 x654 x675 x677 x680 x683 x704 x734 x736 x740 x751 x763 x766 x767 x768 x772 x775 x781 x783 x785 x786 x793 x795 x796 x797 x803 
1800.07/1800.52	pb2clasp1: no process killed
1802.04/1802.51	sh: line 1:  2996 Done                    cat HOME/temp/instance-3732372-1338706588.opb.op
1802.04/1802.51	      2997 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3732372-1338706588.opb.clasp

Verifier Data

OK	57

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-3732372-1338706588/watcher-3732372-1338706588 -o /tmp/evaluation-result-3732372-1338706588/solver-3732372-1338706588 -C 1800 -W 1900 -M 15500 pbclasp instance-3732372-1338706588.opb HOME/temp 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2752
/proc/meminfo: memFree=28229000/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) R 2750 2752 2078 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 336784172 26206208 469 33554432000 4194304 4198148 140737180995904 140737180993352 273588366432 0 16384 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/2752/statm: 6398 474 351 1 0 193 0

[startup+0.0767979 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2752
/proc/meminfo: memFree=28229000/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=0 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 628 0 0 0 0 0 0 0 20 0 1 0 336784172 26476544 542 33554432000 4194304 4198148 140737180995904 140737180994792 273592411376 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2752/statm: 6464 542 368 1 0 259 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25856

[startup+0.100215 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2752
/proc/meminfo: memFree=28229000/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=0 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 628 0 0 0 0 0 0 0 20 0 1 0 336784172 26476544 542 33554432000 4194304 4198148 140737180995904 140737180994792 273592411376 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2752/statm: 6464 542 368 1 0 259 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25856

[startup+0.300184 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2752
/proc/meminfo: memFree=28229000/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=0.24 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 742 2099 0 0 0 0 24 0 20 0 1 0 336784172 26476544 578 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2752/statm: 6464 578 387 1 0 259 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 25856

[startup+0.700192 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2752
/proc/meminfo: memFree=28229000/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=0.54 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1124 10444 0 0 1 0 51 2 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 25856

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2786
/proc/meminfo: memFree=28224024/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=0.54 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1124 10444 0 0 1 0 51 2 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
[pid=2784] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2784/stat : 2784 (sh) S 2752 2752 2078 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336784229 9367552 263 33554432000 4194304 5064252 140734525969072 140734525967328 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2784/statm: 2287 263 223 213 0 72 0
[pid=2786] ppid=2784 vsize=5608 CPUtime=0.92 cores=0,2,4,6
/proc/2786/stat : 2786 (clasp-1.0) R 2784 2752 2078 0 -1 4202496 993 0 0 0 92 0 0 0 20 0 1 0 336784230 5742592 891 33554432000 134512640 134847168 4290367600 4290366240 134715327 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2786/statm: 1402 891 270 82 0 643 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 40612

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2794
/proc/meminfo: memFree=28222652/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=1.54 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1251 13401 0 0 1 0 150 3 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
[pid=2792] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2792/stat : 2792 (sh) S 2752 2752 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 336784329 9367552 264 33554432000 4194304 5064252 140735390160016 140735390158272 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2792/statm: 2287 264 223 213 0 72 0
[pid=2794] ppid=2792 vsize=5828 CPUtime=1.52 cores=0,2,4,6
/proc/2794/stat : 2794 (clasp-1.0) R 2792 2752 2078 0 -1 4202496 1048 0 0 0 152 0 0 0 20 0 1 0 336784329 5967872 946 33554432000 134512640 134847168 4291298800 4291297440 134715280 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2794/statm: 1457 946 270 82 0 698 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 40832

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2794
/proc/meminfo: memFree=28220800/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=1.54 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1251 13401 0 0 1 0 150 3 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
[pid=2792] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2792/stat : 2792 (sh) S 2752 2752 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 336784329 9367552 264 33554432000 4194304 5064252 140735390160016 140735390158272 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2792/statm: 2287 264 223 213 0 72 0
[pid=2794] ppid=2792 vsize=6468 CPUtime=4.72 cores=0,2,4,6
/proc/2794/stat : 2794 (clasp-1.0) R 2792 2752 2078 0 -1 4202496 1186 0 0 0 472 0 0 0 20 0 1 0 336784329 6623232 1084 33554432000 134512640 134847168 4291298800 4291297424 134784656 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2794/statm: 1617 1084 270 82 0 858 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 41472

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2794
/proc/meminfo: memFree=28218220/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=1.54 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1251 13401 0 0 1 0 150 3 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
[pid=2792] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2792/stat : 2792 (sh) S 2752 2752 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 336784329 9367552 264 33554432000 4194304 5064252 140735390160016 140735390158272 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2792/statm: 2287 264 223 213 0 72 0
[pid=2794] ppid=2792 vsize=6980 CPUtime=11.11 cores=0,2,4,6
/proc/2794/stat : 2794 (clasp-1.0) R 2792 2752 2078 0 -1 4202496 1316 0 0 0 1111 0 0 0 20 0 1 0 336784329 7147520 1214 33554432000 134512640 134847168 4291298800 4291297424 134784711 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2794/statm: 1745 1214 270 82 0 986 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 41984

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2794
/proc/meminfo: memFree=28215864/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=1.54 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1251 13401 0 0 1 0 150 3 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
[pid=2792] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2792/stat : 2792 (sh) S 2752 2752 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 336784329 9367552 264 33554432000 4194304 5064252 140735390160016 140735390158272 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2792/statm: 2287 264 223 213 0 72 0
[pid=2794] ppid=2792 vsize=7732 CPUtime=23.91 cores=0,2,4,6
/proc/2794/stat : 2794 (clasp-1.0) R 2792 2752 2078 0 -1 4202496 1515 0 0 0 2391 0 0 0 20 0 1 0 336784329 7917568 1406 33554432000 134512640 134847168 4291298800 4291297424 134784711 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2794/statm: 1933 1406 270 82 0 1174 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 42736

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2918
/proc/meminfo: memFree=28229480/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=27.65 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1350 16874 0 0 1 0 2760 4 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
[pid=2811] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2811/stat : 2811 (sh) S 2752 2752 2078 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336786941 9367552 263 33554432000 4194304 5064252 140735806272016 140735806270272 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2811/statm: 2287 263 223 213 0 72 0
[pid=2813] ppid=2811 vsize=7732 CPUtime=23.39 cores=0,2,4,6
/proc/2813/stat : 2813 (clasp-1.0) R 2811 2752 2078 0 -1 4202496 1515 0 0 0 2339 0 0 0 20 0 1 0 336786941 7917568 1406 33554432000 134512640 134847168 4291686320 4291685012 134616619 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2813/statm: 1933 1406 270 82 0 1174 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 42736

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2919
/proc/meminfo: memFree=28226000/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=27.65 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1350 16874 0 0 1 0 2760 4 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
[pid=2811] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2811/stat : 2811 (sh) S 2752 2752 2078 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336786941 9367552 263 33554432000 4194304 5064252 140735806272016 140735806270272 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2811/statm: 2287 263 223 213 0 72 0
[pid=2813] ppid=2811 vsize=9424 CPUtime=74.58 cores=0,2,4,6
/proc/2813/stat : 2813 (clasp-1.0) R 2811 2752 2078 0 -1 4202496 1937 0 0 0 7458 0 0 0 20 0 1 0 336786941 9650176 1828 33554432000 134512640 134847168 4291686320 4291684944 134784651 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2813/statm: 2356 1828 270 82 0 1597 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 44428

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2919
/proc/meminfo: memFree=28224016/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=27.65 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1350 16874 0 0 1 0 2760 4 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
[pid=2811] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2811/stat : 2811 (sh) S 2752 2752 2078 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336786941 9367552 263 33554432000 4194304 5064252 140735806272016 140735806270272 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2811/statm: 2287 263 223 213 0 72 0
[pid=2813] ppid=2811 vsize=10352 CPUtime=134.57 cores=0,2,4,6
/proc/2813/stat : 2813 (clasp-1.0) R 2811 2752 2078 0 -1 4202496 2165 0 0 0 13457 0 0 0 20 0 1 0 336786941 10600448 2056 33554432000 134512640 134847168 4291686320 4291684944 134784651 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2813/statm: 2588 2056 270 82 0 1829 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 45356

[startup+222.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 2922
/proc/meminfo: memFree=28221588/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=27.65 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1350 16874 0 0 1 0 2760 4 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
[pid=2811] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2811/stat : 2811 (sh) S 2752 2752 2078 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336786941 9367552 263 33554432000 4194304 5064252 140735806272016 140735806270272 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2811/statm: 2287 263 223 213 0 72 0
[pid=2813] ppid=2811 vsize=11112 CPUtime=194.55 cores=0,2,4,6
/proc/2813/stat : 2813 (clasp-1.0) R 2811 2752 2078 0 -1 4202496 2395 0 0 0 19455 0 0 0 20 0 1 0 336786941 11378688 2275 33554432000 134512640 134847168 4291686320 4291684940 134789720 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2813/statm: 2778 2275 270 82 0 2019 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 46116

[startup+282.3 s]

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

/proc/2973/stat : 2973 (sh) S 2752 2752 2078 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336884141 9367552 264 33554432000 4194304 5064252 140733935452032 140733935450288 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2973/statm: 2287 264 223 213 0 72 0
[pid=2975] ppid=2973 vsize=12412 CPUtime=482.46 cores=0,2,4,6
/proc/2975/stat : 2975 (clasp-1.0) R 2973 2752 2078 0 -1 4202496 2677 0 0 0 48246 0 0 0 20 0 1 0 336884141 12709888 2578 33554432000 134512640 134847168 4291786384 4291785024 134782472 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2975/statm: 3103 2578 272 82 0 2344 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 47416

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 2979
/proc/meminfo: memFree=28213332/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=999.45 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1728 30682 0 0 1 1 99934 9 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
[pid=2973] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2973/stat : 2973 (sh) S 2752 2752 2078 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336884141 9367552 264 33554432000 4194304 5064252 140733935452032 140733935450288 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2973/statm: 2287 264 223 213 0 72 0
[pid=2975] ppid=2973 vsize=13884 CPUtime=542.45 cores=0,2,4,6
/proc/2975/stat : 2975 (clasp-1.0) R 2973 2752 2078 0 -1 4202496 3103 0 0 0 54245 0 0 0 20 0 1 0 336884141 14217216 2963 33554432000 134512640 134847168 4291786384 4291785008 134784608 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2975/statm: 3471 2963 272 82 0 2712 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 48888

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2980
/proc/meminfo: memFree=28212960/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=999.45 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1728 30682 0 0 1 1 99934 9 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
[pid=2973] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2973/stat : 2973 (sh) S 2752 2752 2078 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336884141 9367552 264 33554432000 4194304 5064252 140733935452032 140733935450288 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2973/statm: 2287 264 223 213 0 72 0
[pid=2975] ppid=2973 vsize=14284 CPUtime=602.44 cores=0,2,4,6
/proc/2975/stat : 2975 (clasp-1.0) R 2973 2752 2078 0 -1 4202496 3280 0 0 0 60244 0 0 0 20 0 1 0 336884141 14626816 3070 33554432000 134512640 134847168 4291786384 4291785024 134715264 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2975/statm: 3571 3070 272 82 0 2812 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 49288

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2980
/proc/meminfo: memFree=28212772/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=999.45 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1728 30682 0 0 1 1 99934 9 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
[pid=2973] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2973/stat : 2973 (sh) S 2752 2752 2078 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336884141 9367552 264 33554432000 4194304 5064252 140733935452032 140733935450288 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2973/statm: 2287 264 223 213 0 72 0
[pid=2975] ppid=2973 vsize=14640 CPUtime=662.43 cores=0,2,4,6
/proc/2975/stat : 2975 (clasp-1.0) R 2973 2752 2078 0 -1 4202496 3374 0 0 0 66243 0 0 0 20 0 1 0 336884141 14991360 3159 33554432000 134512640 134847168 4291786384 4291785064 134784582 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2975/statm: 3660 3159 272 82 0 2901 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 49644

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2980
/proc/meminfo: memFree=28212276/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=999.45 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1728 30682 0 0 1 1 99934 9 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
[pid=2973] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2973/stat : 2973 (sh) S 2752 2752 2078 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336884141 9367552 264 33554432000 4194304 5064252 140733935452032 140733935450288 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2973/statm: 2287 264 223 213 0 72 0
[pid=2975] ppid=2973 vsize=15236 CPUtime=722.42 cores=0,2,4,6
/proc/2975/stat : 2975 (clasp-1.0) R 2973 2752 2078 0 -1 4202496 3489 0 0 0 72242 0 0 0 20 0 1 0 336884141 15601664 3274 33554432000 134512640 134847168 4291786384 4291785008 134784657 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2975/statm: 3809 3274 272 82 0 3050 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 50240

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2980
/proc/meminfo: memFree=28211904/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=999.45 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1728 30682 0 0 1 1 99934 9 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
[pid=2973] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2973/stat : 2973 (sh) S 2752 2752 2078 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336884141 9367552 264 33554432000 4194304 5064252 140733935452032 140733935450288 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2973/statm: 2287 264 223 213 0 72 0
[pid=2975] ppid=2973 vsize=15236 CPUtime=782.41 cores=0,2,4,6
/proc/2975/stat : 2975 (clasp-1.0) R 2973 2752 2078 0 -1 4202496 3502 0 0 0 78240 1 0 0 20 0 1 0 336884141 15601664 3287 33554432000 134512640 134847168 4291786384 4291785024 134782472 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2975/statm: 3809 3287 272 82 0 3050 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 50240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2980
/proc/meminfo: memFree=28211532/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=999.45 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1728 30682 0 0 1 1 99934 9 20 0 1 0 336784172 26476544 580 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2752/statm: 6464 580 387 1 0 259 0
[pid=2973] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2973/stat : 2973 (sh) S 2752 2752 2078 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336884141 9367552 264 33554432000 4194304 5064252 140733935452032 140733935450288 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2973/statm: 2287 264 223 213 0 72 0
[pid=2975] ppid=2973 vsize=15340 CPUtime=800.62 cores=0,2,4,6
/proc/2975/stat : 2975 (clasp-1.0) R 2973 2752 2078 0 -1 4202496 3536 0 0 0 80061 1 0 0 20 0 1 0 336884141 15708160 3321 33554432000 134512640 134847168 4291786384 4291785008 134784634 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2975/statm: 3835 3321 272 82 0 3076 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 50344

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2752

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2999
/proc/meminfo: memFree=28233280/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=1800.09 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1891 36994 0 0 1 1 179995 12 20 0 1 0 336784172 26476544 581 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2752/statm: 6464 581 387 1 0 259 0
[pid=2994] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2994/stat : 2994 (sh) S 2752 2752 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 336964225 9367552 264 33554432000 4194304 5064252 140734797848384 140734797846640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2994/statm: 2287 264 223 213 0 72 0
[pid=2997] ppid=2994 vsize=5620 CPUtime=0.86 cores=0,2,4,6
/proc/2997/stat : 2997 (clasp-1.0) R 2994 2752 2078 0 -1 4202496 975 0 0 0 86 0 0 0 20 0 1 0 336964225 5754880 873 33554432000 134512640 134847168 4293913840 4293912464 134784617 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2997/statm: 1405 873 270 82 0 646 0
Current children cumulated CPU time (s) 1800.95
Current children cumulated vsize (KiB) 40624

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2999
/proc/meminfo: memFree=28232156/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=1800.09 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1891 36994 0 0 1 1 179995 12 20 0 1 0 336784172 26476544 581 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2752/statm: 6464 581 387 1 0 259 0
[pid=2994] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2994/stat : 2994 (sh) S 2752 2752 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 336964225 9367552 264 33554432000 4194304 5064252 140734797848384 140734797846640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2994/statm: 2287 264 223 213 0 72 0
[pid=2997] ppid=2994 vsize=5752 CPUtime=1.65 cores=0,2,4,6
/proc/2997/stat : 2997 (clasp-1.0) R 2994 2752 2078 0 -1 4202496 1016 0 0 0 165 0 0 0 20 0 1 0 336964225 5890048 914 33554432000 134512640 134847168 4293913840 4293912416 134714691 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2997/statm: 1438 914 270 82 0 679 0
Current children cumulated CPU time (s) 1801.74
Current children cumulated vsize (KiB) 40756

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2999
/proc/meminfo: memFree=28232156/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=1800.09 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1891 36994 0 0 1 1 179995 12 20 0 1 0 336784172 26476544 581 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2752/statm: 6464 581 387 1 0 259 0
[pid=2994] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2994/stat : 2994 (sh) S 2752 2752 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 336964225 9367552 264 33554432000 4194304 5064252 140734797848384 140734797846640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2994/statm: 2287 264 223 213 0 72 0
[pid=2997] ppid=2994 vsize=5752 CPUtime=1.85 cores=0,2,4,6
/proc/2997/stat : 2997 (clasp-1.0) R 2994 2752 2078 0 -1 4202496 1016 0 0 0 185 0 0 0 20 0 1 0 336964225 5890048 914 33554432000 134512640 134847168 4293913840 4293912608 134617501 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2997/statm: 1438 914 270 82 0 679 0
Current children cumulated CPU time (s) 1801.94
Current children cumulated vsize (KiB) 40756

[startup+1802.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 2999
/proc/meminfo: memFree=28232156/32873844 swapFree=7112/7112
[pid=2752] ppid=2750 vsize=25856 CPUtime=1800.09 cores=0,2,4,6
/proc/2752/stat : 2752 (pbclasp) S 2750 2752 2078 0 -1 4202496 1891 36994 0 0 1 1 179995 12 20 0 1 0 336784172 26476544 581 33554432000 4194304 4198148 140737180995904 140737180994832 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2752/statm: 6464 581 387 1 0 259 0
[pid=2994] ppid=2752 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2994/stat : 2994 (sh) S 2752 2752 2078 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 336964225 9367552 264 33554432000 4194304 5064252 140734797848384 140734797846640 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2994/statm: 2287 264 223 213 0 72 0
[pid=2997] ppid=2994 vsize=5752 CPUtime=1.95 cores=0,2,4,6
/proc/2997/stat : 2997 (clasp-1.0) R 2994 2752 2078 0 -1 4202496 1016 0 0 0 195 0 0 0 20 0 1 0 336964225 5890048 914 33554432000 134512640 134847168 4293913840 4293912480 134715344 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2997/statm: 1438 914 270 82 0 679 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 40756

Child status: 0
Real time (s): 1802.52
CPU time (s): 1802.09
CPU user time (s): 1801.95
CPU system time (s): 0.140978
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (KiB): 50372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.95
system time used= 0.140978
maximum resident set size= 13284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40659
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 818
involuntary context switches= 2841

runsolver used 2.71659 second user time and 7.12392 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 08:56:28
IDJOB=3732372
IDBENCH=2052
IDSOLVER=2317
FILE ID=node132/3732372-1338706588
RUNJOBID= node132-1338702930-2094
PBS_JOBID= 14636717
Free space on /tmp= 71216 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-alu4.b.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732372-1338706588/watcher-3732372-1338706588 -o /tmp/evaluation-result-3732372-1338706588/solver-3732372-1338706588 -C 1800 -W 1900 -M 15500  pbclasp instance-3732372-1338706588.opb HOME/temp

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

MD5SUM BENCH= 9c27419d6022516b3a8580fda3ca43ee
RANDOM SEED=825911920

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28228908 kB
Buffers:          608720 kB
Cached:          3100372 kB
SwapCached:         2288 kB
Active:          1609868 kB
Inactive:        2121492 kB
Active(anon):      14880 kB
Inactive(anon):     7108 kB
Active(file):    1594988 kB
Inactive(file):  2114384 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:              1120 kB
Writeback:             0 kB
AnonPages:         24672 kB
Mapped:            13264 kB
Shmem:                 8 kB
Slab:             775208 kB
SReclaimable:     216636 kB
SUnreclaim:       558572 kB
KernelStack:        1528 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     136824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3732372-1338706588.opb

Free space on /tmp at the end= 71216 MiB
End job on node132 at 2012-06-03 09:26:31