Trace number 3736593

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.11 1802.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=67-P1=349-P2=67-P3=499-P4=79-P5=347-P6=307-B.opb
MD5SUM0f5232be892543458d8a9fd6fc4fb56e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.110982
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables162
Total number of constraints13
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 constraints13
Minimum length of a constraint9
Maximum length of a constraint99
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 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

Solver Data

958.11/958.31	sh: line 1: 18449 Done                    cat HOME/temp/instance-3736593-1338731552.opb.op
958.11/958.31	     18450 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3736593-1338731552.opb.clasp
1800.09/1800.40	sh: line 1: 18493 Done                    cat HOME/temp/instance-3736593-1338731552.opb.op
1800.09/1800.40	     18494 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3736593-1338731552.opb.clasp
1800.09/1800.41	c Somebody sent me a SIGTERM
1800.09/1800.41	s UNKNOWN
1800.09/1800.42	pb2clasp1: no process killed
1802.07/1802.41	sh: line 1: 18619 Done                    cat HOME/temp/instance-3736593-1338731552.opb.op
1802.07/1802.41	     18620 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3736593-1338731552.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-3736593-1338731552/watcher-3736593-1338731552 -o /tmp/evaluation-result-3736593-1338731552/solver-3736593-1338731552 -C 1800 -W 1900 -M 15500 pbclasp instance-3736593-1338731552.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.05 2.01 2.00 3/178 18440
/proc/meminfo: memFree=27524444/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) R 18438 18440 11312 0 -1 4202496 528 0 0 0 0 0 0 0 20 0 1 0 339279543 26206208 458 33554432000 4194304 4198148 140734716269872 140734716267320 251044269972 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/18440/statm: 6398 459 345 1 0 193 0

