Trace number 3732229

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)100 1800.15 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-ex5.pi.opb
MD5SUMf97e3571862917880e13c63c8ac169f9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark5.82011
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 65
Optimality of the best value was proved YES
Number of variables2459
Total number of constraints873
Number of constraints which are clauses873
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 constraint146
Number of terms in the objective function 2459
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 2459
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2459
Number of bits of the biggest sum of numbers12
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.30/0.45	o 138
0.44/0.59	o 136
0.57/0.74	o 135
0.73/0.91	o 100
1771.71/1772.04	sh: line 1: 30253 Done                    cat HOME/temp/instance-3732229-1338704750.opb.op
1771.71/1772.04	     30254 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732229-1338704750.opb.clasp
1800.10/1800.40	sh: line 1: 30320 Done                    cat HOME/temp/instance-3732229-1338704750.opb.op
1800.10/1800.40	     30321 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732229-1338704750.opb.clasp
1800.10/1800.41	c Somebody sent me a SIGTERM
1800.10/1800.41	s SATISFIABLE
1800.10/1800.41	v x31 x40 x129 x140 x155 x156 x157 x183 x285 x453 x463 x480 x495 x576 x619 x620 x648 x668 x679 x696 x704 x795 x802 x833 x843 x863 x900 x928 x965 x1005 x1024 x1087 x1120 x1148 x1160 x1162 x1252 x1275 x1294 x1311 x1336 x1341 x1353 x1384 x1387 x1394 x1398 x1466 x1508 x1518 x1533 x1574 x1599 x1610 x1613 x1625 x1626 x1651 x1681 x1682 x1702 x1761 x1781 x1788 x1820 x1833 x1851 x1852 x1919 x1920 x1927 x1978 x1993 x2017 x2035 x2055 x2056 x2081 x2082 x2125 x2140 x2145 x2166 x2172 x2205 x2226 x2230 x2259 x2275 x2288 x2295 x2297 x2321 x2370 x2381 x2382 x2419 x2425 x2435 x2441 
1800.10/1800.41	pb2clasp1: no process killed
1800.10/1800.42	cat: write error: Broken pipe
1800.10/1800.42	sh: line 1: 30417 Done(1)                 cat HOME/temp/instance-3732229-1338704750.opb.op
1800.10/1800.42	     30418 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732229-1338704750.opb.clasp

Verifier Data

OK	100

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-3732229-1338704750/watcher-3732229-1338704750 -o /tmp/evaluation-result-3732229-1338704750/solver-3732229-1338704750 -C 1800 -W 1900 -M 15500 pbclasp instance-3732229-1338704750.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: 1.90 1.97 1.99 3/178 30212
/proc/meminfo: memFree=27702748/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) R 30210 30212 29645 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 336599910 26492928 540 33554432000 4194304 4198148 140735719668128 140733452778344 223651270548 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/30212/statm: 6468 540 361 1 0 263 0

[startup+0.00666305 s]
/proc/loadavg: 1.90 1.97 1.99 3/178 30212
/proc/meminfo: memFree=27702748/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) R 30210 30212 29645 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 336599910 26492928 540 33554432000 4194304 4198148 140735719668128 140733452778344 223651270548 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/30212/statm: 6468 540 361 1 0 263 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25872

[startup+0.100184 s]
/proc/loadavg: 1.90 1.97 1.99 3/178 30212
/proc/meminfo: memFree=27702748/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26280 CPUtime=0.04 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 744 0 0 0 4 0 0 0 20 0 1 0 336599910 26910720 655 33554432000 4194304 4198148 140735719668128 140735719667016 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30212/statm: 6570 655 368 1 0 365 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26280

[startup+0.300181 s]
/proc/loadavg: 1.90 1.97 1.99 3/178 30212
/proc/meminfo: memFree=27702748/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26280 CPUtime=0.04 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 744 0 0 0 4 0 0 0 20 0 1 0 336599910 26910720 655 33554432000 4194304 4198148 140735719668128 140735719667016 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/30212/statm: 6570 655 368 1 0 365 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26280

[startup+0.700185 s]
/proc/loadavg: 1.90 1.97 1.99 3/178 30212
/proc/meminfo: memFree=27702748/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.57 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1225 7800 0 0 4 0 52 1 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 26412

[startup+1.5003 s]
/proc/loadavg: 1.90 1.97 1.99 3/181 30254
/proc/meminfo: memFree=27697996/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=5920 CPUtime=0.56 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 1049 0 0 0 56 0 0 0 20 0 1 0 336600003 6062080 947 33554432000 134512640 134847168 4294683136 4294681776 134715257 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 1480 947 270 82 0 721 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 41480

[startup+3.1003 s]
/proc/loadavg: 1.90 1.97 1.99 3/181 30254
/proc/meminfo: memFree=27696284/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=6832 CPUtime=2.16 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 1291 0 0 0 216 0 0 0 20 0 1 0 336600003 6995968 1189 33554432000 134512640 134847168 4294683136 4294681712 134714740 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 1708 1189 270 82 0 949 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 42392

