Trace number 3732339

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-count.b.opb
MD5SUM931342e76f648ae82c047d164917a326
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.159975
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24
Optimality of the best value was proved YES
Number of variables466
Total number of constraints694
Number of constraints which are clauses694
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 constraint2
Maximum length of a constraint78
Number of terms in the objective function 466
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 466
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 466
Number of bits of the biggest sum of numbers9
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.17	o 30
0.13/0.20	o 29
0.13/0.23	o 28
0.13/0.26	o 27
0.21/0.46	o 26
664.92/665.13	sh: line 1: 31875 Done                    cat HOME/temp/instance-3732339-1338706473.opb.op
664.92/665.13	     31876 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732339-1338706473.opb.clasp
1800.04/1800.40	sh: line 1: 31922 Done                    cat HOME/temp/instance-3732339-1338706473.opb.op
1800.04/1800.40	     31923 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732339-1338706473.opb.clasp
1800.04/1800.41	c Somebody sent me a SIGTERM
1800.04/1800.41	s SATISFIABLE
1800.04/1800.41	v x7 x64 x69 x79 x86 x114 x125 x152 x180 x185 x190 x212 x262 x265 x294 x321 x334 x361 x405 x427 x428 x433 x449 x453 x455 x463 
1800.04/1800.41	pb2clasp1: no process killed
1802.02/1802.41	sh: line 1: 32268 Done                    cat HOME/temp/instance-3732339-1338706473.opb.op
1802.02/1802.41	     32269 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3732339-1338706473.opb.clasp

Verifier Data

OK	26

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31826
/proc/meminfo: memFree=29027544/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) D 31824 31826 22814 0 -1 4202496 432 0 0 0 0 0 0 0 20 0 1 0 336775771 26071040 362 33554432000 4194304 4198148 140735572796624 140735572794072 226329706165 0 0 4224 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/31826/statm: 6365 362 277 1 0 160 0

[startup+0.0338649 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31826
/proc/meminfo: memFree=29027544/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25592 CPUtime=0 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) R 31824 31826 22814 0 -1 4202496 564 0 0 0 0 0 0 0 20 0 1 0 336775771 26206208 494 33554432000 4194304 4198148 140735572796624 140735572794072 226329333652 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/31826/statm: 6398 494 361 1 0 193 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25592