[startup+0.013365 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18440
/proc/meminfo: memFree=27524444/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 586 0 0 0 0 0 0 0 20 0 1 0 339279543 26206208 497 33554432000 4194304 4198148 140734716269872 140734716268760 251048027376 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/18440/statm: 6398 497 368 1 0 193 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25592

[startup+0.100193 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18440
/proc/meminfo: memFree=27524444/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=0.04 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 667 2099 0 0 0 0 4 0 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25592

[startup+0.300178 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18440
/proc/meminfo: memFree=27524444/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=0.04 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 667 2099 0 0 0 0 4 0 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25592

[startup+0.700176 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 18440
/proc/meminfo: memFree=27524444/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=0.04 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 667 2099 0 0 0 0 4 0 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25592

[startup+1.50025 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 18450
/proc/meminfo: memFree=27521824/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=0.04 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 667 2099 0 0 0 0 4 0 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18448] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18448/stat : 18448 (sh) S 18440 18440 11312 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 339279549 9367552 263 33554432000 4194304 5064252 140733343722656 140733343720912 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18448/statm: 2287 263 223 213 0 72 0
[pid=18450] ppid=18448 vsize=5704 CPUtime=1.43 cores=0,2,4,6
/proc/18450/stat : 18450 (clasp-1.0) R 18448 18440 11312 0 -1 4202496 1000 0 0 0 143 0 0 0 20 0 1 0 339279549 5840896 898 33554432000 134512640 134847168 4289448048 4289446732 134789696 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18450/statm: 1426 898 270 82 0 667 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 40444

[startup+3.10026 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 18450
/proc/meminfo: memFree=27520832/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=0.04 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 667 2099 0 0 0 0 4 0 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18448] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18448/stat : 18448 (sh) S 18440 18440 11312 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 339279549 9367552 263 33554432000 4194304 5064252 140733343722656 140733343720912 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18448/statm: 2287 263 223 213 0 72 0
[pid=18450] ppid=18448 vsize=6236 CPUtime=3.03 cores=0,2,4,6
/proc/18450/stat : 18450 (clasp-1.0) R 18448 18440 11312 0 -1 4202496 1144 0 0 0 303 0 0 0 20 0 1 0 339279549 6385664 1042 33554432000 134512640 134847168 4289448048 4289446688 134715372 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18450/statm: 1559 1042 270 82 0 800 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 40976

[startup+6.30025 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 18450
/proc/meminfo: memFree=27519220/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=0.04 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 667 2099 0 0 0 0 4 0 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18448] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18448/stat : 18448 (sh) S 18440 18440 11312 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 339279549 9367552 263 33554432000 4194304 5064252 140733343722656 140733343720912 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18448/statm: 2287 263 223 213 0 72 0
[pid=18450] ppid=18448 vsize=7540 CPUtime=6.23 cores=0,2,4,6
/proc/18450/stat : 18450 (clasp-1.0) R 18448 18440 11312 0 -1 4202496 1456 0 0 0 623 0 0 0 20 0 1 0 339279549 7720960 1354 33554432000 134512640 134847168 4289448048 4289446752 134616608 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18450/statm: 1885 1354 270 82 0 1126 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 42280

[startup+12.7003 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 18450
/proc/meminfo: memFree=27517176/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=0.04 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 667 2099 0 0 0 0 4 0 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18448] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18448/stat : 18448 (sh) S 18440 18440 11312 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 339279549 9367552 263 33554432000 4194304 5064252 140733343722656 140733343720912 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18448/statm: 2287 263 223 213 0 72 0
[pid=18450] ppid=18448 vsize=8720 CPUtime=12.62 cores=0,2,4,6
/proc/18450/stat : 18450 (clasp-1.0) R 18448 18440 11312 0 -1 4202496 1763 0 0 0 1262 0 0 0 20 0 1 0 339279549 8929280 1661 33554432000 134512640 134847168 4289448048 4289446816 134617496 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18450/statm: 2180 1661 270 82 0 1421 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 43460

[startup+25.5003 s]
/proc/loadavg: 2.11 2.03 2.01 3/181 18450
/proc/meminfo: memFree=27514752/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=0.04 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 667 2099 0 0 0 0 4 0 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18448] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18448/stat : 18448 (sh) S 18440 18440 11312 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 339279549 9367552 263 33554432000 4194304 5064252 140733343722656 140733343720912 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18448/statm: 2287 263 223 213 0 72 0
[pid=18450] ppid=18448 vsize=11260 CPUtime=25.42 cores=0,2,4,6
/proc/18450/stat : 18450 (clasp-1.0) R 18448 18440 11312 0 -1 4202496 2378 0 0 0 2542 0 0 0 20 0 1 0 339279549 11530240 2276 33554432000 134512640 134847168 4289448048 4289446672 134784667 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18450/statm: 2815 2276 270 82 0 2056 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 46000

[startup+51.1003 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 18450
/proc/meminfo: memFree=27512700/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=0.04 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 667 2099 0 0 0 0 4 0 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18448] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18448/stat : 18448 (sh) S 18440 18440 11312 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 339279549 9367552 263 33554432000 4194304 5064252 140733343722656 140733343720912 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18448/statm: 2287 263 223 213 0 72 0
[pid=18450] ppid=18448 vsize=13112 CPUtime=51.01 cores=0,2,4,6
/proc/18450/stat : 18450 (clasp-1.0) R 18448 18440 11312 0 -1 4202496 2838 0 0 0 5101 0 0 0 20 0 1 0 339279549 13426688 2741 33554432000 134512640 134847168 4289448048 4289446816 134617496 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18450/statm: 3278 2741 270 82 0 2519 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 47852

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 18450
/proc/meminfo: memFree=27497004/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=0.04 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 667 2099 0 0 0 0 4 0 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18448] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18448/stat : 18448 (sh) S 18440 18440 11312 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 339279549 9367552 263 33554432000 4194304 5064252 140733343722656 140733343720912 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18448/statm: 2287 263 223 213 0 72 0
[pid=18450] ppid=18448 vsize=15024 CPUtime=102.21 cores=0,2,4,6
/proc/18450/stat : 18450 (clasp-1.0) R 18448 18440 11312 0 -1 4202496 3338 0 0 0 10221 0 0 0 20 0 1 0 339279549 15384576 3241 33554432000 134512640 134847168 4289448048 4289446672 134784651 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18450/statm: 3756 3241 270 82 0 2997 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 49764

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 18451
/proc/meminfo: memFree=27487688/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=0.04 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 667 2099 0 0 0 0 4 0 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18448] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18448/stat : 18448 (sh) S 18440 18440 11312 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 339279549 9367552 263 33554432000 4194304 5064252 140733343722656 140733343720912 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18448/statm: 2287 263 223 213 0 72 0
[pid=18450] ppid=18448 vsize=17664 CPUtime=162.2 cores=0,2,4,6
/proc/18450/stat : 18450 (clasp-1.0) R 18448 18440 11312 0 -1 4202496 3946 0 0 0 16219 1 0 0 20 0 1 0 339279549 18087936 3860 33554432000 134512640 134847168 4289448048 4289446672 134784628 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18450/statm: 4416 3860 270 82 0 3657 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 52404

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 18451
/proc/meminfo: memFree=27480924/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=0.04 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 667 2099 0 0 0 0 4 0 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18448] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18448/stat : 18448 (sh) S 18440 18440 11312 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 339279549 9367552 263 33554432000 4194304 5064252 140733343722656 140733343720912 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18448/statm: 2287 263 223 213 0 72 0
[pid=18450] ppid=18448 vsize=19596 CPUtime=222.19 cores=0,2,4,6
/proc/18450/stat : 18450 (clasp-1.0) R 18448 18440 11312 0 -1 4202496 4417 0 0 0 22218 1 0 0 20 0 1 0 339279549 20066304 4349 33554432000 134512640 134847168 4289448048 4289446664 134789714 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18450/statm: 4899 4349 270 82 0 4140 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 54336

