Trace number 3700645

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 NameAnswerCPU timeWall clock time
npSolver 1.0? (TO) 1800.11 1800.62

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb10-0.01-2.opb
MD5SUMe432f4dd04198805b69ce63b40faf1f4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark96575
Best CPU time to get the best result obtained on this benchmark1800.28
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables208409
Total number of constraints1724968
Number of constraints which are clauses1724968
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 constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.89/4.95	c run usual solver
11.47/11.58	c model valid
11.47/11.58	c current solution ok
12.53/12.74	o 248830
12.53/12.74	c current bound: 124415
12.53/12.74	c fallback to adder encoding
1800.11/1800.61	c error: unexpected solver exit code
1800.11/1800.61	s UNKNOWN

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-3700645-1338147409/watcher-3700645-1338147409 -o /tmp/evaluation-result-3700645-1338147409/solver-3700645-1338147409 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700645-1338147409.opb 1224197749 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27223
/proc/meminfo: memFree=27545284/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0

[startup+0.01611 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27223
/proc/meminfo: memFree=27545284/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100135 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27223
/proc/meminfo: memFree=27545284/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300106 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27223
/proc/meminfo: memFree=27545284/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700108 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27223
/proc/meminfo: memFree=27545284/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27225
/proc/meminfo: memFree=27533688/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=19768 CPUtime=1.49 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) R 27223 27223 23788 0 -1 4202496 2670 0 0 0 148 1 0 0 20 0 1 0 280866491 20242432 3152 33554432000 4194304 5992684 140736495430528 140736495426264 5179600 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27224/statm: 4942 3152 145 440 0 4498 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28916

[startup+3.10014 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27225
/proc/meminfo: memFree=27526984/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=37472 CPUtime=3.08 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) R 27223 27223 23788 0 -1 4202496 3502 0 0 0 306 2 0 0 20 0 1 0 280866491 38371328 6020 33554432000 4194304 5992684 140736495430528 140736495426648 5179600 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27224/statm: 9368 6020 145 440 0 8924 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 46620

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27227
/proc/meminfo: memFree=27400224/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=92460 CPUtime=4.97 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) S 27223 27223 23788 0 -1 4202496 10153 0 0 0 484 13 0 0 20 0 1 0 280866491 94679040 16735 33554432000 4194304 5992684 140736495430528 140736495424560 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27224/statm: 23115 16735 164 440 0 22671 0
[pid=27226] ppid=27224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27226/stat : 27226 (cp2_pre.sh) S 27224 27223 23788 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 280866990 9367552 277 33554432000 4194304 5064252 140734597736608 140734597735312 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27226/statm: 2287 277 234 213 0 72 0
[pid=27227] ppid=27226 vsize=223500 CPUtime=1.29 cores=0,2,4,6
/proc/27227/stat : 27227 (coprocessor) R 27226 27223 23788 0 -1 4202496 34454 0 0 0 123 6 0 0 20 0 1 0 280866990 228864000 49956 33554432000 4194304 6586260 140734419757584 140734419753848 4498317 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/27227/statm: 55875 49956 170 584 0 55287 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 334256

