Trace number 3733868

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-10? (TO) 1802.12 1802.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUMde4cbecd7c9968d40b279ce145b888a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark1800.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2691
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

Solver Data

1800.08/1800.40	sh: line 1: 18578 Done                    cat HOME/temp/instance-3733868-1338716510.opb.op
1800.08/1800.40	     18579 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3733868-1338716510.opb.clasp
1800.08/1800.41	c Somebody sent me a SIGTERM
1800.08/1800.41	s UNKNOWN
1800.08/1800.41	pb2clasp1: no process killed
1802.06/1802.41	sh: line 1: 18750 Done                    cat HOME/temp/instance-3733868-1338716510.opb.op
1802.06/1802.41	     18752 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3733868-1338716510.opb.clasp

Verifier Data

ERROR: no interpretation found !

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-3733868-1338716510/watcher-3733868-1338716510 -o /tmp/evaluation-result-3733868-1338716510/solver-3733868-1338716510 -C 1800 -W 1900 -M 15500 pbclasp instance-3733868-1338716510.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.10 2.22 1.52 2/172 18556
/proc/meminfo: memFree=23387136/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=25872 CPUtime=0 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) R 18554 18556 27890 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 337779584 26492928 539 33554432000 4194304 4198148 140734237706416 140735983762888 235374350228 0 0 4224 16384 0 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6468 539 355 1 0 263 0

[startup+0.0863301 s]
/proc/loadavg: 2.10 2.22 1.52 2/172 18556
/proc/meminfo: memFree=23387136/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=0 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 677 0 0 0 0 0 0 0 20 0 1 0 337779584 26628096 588 33554432000 4194304 4198148 140734237706416 140734237705304 235378107632 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 588 369 1 0 296 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26004

[startup+0.100147 s]
/proc/loadavg: 2.10 2.22 1.52 2/172 18556
/proc/meminfo: memFree=23387136/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=0 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 677 0 0 0 0 0 0 0 20 0 1 0 337779584 26628096 588 33554432000 4194304 4198148 140734237706416 140734237705304 235378107632 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 588 369 1 0 296 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26004

[startup+0.300069 s]
/proc/loadavg: 2.10 2.22 1.52 2/172 18556
/proc/meminfo: memFree=23387136/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=0 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 677 0 0 0 0 0 0 0 20 0 1 0 337779584 26628096 588 33554432000 4194304 4198148 140734237706416 140734237705304 235378107632 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 588 369 1 0 296 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26004

[startup+0.700067 s]
/proc/loadavg: 2.10 2.22 1.52 2/172 18556
/proc/meminfo: memFree=23387136/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=0 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 677 0 0 0 0 0 0 0 20 0 1 0 337779584 26628096 588 33554432000 4194304 4198148 140734237706416 140734237705304 235378107632 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 588 369 1 0 296 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26004

[startup+1.50025 s]
/proc/loadavg: 2.10 2.22 1.52 3/175 18566
/proc/meminfo: memFree=23386680/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=0 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 677 0 0 0 0 0 0 0 20 0 1 0 337779584 26628096 588 33554432000 4194304 4198148 140734237706416 140734237705304 235378107632 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 588 369 1 0 296 0
[pid=18558] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18558/stat : 18558 (sh) S 18556 18556 27890 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 337779585 9367552 267 33554432000 4194304 5064252 140735094356320 140735094355200 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18558/statm: 2287 267 226 213 0 72 0
[pid=18559] ppid=18558 vsize=25592 CPUtime=1.48 cores=0,2,4,6
/proc/18559/stat : 18559 (pb2clasp1) R 18558 18556 27890 0 -1 4202496 601 0 0 0 148 0 0 0 20 0 1 0 337779585 26206208 511 33554432000 4194304 4198148 140734493059424 140734493049960 235387125392 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/18559/statm: 6398 511 378 1 0 193 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 60744