[startup+282.3 s]

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

/proc/18491/stat : 18491 (sh) S 18440 18440 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339375375 9367552 264 33554432000 4194304 5064252 140733579313472 140733579311728 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18491/statm: 2287 264 223 213 0 72 0
[pid=18494] ppid=18491 vsize=24036 CPUtime=463.9 cores=0,2,4,6
/proc/18494/stat : 18494 (clasp-1.0) R 18491 18440 11312 0 -1 4202496 5468 0 0 0 46389 1 0 0 20 0 1 0 339375375 24612864 5489 33554432000 134512640 134847168 4290142928 4290141568 134782678 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18494/statm: 6009 5489 272 82 0 5250 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 58776

[startup+1482.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/181 18603
/proc/meminfo: memFree=27489860/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=958.15 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 770 10843 0 0 0 0 95812 3 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18491] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18491/stat : 18491 (sh) S 18440 18440 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339375375 9367552 264 33554432000 4194304 5064252 140733579313472 140733579311728 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18491/statm: 2287 264 223 213 0 72 0
[pid=18494] ppid=18491 vsize=24992 CPUtime=523.88 cores=0,2,4,6
/proc/18494/stat : 18494 (clasp-1.0) R 18491 18440 11312 0 -1 4202496 5701 0 0 0 52387 1 0 0 20 0 1 0 339375375 25591808 5722 33554432000 134512640 134847168 4290142928 4290141556 134616350 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18494/statm: 6248 5722 272 82 0 5489 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 59732

[startup+1542.3 s]
/proc/loadavg: 2.20 2.09 2.02 3/181 18603
/proc/meminfo: memFree=27488492/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=958.15 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 770 10843 0 0 0 0 95812 3 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18491] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18491/stat : 18491 (sh) S 18440 18440 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339375375 9367552 264 33554432000 4194304 5064252 140733579313472 140733579311728 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18491/statm: 2287 264 223 213 0 72 0
[pid=18494] ppid=18491 vsize=26240 CPUtime=583.87 cores=0,2,4,6
/proc/18494/stat : 18494 (clasp-1.0) R 18491 18440 11312 0 -1 4202496 5995 0 0 0 58386 1 0 0 20 0 1 0 339375375 26869760 6016 33554432000 134512640 134847168 4290142928 4290141552 134784680 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18494/statm: 6560 6016 272 82 0 5801 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 60980

[startup+1602.3 s]
/proc/loadavg: 2.15 2.10 2.03 3/181 18603
/proc/meminfo: memFree=27486444/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=958.15 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 770 10843 0 0 0 0 95812 3 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18491] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18491/stat : 18491 (sh) S 18440 18440 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339375375 9367552 264 33554432000 4194304 5064252 140733579313472 140733579311728 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18491/statm: 2287 264 223 213 0 72 0
[pid=18494] ppid=18491 vsize=27608 CPUtime=643.86 cores=0,2,4,6
/proc/18494/stat : 18494 (clasp-1.0) R 18491 18440 11312 0 -1 4202496 6293 0 0 0 64385 1 0 0 20 0 1 0 339375375 28270592 6349 33554432000 134512640 134847168 4290142928 4290141548 134789696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18494/statm: 6902 6349 272 82 0 6143 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 62348

