Trace number 3700899

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
npSolver 1.0? (TO) 1800.01 1800.92

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null20mast_rapportOE2.0_TMAX15_K192_cod2.opb
MD5SUM4d2c57def56fd670f2b4aabd3843e594
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-17711
Best CPU time to get the best result obtained on this benchmark1800.34
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 4408494
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 4408494
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.08/4.12	c fallback to adder encoding
5.49/5.58	c run usual solver
656.97/657.10	c model valid
656.97/657.10	c current solution ok
662.57/662.82	o 0
662.57/662.82	c current bound: 2204247
662.57/662.82	c fallback to adder encoding
1334.12/1335.04	c current bound: 3306371
1334.12/1335.04	c fallback to adder encoding
1800.01/1800.91	c error: unexpected solver exit code
1800.01/1800.91	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-3700899-1338130768/watcher-3700899-1338130768 -o /tmp/evaluation-result-3700899-1338130768/solver-3700899-1338130768 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700899-1338130768.opb 1384144066 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.15 2.05 2.01 3/180 24726
/proc/meminfo: memFree=26725900/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0

[startup+0.0197899 s]
/proc/loadavg: 2.15 2.05 2.01 3/180 24726
/proc/meminfo: memFree=26725900/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100144 s]
/proc/loadavg: 2.15 2.05 2.01 3/180 24726
/proc/meminfo: memFree=26725900/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300223 s]
/proc/loadavg: 2.15 2.05 2.01 3/180 24726
/proc/meminfo: memFree=26725900/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700118 s]
/proc/loadavg: 2.15 2.05 2.01 3/180 24726
/proc/meminfo: memFree=26725900/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50015 s]
/proc/loadavg: 2.15 2.05 2.01 3/182 24728
/proc/meminfo: memFree=26753936/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=13528 CPUtime=1.48 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) R 24726 24726 23788 0 -1 4202496 2797 0 0 0 148 0 0 0 20 0 1 0 279202372 13852672 2810 33554432000 4194304 5992684 140734039422112 140734039418232 5179600 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 3382 2810 146 440 0 2938 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22676

[startup+3.10019 s]
/proc/loadavg: 2.15 2.05 2.01 3/182 24728
/proc/meminfo: memFree=26744612/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=49768 CPUtime=3.09 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) R 24726 24726 23788 0 -1 4202496 10241 0 0 0 307 2 0 0 20 0 1 0 279202372 50962432 11783 33554432000 4194304 5992684 140734039422112 140734039417848 4523464 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 12442 11783 159 440 0 11998 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58916

[startup+6.30028 s]
/proc/loadavg: 2.14 2.05 2.01 3/184 24730
/proc/meminfo: memFree=26348100/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=360156 CPUtime=5.57 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) S 24726 24726 23788 0 -1 4202496 29376 0 0 0 524 33 0 0 20 0 1 0 279202372 368799744 62448 33554432000 4194304 5992684 140734039422112 140734039416144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 90039 62448 174 440 0 89595 0
[pid=24729] ppid=24727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24729/stat : 24729 (cp2_pre.sh) S 24727 24726 23788 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279202930 9367552 277 33554432000 4194304 5064252 140737063896848 140737063895552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24729/statm: 2287 277 234 213 0 72 0
[pid=24730] ppid=24729 vsize=113884 CPUtime=0.7 cores=0,2,4,6
/proc/24730/stat : 24730 (coprocessor) R 24729 24726 23788 0 -1 4202496 11527 0 0 0 66 4 0 0 20 0 1 0 279202930 116617216 26872 33554432000 4194304 6586260 140736416119792 140736416116552 5732400 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/24730/statm: 28471 26872 137 584 0 27883 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 492336

[startup+12.7004 s]
/proc/loadavg: 2.20 2.06 2.02 3/178 24759
/proc/meminfo: memFree=26709740/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=360156 CPUtime=5.57 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) S 24726 24726 23788 0 -1 4202496 29376 0 0 0 524 33 0 0 20 0 1 0 279202372 368799744 62448 33554432000 4194304 5992684 140734039422112 140734039416144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 90039 62448 174 440 0 89595 0
[pid=24729] ppid=24727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24729/stat : 24729 (cp2_pre.sh) S 24727 24726 23788 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279202930 9367552 277 33554432000 4194304 5064252 140737063896848 140737063895552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24729/statm: 2287 277 234 213 0 72 0
[pid=24730] ppid=24729 vsize=901588 CPUtime=7.1 cores=0,2,4,6
/proc/24730/stat : 24730 (coprocessor) R 24729 24726 23788 0 -1 4202496 78831 0 0 0 683 27 0 0 20 0 1 0 279202930 923226112 219455 33554432000 4194304 6586260 140736416119792 140736416115816 4753389 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/24730/statm: 225397 219455 180 584 0 224809 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1280040