[startup+3.10025 s]
/proc/loadavg: 2.10 2.22 1.52 3/175 18569
/proc/meminfo: memFree=23385572/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=0 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 677 0 0 0 0 0 0 0 20 0 1 0 337779584 26628096 588 33554432000 4194304 4198148 140734237706416 140734237705304 235378107632 0 0 4224 16384 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 588 369 1 0 296 0
[pid=18558] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18558/stat : 18558 (sh) S 18556 18556 27890 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 337779585 9367552 267 33554432000 4194304 5064252 140735094356320 140735094355200 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18558/statm: 2287 267 226 213 0 72 0
[pid=18559] ppid=18558 vsize=25592 CPUtime=3.08 cores=0,2,4,6
/proc/18559/stat : 18559 (pb2clasp1) R 18558 18556 27890 0 -1 4202496 601 0 0 0 307 1 0 0 20 0 1 0 337779585 26206208 511 33554432000 4194304 4198148 140734493059424 140734493049960 235386637488 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/18559/statm: 6398 511 378 1 0 193 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 60744

[startup+6.30032 s]
/proc/loadavg: 2.09 2.21 1.52 3/175 18579
/proc/meminfo: memFree=23340888/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=3.67 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 755 2095 0 0 0 0 365 2 20 0 1 0 337779584 26628096 606 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 606 387 1 0 296 0
[pid=18577] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18577/stat : 18577 (sh) S 18556 18556 27890 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337779953 9367552 264 33554432000 4194304 5064252 140737467622448 140737467620704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18577/statm: 2287 264 223 213 0 72 0
[pid=18579] ppid=18577 vsize=34672 CPUtime=2.59 cores=0,2,4,6
/proc/18579/stat : 18579 (clasp-1.0) R 18577 18556 27890 0 -1 4202496 8395 0 0 0 258 1 0 0 20 0 1 0 337779953 35504128 8135 33554432000 134512640 134847168 4290177984 4290176668 134715803 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18579/statm: 8668 8135 270 82 0 7909 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 69824

[startup+12.7003 s]
/proc/loadavg: 2.09 2.21 1.52 3/179 18623
/proc/meminfo: memFree=23356048/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=3.67 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 755 2095 0 0 0 0 365 2 20 0 1 0 337779584 26628096 606 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 606 387 1 0 296 0
[pid=18577] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18577/stat : 18577 (sh) S 18556 18556 27890 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337779953 9367552 264 33554432000 4194304 5064252 140737467622448 140737467620704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18577/statm: 2287 264 223 213 0 72 0
[pid=18579] ppid=18577 vsize=34672 CPUtime=8.99 cores=0,2,4,6
/proc/18579/stat : 18579 (clasp-1.0) R 18577 18556 27890 0 -1 4202496 8412 0 0 0 898 1 0 0 20 0 1 0 337779953 35504128 8145 33554432000 134512640 134847168 4290177984 4290176668 134715962 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18579/statm: 8668 8145 270 82 0 7909 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 69824

[startup+25.5003 s]
/proc/loadavg: 2.07 2.20 1.53 3/179 18623
/proc/meminfo: memFree=23355264/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=3.67 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 755 2095 0 0 0 0 365 2 20 0 1 0 337779584 26628096 606 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 606 387 1 0 296 0
[pid=18577] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18577/stat : 18577 (sh) S 18556 18556 27890 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337779953 9367552 264 33554432000 4194304 5064252 140737467622448 140737467620704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18577/statm: 2287 264 223 213 0 72 0
[pid=18579] ppid=18577 vsize=36588 CPUtime=21.79 cores=0,2,4,6
/proc/18579/stat : 18579 (clasp-1.0) R 18577 18556 27890 0 -1 4202496 8875 0 0 0 2177 2 0 0 20 0 1 0 337779953 37466112 8634 33554432000 134512640 134847168 4290177984 4290176544 134714980 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18579/statm: 9147 8634 270 82 0 8388 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 71740