[startup+6.3003 s]
/proc/loadavg: 1.91 1.97 1.99 3/181 30254
/proc/meminfo: memFree=27695292/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=7364 CPUtime=5.36 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 1424 0 0 0 536 0 0 0 20 0 1 0 336600003 7540736 1322 33554432000 134512640 134847168 4294683136 4294681776 134715268 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 1841 1322 270 82 0 1082 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 42924

[startup+12.7003 s]
/proc/loadavg: 1.92 1.97 1.99 3/181 30254
/proc/meminfo: memFree=27693664/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=8268 CPUtime=11.76 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 1658 0 0 0 1176 0 0 0 20 0 1 0 336600003 8466432 1561 33554432000 134512640 134847168 4294683136 4294681904 134617331 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 2067 1561 270 82 0 1308 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 43828

[startup+25.5003 s]
/proc/loadavg: 1.93 1.97 1.99 3/181 30254
/proc/meminfo: memFree=27691976/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=9768 CPUtime=24.56 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 2016 0 0 0 2456 0 0 0 20 0 1 0 336600003 10002432 1917 33554432000 134512640 134847168 4294683136 4294681776 134715314 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 2442 1917 270 82 0 1683 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 45328

[startup+51.1003 s]
/proc/loadavg: 1.96 1.97 1.99 3/181 30254
/proc/meminfo: memFree=27690300/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=11072 CPUtime=50.16 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 2386 0 0 0 5016 0 0 0 20 0 1 0 336600003 11337728 2265 33554432000 134512640 134847168 4294683136 4294681828 134616619 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 2768 2265 270 82 0 2009 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 46632

[startup+102.306 s]
/proc/loadavg: 1.98 1.97 1.99 3/181 30271
/proc/meminfo: memFree=27688568/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=13436 CPUtime=101.35 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 2970 0 0 0 10135 0 0 0 20 0 1 0 336600003 13758464 2834 33554432000 134512640 134847168 4294683136 4294681776 134715264 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 3359 2834 270 82 0 2600 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 48996

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/181 30271
/proc/meminfo: memFree=27685156/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=15524 CPUtime=161.33 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 3500 0 0 0 16133 0 0 0 20 0 1 0 336600003 15896576 3330 33554432000 134512640 134847168 4294683136 4294681776 134715305 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 3881 3330 270 82 0 3122 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 51084

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/181 30271
/proc/meminfo: memFree=27684160/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=15988 CPUtime=221.32 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 3620 0 0 0 22132 0 0 0 20 0 1 0 336600003 16371712 3460 33554432000 134512640 134847168 4294683136 4294681760 134784670 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 3997 3460 270 82 0 3238 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 51548

[startup+282.3 s]

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

[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=26780 CPUtime=1241.18 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 7147 0 0 0 124116 2 0 0 20 0 1 0 336600003 27422720 6182 33554432000 134512640 134847168 4294683136 4294681828 134616619 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 6695 6182 270 82 0 5936 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 62340

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30297
/proc/meminfo: memFree=27671332/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=26840 CPUtime=1301.17 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 7156 0 0 0 130115 2 0 0 20 0 1 0 336600003 27484160 6191 33554432000 134512640 134847168 4294683136 4294681820 134784496 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 6710 6191 270 82 0 5951 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 62400

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30298
/proc/meminfo: memFree=27670704/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=27776 CPUtime=1361.16 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 7434 0 0 0 136114 2 0 0 20 0 1 0 336600003 28442624 6395 33554432000 134512640 134847168 4294683136 4294681776 134715268 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 6944 6395 270 82 0 6185 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 63336

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30298
/proc/meminfo: memFree=27669524/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=28672 CPUtime=1421.15 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 7717 0 0 0 142113 2 0 0 20 0 1 0 336600003 29360128 6662 33554432000 134512640 134847168 4294683136 4294681760 134784806 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 7168 6662 270 82 0 6409 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 64232

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 30301
/proc/meminfo: memFree=27669020/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=28672 CPUtime=1481.14 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 7950 0 0 0 148112 2 0 0 20 0 1 0 336600003 29360128 6668 33554432000 134512640 134847168 4294683136 4294681776 134715280 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 7168 6668 270 82 0 6409 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 64232

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30301
/proc/meminfo: memFree=27668284/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=29744 CPUtime=1541.13 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 8318 0 0 0 154111 2 0 0 20 0 1 0 336600003 30457856 6922 33554432000 134512640 134847168 4294683136 4294681816 134789705 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 7436 6922 270 82 0 6677 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 65304

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30301
/proc/meminfo: memFree=27668096/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=29744 CPUtime=1601.12 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 8319 0 0 0 160110 2 0 0 20 0 1 0 336600003 30457856 6922 33554432000 134512640 134847168 4294683136 4294681760 134784505 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 7436 6922 270 82 0 6677 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 65304

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30302
/proc/meminfo: memFree=27667848/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=29896 CPUtime=1661.11 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 8372 0 0 0 166109 2 0 0 20 0 1 0 336600003 30613504 6974 33554432000 134512640 134847168 4294683136 4294681760 134784651 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 7474 6974 270 82 0 6715 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 65456

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30302
/proc/meminfo: memFree=27667352/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=0.91 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1518 13553 0 0 5 0 83 3 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30252] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30252/stat : 30252 (sh) S 30212 30212 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336600003 9367552 264 33554432000 4194304 5064252 140733245799776 140733245798032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30252/statm: 2287 264 223 213 0 72 0
[pid=30254] ppid=30252 vsize=30412 CPUtime=1721.1 cores=0,2,4,6
/proc/30254/stat : 30254 (clasp-1.0) R 30252 30212 29645 0 -1 4202496 8493 0 0 0 172108 2 0 0 20 0 1 0 336600003 31141888 7095 33554432000 134512640 134847168 4294683136 4294681840 134616816 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30254/statm: 7603 7095 270 82 0 6844 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 65972