[startup+12.7002 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 27234
/proc/meminfo: memFree=27449356/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=102948 CPUtime=12.53 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) R 27223 27223 23788 0 -1 4202496 12476 65516 0 0 716 93 375 69 20 0 1 0 280866491 105418752 19271 33554432000 4194304 5992684 140736495430528 140736495424712 5179696 0 0 4096 0 0 0 0 17 0 0 0 14 0 0
/proc/27224/statm: 25737 19271 171 440 0 25293 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 112096

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 27237
/proc/meminfo: memFree=26838112/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=241052 CPUtime=14.49 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) S 27223 27223 23788 0 -1 4202496 20600 66032 0 0 884 119 375 71 20 0 1 0 280866491 246837248 51976 33554432000 4194304 5992684 140736495430528 140736495422848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/27224/statm: 60263 51976 181 440 0 59819 0
[pid=27236] ppid=27224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27236/stat : 27236 (satsolver.sh) S 27224 27223 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280867957 9367552 267 33554432000 4194304 5064252 140734153618976 140734153617888 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27236/statm: 2287 267 226 213 0 72 0
[pid=27237] ppid=27236 vsize=391600 CPUtime=10.82 cores=0,2,4,6
/proc/27237/stat : 27237 (glucose) R 27236 27223 23788 0 -1 4202496 61630 0 0 0 1063 19 0 0 20 0 1 0 280867958 400998400 86940 33554432000 4194304 5208918 140733830594064 140733830591912 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27237/statm: 97900 86940 105 248 0 97649 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 650948

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 27237
/proc/meminfo: memFree=26846576/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=241052 CPUtime=14.49 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) S 27223 27223 23788 0 -1 4202496 20600 66032 0 0 884 119 375 71 20 0 1 0 280866491 246837248 51976 33554432000 4194304 5992684 140736495430528 140736495422848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/27224/statm: 60263 51976 181 440 0 59819 0
[pid=27236] ppid=27224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27236/stat : 27236 (satsolver.sh) S 27224 27223 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280867957 9367552 267 33554432000 4194304 5064252 140734153618976 140734153617888 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27236/statm: 2287 267 226 213 0 72 0
[pid=27237] ppid=27236 vsize=391600 CPUtime=36.41 cores=0,2,4,6
/proc/27237/stat : 27237 (glucose) R 27236 27223 23788 0 -1 4202496 61632 0 0 0 3622 19 0 0 20 0 1 0 280867958 400998400 86942 33554432000 4194304 5208918 140733830594064 140733830591912 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27237/statm: 97900 86942 105 248 0 97649 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 650948

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 27237
/proc/meminfo: memFree=26845988/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=241052 CPUtime=14.49 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) S 27223 27223 23788 0 -1 4202496 20600 66032 0 0 884 119 375 71 20 0 1 0 280866491 246837248 51976 33554432000 4194304 5992684 140736495430528 140736495422848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/27224/statm: 60263 51976 181 440 0 59819 0
[pid=27236] ppid=27224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27236/stat : 27236 (satsolver.sh) S 27224 27223 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280867957 9367552 267 33554432000 4194304 5064252 140734153618976 140734153617888 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27236/statm: 2287 267 226 213 0 72 0
[pid=27237] ppid=27236 vsize=392396 CPUtime=87.61 cores=0,2,4,6
/proc/27237/stat : 27237 (glucose) R 27236 27223 23788 0 -1 4202496 61817 0 0 0 8742 19 0 0 20 0 1 0 280867958 401813504 87127 33554432000 4194304 5208918 140733830594064 140733830592024 4205261 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27237/statm: 98099 87127 105 248 0 97848 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 651744

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 27237
/proc/meminfo: memFree=26844580/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=241052 CPUtime=14.49 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) S 27223 27223 23788 0 -1 4202496 20600 66032 0 0 884 119 375 71 20 0 1 0 280866491 246837248 51976 33554432000 4194304 5992684 140736495430528 140736495422848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/27224/statm: 60263 51976 181 440 0 59819 0
[pid=27236] ppid=27224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27236/stat : 27236 (satsolver.sh) S 27224 27223 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280867957 9367552 267 33554432000 4194304 5064252 140734153618976 140734153617888 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27236/statm: 2287 267 226 213 0 72 0
[pid=27237] ppid=27236 vsize=392396 CPUtime=147.6 cores=0,2,4,6
/proc/27237/stat : 27237 (glucose) R 27236 27223 23788 0 -1 4202496 61817 0 0 0 14741 19 0 0 20 0 1 0 280867958 401813504 87127 33554432000 4194304 5208918 140733830594064 140733830592024 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27237/statm: 98099 87127 105 248 0 97848 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 651744

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 27240
/proc/meminfo: memFree=26836992/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=241052 CPUtime=14.49 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) S 27223 27223 23788 0 -1 4202496 20600 66032 0 0 884 119 375 71 20 0 1 0 280866491 246837248 51976 33554432000 4194304 5992684 140736495430528 140736495422848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/27224/statm: 60263 51976 181 440 0 59819 0
[pid=27236] ppid=27224 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/27237/stat : 27237 (glucose) R 27236 27223 23788 0 -1 4202496 114608 0 0 0 134593 145 0 0 20 0 1 0 280867958 604717056 138599 33554432000 4194304 5208918 140733830594064 140733830591816 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27237/statm: 147636 138599 105 248 0 147385 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 849892