[startup+1662.3 s]
/proc/loadavg: 2.10 2.09 2.03 3/182 18606
/proc/meminfo: memFree=27482084/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=958.15 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 770 10843 0 0 0 0 95812 3 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18491] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18491/stat : 18491 (sh) S 18440 18440 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339375375 9367552 264 33554432000 4194304 5064252 140733579313472 140733579311728 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18491/statm: 2287 264 223 213 0 72 0
[pid=18494] ppid=18491 vsize=28476 CPUtime=703.85 cores=0,2,4,6
/proc/18494/stat : 18494 (clasp-1.0) R 18491 18440 11312 0 -1 4202496 6497 0 0 0 70384 1 0 0 20 0 1 0 339375375 29159424 6587 33554432000 134512640 134847168 4290142928 4290141556 134616350 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18494/statm: 7119 6587 272 82 0 6360 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 63216

[startup+1722.3 s]
/proc/loadavg: 2.08 2.09 2.02 3/181 18607
/proc/meminfo: memFree=27478996/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=958.15 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 770 10843 0 0 0 0 95812 3 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18491] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18491/stat : 18491 (sh) S 18440 18440 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339375375 9367552 264 33554432000 4194304 5064252 140733579313472 140733579311728 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18491/statm: 2287 264 223 213 0 72 0
[pid=18494] ppid=18491 vsize=28912 CPUtime=763.84 cores=0,2,4,6
/proc/18494/stat : 18494 (clasp-1.0) R 18491 18440 11312 0 -1 4202496 6598 0 0 0 76383 1 0 0 20 0 1 0 339375375 29605888 6688 33554432000 134512640 134847168 4290142928 4290141552 134784651 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18494/statm: 7228 6688 272 82 0 6469 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 63652

[startup+1782.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/181 18607
/proc/meminfo: memFree=27477940/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=958.15 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 770 10843 0 0 0 0 95812 3 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18491] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18491/stat : 18491 (sh) S 18440 18440 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339375375 9367552 264 33554432000 4194304 5064252 140733579313472 140733579311728 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18491/statm: 2287 264 223 213 0 72 0
[pid=18494] ppid=18491 vsize=29308 CPUtime=823.84 cores=0,2,4,6
/proc/18494/stat : 18494 (clasp-1.0) R 18491 18440 11312 0 -1 4202496 6683 0 0 0 82383 1 0 0 20 0 1 0 339375375 30011392 6773 33554432000 134512640 134847168 4290142928 4290141624 134616823 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18494/statm: 7327 6773 272 82 0 6568 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 64048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.08 2.02 3/181 18607
/proc/meminfo: memFree=27478312/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=958.15 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 770 10843 0 0 0 0 95812 3 20 0 1 0 339279543 26206208 516 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18440/statm: 6398 516 387 1 0 193 0
[pid=18491] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18491/stat : 18491 (sh) S 18440 18440 11312 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339375375 9367552 264 33554432000 4194304 5064252 140733579313472 140733579311728 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18491/statm: 2287 264 223 213 0 72 0
[pid=18494] ppid=18491 vsize=29448 CPUtime=841.94 cores=0,2,4,6
/proc/18494/stat : 18494 (clasp-1.0) R 18491 18440 11312 0 -1 4202496 6706 0 0 0 84193 1 0 0 20 0 1 0 339375375 30154752 6796 33554432000 134512640 134847168 4290142928 4290141552 134784705 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18494/statm: 7362 6796 272 82 0 6603 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 64188

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18440

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

[startup+1801.4 s]
/proc/loadavg: 2.06 2.08 2.02 3/182 18626
/proc/meminfo: memFree=27553980/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=1800.11 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 936 20323 0 0 0 0 180006 5 20 0 1 0 339279543 26206208 519 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18440/statm: 6398 519 387 1 0 193 0
[pid=18617] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18617/stat : 18617 (sh) S 18440 18440 11312 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339459586 9367552 263 33554432000 4194304 5064252 140733240110592 140733240108848 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18617/statm: 2287 263 223 213 0 72 0
[pid=18620] ppid=18617 vsize=5180 CPUtime=0.96 cores=0,2,4,6
/proc/18620/stat : 18620 (clasp-1.0) R 18617 18440 11312 0 -1 4202496 873 0 0 0 96 0 0 0 20 0 1 0 339459586 5304320 771 33554432000 134512640 134847168 4289226864 4289225556 134616619 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18620/statm: 1295 771 270 82 0 536 0
Current children cumulated CPU time (s) 1801.07
Current children cumulated vsize (KiB) 39920