[startup+25.5066 s]
/proc/loadavg: 2.30 2.09 2.03 3/182 24773
/proc/meminfo: memFree=27081176/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=360156 CPUtime=16.89 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) S 24726 24726 23788 0 -1 4202496 29386 94821 0 0 524 33 1075 57 20 0 1 0 279202372 368799744 62448 33554432000 4194304 5992684 140734039422112 140734039417232 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 90039 62448 174 440 0 89595 0
[pid=24772] ppid=24727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24772/stat : 24772 (satsolver.sh) S 24727 24726 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279204063 9367552 267 33554432000 4194304 5064252 140734929933664 140734929932576 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24772/statm: 2287 267 226 213 0 72 0
[pid=24773] ppid=24772 vsize=424516 CPUtime=8.57 cores=0,2,4,6
/proc/24773/stat : 24773 (glucose) R 24772 24726 23788 0 -1 4202496 64703 0 0 0 843 14 0 0 20 0 1 0 279204063 434704384 94111 33554432000 4194304 5208918 140734777773888 140734777771736 4229311 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24773/statm: 106129 94111 95 248 0 105878 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 802968

[startup+51.1003 s]
/proc/loadavg: 2.20 2.08 2.02 3/182 24775
/proc/meminfo: memFree=25116404/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=360156 CPUtime=16.89 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) S 24726 24726 23788 0 -1 4202496 29386 94821 0 0 524 33 1075 57 20 0 1 0 279202372 368799744 62448 33554432000 4194304 5992684 140734039422112 140734039417232 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 90039 62448 174 440 0 89595 0
[pid=24772] ppid=24727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24772/stat : 24772 (satsolver.sh) S 24727 24726 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279204063 9367552 267 33554432000 4194304 5064252 140734929933664 140734929932576 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24772/statm: 2287 267 226 213 0 72 0
[pid=24773] ppid=24772 vsize=432200 CPUtime=34.17 cores=0,2,4,6
/proc/24773/stat : 24773 (glucose) R 24772 24726 23788 0 -1 4202496 66946 0 0 0 3402 15 0 0 20 0 1 0 279204063 442572800 96354 33554432000 4194304 5208918 140734777773888 140734777771560 4211580 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24773/statm: 108050 96354 103 248 0 107799 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 810652

[startup+102.3 s]
/proc/loadavg: 2.08 2.07 2.02 3/182 24799
/proc/meminfo: memFree=20627840/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=360156 CPUtime=16.89 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) S 24726 24726 23788 0 -1 4202496 29386 94821 0 0 524 33 1075 57 20 0 1 0 279202372 368799744 62448 33554432000 4194304 5992684 140734039422112 140734039417232 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 90039 62448 174 440 0 89595 0
[pid=24772] ppid=24727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24772/stat : 24772 (satsolver.sh) S 24727 24726 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279204063 9367552 267 33554432000 4194304 5064252 140734929933664 140734929932576 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24772/statm: 2287 267 226 213 0 72 0
[pid=24773] ppid=24772 vsize=432480 CPUtime=85.36 cores=0,2,4,6
/proc/24773/stat : 24773 (glucose) R 24772 24726 23788 0 -1 4202496 67042 0 0 0 8521 15 0 0 20 0 1 0 279204063 442859520 96961 33554432000 4194304 5208918 140734777773888 140734777771560 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24773/statm: 108120 96961 103 248 0 107869 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 810932