[startup+1422.31 s]
/proc/loadavg: 2.09 2.02 2.01 3/184 27673
/proc/meminfo: memFree=26898448/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=241052 CPUtime=14.49 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) S 27223 27223 23788 0 -1 4202496 20600 66032 0 0 884 119 375 71 20 0 1 0 280866491 246837248 51976 33554432000 4194304 5992684 140736495430528 140736495422848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/27224/statm: 60263 51976 181 440 0 59819 0
[pid=27236] ppid=27224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27236/stat : 27236 (satsolver.sh) S 27224 27223 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280867957 9367552 267 33554432000 4194304 5064252 140734153618976 140734153617888 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27236/statm: 2287 267 226 213 0 72 0
[pid=27237] ppid=27236 vsize=676920 CPUtime=1407.38 cores=0,2,4,6
/proc/27237/stat : 27237 (glucose) R 27236 27223 23788 0 -1 4202496 116507 0 0 0 140587 151 0 0 20 0 1 0 280867958 693166080 148182 33554432000 4194304 5208918 140733830594064 140733830591912 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27237/statm: 169230 148182 105 248 0 168979 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 936268

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/184 27735
/proc/meminfo: memFree=26815280/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=241052 CPUtime=14.49 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) S 27223 27223 23788 0 -1 4202496 20600 66032 0 0 884 119 375 71 20 0 1 0 280866491 246837248 51976 33554432000 4194304 5992684 140736495430528 140736495422848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/27224/statm: 60263 51976 181 440 0 59819 0
[pid=27236] ppid=27224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27236/stat : 27236 (satsolver.sh) S 27224 27223 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280867957 9367552 267 33554432000 4194304 5064252 140734153618976 140734153617888 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27236/statm: 2287 267 226 213 0 72 0
[pid=27237] ppid=27236 vsize=605340 CPUtime=1467.37 cores=0,2,4,6
/proc/27237/stat : 27237 (glucose) R 27236 27223 23788 0 -1 4202496 120157 0 0 0 146574 163 0 0 20 0 1 0 280867958 619868160 142733 33554432000 4194304 5208918 140733830594064 140733830592152 4212737 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27237/statm: 151335 142733 105 248 0 151084 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 864688

[startup+1542.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 27841
/proc/meminfo: memFree=26820680/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=241052 CPUtime=14.49 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) S 27223 27223 23788 0 -1 4202496 20600 66032 0 0 884 119 375 71 20 0 1 0 280866491 246837248 51976 33554432000 4194304 5992684 140736495430528 140736495422848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/27224/statm: 60263 51976 181 440 0 59819 0
[pid=27236] ppid=27224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27236/stat : 27236 (satsolver.sh) S 27224 27223 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280867957 9367552 267 33554432000 4194304 5064252 140734153618976 140734153617888 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27236/statm: 2287 267 226 213 0 72 0
[pid=27237] ppid=27236 vsize=692340 CPUtime=1527.35 cores=0,2,4,6
/proc/27237/stat : 27237 (glucose) R 27236 27223 23788 0 -1 4202496 122178 0 0 0 152566 169 0 0 20 0 1 0 280867958 708956160 144813 33554432000 4194304 5208918 140733830594064 140733830592216 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27237/statm: 173085 144813 105 248 0 172834 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 951688