[startup+51.1004 s]
/proc/loadavg: 2.04 2.18 1.54 3/179 18639
/proc/meminfo: memFree=23351684/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=3.67 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 755 2095 0 0 0 0 365 2 20 0 1 0 337779584 26628096 606 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 606 387 1 0 296 0
[pid=18577] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18577/stat : 18577 (sh) S 18556 18556 27890 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337779953 9367552 264 33554432000 4194304 5064252 140737467622448 140737467620704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18577/statm: 2287 264 223 213 0 72 0
[pid=18579] ppid=18577 vsize=40036 CPUtime=47.38 cores=0,2,4,6
/proc/18579/stat : 18579 (clasp-1.0) R 18577 18556 27890 0 -1 4202496 9699 0 0 0 4736 2 0 0 20 0 1 0 337779953 40996864 9484 33554432000 134512640 134847168 4290177984 4290176668 134715803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18579/statm: 10009 9484 270 82 0 9250 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 75188

[startup+102.306 s]
/proc/loadavg: 2.08 2.17 1.57 3/179 18655
/proc/meminfo: memFree=23343368/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=3.67 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 755 2095 0 0 0 0 365 2 20 0 1 0 337779584 26628096 606 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 606 387 1 0 296 0
[pid=18577] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18577/stat : 18577 (sh) S 18556 18556 27890 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337779953 9367552 264 33554432000 4194304 5064252 140737467622448 140737467620704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18577/statm: 2287 264 223 213 0 72 0
[pid=18579] ppid=18577 vsize=44796 CPUtime=98.58 cores=0,2,4,6
/proc/18579/stat : 18579 (clasp-1.0) R 18577 18556 27890 0 -1 4202496 10843 0 0 0 9856 2 0 0 20 0 1 0 337779953 45871104 10643 33554432000 134512640 134847168 4290177984 4290176668 134715803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18579/statm: 11199 10643 270 82 0 10440 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 79948

[startup+162.3 s]
/proc/loadavg: 2.03 2.13 1.59 3/179 18679
/proc/meminfo: memFree=23342840/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=3.67 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 755 2095 0 0 0 0 365 2 20 0 1 0 337779584 26628096 606 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 606 387 1 0 296 0
[pid=18577] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18577/stat : 18577 (sh) S 18556 18556 27890 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337779953 9367552 264 33554432000 4194304 5064252 140737467622448 140737467620704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18577/statm: 2287 264 223 213 0 72 0
[pid=18579] ppid=18577 vsize=46816 CPUtime=158.56 cores=0,2,4,6
/proc/18579/stat : 18579 (clasp-1.0) R 18577 18556 27890 0 -1 4202496 11355 0 0 0 15854 2 0 0 20 0 1 0 337779953 47939584 11174 33554432000 134512640 134847168 4290177984 4290176704 134741423 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18579/statm: 11704 11174 270 82 0 10945 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 81968

[startup+222.3 s]
/proc/loadavg: 2.01 2.11 1.62 3/180 18681
/proc/meminfo: memFree=23337900/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=3.67 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 755 2095 0 0 0 0 365 2 20 0 1 0 337779584 26628096 606 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 606 387 1 0 296 0
[pid=18577] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18577/stat : 18577 (sh) S 18556 18556 27890 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337779953 9367552 264 33554432000 4194304 5064252 140737467622448 140737467620704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18577/statm: 2287 264 223 213 0 72 0
[pid=18579] ppid=18577 vsize=48300 CPUtime=218.56 cores=0,2,4,6
/proc/18579/stat : 18579 (clasp-1.0) R 18577 18556 27890 0 -1 4202496 11698 0 0 0 21853 3 0 0 20 0 1 0 337779953 49459200 11517 33554432000 134512640 134847168 4290177984 4290176688 134616639 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18579/statm: 12075 11517 270 82 0 11316 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 83452

[startup+282.3 s]

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