[startup+162.3 s]
/proc/loadavg: 3.28 2.38 2.12 4/182 24800
/proc/meminfo: memFree=10081820/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=360156 CPUtime=16.89 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) S 24726 24726 23788 0 -1 4202496 29386 94821 0 0 524 33 1075 57 20 0 1 0 279202372 368799744 62448 33554432000 4194304 5992684 140734039422112 140734039417232 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 90039 62448 174 440 0 89595 0
[pid=24772] ppid=24727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24772/stat : 24772 (satsolver.sh) S 24727 24726 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279204063 9367552 267 33554432000 4194304 5064252 140734929933664 140734929932576 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24772/statm: 2287 267 226 213 0 72 0
[pid=24773] ppid=24772 vsize=446380 CPUtime=145.34 cores=0,2,4,6
/proc/24773/stat : 24773 (glucose) R 24772 24726 23788 0 -1 4202496 68208 0 0 0 14519 15 0 0 20 0 1 0 279204063 457093120 100171 33554432000 4194304 5208918 140734777773888 140734777771720 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24773/statm: 111595 100171 104 248 0 111344 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 824832

[startup+222.3 s]
/proc/loadavg: 4.30 2.83 2.29 2/182 24800
/proc/meminfo: memFree=6155968/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/25144/stat : 25144 (glucose) R 25143 24726 23788 0 -1 4202496 68667 0 0 0 2697 14 0 0 20 0 1 0 279335889 445411328 101046 33554432000 4194304 5208918 140734451072880 140734451070728 4229344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25144/statm: 108743 101046 104 248 0 108492 0
Current children cumulated CPU time (s) 1361.48
Current children cumulated vsize (KiB) 849364

[startup+1422.3 s]
/proc/loadavg: 2.30 3.10 2.92 3/183 25144
/proc/meminfo: memFree=26072888/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=396096 CPUtime=1334.37 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) S 24726 24726 23788 0 -1 4202496 45662 249162 0 0 749 506 132013 169 20 0 1 0 279202372 405602304 71360 33554432000 4194304 5992684 140734039422112 140734039414432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 99024 71360 183 440 0 98580 0
[pid=25143] ppid=24727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25143/stat : 25143 (satsolver.sh) S 24727 24726 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279335889 9367552 267 33554432000 4194304 5064252 140735943010080 140735943008992 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25143/statm: 2287 267 226 213 0 72 0
[pid=25144] ppid=25143 vsize=451636 CPUtime=87.1 cores=0,2,4,6
/proc/25144/stat : 25144 (glucose) R 25143 24726 23788 0 -1 4202496 70589 0 0 0 8695 15 0 0 20 0 1 0 279335889 462475264 106034 33554432000 4194304 5208918 140734451072880 140734451070712 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25144/statm: 112909 106034 104 248 0 112658 0
Current children cumulated CPU time (s) 1421.47
Current children cumulated vsize (KiB) 866028

[startup+1482.3 s]
/proc/loadavg: 2.11 2.90 2.86 3/183 25144
/proc/meminfo: memFree=26057140/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=396096 CPUtime=1334.37 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) S 24726 24726 23788 0 -1 4202496 45662 249162 0 0 749 506 132013 169 20 0 1 0 279202372 405602304 71360 33554432000 4194304 5992684 140734039422112 140734039414432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 99024 71360 183 440 0 98580 0
[pid=25143] ppid=24727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25143/stat : 25143 (satsolver.sh) S 24727 24726 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279335889 9367552 267 33554432000 4194304 5064252 140735943010080 140735943008992 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25143/statm: 2287 267 226 213 0 72 0
[pid=25144] ppid=25143 vsize=501724 CPUtime=147.09 cores=0,2,4,6
/proc/25144/stat : 25144 (glucose) R 25143 24726 23788 0 -1 4202496 71118 0 0 0 14694 15 0 0 20 0 1 0 279335889 513765376 108086 33554432000 4194304 5208918 140734451072880 140734451069256 4229859 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25144/statm: 125431 108086 104 248 0 125180 0
Current children cumulated CPU time (s) 1481.46
Current children cumulated vsize (KiB) 916116

[startup+1542.3 s]
/proc/loadavg: 2.04 2.73 2.80 3/183 25144
/proc/meminfo: memFree=26066096/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=396096 CPUtime=1334.37 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) S 24726 24726 23788 0 -1 4202496 45662 249162 0 0 749 506 132013 169 20 0 1 0 279202372 405602304 71360 33554432000 4194304 5992684 140734039422112 140734039414432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 99024 71360 183 440 0 98580 0
[pid=25143] ppid=24727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25143/stat : 25143 (satsolver.sh) S 24727 24726 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279335889 9367552 267 33554432000 4194304 5064252 140735943010080 140735943008992 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25143/statm: 2287 267 226 213 0 72 0
[pid=25144] ppid=25143 vsize=451636 CPUtime=207.08 cores=0,2,4,6
/proc/25144/stat : 25144 (glucose) R 25143 24726 23788 0 -1 4202496 71578 0 0 0 20691 17 0 0 20 0 1 0 279335889 462475264 105082 33554432000 4194304 5208918 140734451072880 140734451069192 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25144/statm: 112909 105082 105 248 0 112658 0
Current children cumulated CPU time (s) 1541.45
Current children cumulated vsize (KiB) 866028

