Trace number 3750838

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 (fixed)? (TO) 1800.03 1800.92

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_20null10mast_rapportOE2.0_TMAX180_K67_cod2.opb
MD5SUM27c4cd1b0a50f71c46e26d24b1ec8806
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-22783
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 389
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 231641
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 231641
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.95	c run usual solver
8.27/8.32	c model valid
8.27/8.32	c current solution ok
9.15/9.74	o -8897
9.15/9.74	c current bound: 111372
9.15/9.74	c fallback to adder encoding
1800.03/1800.91	c error: unexpected solver exit code
1800.03/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-3750838-1339172506/watcher-3750838-1339172506 -o /tmp/evaluation-result-3750838-1339172506/solver-3750838-1339172506 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750838-1339172506.opb 1226752747 HOME HOME 

running on 4 cores: 1,3,5,7

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 1.97 1/172 24895
/proc/meminfo: memFree=31888628/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0

[startup+0.074368 s]
/proc/loadavg: 2.00 2.00 1.97 1/172 24895
/proc/meminfo: memFree=31888628/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10027 s]
/proc/loadavg: 2.00 2.00 1.97 1/172 24895
/proc/meminfo: memFree=31888628/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300307 s]
/proc/loadavg: 2.00 2.00 1.97 1/172 24895
/proc/meminfo: memFree=31888628/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700313 s]
/proc/loadavg: 2.00 2.00 1.97 1/172 24895
/proc/meminfo: memFree=31888628/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 2.00 2.00 1.97 3/182 24914
/proc/meminfo: memFree=31658732/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=59840 CPUtime=0.94 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 16850 0 0 0 86 8 0 0 20 0 1 0 383375702 61276160 13465 33554432000 4194304 6004724 140737297070416 140737297064464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24896/statm: 14960 13465 163 442 0 14514 0
[pid=24913] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24913/stat : 24913 (cp2_pre.sh) S 24896 24895 24582 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383375797 9367552 277 33554432000 4194304 5064252 140736893195872 140736893194576 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24913/statm: 2287 277 234 213 0 72 0
[pid=24914] ppid=24913 vsize=114568 CPUtime=0.53 cores=1,3,5,7
/proc/24914/stat : 24914 (coprocessor) R 24913 24895 24582 0 -1 4202496 18876 0 0 0 48 5 0 0 20 0 1 0 383375798 117317632 25800 33554432000 4194304 6586260 140736061038848 140736893194600 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/24914/statm: 28642 25800 166 584 0 28054 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 192704

[startup+3.10045 s]
/proc/loadavg: 2.00 2.00 1.97 3/182 24914
/proc/meminfo: memFree=31456744/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=59840 CPUtime=0.94 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 16850 0 0 0 86 8 0 0 20 0 1 0 383375702 61276160 13465 33554432000 4194304 6004724 140737297070416 140737297064464 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24896/statm: 14960 13465 163 442 0 14514 0
[pid=24913] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24913/stat : 24913 (cp2_pre.sh) S 24896 24895 24582 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383375797 9367552 277 33554432000 4194304 5064252 140736893195872 140736893194576 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24913/statm: 2287 277 234 213 0 72 0
[pid=24914] ppid=24913 vsize=171564 CPUtime=2.13 cores=1,3,5,7
/proc/24914/stat : 24914 (coprocessor) R 24913 24895 24582 0 -1 4202496 31030 0 0 0 206 7 0 0 20 0 1 0 383375798 175681536 41531 33554432000 4194304 6586260 140736061038848 140736061034872 4406620 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/24914/statm: 42891 41531 200 584 0 42303 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 249700

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 1.97 3/184 24919
/proc/meminfo: memFree=31146852/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=59840 CPUtime=3.84 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 16857 32523 0 0 86 8 268 22 20 0 1 0 383375702 61276160 13465 33554432000 4194304 6004724 140737297070416 140737297065552 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24896/statm: 14960 13465 163 442 0 14514 0
[pid=24918] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24918/stat : 24918 (satsolver.sh) S 24896 24895 24582 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383376088 9367552 266 33554432000 4194304 5064252 140736822042320 140736822041232 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24918/statm: 2287 266 226 213 0 72 0
[pid=24919] ppid=24918 vsize=62728 CPUtime=2.42 cores=1,3,5,7
/proc/24919/stat : 24919 (glucose) R 24918 24895 24582 0 -1 4202496 13827 0 0 0 240 2 0 0 20 0 1 0 383376088 64233472 14161 33554432000 4194304 5208918 140736035311200 140736035308872 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24919/statm: 15682 14161 95 248 0 15431 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 140864

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 1.98 3/184 24926
/proc/meminfo: memFree=30852824/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=63940 CPUtime=9.22 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 19903 52129 0 0 119 75 698 30 20 0 1 0 383375702 65474560 14070 33554432000 4194304 6004724 140737297070416 140737297062768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24896/statm: 15985 14070 175 442 0 15539 0
[pid=24925] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24925/stat : 24925 (satsolver.sh) S 24896 24895 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383376680 9367552 267 33554432000 4194304 5064252 140734470154672 140734470153584 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24925/statm: 2287 267 226 213 0 72 0
[pid=24926] ppid=24925 vsize=73352 CPUtime=2.9 cores=1,3,5,7
/proc/24926/stat : 24926 (glucose) R 24925 24895 24582 0 -1 4202496 14351 0 0 0 288 2 0 0 20 0 1 0 383376681 75112448 16228 33554432000 4194304 5208918 140735208045248 140735208043000 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24926/statm: 18338 16228 104 248 0 18087 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 155588