/proc/18577/stat : 18577 (sh) S 18556 18556 27890 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337779953 9367552 264 33554432000 4194304 5064252 140737467622448 140737467620704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18577/statm: 2287 264 223 213 0 72 0
[pid=18579] ppid=18577 vsize=69304 CPUtime=1418.37 cores=0,2,4,6
/proc/18579/stat : 18579 (clasp-1.0) R 18577 18556 27890 0 -1 4202496 16597 0 0 0 141832 5 0 0 20 0 1 0 337779953 70967296 16756 33554432000 134512640 134847168 4290177984 4290176560 134714478 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18579/statm: 17326 16756 270 82 0 16567 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 104456

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 1.88 3/179 18730
/proc/meminfo: memFree=23307116/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=3.67 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 755 2095 0 0 0 0 365 2 20 0 1 0 337779584 26628096 606 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 606 387 1 0 296 0
[pid=18577] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18577/stat : 18577 (sh) S 18556 18556 27890 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337779953 9367552 264 33554432000 4194304 5064252 140737467622448 140737467620704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18577/statm: 2287 264 223 213 0 72 0
[pid=18579] ppid=18577 vsize=72520 CPUtime=1478.35 cores=0,2,4,6
/proc/18579/stat : 18579 (clasp-1.0) R 18577 18556 27890 0 -1 4202496 17297 0 0 0 147830 5 0 0 20 0 1 0 337779953 74260480 17483 33554432000 134512640 134847168 4290177984 4290176676 134616619 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18579/statm: 18130 17483 270 82 0 17371 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 107672

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 1.89 3/179 18730
/proc/meminfo: memFree=23304944/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=3.67 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 755 2095 0 0 0 0 365 2 20 0 1 0 337779584 26628096 606 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 606 387 1 0 296 0
[pid=18577] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18577/stat : 18577 (sh) S 18556 18556 27890 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337779953 9367552 264 33554432000 4194304 5064252 140737467622448 140737467620704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18577/statm: 2287 264 223 213 0 72 0
[pid=18579] ppid=18577 vsize=73108 CPUtime=1538.34 cores=0,2,4,6
/proc/18579/stat : 18579 (clasp-1.0) R 18577 18556 27890 0 -1 4202496 17416 0 0 0 153829 5 0 0 20 0 1 0 337779953 74862592 17647 33554432000 134512640 134847168 4290177984 4290176560 134714368 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18579/statm: 18277 17647 270 82 0 17518 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 108260

[startup+1602.3 s]
/proc/loadavg: 2.07 2.04 1.90 3/179 18730
/proc/meminfo: memFree=23304200/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=3.67 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 755 2095 0 0 0 0 365 2 20 0 1 0 337779584 26628096 606 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 606 387 1 0 296 0
[pid=18577] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18577/stat : 18577 (sh) S 18556 18556 27890 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337779953 9367552 264 33554432000 4194304 5064252 140737467622448 140737467620704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18577/statm: 2287 264 223 213 0 72 0
[pid=18579] ppid=18577 vsize=73508 CPUtime=1598.33 cores=0,2,4,6
/proc/18579/stat : 18579 (clasp-1.0) R 18577 18556 27890 0 -1 4202496 17521 0 0 0 159828 5 0 0 20 0 1 0 337779953 75272192 17752 33554432000 134512640 134847168 4290177984 4290176752 134737666 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18579/statm: 18377 17752 270 82 0 17618 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 108660

[startup+1662.3 s]
/proc/loadavg: 2.07 2.04 1.91 3/179 18730
/proc/meminfo: memFree=23302276/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=3.67 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 755 2095 0 0 0 0 365 2 20 0 1 0 337779584 26628096 606 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 606 387 1 0 296 0
[pid=18577] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18577/stat : 18577 (sh) S 18556 18556 27890 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337779953 9367552 264 33554432000 4194304 5064252 140737467622448 140737467620704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18577/statm: 2287 264 223 213 0 72 0
[pid=18579] ppid=18577 vsize=74864 CPUtime=1658.32 cores=0,2,4,6
/proc/18579/stat : 18579 (clasp-1.0) R 18577 18556 27890 0 -1 4202496 17832 0 0 0 165826 6 0 0 20 0 1 0 337779953 76660736 18115 33554432000 134512640 134847168 4290177984 4290176560 134714243 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18579/statm: 18716 18115 270 82 0 17957 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 110016