[startup+1602.3 s]
/proc/loadavg: 2.08 2.61 2.75 3/183 25144
/proc/meminfo: memFree=26052000/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=396096 CPUtime=1334.37 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) S 24726 24726 23788 0 -1 4202496 45662 249162 0 0 749 506 132013 169 20 0 1 0 279202372 405602304 71360 33554432000 4194304 5992684 140734039422112 140734039414432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 99024 71360 183 440 0 98580 0
[pid=25143] ppid=24727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25143/stat : 25143 (satsolver.sh) S 24727 24726 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279335889 9367552 267 33554432000 4194304 5064252 140735943010080 140735943008992 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25143/statm: 2287 267 226 213 0 72 0
[pid=25144] ppid=25143 vsize=501724 CPUtime=267.07 cores=0,2,4,6
/proc/25144/stat : 25144 (glucose) R 25143 24726 23788 0 -1 4202496 72102 0 0 0 26689 18 0 0 20 0 1 0 279335889 513765376 107642 33554432000 4194304 5208918 140734451072880 140734451069256 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25144/statm: 125431 107642 105 248 0 125180 0
Current children cumulated CPU time (s) 1601.44
Current children cumulated vsize (KiB) 916116

[startup+1662.3 s]
/proc/loadavg: 2.06 2.51 2.71 3/184 25146
/proc/meminfo: memFree=26058120/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=396096 CPUtime=1334.37 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) S 24726 24726 23788 0 -1 4202496 45662 249162 0 0 749 506 132013 169 20 0 1 0 279202372 405602304 71360 33554432000 4194304 5992684 140734039422112 140734039414432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 99024 71360 183 440 0 98580 0
[pid=25143] ppid=24727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25143/stat : 25143 (satsolver.sh) S 24727 24726 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279335889 9367552 267 33554432000 4194304 5064252 140735943010080 140735943008992 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25143/statm: 2287 267 226 213 0 72 0
[pid=25144] ppid=25143 vsize=457240 CPUtime=327.06 cores=0,2,4,6
/proc/25144/stat : 25144 (glucose) R 25143 24726 23788 0 -1 4202496 72546 0 0 0 32687 19 0 0 20 0 1 0 279335889 468213760 105068 33554432000 4194304 5208918 140734451072880 140734451070968 4229688 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25144/statm: 114310 105068 105 248 0 114059 0
Current children cumulated CPU time (s) 1661.43
Current children cumulated vsize (KiB) 871632

[startup+1722.3 s]
/proc/loadavg: 2.02 2.42 2.66 3/183 25146
/proc/meminfo: memFree=26043888/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=396096 CPUtime=1334.37 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) S 24726 24726 23788 0 -1 4202496 45662 249162 0 0 749 506 132013 169 20 0 1 0 279202372 405602304 71360 33554432000 4194304 5992684 140734039422112 140734039414432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 99024 71360 183 440 0 98580 0
[pid=25143] ppid=24727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25143/stat : 25143 (satsolver.sh) S 24727 24726 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279335889 9367552 267 33554432000 4194304 5064252 140735943010080 140735943008992 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25143/statm: 2287 267 226 213 0 72 0
[pid=25144] ppid=25143 vsize=507328 CPUtime=387.05 cores=0,2,4,6
/proc/25144/stat : 25144 (glucose) R 25143 24726 23788 0 -1 4202496 73268 0 0 0 38685 20 0 0 20 0 1 0 279335889 519503872 108342 33554432000 4194304 5208918 140734451072880 140734451071032 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25144/statm: 126832 108342 105 248 0 126581 0
Current children cumulated CPU time (s) 1721.42
Current children cumulated vsize (KiB) 921720