[startup+1802.2 s]
/proc/loadavg: 2.06 2.08 2.02 3/182 18626
/proc/meminfo: memFree=27552648/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=1800.11 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 936 20323 0 0 0 0 180006 5 20 0 1 0 339279543 26206208 519 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18440/statm: 6398 519 387 1 0 193 0
[pid=18617] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18617/stat : 18617 (sh) S 18440 18440 11312 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339459586 9367552 263 33554432000 4194304 5064252 140733240110592 140733240108848 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18617/statm: 2287 263 223 213 0 72 0
[pid=18620] ppid=18617 vsize=5704 CPUtime=1.76 cores=0,2,4,6
/proc/18620/stat : 18620 (clasp-1.0) R 18617 18440 11312 0 -1 4202496 1013 0 0 0 176 0 0 0 20 0 1 0 339459586 5840896 911 33554432000 134512640 134847168 4289226864 4289225488 134784806 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18620/statm: 1426 911 270 82 0 667 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 40444

[startup+1802.4 s]
/proc/loadavg: 2.06 2.08 2.02 3/182 18626
/proc/meminfo: memFree=27552648/32873844 swapFree=7628/7628
[pid=18440] ppid=18438 vsize=25592 CPUtime=1800.11 cores=0,2,4,6
/proc/18440/stat : 18440 (pbclasp) S 18438 18440 11312 0 -1 4202496 936 20323 0 0 0 0 180006 5 20 0 1 0 339279543 26206208 519 33554432000 4194304 4198148 140734716269872 140734716268800 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18440/statm: 6398 519 387 1 0 193 0
[pid=18617] ppid=18440 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18617/stat : 18617 (sh) S 18440 18440 11312 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339459586 9367552 263 33554432000 4194304 5064252 140733240110592 140733240108848 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18617/statm: 2287 263 223 213 0 72 0
[pid=18620] ppid=18617 vsize=5704 CPUtime=1.96 cores=0,2,4,6
/proc/18620/stat : 18620 (clasp-1.0) R 18617 18440 11312 0 -1 4202496 1014 0 0 0 196 0 0 0 20 0 1 0 339459586 5840896 912 33554432000 134512640 134847168 4289226864 4289225544 134789705 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18620/statm: 1426 912 270 82 0 667 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 40444

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.11
CPU user time (s): 1802.05
CPU system time (s): 0.065989
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 64636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.05
system time used= 0.065989
maximum resident set size= 27736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22969
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133
involuntary context switches= 1968

runsolver used 2.81957 second user time and 7.02893 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-03 15:52:32
IDJOB=3736593
IDBENCH=48012
IDSOLVER=2317
FILE ID=node143/3736593-1338731552
RUNJOBID= node143-1338716231-11328
PBS_JOBID= 14636760
Free space on /tmp= 68460 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=67-P1=349-P2=67-P3=499-P4=79-P5=347-P6=307-B.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736593-1338731552/watcher-3736593-1338731552 -o /tmp/evaluation-result-3736593-1338731552/solver-3736593-1338731552 -C 1800 -W 1900 -M 15500  pbclasp instance-3736593-1338731552.opb HOME/temp

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

MD5SUM BENCH= 0f5232be892543458d8a9fd6fc4fb56e
RANDOM SEED=1526132245

node143.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.787
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.57
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.787
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.787
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.787
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.787
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.787
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	: 5298.57
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.787
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.787
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:        27525304 kB
Buffers:          459280 kB
Cached:          3906516 kB
SwapCached:          188 kB
Active:          2281104 kB
Inactive:        2135056 kB
Active(anon):      41572 kB
Inactive(anon):    10992 kB
Active(file):    2239532 kB
Inactive(file):  2124064 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108444 kB
Dirty:              3048 kB
Writeback:             0 kB
AnonPages:         57264 kB
Mapped:            12676 kB
Shmem:               160 kB
Slab:             792096 kB
SReclaimable:     234096 kB
SUnreclaim:       558000 kB
KernelStack:        1512 kB
PageTables:         4020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     166020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3736593-1338731552.opb

Free space on /tmp at the end= 68464 MiB
End job on node143 at 2012-06-03 16:22:34