[startup+25.5004 s]
/proc/loadavg: 2.13 2.03 1.98 3/184 24936
/proc/meminfo: memFree=30583152/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=63940 CPUtime=9.22 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 19903 52129 0 0 119 75 698 30 20 0 1 0 383375702 65474560 14070 33554432000 4194304 6004724 140737297070416 140737297062768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24896/statm: 15985 14070 175 442 0 15539 0
[pid=24925] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24925/stat : 24925 (satsolver.sh) S 24896 24895 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383376680 9367552 267 33554432000 4194304 5064252 140734470154672 140734470153584 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24925/statm: 2287 267 226 213 0 72 0
[pid=24926] ppid=24925 vsize=125152 CPUtime=15.7 cores=1,3,5,7
/proc/24926/stat : 24926 (glucose) R 24925 24895 24582 0 -1 4202496 16652 0 0 0 1565 5 0 0 20 0 1 0 383376681 128155648 27118 33554432000 4194304 5208918 140735208045248 140735208040936 4229347 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24926/statm: 31288 27118 105 248 0 31037 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 207388

[startup+51.1005 s]
/proc/loadavg: 2.09 2.03 1.98 3/184 24936
/proc/meminfo: memFree=30580352/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=63940 CPUtime=9.22 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 19903 52129 0 0 119 75 698 30 20 0 1 0 383375702 65474560 14070 33554432000 4194304 6004724 140737297070416 140737297062768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24896/statm: 15985 14070 175 442 0 15539 0
[pid=24925] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24925/stat : 24925 (satsolver.sh) S 24896 24895 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383376680 9367552 267 33554432000 4194304 5064252 140734470154672 140734470153584 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24925/statm: 2287 267 226 213 0 72 0
[pid=24926] ppid=24925 vsize=125148 CPUtime=41.29 cores=1,3,5,7
/proc/24926/stat : 24926 (glucose) R 24925 24895 24582 0 -1 4202496 17255 0 0 0 4124 5 0 0 20 0 1 0 383376681 128151552 24614 33554432000 4194304 5208918 140735208045248 140735208041624 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24926/statm: 31287 24614 105 248 0 31036 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 207384