[startup+0.100205 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31826
/proc/meminfo: memFree=29027544/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=0 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 336775771 26341376 520 33554432000 4194304 4198148 140735572796624 140735572795512 226333091056 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/31826/statm: 6431 520 368 1 0 226 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25724

[startup+0.300131 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31826
/proc/meminfo: memFree=29027544/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=0.21 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1212 12335 0 0 0 0 18 3 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 25724

[startup+0.700112 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31826
/proc/meminfo: memFree=29027544/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=0.42 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1341 14937 0 0 0 0 38 4 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 25724

[startup+1.50025 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 31876
/proc/meminfo: memFree=29024552/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=0.42 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1341 14937 0 0 0 0 38 4 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31874] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31874/stat : 31874 (sh) S 31826 31826 22814 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336775819 9367552 264 33554432000 4194304 5064252 140733343771072 140733343769328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31874/statm: 2287 264 223 213 0 72 0
[pid=31876] ppid=31874 vsize=4648 CPUtime=1.01 cores=1,3,5,7
/proc/31876/stat : 31876 (clasp-1.0) R 31874 31826 22814 0 -1 4202496 739 0 0 0 101 0 0 0 20 0 1 0 336775819 4759552 637 33554432000 134512640 134847168 4286701904 4286700588 134715812 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31876/statm: 1162 637 272 82 0 403 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 39520

[startup+3.10025 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 31876
/proc/meminfo: memFree=29024056/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=0.42 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1341 14937 0 0 0 0 38 4 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31874] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31874/stat : 31874 (sh) S 31826 31826 22814 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336775819 9367552 264 33554432000 4194304 5064252 140733343771072 140733343769328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31874/statm: 2287 264 223 213 0 72 0
[pid=31876] ppid=31874 vsize=4916 CPUtime=2.61 cores=1,3,5,7
/proc/31876/stat : 31876 (clasp-1.0) R 31874 31826 22814 0 -1 4202496 828 0 0 0 261 0 0 0 20 0 1 0 336775819 5033984 726 33554432000 134512640 134847168 4286701904 4286700672 134617488 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31876/statm: 1229 726 272 82 0 470 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 39788

[startup+6.30025 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 31876
/proc/meminfo: memFree=29023064/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=0.42 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1341 14937 0 0 0 0 38 4 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31874] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31874/stat : 31874 (sh) S 31826 31826 22814 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336775819 9367552 264 33554432000 4194304 5064252 140733343771072 140733343769328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31874/statm: 2287 264 223 213 0 72 0
[pid=31876] ppid=31874 vsize=5436 CPUtime=5.81 cores=1,3,5,7
/proc/31876/stat : 31876 (clasp-1.0) R 31874 31826 22814 0 -1 4202496 938 0 0 0 581 0 0 0 20 0 1 0 336775819 5566464 836 33554432000 134512640 134847168 4286701904 4286700544 134715273 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31876/statm: 1359 836 272 82 0 600 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 40308

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 31876
/proc/meminfo: memFree=29021508/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=0.42 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1341 14937 0 0 0 0 38 4 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31874] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31874/stat : 31874 (sh) S 31826 31826 22814 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336775819 9367552 264 33554432000 4194304 5064252 140733343771072 140733343769328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31874/statm: 2287 264 223 213 0 72 0
[pid=31876] ppid=31874 vsize=5832 CPUtime=12.21 cores=1,3,5,7
/proc/31876/stat : 31876 (clasp-1.0) R 31874 31826 22814 0 -1 4202496 1047 0 0 0 1221 0 0 0 20 0 1 0 336775819 5971968 945 33554432000 134512640 134847168 4286701904 4286700368 134713625 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31876/statm: 1458 945 272 82 0 699 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 40704

[startup+25.5003 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 31876
/proc/meminfo: memFree=29019468/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=0.42 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1341 14937 0 0 0 0 38 4 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31874] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31874/stat : 31874 (sh) S 31826 31826 22814 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336775819 9367552 264 33554432000 4194304 5064252 140733343771072 140733343769328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31874/statm: 2287 264 223 213 0 72 0
[pid=31876] ppid=31874 vsize=6628 CPUtime=25.01 cores=1,3,5,7
/proc/31876/stat : 31876 (clasp-1.0) R 31874 31826 22814 0 -1 4202496 1230 0 0 0 2501 0 0 0 20 0 1 0 336775819 6787072 1128 33554432000 134512640 134847168 4286701904 4286700292 2806215 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31876/statm: 1657 1128 272 82 0 898 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 41500

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 31876
/proc/meminfo: memFree=29017048/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=0.42 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1341 14937 0 0 0 0 38 4 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31874] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31874/stat : 31874 (sh) S 31826 31826 22814 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336775819 9367552 264 33554432000 4194304 5064252 140733343771072 140733343769328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31874/statm: 2287 264 223 213 0 72 0
[pid=31876] ppid=31874 vsize=7412 CPUtime=50.6 cores=1,3,5,7
/proc/31876/stat : 31876 (clasp-1.0) R 31874 31826 22814 0 -1 4202496 1432 0 0 0 5060 0 0 0 20 0 1 0 336775819 7589888 1330 33554432000 134512640 134847168 4286701904 4286700480 134714871 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31876/statm: 1853 1330 272 82 0 1094 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 42284

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 31876
/proc/meminfo: memFree=29010964/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=0.42 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1341 14937 0 0 0 0 38 4 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31874] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31874/stat : 31874 (sh) S 31826 31826 22814 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336775819 9367552 264 33554432000 4194304 5064252 140733343771072 140733343769328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31874/statm: 2287 264 223 213 0 72 0
[pid=31876] ppid=31874 vsize=8624 CPUtime=101.8 cores=1,3,5,7
/proc/31876/stat : 31876 (clasp-1.0) R 31874 31826 22814 0 -1 4202496 1752 0 0 0 10180 0 0 0 20 0 1 0 336775819 8830976 1648 33554432000 134512640 134847168 4286701904 4286700584 134789719 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31876/statm: 2156 1648 272 82 0 1397 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 43496

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31876
/proc/meminfo: memFree=29008608/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=0.42 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1341 14937 0 0 0 0 38 4 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31874] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31874/stat : 31874 (sh) S 31826 31826 22814 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336775819 9367552 264 33554432000 4194304 5064252 140733343771072 140733343769328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31874/statm: 2287 264 223 213 0 72 0
[pid=31876] ppid=31874 vsize=9592 CPUtime=161.78 cores=1,3,5,7
/proc/31876/stat : 31876 (clasp-1.0) R 31874 31826 22814 0 -1 4202496 1987 0 0 0 16178 0 0 0 20 0 1 0 336775819 9822208 1883 33554432000 134512640 134847168 4286701904 4286700528 134784651 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31876/statm: 2398 1883 272 82 0 1639 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 44464

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31877
/proc/meminfo: memFree=29007800/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=0.42 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1341 14937 0 0 0 0 38 4 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31874] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31874/stat : 31874 (sh) S 31826 31826 22814 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336775819 9367552 264 33554432000 4194304 5064252 140733343771072 140733343769328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31874/statm: 2287 264 223 213 0 72 0
[pid=31876] ppid=31874 vsize=10252 CPUtime=221.77 cores=1,3,5,7
/proc/31876/stat : 31876 (clasp-1.0) R 31874 31826 22814 0 -1 4202496 2142 0 0 0 22177 0 0 0 20 0 1 0 336775819 10498048 2038 33554432000 134512640 134847168 4286701904 4286700528 134784651 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31876/statm: 2563 2038 272 82 0 1804 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 45124