[startup+1782.3 s]
/proc/loadavg: 2.01 2.34 2.62 3/183 25146
/proc/meminfo: memFree=26033032/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=396096 CPUtime=1334.37 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) S 24726 24726 23788 0 -1 4202496 45662 249162 0 0 749 506 132013 169 20 0 1 0 279202372 405602304 71360 33554432000 4194304 5992684 140734039422112 140734039414432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 99024 71360 183 440 0 98580 0
[pid=25143] ppid=24727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25143/stat : 25143 (satsolver.sh) S 24727 24726 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279335889 9367552 267 33554432000 4194304 5064252 140735943010080 140735943008992 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25143/statm: 2287 267 226 213 0 72 0
[pid=25144] ppid=25143 vsize=507328 CPUtime=447.04 cores=0,2,4,6
/proc/25144/stat : 25144 (glucose) R 25143 24726 23788 0 -1 4202496 73368 0 0 0 44684 20 0 0 20 0 1 0 279335889 519503872 110486 33554432000 4194304 5208918 140734451072880 140734451069256 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25144/statm: 126832 110486 105 248 0 126581 0
Current children cumulated CPU time (s) 1781.41
Current children cumulated vsize (KiB) 921720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.31 2.60 3/183 25146
/proc/meminfo: memFree=26027328/32873648 swapFree=7104/7104
[pid=24726] ppid=24724 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24726/stat : 24726 (npSolver-pbo.sh) S 24724 24726 23788 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279202371 9367552 275 33554432000 4194304 5064252 140733587265584 140733587264496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24726/statm: 2287 275 233 213 0 72 0
[pid=24727] ppid=24726 vsize=396096 CPUtime=1334.37 cores=0,2,4,6
/proc/24727/stat : 24727 (npSolver-pbo) S 24726 24726 23788 0 -1 4202496 45662 249162 0 0 749 506 132013 169 20 0 1 0 279202372 405602304 71360 33554432000 4194304 5992684 140734039422112 140734039414432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24727/statm: 99024 71360 183 440 0 98580 0
[pid=25143] ppid=24727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25143/stat : 25143 (satsolver.sh) S 24727 24726 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279335889 9367552 267 33554432000 4194304 5064252 140735943010080 140735943008992 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25143/statm: 2287 267 226 213 0 72 0
[pid=25144] ppid=25143 vsize=507328 CPUtime=465.64 cores=0,2,4,6
/proc/25144/stat : 25144 (glucose) R 25143 24726 23788 0 -1 4202496 73370 0 0 0 46544 20 0 0 20 0 1 0 279335889 519503872 111510 33554432000 4194304 5208918 140734451072880 140734451069256 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25144/statm: 126832 111510 105 248 0 126581 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 921720

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 24726 and gives
#  childrusage.ru_utime.tv_sec=1327
#  childrusage.ru_utime.tv_usec=633169
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=770970
# CPU time returned by wait4() is 1334.4
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.92
CPU time (s): 1800.01
CPU user time (s): 1793.06
CPU system time (s): 6.95
CPU usage (%): 99.9495
Max. virtual memory (cumulated for all children) (KiB): 1443572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1327.63
system time used= 6.77097
maximum resident set size= 1046484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295802
page faults= 0
swaps= 0
block input operations= 0
block output operations= 985728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2995
involuntary context switches= 1550

runsolver used 4.65429 second user time and 11.4333 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 16:59:29
IDJOB=3700899
IDBENCH=92619
IDSOLVER=2277
FILE ID=node127/3700899-1338130768
RUNJOBID= node127-1338121714-23804
PBS_JOBID= 14624481
Free space on /tmp= 70820 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_50null20mast_rapportOE2.0_TMAX15_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700899-1338130768/watcher-3700899-1338130768 -o /tmp/evaluation-result-3700899-1338130768/solver-3700899-1338130768 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700899-1338130768.opb 1384144066 HOME HOME

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

MD5SUM BENCH= 4d2c57def56fd670f2b4aabd3843e594
RANDOM SEED=1384144066

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:        26726412 kB
Buffers:          394588 kB
Cached:          3748488 kB
SwapCached:            0 kB
Active:          2639628 kB
Inactive:        2656792 kB
Active(anon):    1155476 kB
Inactive(anon):        0 kB
Active(file):    1484152 kB
Inactive(file):  2656792 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             36736 kB
Writeback:             0 kB
AnonPages:       1168092 kB
Mapped:            15520 kB
Shmem:               200 kB
Slab:             701136 kB
SReclaimable:     144312 kB
SUnreclaim:       556824 kB
KernelStack:        1480 kB
PageTables:         6624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1440000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    921600 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= 70732 MiB
End job on node127 at 2012-05-27 17:29:30