[startup+102.307 s]
/proc/loadavg: 2.10 2.04 1.99 3/183 24936
/proc/meminfo: memFree=30547724/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=63940 CPUtime=9.22 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 19903 52129 0 0 119 75 698 30 20 0 1 0 383375702 65474560 14070 33554432000 4194304 6004724 140737297070416 140737297062768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24896/statm: 15985 14070 175 442 0 15539 0
[pid=24925] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24925/stat : 24925 (satsolver.sh) S 24896 24895 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383376680 9367552 267 33554432000 4194304 5064252 140734470154672 140734470153584 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24925/statm: 2287 267 226 213 0 72 0
[pid=24926] ppid=24925 vsize=125148 CPUtime=92.5 cores=1,3,5,7
/proc/24926/stat : 24926 (glucose) R 24925 24895 24582 0 -1 4202496 18229 0 0 0 9241 9 0 0 20 0 1 0 383376681 128151552 29604 33554432000 4194304 5208918 140735208045248 140735208041016 4229738 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24926/statm: 31287 29604 105 248 0 31036 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 207384

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 1.99 3/183 24936
/proc/meminfo: memFree=30500000/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=63940 CPUtime=9.22 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 19903 52129 0 0 119 75 698 30 20 0 1 0 383375702 65474560 14070 33554432000 4194304 6004724 140737297070416 140737297062768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24896/statm: 15985 14070 175 442 0 15539 0
[pid=24925] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/24926/stat : 24926 (glucose) R 24925 24895 24582 0 -1 4202496 60119 0 0 0 141117 110 0 0 20 0 1 0 383376681 210214912 45868 33554432000 4194304 5208918 140735208045248 140735208043400 4229456 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24926/statm: 51322 45868 105 248 0 51071 0
Current children cumulated CPU time (s) 1421.49
Current children cumulated vsize (KiB) 287524

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 24948
/proc/meminfo: memFree=30429792/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=63940 CPUtime=9.22 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 19903 52129 0 0 119 75 698 30 20 0 1 0 383375702 65474560 14070 33554432000 4194304 6004724 140737297070416 140737297062768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24896/statm: 15985 14070 175 442 0 15539 0
[pid=24925] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24925/stat : 24925 (satsolver.sh) S 24896 24895 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383376680 9367552 267 33554432000 4194304 5064252 140734470154672 140734470153584 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24925/statm: 2287 267 226 213 0 72 0
[pid=24926] ppid=24925 vsize=205288 CPUtime=1472.26 cores=1,3,5,7
/proc/24926/stat : 24926 (glucose) R 24925 24895 24582 0 -1 4202496 61756 0 0 0 147113 113 0 0 20 0 1 0 383376681 210214912 44844 33554432000 4194304 5208918 140735208045248 140735208043400 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24926/statm: 51322 44844 105 248 0 51071 0
Current children cumulated CPU time (s) 1481.48
Current children cumulated vsize (KiB) 287524

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 24948
/proc/meminfo: memFree=30438220/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=63940 CPUtime=9.22 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 19903 52129 0 0 119 75 698 30 20 0 1 0 383375702 65474560 14070 33554432000 4194304 6004724 140737297070416 140737297062768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24896/statm: 15985 14070 175 442 0 15539 0
[pid=24925] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24925/stat : 24925 (satsolver.sh) S 24896 24895 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383376680 9367552 267 33554432000 4194304 5064252 140734470154672 140734470153584 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24925/statm: 2287 267 226 213 0 72 0
[pid=24926] ppid=24925 vsize=205288 CPUtime=1532.24 cores=1,3,5,7
/proc/24926/stat : 24926 (glucose) R 24925 24895 24582 0 -1 4202496 63404 0 0 0 153108 116 0 0 20 0 1 0 383376681 210214912 42796 33554432000 4194304 5208918 140735208045248 140735208043400 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24926/statm: 51322 42796 105 248 0 51071 0
Current children cumulated CPU time (s) 1541.46
Current children cumulated vsize (KiB) 287524

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 24948
/proc/meminfo: memFree=30372380/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=63940 CPUtime=9.22 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 19903 52129 0 0 119 75 698 30 20 0 1 0 383375702 65474560 14070 33554432000 4194304 6004724 140737297070416 140737297062768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24896/statm: 15985 14070 175 442 0 15539 0
[pid=24925] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24925/stat : 24925 (satsolver.sh) S 24896 24895 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383376680 9367552 267 33554432000 4194304 5064252 140734470154672 140734470153584 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24925/statm: 2287 267 226 213 0 72 0
[pid=24926] ppid=24925 vsize=255376 CPUtime=1592.24 cores=1,3,5,7
/proc/24926/stat : 24926 (glucose) R 24925 24895 24582 0 -1 4202496 64257 0 0 0 159106 118 0 0 20 0 1 0 383376681 261505024 57433 33554432000 4194304 5208918 140735208045248 140735208041624 4229538 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24926/statm: 63844 57433 105 248 0 63593 0
Current children cumulated CPU time (s) 1601.46
Current children cumulated vsize (KiB) 337612

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 24948
/proc/meminfo: memFree=30368208/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=63940 CPUtime=9.22 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 19903 52129 0 0 119 75 698 30 20 0 1 0 383375702 65474560 14070 33554432000 4194304 6004724 140737297070416 140737297062768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24896/statm: 15985 14070 175 442 0 15539 0
[pid=24925] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24925/stat : 24925 (satsolver.sh) S 24896 24895 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383376680 9367552 267 33554432000 4194304 5064252 140734470154672 140734470153584 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24925/statm: 2287 267 226 213 0 72 0
[pid=24926] ppid=24925 vsize=255376 CPUtime=1652.23 cores=1,3,5,7
/proc/24926/stat : 24926 (glucose) R 24925 24895 24582 0 -1 4202496 65322 0 0 0 165101 122 0 0 20 0 1 0 383376681 261505024 55343 33554432000 4194304 5208918 140735208045248 140735208041624 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24926/statm: 63844 55343 105 248 0 63593 0
Current children cumulated CPU time (s) 1661.45
Current children cumulated vsize (KiB) 337612

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 24952
/proc/meminfo: memFree=30366644/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=63940 CPUtime=9.22 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 19903 52129 0 0 119 75 698 30 20 0 1 0 383375702 65474560 14070 33554432000 4194304 6004724 140737297070416 140737297062768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24896/statm: 15985 14070 175 442 0 15539 0
[pid=24925] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24925/stat : 24925 (satsolver.sh) S 24896 24895 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383376680 9367552 267 33554432000 4194304 5064252 140734470154672 140734470153584 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24925/statm: 2287 267 226 213 0 72 0
[pid=24926] ppid=24925 vsize=255376 CPUtime=1712.22 cores=1,3,5,7
/proc/24926/stat : 24926 (glucose) R 24925 24895 24582 0 -1 4202496 66387 0 0 0 171097 125 0 0 20 0 1 0 383376681 261505024 53295 33554432000 4194304 5208918 140735208045248 140735208043400 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24926/statm: 63844 53295 105 248 0 63593 0
Current children cumulated CPU time (s) 1721.44
Current children cumulated vsize (KiB) 337612

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 24952
/proc/meminfo: memFree=30408084/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=63940 CPUtime=9.22 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 19903 52129 0 0 119 75 698 30 20 0 1 0 383375702 65474560 14070 33554432000 4194304 6004724 140737297070416 140737297062768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24896/statm: 15985 14070 175 442 0 15539 0
[pid=24925] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24925/stat : 24925 (satsolver.sh) S 24896 24895 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383376680 9367552 267 33554432000 4194304 5064252 140734470154672 140734470153584 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24925/statm: 2287 267 226 213 0 72 0
[pid=24926] ppid=24925 vsize=255376 CPUtime=1772.21 cores=1,3,5,7
/proc/24926/stat : 24926 (glucose) R 24925 24895 24582 0 -1 4202496 67325 0 0 0 177092 129 0 0 20 0 1 0 383376681 261505024 50093 33554432000 4194304 5208918 140735208045248 140735208043400 4229469 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24926/statm: 63844 50093 105 248 0 63593 0
Current children cumulated CPU time (s) 1781.43
Current children cumulated vsize (KiB) 337612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24952
/proc/meminfo: memFree=30387232/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=63940 CPUtime=9.22 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 19903 52129 0 0 119 75 698 30 20 0 1 0 383375702 65474560 14070 33554432000 4194304 6004724 140737297070416 140737297062768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24896/statm: 15985 14070 175 442 0 15539 0
[pid=24925] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24925/stat : 24925 (satsolver.sh) S 24896 24895 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383376680 9367552 267 33554432000 4194304 5064252 140734470154672 140734470153584 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24925/statm: 2287 267 226 213 0 72 0
[pid=24926] ppid=24925 vsize=255376 CPUtime=1790.81 cores=1,3,5,7
/proc/24926/stat : 24926 (glucose) R 24925 24895 24582 0 -1 4202496 67466 0 0 0 178952 129 0 0 20 0 1 0 383376681 261505024 54319 33554432000 4194304 5208918 140735208045248 140735208043400 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24926/statm: 63844 54319 105 248 0 63593 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 337612

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24952
/proc/meminfo: memFree=30387232/32873844 swapFree=7124/7124
[pid=24895] ppid=24893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24895/stat : 24895 (npSolver-pbo.sh) S 24893 24895 24582 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383375702 9367552 275 33554432000 4194304 5064252 140734993780832 140734993779744 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24895/statm: 2287 275 233 213 0 72 0
[pid=24896] ppid=24895 vsize=63940 CPUtime=9.22 cores=1,3,5,7
/proc/24896/stat : 24896 (npSolver-pbo) S 24895 24895 24582 0 -1 4202496 19903 52129 0 0 119 75 698 30 20 0 1 0 383375702 65474560 14070 33554432000 4194304 6004724 140737297070416 140737297062768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24896/statm: 15985 14070 175 442 0 15539 0
[pid=24925] ppid=24896 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24925/stat : 24925 (satsolver.sh) S 24896 24895 24582 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383376680 9367552 267 33554432000 4194304 5064252 140734470154672 140734470153584 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24925/statm: 2287 267 226 213 0 72 0
[pid=24926] ppid=24925 vsize=255376 CPUtime=1790.81 cores=1,3,5,7
/proc/24926/stat : 24926 (glucose) R 24925 24895 24582 0 -1 4202496 67466 0 0 0 178952 129 0 0 20 0 1 0 383376681 261505024 54319 33554432000 4194304 5208918 140735208045248 140735208043400 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24926/statm: 63844 54319 105 248 0 63593 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 337612

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24895 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=181756
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=65837
# CPU time returned by wait4() is 9.24759
# while last known CPU time is 1800.03
#
# 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.03
CPU user time (s): 1797.69
CPU system time (s): 2.34
CPU usage (%): 99.9509
Max. virtual memory (cumulated for all children) (KiB): 417752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.18176
system time used= 1.06584
maximum resident set size= 170516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73007
page faults= 0
swaps= 0
block input operations= 0
block output operations= 130104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356
involuntary context switches= 31