[startup+282.3 s]

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

/proc/31919/stat : 31919 (sh) S 31826 31826 22814 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 336842286 9367552 264 33554432000 4194304 5064252 140735134734416 140735134732672 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31919/statm: 2287 264 223 213 0 72 0
[pid=31923] ppid=31919 vsize=13456 CPUtime=757.03 cores=1,3,5,7
/proc/31923/stat : 31923 (clasp-1.0) R 31919 31826 22814 0 -1 4202496 2903 0 0 0 75703 0 0 0 20 0 1 0 336842286 13778944 2817 33554432000 134512640 134847168 4291642992 4291641616 134784634 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31923/statm: 3364 2817 270 82 0 2605 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 48328

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32250
/proc/meminfo: memFree=28967784/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=664.97 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1445 19597 0 0 0 0 66492 5 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31919] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31919/stat : 31919 (sh) S 31826 31826 22814 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 336842286 9367552 264 33554432000 4194304 5064252 140735134734416 140735134732672 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31919/statm: 2287 264 223 213 0 72 0
[pid=31923] ppid=31919 vsize=13880 CPUtime=817.01 cores=1,3,5,7
/proc/31923/stat : 31923 (clasp-1.0) R 31919 31826 22814 0 -1 4202496 3002 0 0 0 81701 0 0 0 20 0 1 0 336842286 14213120 2916 33554432000 134512640 134847168 4291642992 4291641616 134784798 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31923/statm: 3470 2916 270 82 0 2711 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 48752