[startup+1602.3 s]
/proc/loadavg: 1.89 2.01 1.99 2/174 27920
/proc/meminfo: memFree=26989692/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=241052 CPUtime=14.49 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) S 27223 27223 23788 0 -1 4202496 20600 66032 0 0 884 119 375 71 20 0 1 0 280866491 246837248 51976 33554432000 4194304 5992684 140736495430528 140736495422848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/27224/statm: 60263 51976 181 440 0 59819 0
[pid=27236] ppid=27224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27236/stat : 27236 (satsolver.sh) S 27224 27223 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280867957 9367552 267 33554432000 4194304 5064252 140734153618976 140734153617888 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27236/statm: 2287 267 226 213 0 72 0
[pid=27237] ppid=27236 vsize=695636 CPUtime=1587.34 cores=0,2,4,6
/proc/27237/stat : 27237 (glucose) R 27236 27223 23788 0 -1 4202496 123465 0 0 0 158560 174 0 0 20 0 1 0 280867958 712331264 148467 33554432000 4194304 5208918 140733830594064 140733830591912 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27237/statm: 173909 148467 105 248 0 173658 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 954984

[startup+1662.3 s]
/proc/loadavg: 1.32 1.82 1.93 2/174 27920
/proc/meminfo: memFree=26974756/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=241052 CPUtime=14.49 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) S 27223 27223 23788 0 -1 4202496 20600 66032 0 0 884 119 375 71 20 0 1 0 280866491 246837248 51976 33554432000 4194304 5992684 140736495430528 140736495422848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/27224/statm: 60263 51976 181 440 0 59819 0
[pid=27236] ppid=27224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27236/stat : 27236 (satsolver.sh) S 27224 27223 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280867957 9367552 267 33554432000 4194304 5064252 140734153618976 140734153617888 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27236/statm: 2287 267 226 213 0 72 0
[pid=27237] ppid=27236 vsize=709880 CPUtime=1647.32 cores=0,2,4,6
/proc/27237/stat : 27237 (glucose) R 27236 27223 23788 0 -1 4202496 127946 0 0 0 164550 182 0 0 20 0 1 0 280867958 726917120 151962 33554432000 4194304 5208918 140733830594064 140733830591912 4212322 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27237/statm: 177470 151962 105 248 0 177219 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 969228

[startup+1722.3 s]
/proc/loadavg: 1.12 1.67 1.87 2/174 27920
/proc/meminfo: memFree=26938296/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=241052 CPUtime=14.49 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) S 27223 27223 23788 0 -1 4202496 20600 66032 0 0 884 119 375 71 20 0 1 0 280866491 246837248 51976 33554432000 4194304 5992684 140736495430528 140736495422848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/27224/statm: 60263 51976 181 440 0 59819 0
[pid=27236] ppid=27224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27236/stat : 27236 (satsolver.sh) S 27224 27223 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280867957 9367552 267 33554432000 4194304 5064252 140734153618976 140734153617888 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27236/statm: 2287 267 226 213 0 72 0
[pid=27237] ppid=27236 vsize=715448 CPUtime=1707.31 cores=0,2,4,6
/proc/27237/stat : 27237 (glucose) R 27236 27223 23788 0 -1 4202496 129416 0 0 0 170544 187 0 0 20 0 1 0 280867958 732618752 161677 33554432000 4194304 5208918 140733830594064 140733830591912 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27237/statm: 178862 161677 105 248 0 178611 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 974796