runsolver used 4.02339 second user time and 8.89965 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-08 18:21:46
IDJOB=3750838
IDBENCH=90460
IDSOLVER=2334
FILE ID=node138/3750838-1339172506
RUNJOBID= node138-1339168899-24599
PBS_JOBID= 14643811
Free space on /tmp= 70628 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_20null10mast_rapportOE2.0_TMAX180_K67_cod2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750838-1339172506/watcher-3750838-1339172506 -o /tmp/evaluation-result-3750838-1339172506/solver-3750838-1339172506 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750838-1339172506.opb 1226752747 HOME HOME

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

MD5SUM BENCH= 27c4cd1b0a50f71c46e26d24b1ec8806
RANDOM SEED=1226752747

node138.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		: 2667.347
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	: 5334.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		: 2667.347
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		: 2667.347
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		: 2667.347
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		: 2667.347
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		: 2667.347
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		: 2667.347
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.92
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		: 2667.347
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:        31848716 kB
Buffers:           89428 kB
Cached:           100500 kB
SwapCached:        17304 kB
Active:           111808 kB
Inactive:          96928 kB
Active(anon):       3388 kB
Inactive(anon):    17892 kB
Active(file):     108420 kB
Inactive(file):    79036 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67083708 kB
Dirty:             49100 kB
Writeback:             0 kB
AnonPages:          9816 kB
Mapped:             8452 kB
Shmem:                 0 kB
Slab:             677084 kB
SReclaimable:     116884 kB
SUnreclaim:       560200 kB
KernelStack:        1456 kB
PageTables:         4112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104688 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

Free space on /tmp at the end= 70400 MiB
End job on node138 at 2012-06-08 18:51:47