[startup+1542.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/180 32253
/proc/meminfo: memFree=28967152/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=664.97 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1445 19597 0 0 0 0 66492 5 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31919] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31919/stat : 31919 (sh) S 31826 31826 22814 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 336842286 9367552 264 33554432000 4194304 5064252 140735134734416 140735134732672 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31919/statm: 2287 264 223 213 0 72 0
[pid=31923] ppid=31919 vsize=14012 CPUtime=877 cores=1,3,5,7
/proc/31923/stat : 31923 (clasp-1.0) R 31919 31826 22814 0 -1 4202496 3034 0 0 0 87700 0 0 0 20 0 1 0 336842286 14348288 2977 33554432000 134512640 134847168 4291642992 4291641456 134713707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31923/statm: 3503 2977 270 82 0 2744 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 48884

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 32253
/proc/meminfo: memFree=28966972/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=664.97 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1445 19597 0 0 0 0 66492 5 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31919] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31919/stat : 31919 (sh) S 31826 31826 22814 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 336842286 9367552 264 33554432000 4194304 5064252 140735134734416 140735134732672 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31919/statm: 2287 264 223 213 0 72 0
[pid=31923] ppid=31919 vsize=14152 CPUtime=936.99 cores=1,3,5,7
/proc/31923/stat : 31923 (clasp-1.0) R 31919 31826 22814 0 -1 4202496 3047 0 0 0 93699 0 0 0 20 0 1 0 336842286 14491648 2990 33554432000 134512640 134847168 4291642992 4291641620 134616091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31923/statm: 3538 2990 270 82 0 2779 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 49024

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 32253
/proc/meminfo: memFree=28967032/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=664.97 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1445 19597 0 0 0 0 66492 5 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31919] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31919/stat : 31919 (sh) S 31826 31826 22814 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 336842286 9367552 264 33554432000 4194304 5064252 140735134734416 140735134732672 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31919/statm: 2287 264 223 213 0 72 0
[pid=31923] ppid=31919 vsize=14152 CPUtime=996.99 cores=1,3,5,7
/proc/31923/stat : 31923 (clasp-1.0) R 31919 31826 22814 0 -1 4202496 3067 0 0 0 99699 0 0 0 20 0 1 0 336842286 14491648 3010 33554432000 134512640 134847168 4291642992 4291641616 134784608 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31923/statm: 3538 3010 270 82 0 2779 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 49024

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 32253
/proc/meminfo: memFree=28964736/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=664.97 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1445 19597 0 0 0 0 66492 5 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31919] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31919/stat : 31919 (sh) S 31826 31826 22814 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 336842286 9367552 264 33554432000 4194304 5064252 140735134734416 140735134732672 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31919/statm: 2287 264 223 213 0 72 0
[pid=31923] ppid=31919 vsize=14984 CPUtime=1056.98 cores=1,3,5,7
/proc/31923/stat : 31923 (clasp-1.0) R 31919 31826 22814 0 -1 4202496 3247 0 0 0 105698 0 0 0 20 0 1 0 336842286 15343616 3190 33554432000 134512640 134847168 4291642992 4291641632 134616336 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31923/statm: 3746 3190 270 82 0 2987 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 49856

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32254
/proc/meminfo: memFree=28961320/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=664.97 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1445 19597 0 0 0 0 66492 5 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31919] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31919/stat : 31919 (sh) S 31826 31826 22814 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 336842286 9367552 264 33554432000 4194304 5064252 140735134734416 140735134732672 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31919/statm: 2287 264 223 213 0 72 0
[pid=31923] ppid=31919 vsize=15284 CPUtime=1116.97 cores=1,3,5,7
/proc/31923/stat : 31923 (clasp-1.0) R 31919 31826 22814 0 -1 4202496 3323 0 0 0 111697 0 0 0 20 0 1 0 336842286 15650816 3266 33554432000 134512640 134847168 4291642992 4291641632 134715360 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31923/statm: 3821 3266 270 82 0 3062 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 50156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32254
/proc/meminfo: memFree=28960452/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=664.97 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1445 19597 0 0 0 0 66492 5 20 0 1 0 336775771 26341376 550 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 550 387 1 0 226 0
[pid=31919] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31919/stat : 31919 (sh) S 31826 31826 22814 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 336842286 9367552 264 33554432000 4194304 5064252 140735134734416 140735134732672 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31919/statm: 2287 264 223 213 0 72 0
[pid=31923] ppid=31919 vsize=15284 CPUtime=1135.07 cores=1,3,5,7
/proc/31923/stat : 31923 (clasp-1.0) R 31919 31826 22814 0 -1 4202496 3332 0 0 0 113507 0 0 0 20 0 1 0 336842286 15650816 3275 33554432000 134512640 134847168 4291642992 4291641616 134784673 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31923/statm: 3821 3275 270 82 0 3062 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 50156

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -31826

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 32273
/proc/meminfo: memFree=29022996/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=1800.07 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1611 25706 0 0 0 0 180000 7 20 0 1 0 336775771 26341376 551 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 551 387 1 0 226 0
[pid=32267] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32267/stat : 32267 (sh) S 31826 31826 22814 0 -1 4202496 374 221 0 0 0 0 0 0 20 0 1 0 336955814 9367552 264 33554432000 4194304 5064252 140734195902352 140734195900608 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32267/statm: 2287 264 223 213 0 72 0
[pid=32269] ppid=32267 vsize=4516 CPUtime=0.96 cores=1,3,5,7
/proc/32269/stat : 32269 (clasp-1.0) R 32267 31826 22814 0 -1 4202496 726 0 0 0 96 0 0 0 20 0 1 0 336955814 4624384 623 33554432000 134512640 134847168 4289177008 4289175776 134617496 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32269/statm: 1129 623 270 82 0 370 0
Current children cumulated CPU time (s) 1801.03
Current children cumulated vsize (KiB) 39388

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32273
/proc/meminfo: memFree=29017472/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=1800.07 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1611 25706 0 0 0 0 180000 7 20 0 1 0 336775771 26341376 551 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 551 387 1 0 226 0
[pid=32267] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32267/stat : 32267 (sh) S 31826 31826 22814 0 -1 4202496 374 221 0 0 0 0 0 0 20 0 1 0 336955814 9367552 264 33554432000 4194304 5064252 140734195902352 140734195900608 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32267/statm: 2287 264 223 213 0 72 0
[pid=32269] ppid=32267 vsize=4916 CPUtime=1.75 cores=1,3,5,7
/proc/32269/stat : 32269 (clasp-1.0) R 32267 31826 22814 0 -1 4202496 812 0 0 0 175 0 0 0 20 0 1 0 336955814 5033984 709 33554432000 134512640 134847168 4289177008 4289175632 134784711 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32269/statm: 1229 709 270 82 0 470 0
Current children cumulated CPU time (s) 1801.82
Current children cumulated vsize (KiB) 39788

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32273
/proc/meminfo: memFree=29017472/32873844 swapFree=6088/6088
[pid=31826] ppid=31824 vsize=25724 CPUtime=1800.07 cores=1,3,5,7
/proc/31826/stat : 31826 (pbclasp) S 31824 31826 22814 0 -1 4202496 1611 25706 0 0 0 0 180000 7 20 0 1 0 336775771 26341376 551 33554432000 4194304 4198148 140735572796624 140735572795552 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31826/statm: 6431 551 387 1 0 226 0
[pid=32267] ppid=31826 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32267/stat : 32267 (sh) S 31826 31826 22814 0 -1 4202496 374 221 0 0 0 0 0 0 20 0 1 0 336955814 9367552 264 33554432000 4194304 5064252 140734195902352 140734195900608 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32267/statm: 2287 264 223 213 0 72 0
[pid=32269] ppid=32267 vsize=4916 CPUtime=1.95 cores=1,3,5,7
/proc/32269/stat : 32269 (clasp-1.0) R 32267 31826 22814 0 -1 4202496 812 0 0 0 195 0 0 0 20 0 1 0 336955814 5033984 709 33554432000 134512640 134847168 4289177008 4289175648 134782441 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32269/statm: 1229 709 270 82 0 470 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 39788

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.99
system time used= 0.082987
maximum resident set size= 13100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28857
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 343
involuntary context switches= 3062

runsolver used 2.6376 second user time and 7.2029 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-03 08:54:33
IDJOB=3732339
IDBENCH=2049
IDSOLVER=2317
FILE ID=node110/3732339-1338706473
RUNJOBID= node110-1338678629-22834
PBS_JOBID= 14636703
Free space on /tmp= 71080 MiB

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

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

MD5SUM BENCH= 931342e76f648ae82c047d164917a326
RANDOM SEED=989089038

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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.893
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.92
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.893
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.90
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.893
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.893
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:        29027500 kB
Buffers:          512744 kB
Cached:          2469996 kB
SwapCached:          604 kB
Active:          1436836 kB
Inactive:        1564240 kB
Active(anon):       7752 kB
Inactive(anon):    12316 kB
Active(file):    1429084 kB
Inactive(file):  1551924 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107364 kB
Dirty:               760 kB
Writeback:             0 kB
AnonPages:         22824 kB
Mapped:            13792 kB
Shmem:                40 kB
Slab:             706688 kB
SReclaimable:     148840 kB
SUnreclaim:       557848 kB
KernelStack:        1472 kB
PageTables:         3892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     119320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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-3732339-1338706473.opb

Free space on /tmp at the end= 71080 MiB
End job on node110 at 2012-06-03 09:24:36