[startup+1782.3 s]
/proc/loadavg: 1.04 1.55 1.81 2/174 27921
/proc/meminfo: memFree=26952484/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=241052 CPUtime=14.49 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) S 27223 27223 23788 0 -1 4202496 20600 66032 0 0 884 119 375 71 20 0 1 0 280866491 246837248 51976 33554432000 4194304 5992684 140736495430528 140736495422848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/27224/statm: 60263 51976 181 440 0 59819 0
[pid=27236] ppid=27224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27236/stat : 27236 (satsolver.sh) S 27224 27223 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280867957 9367552 267 33554432000 4194304 5064252 140734153618976 140734153617888 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27236/statm: 2287 267 226 213 0 72 0
[pid=27237] ppid=27236 vsize=720596 CPUtime=1767.3 cores=0,2,4,6
/proc/27237/stat : 27237 (glucose) R 27236 27223 23788 0 -1 4202496 131156 0 0 0 176538 192 0 0 20 0 1 0 280867958 737890304 157502 33554432000 4194304 5208918 140733830594064 140733830591816 4211632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27237/statm: 180149 157502 105 248 0 179898 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 979944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.03 1.51 1.79 2/174 27921
/proc/meminfo: memFree=26936412/32873648 swapFree=7104/7104
[pid=27223] ppid=27221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27223/stat : 27223 (npSolver-pbo.sh) S 27221 27223 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280866491 9367552 274 33554432000 4194304 5064252 140734126558752 140734126557664 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27223/statm: 2287 274 233 213 0 72 0
[pid=27224] ppid=27223 vsize=241052 CPUtime=14.49 cores=0,2,4,6
/proc/27224/stat : 27224 (npSolver-pbo) S 27223 27223 23788 0 -1 4202496 20600 66032 0 0 884 119 375 71 20 0 1 0 280866491 246837248 51976 33554432000 4194304 5992684 140736495430528 140736495422848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 14 0 0
/proc/27224/statm: 60263 51976 181 440 0 59819 0
[pid=27236] ppid=27224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27236/stat : 27236 (satsolver.sh) S 27224 27223 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280867957 9367552 267 33554432000 4194304 5064252 140734153618976 140734153617888 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27236/statm: 2287 267 226 213 0 72 0
[pid=27237] ppid=27236 vsize=722372 CPUtime=1785.62 cores=0,2,4,6
/proc/27237/stat : 27237 (glucose) R 27236 27223 23788 0 -1 4202496 131618 0 0 0 178369 193 0 0 20 0 1 0 280867958 739708928 161541 33554432000 4194304 5208918 140733830594064 140733830591912 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27237/statm: 180593 161541 105 248 0 180342 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 981720

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27223 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=601084
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=917708
# CPU time returned by wait4() is 14.5188
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.11
CPU user time (s): 1796.28
CPU system time (s): 3.83
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 1191264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6011
system time used= 1.91771
maximum resident set size= 329996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87610
page faults= 0
swaps= 0
block input operations= 0
block output operations= 399656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 668
involuntary context switches= 57

runsolver used 6.68698 second user time and 14.1668 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 21:36:50
IDJOB=3700645
IDBENCH=92850
IDSOLVER=2277
FILE ID=node127/3700645-1338147409
RUNJOBID= node127-1338121714-23804
PBS_JOBID= 14624481
Free space on /tmp= 71064 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb10-0.01-2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700645-1338147409/watcher-3700645-1338147409 -o /tmp/evaluation-result-3700645-1338147409/solver-3700645-1338147409 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700645-1338147409.opb 1224197749 HOME HOME

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

MD5SUM BENCH= e432f4dd04198805b69ce63b40faf1f4
RANDOM SEED=1224197749

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:       32873648 kB
MemFree:        27545656 kB
Buffers:          473956 kB
Cached:          3620744 kB
SwapCached:            0 kB
Active:          1653196 kB
Inactive:        2778036 kB
Active(anon):     338880 kB
Inactive(anon):        0 kB
Active(file):    1314316 kB
Inactive(file):  2778036 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             62556 kB
Writeback:             0 kB
AnonPages:        357780 kB
Mapped:            15604 kB
Shmem:               200 kB
Slab:             745248 kB
SReclaimable:     189160 kB
SUnreclaim:       556088 kB
KernelStack:        1472 kB
PageTables:         4804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     491868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70976 MiB
End job on node127 at 2012-05-27 22:06:51