[startup+1782.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/181 30410
/proc/meminfo: memFree=27695332/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=1771.76 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1626 24064 0 0 5 0 177165 6 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30319] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30319/stat : 30319 (sh) S 30212 30212 29645 0 -1 4202496 369 219 0 0 0 0 0 0 20 0 1 0 336777115 9367552 263 33554432000 4194304 5064252 140733454089312 140733454087568 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30319/statm: 2287 263 223 213 0 72 0
[pid=30321] ppid=30319 vsize=8140 CPUtime=10.23 cores=0,2,4,6
/proc/30321/stat : 30321 (clasp-1.0) R 30319 30212 29645 0 -1 4202496 1611 0 0 0 1023 0 0 0 20 0 1 0 336777115 8335360 1514 33554432000 134512640 134847168 4287271760 4287270256 134780443 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30321/statm: 2035 1514 272 82 0 1276 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 43700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.95 1.98 1.99 3/181 30410
/proc/meminfo: memFree=27692596/32873844 swapFree=7628/7628
[pid=30212] ppid=30210 vsize=26412 CPUtime=1771.76 cores=0,2,4,6
/proc/30212/stat : 30212 (pbclasp) S 30210 30212 29645 0 -1 4202496 1626 24064 0 0 5 0 177165 6 20 0 1 0 336599910 27045888 728 33554432000 4194304 4198148 140735719668128 140735719667056 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30212/statm: 6603 728 387 1 0 398 0
[pid=30319] ppid=30212 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30319/stat : 30319 (sh) S 30212 30212 29645 0 -1 4202496 369 219 0 0 0 0 0 0 20 0 1 0 336777115 9367552 263 33554432000 4194304 5064252 140733454089312 140733454087568 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30319/statm: 2287 263 223 213 0 72 0
[pid=30321] ppid=30319 vsize=9864 CPUtime=28.34 cores=0,2,4,6
/proc/30321/stat : 30321 (clasp-1.0) R 30319 30212 29645 0 -1 4202496 2046 0 0 0 2834 0 0 0 20 0 1 0 336777115 10100736 1948 33554432000 134512640 134847168 4287271760 4287270388 134616350 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30321/statm: 2466 1948 272 82 0 1707 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 45424

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

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

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.15
CPU user time (s): 1800.05
CPU system time (s): 0.099984
CPU usage (%): 99.985
Max. virtual memory (cumulated for all children) (KiB): 66364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.05
system time used= 0.099984
maximum resident set size= 28716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32000
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 617
involuntary context switches= 2170

runsolver used 3.53046 second user time and 9.33458 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 08:25:50
IDJOB=3732229
IDBENCH=2039
IDSOLVER=2317
FILE ID=node144/3732229-1338704750
RUNJOBID= node144-1338704721-29661
PBS_JOBID= 14636720
Free space on /tmp= 70836 MiB

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

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

MD5SUM BENCH= f97e3571862917880e13c63c8ac169f9
RANDOM SEED=786713508

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.196
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:        27702996 kB
Buffers:          631868 kB
Cached:          3648448 kB
SwapCached:          464 kB
Active:          2421464 kB
Inactive:        1883788 kB
Active(anon):       7800 kB
Inactive(anon):    11192 kB
Active(file):    2413664 kB
Inactive(file):  1872596 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:              1584 kB
Writeback:             0 kB
AnonPages:         23532 kB
Mapped:            16472 kB
Shmem:               172 kB
Slab:             726316 kB
SReclaimable:     167936 kB
SUnreclaim:       558380 kB
KernelStack:        1504 kB
PageTables:         3984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     131820 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-3732229-1338704750.opb

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 08:55:53