[startup+1722.3 s]
/proc/loadavg: 2.07 2.05 1.91 3/180 18734
/proc/meminfo: memFree=23302144/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=3.67 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 755 2095 0 0 0 0 365 2 20 0 1 0 337779584 26628096 606 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 606 387 1 0 296 0
[pid=18577] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18577/stat : 18577 (sh) S 18556 18556 27890 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337779953 9367552 264 33554432000 4194304 5064252 140737467622448 140737467620704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18577/statm: 2287 264 223 213 0 72 0
[pid=18579] ppid=18577 vsize=74864 CPUtime=1718.31 cores=0,2,4,6
/proc/18579/stat : 18579 (clasp-1.0) R 18577 18556 27890 0 -1 4202496 17833 0 0 0 171825 6 0 0 20 0 1 0 337779953 76660736 18116 33554432000 134512640 134847168 4290177984 4290176608 134784800 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18579/statm: 18716 18116 270 82 0 17957 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 110016

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 1.91 3/179 18734
/proc/meminfo: memFree=23301656/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=3.67 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 755 2095 0 0 0 0 365 2 20 0 1 0 337779584 26628096 606 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 606 387 1 0 296 0
[pid=18577] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18577/stat : 18577 (sh) S 18556 18556 27890 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337779953 9367552 264 33554432000 4194304 5064252 140737467622448 140737467620704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18577/statm: 2287 264 223 213 0 72 0
[pid=18579] ppid=18577 vsize=75244 CPUtime=1778.3 cores=0,2,4,6
/proc/18579/stat : 18579 (clasp-1.0) R 18577 18556 27890 0 -1 4202496 17892 0 0 0 177824 6 0 0 20 0 1 0 337779953 77049856 18175 33554432000 134512640 134847168 4290177984 4290176560 134714321 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18579/statm: 18811 18175 270 82 0 18052 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 110396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.03 1.91 3/179 18734
/proc/meminfo: memFree=23300912/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=3.67 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 755 2095 0 0 0 0 365 2 20 0 1 0 337779584 26628096 606 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 606 387 1 0 296 0
[pid=18577] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18577/stat : 18577 (sh) S 18556 18556 27890 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 337779953 9367552 264 33554432000 4194304 5064252 140737467622448 140737467620704 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18577/statm: 2287 264 223 213 0 72 0
[pid=18579] ppid=18577 vsize=75528 CPUtime=1796.41 cores=0,2,4,6
/proc/18579/stat : 18579 (clasp-1.0) R 18577 18556 27890 0 -1 4202496 17955 0 0 0 179635 6 0 0 20 0 1 0 337779953 77340672 18238 33554432000 134512640 134847168 4290177984 4290176560 134714154 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18579/statm: 18882 18238 270 82 0 18123 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 110680

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18556

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

[startup+1801.4 s]
/proc/loadavg: 2.02 2.03 1.91 4/181 18753
/proc/meminfo: memFree=23385324/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=1800.11 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 916 22814 0 0 0 0 180001 10 20 0 1 0 337779584 26628096 609 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 609 387 1 0 296 0
[pid=18748] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18748/stat : 18748 (sh) S 18556 18556 27890 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 337959627 9367552 264 33554432000 4194304 5064252 140735691947856 140735691946112 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18748/statm: 2287 264 223 213 0 72 0
[pid=18752] ppid=18748 vsize=34672 CPUtime=0.95 cores=0,2,4,6
/proc/18752/stat : 18752 (clasp-1.0) R 18748 18556 27890 0 -1 4202496 8394 0 0 0 94 1 0 0 20 0 1 0 337959627 35504128 8134 33554432000 134512640 134847168 4293468560 4293467136 134714254 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18752/statm: 8668 8134 270 82 0 7909 0
Current children cumulated CPU time (s) 1801.06
Current children cumulated vsize (KiB) 69824

[startup+1802.2 s]
/proc/loadavg: 2.02 2.03 1.91 3/180 18753
/proc/meminfo: memFree=23357316/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=1800.11 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 916 22814 0 0 0 0 180001 10 20 0 1 0 337779584 26628096 609 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 609 387 1 0 296 0
[pid=18748] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18748/stat : 18748 (sh) S 18556 18556 27890 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 337959627 9367552 264 33554432000 4194304 5064252 140735691947856 140735691946112 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18748/statm: 2287 264 223 213 0 72 0
[pid=18752] ppid=18748 vsize=34672 CPUtime=1.75 cores=0,2,4,6
/proc/18752/stat : 18752 (clasp-1.0) R 18748 18556 27890 0 -1 4202496 8395 0 0 0 174 1 0 0 20 0 1 0 337959627 35504128 8135 33554432000 134512640 134847168 4293468560 4293467136 134714467 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18752/statm: 8668 8135 270 82 0 7909 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 69824

[startup+1802.4 s]
/proc/loadavg: 2.02 2.03 1.91 3/180 18753
/proc/meminfo: memFree=23357316/32873844 swapFree=7112/7112
[pid=18556] ppid=18554 vsize=26004 CPUtime=1800.11 cores=0,2,4,6
/proc/18556/stat : 18556 (pbclasp) S 18554 18556 27890 0 -1 4202496 916 22814 0 0 0 0 180001 10 20 0 1 0 337779584 26628096 609 33554432000 4194304 4198148 140734237706416 140734237705344 235378110494 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18556/statm: 6501 609 387 1 0 296 0
[pid=18748] ppid=18556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18748/stat : 18748 (sh) S 18556 18556 27890 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 337959627 9367552 264 33554432000 4194304 5064252 140735691947856 140735691946112 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18748/statm: 2287 264 223 213 0 72 0
[pid=18752] ppid=18748 vsize=34672 CPUtime=1.95 cores=0,2,4,6
/proc/18752/stat : 18752 (clasp-1.0) R 18748 18556 27890 0 -1 4202496 8395 0 0 0 194 1 0 0 20 0 1 0 337959627 35504128 8135 33554432000 134512640 134847168 4293468560 4293467328 134737595 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18752/statm: 8668 8135 270 82 0 7909 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 69824

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.98
system time used= 0.134979
maximum resident set size= 72952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32886
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2128
involuntary context switches= 1893

runsolver used 2.79757 second user time and 7.04093 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-03 11:41:50
IDJOB=3733868
IDBENCH=2630
IDSOLVER=2317
FILE ID=node104/3733868-1338716510
RUNJOBID= node104-1338713258-27906
PBS_JOBID= 14636727
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= de4cbecd7c9968d40b279ce145b888a9
RANDOM SEED=257870464

node104.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23387408 kB
Buffers:         1008840 kB
Cached:          7452504 kB
SwapCached:          708 kB
Active:          5260572 kB
Inactive:        3215008 kB
Active(anon):       4792 kB
Inactive(anon):     8092 kB
Active(file):    5255780 kB
Inactive(file):  3206916 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105164 kB
Dirty:              6124 kB
Writeback:             0 kB
AnonPages:         19320 kB
Mapped:            14268 kB
Shmem:                 8 kB
Slab:             870748 kB
SReclaimable:     310224 kB
SUnreclaim:       560524 kB
KernelStack:        1416 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     127080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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-3733868-1338716510.opb

Free space on /tmp at the end= 66416 MiB
End job on node104 at 2012-06-03 12:11:53