Trace number 3750822

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.04 1800.82

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX120_K67_cod1.opb
MD5SUMe37abd09799c9d30512407c4e00f4218
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-536
Best CPU time to get the best result obtained on this benchmark1798.31
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 105402
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 105402
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.98/2.09	c run usual solver
90.66/90.78	c model valid
90.66/90.78	c current solution ok
93.56/93.67	o -62
93.56/93.67	c current bound: 52670
93.56/93.67	c fallback to adder encoding
1800.04/1800.81	c error: unexpected solver exit code
1800.04/1800.81	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-3750822-1339173710/watcher-3750822-1339173710 -o /tmp/evaluation-result-3750822-1339173710/solver-3750822-1339173710 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750822-1339173710.opb 1015799331 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.02 2.04 2.03 3/179 1099
/proc/meminfo: memFree=22461164/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0

[startup+0.05763 s]
/proc/loadavg: 2.02 2.04 2.03 3/179 1099
/proc/meminfo: memFree=22461164/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100306 s]
/proc/loadavg: 2.02 2.04 2.03 3/179 1099
/proc/meminfo: memFree=22461164/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.3003 s]
/proc/loadavg: 2.02 2.04 2.03 3/179 1099
/proc/meminfo: memFree=22461164/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700301 s]
/proc/loadavg: 2.02 2.04 2.03 3/179 1099
/proc/meminfo: memFree=22461164/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.02 2.04 2.03 3/181 1101
/proc/meminfo: memFree=22317836/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=238952 CPUtime=1.49 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) R 1099 1099 699 0 -1 4202496 22102 0 0 0 143 6 0 0 20 0 1 0 383495106 244686848 44573 33554432000 4194304 6004724 140735033081536 140735033075816 4534738 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1100/statm: 59738 44573 153 442 0 59292 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 248100

[startup+3.10034 s]
/proc/loadavg: 2.02 2.04 2.03 3/181 1101
/proc/meminfo: memFree=22220772/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=167792 CPUtime=2.11 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) S 1099 1099 699 0 -1 4202496 22688 0 0 0 186 25 0 0 20 0 1 0 383495106 171819008 34139 33554432000 4194304 6004724 140735033081536 140735033075584 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/1100/statm: 41948 34139 162 442 0 41502 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 176940
heavy processes:

[startup+6.30044 s]
/proc/loadavg: 2.02 2.04 2.03 3/183 1103
/proc/meminfo: memFree=21785196/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=167792 CPUtime=2.11 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) S 1099 1099 699 0 -1 4202496 22688 0 0 0 186 25 0 0 20 0 1 0 383495106 171819008 34139 33554432000 4194304 6004724 140735033081536 140735033075584 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/1100/statm: 41948 34139 162 442 0 41502 0
[pid=1102] ppid=1100 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1102/stat : 1102 (cp2_pre.sh) S 1100 1099 699 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383495320 9367552 276 33554432000 4194304 5064252 140735330534240 140735330532944 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1102/statm: 2287 276 234 213 0 72 0
[pid=1103] ppid=1102 vsize=487204 CPUtime=4.15 cores=1,3,5,7
/proc/1103/stat : 1103 (coprocessor) R 1102 1099 699 0 -1 4202496 52049 0 0 0 401 14 0 0 20 0 1 0 383495320 498896896 118825 33554432000 4194304 6586260 140733433980224 140733433976376 4754004 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/1103/statm: 121801 118825 182 584 0 121213 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 673292

[startup+12.7005 s]
/proc/loadavg: 2.09 2.06 2.03 3/183 1106
/proc/meminfo: memFree=22103604/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=167792 CPUtime=9.71 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) S 1099 1099 699 0 -1 4202496 22695 60641 0 0 186 25 729 31 20 0 1 0 383495106 171819008 34139 33554432000 4194304 6004724 140735033081536 140735033076672 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/1100/statm: 41948 34139 162 442 0 41502 0
[pid=1105] ppid=1100 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1105/stat : 1105 (satsolver.sh) S 1100 1099 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383496081 9367552 267 33554432000 4194304 5064252 140733777610960 140733777609872 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1105/statm: 2287 267 226 213 0 72 0
[pid=1106] ppid=1105 vsize=203108 CPUtime=2.94 cores=1,3,5,7
/proc/1106/stat : 1106 (glucose) R 1105 1099 699 0 -1 4202496 36751 0 0 0 287 7 0 0 20 0 1 0 383496081 207982592 44781 33554432000 4194304 5208918 140734110500976 140734110498648 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1106/statm: 50777 44781 95 248 0 50526 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 389196

[startup+25.5005 s]
/proc/loadavg: 2.07 2.05 2.03 3/183 1106
/proc/meminfo: memFree=22106224/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=167792 CPUtime=9.71 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) S 1099 1099 699 0 -1 4202496 22695 60641 0 0 186 25 729 31 20 0 1 0 383495106 171819008 34139 33554432000 4194304 6004724 140735033081536 140735033076672 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/1100/statm: 41948 34139 162 442 0 41502 0
[pid=1105] ppid=1100 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1105/stat : 1105 (satsolver.sh) S 1100 1099 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383496081 9367552 267 33554432000 4194304 5064252 140733777610960 140733777609872 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1105/statm: 2287 267 226 213 0 72 0
[pid=1106] ppid=1105 vsize=203108 CPUtime=15.74 cores=1,3,5,7
/proc/1106/stat : 1106 (glucose) R 1105 1099 699 0 -1 4202496 36756 0 0 0 1567 7 0 0 20 0 1 0 383496081 207982592 44786 33554432000 4194304 5208918 140734110500976 140734110498648 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1106/statm: 50777 44786 95 248 0 50526 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 389196

[startup+51.1004 s]
/proc/loadavg: 2.05 2.05 2.03 3/183 1106
/proc/meminfo: memFree=22104300/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=167792 CPUtime=9.71 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) S 1099 1099 699 0 -1 4202496 22695 60641 0 0 186 25 729 31 20 0 1 0 383495106 171819008 34139 33554432000 4194304 6004724 140735033081536 140735033076672 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/1100/statm: 41948 34139 162 442 0 41502 0
[pid=1105] ppid=1100 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1105/stat : 1105 (satsolver.sh) S 1100 1099 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383496081 9367552 267 33554432000 4194304 5064252 140733777610960 140733777609872 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1105/statm: 2287 267 226 213 0 72 0
[pid=1106] ppid=1105 vsize=203108 CPUtime=41.34 cores=1,3,5,7
/proc/1106/stat : 1106 (glucose) R 1105 1099 699 0 -1 4202496 36765 0 0 0 4127 7 0 0 20 0 1 0 383496081 207982592 44795 33554432000 4194304 5208918 140734110500976 140734110498648 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1106/statm: 50777 44795 95 248 0 50526 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 389196

[startup+102.307 s]
/proc/loadavg: 2.09 2.06 2.03 3/183 1113
/proc/meminfo: memFree=21297740/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=438260 CPUtime=96.45 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) S 1099 1099 699 0 -1 4202496 35063 105269 0 0 498 292 8805 50 20 0 1 0 383495106 448778240 82514 33554432000 4194304 6004724 140735033081536 140735033073888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 41 0 0
/proc/1100/statm: 109565 82514 175 442 0 109119 0
[pid=1112] ppid=1100 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1112/stat : 1112 (satsolver.sh) S 1100 1099 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383504796 9367552 267 33554432000 4194304 5064252 140735874447664 140735874446576 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1112/statm: 2287 267 226 213 0 72 0
[pid=1113] ppid=1112 vsize=625876 CPUtime=5.39 cores=1,3,5,7
/proc/1113/stat : 1113 (glucose) R 1112 1099 699 0 -1 4202496 91378 0 0 0 513 26 0 0 20 0 1 0 383504797 640897024 139029 33554432000 4194304 5208918 140734892799072 140734892796744 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1113/statm: 156469 139029 103 248 0 156218 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 1082432

[startup+162.3 s]
/proc/loadavg: 2.03 2.04 2.02 3/183 1113
/proc/meminfo: memFree=21296804/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=438260 CPUtime=96.45 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) S 1099 1099 699 0 -1 4202496 35063 105269 0 0 498 292 8805 50 20 0 1 0 383495106 448778240 82514 33554432000 4194304 6004724 140735033081536 140735033073888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 41 0 0
/proc/1100/statm: 109565 82514 175 442 0 109119 0
[pid=1112] ppid=1100 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1112/stat : 1112 (satsolver.sh) S 1100 1099 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383504796 9367552 267 33554432000 4194304 5064252 140735874447664 140735874446576 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1112/statm: 2287 267 226 213 0 72 0
[pid=1113] ppid=1112 vsize=634992 CPUtime=65.37 cores=1,3,5,7
/proc/1113/stat : 1113 (glucose) R 1112 1099 699 0 -1 4202496 92239 0 0 0 6511 26 0 0 20 0 1 0 383504797 650231808 140401 33554432000 4194304 5208918 140734892799072 140734892796904 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1113/statm: 158748 140401 104 248 0 158497 0
Current children cumulated CPU time (s) 161.82
Current children cumulated vsize (KiB) 1091548

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.02 3/183 1113
/proc/meminfo: memFree=21294712/32873648 swapFree=7376/7376

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

/proc/1113/stat : 1113 (glucose) R 1112 1099 699 0 -1 4202496 94877 0 0 0 126486 29 0 0 20 0 1 0 383504797 662118400 146720 33554432000 4194304 5208918 140734892799072 140734892797160 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1113/statm: 161650 146720 104 248 0 161399 0
Current children cumulated CPU time (s) 1361.6
Current children cumulated vsize (KiB) 1103156

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1146
/proc/meminfo: memFree=21263212/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=438260 CPUtime=96.45 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) S 1099 1099 699 0 -1 4202496 35063 105269 0 0 498 292 8805 50 20 0 1 0 383495106 448778240 82514 33554432000 4194304 6004724 140735033081536 140735033073888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 41 0 0
/proc/1100/statm: 109565 82514 175 442 0 109119 0
[pid=1112] ppid=1100 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1112/stat : 1112 (satsolver.sh) S 1100 1099 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383504796 9367552 267 33554432000 4194304 5064252 140735874447664 140735874446576 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1112/statm: 2287 267 226 213 0 72 0
[pid=1113] ppid=1112 vsize=646600 CPUtime=1325.15 cores=1,3,5,7
/proc/1113/stat : 1113 (glucose) R 1112 1099 699 0 -1 4202496 94878 0 0 0 132486 29 0 0 20 0 1 0 383504797 662118400 147232 33554432000 4194304 5208918 140734892799072 140734892795448 4228952 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1113/statm: 161650 147232 104 248 0 161399 0
Current children cumulated CPU time (s) 1421.6
Current children cumulated vsize (KiB) 1103156

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1146
/proc/meminfo: memFree=21259252/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=438260 CPUtime=96.45 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) S 1099 1099 699 0 -1 4202496 35063 105269 0 0 498 292 8805 50 20 0 1 0 383495106 448778240 82514 33554432000 4194304 6004724 140735033081536 140735033073888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 41 0 0
/proc/1100/statm: 109565 82514 175 442 0 109119 0
[pid=1112] ppid=1100 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1112/stat : 1112 (satsolver.sh) S 1100 1099 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383504796 9367552 267 33554432000 4194304 5064252 140735874447664 140735874446576 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1112/statm: 2287 267 226 213 0 72 0
[pid=1113] ppid=1112 vsize=646600 CPUtime=1385.13 cores=1,3,5,7
/proc/1113/stat : 1113 (glucose) R 1112 1099 699 0 -1 4202496 94880 0 0 0 138484 29 0 0 20 0 1 0 383504797 662118400 148256 33554432000 4194304 5208918 140734892799072 140734892795448 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1113/statm: 161650 148256 104 248 0 161399 0
Current children cumulated CPU time (s) 1481.58
Current children cumulated vsize (KiB) 1103156

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1147
/proc/meminfo: memFree=21257208/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=438260 CPUtime=96.45 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) S 1099 1099 699 0 -1 4202496 35063 105269 0 0 498 292 8805 50 20 0 1 0 383495106 448778240 82514 33554432000 4194304 6004724 140735033081536 140735033073888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 41 0 0
/proc/1100/statm: 109565 82514 175 442 0 109119 0
[pid=1112] ppid=1100 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1112/stat : 1112 (satsolver.sh) S 1100 1099 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383504796 9367552 267 33554432000 4194304 5064252 140735874447664 140735874446576 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1112/statm: 2287 267 226 213 0 72 0
[pid=1113] ppid=1112 vsize=646600 CPUtime=1445.12 cores=1,3,5,7
/proc/1113/stat : 1113 (glucose) R 1112 1099 699 0 -1 4202496 94881 0 0 0 144483 29 0 0 20 0 1 0 383504797 662118400 148768 33554432000 4194304 5208918 140734892799072 140734892795448 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1113/statm: 161650 148768 104 248 0 161399 0
Current children cumulated CPU time (s) 1541.57
Current children cumulated vsize (KiB) 1103156

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1147
/proc/meminfo: memFree=21253116/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=438260 CPUtime=96.45 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) S 1099 1099 699 0 -1 4202496 35063 105269 0 0 498 292 8805 50 20 0 1 0 383495106 448778240 82514 33554432000 4194304 6004724 140735033081536 140735033073888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 41 0 0
/proc/1100/statm: 109565 82514 175 442 0 109119 0
[pid=1112] ppid=1100 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1112/stat : 1112 (satsolver.sh) S 1100 1099 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383504796 9367552 267 33554432000 4194304 5064252 140735874447664 140735874446576 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1112/statm: 2287 267 226 213 0 72 0
[pid=1113] ppid=1112 vsize=646600 CPUtime=1505.11 cores=1,3,5,7
/proc/1113/stat : 1113 (glucose) R 1112 1099 699 0 -1 4202496 94883 0 0 0 150482 29 0 0 20 0 1 0 383504797 662118400 149792 33554432000 4194304 5208918 140734892799072 140734892795448 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1113/statm: 161650 149792 104 248 0 161399 0
Current children cumulated CPU time (s) 1601.56
Current children cumulated vsize (KiB) 1103156

[startup+1662.3 s]
/proc/loadavg: 2.28 2.06 2.02 3/183 1189
/proc/meminfo: memFree=17054680/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=438260 CPUtime=96.45 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) S 1099 1099 699 0 -1 4202496 35063 105269 0 0 498 292 8805 50 20 0 1 0 383495106 448778240 82514 33554432000 4194304 6004724 140735033081536 140735033073888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 41 0 0
/proc/1100/statm: 109565 82514 175 442 0 109119 0
[pid=1112] ppid=1100 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1112/stat : 1112 (satsolver.sh) S 1100 1099 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383504796 9367552 267 33554432000 4194304 5064252 140735874447664 140735874446576 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1112/statm: 2287 267 226 213 0 72 0
[pid=1113] ppid=1112 vsize=646600 CPUtime=1565.1 cores=1,3,5,7
/proc/1113/stat : 1113 (glucose) R 1112 1099 699 0 -1 4202496 94885 0 0 0 156481 29 0 0 20 0 1 0 383504797 662118400 150816 33554432000 4194304 5208918 140734892799072 140734892795448 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1113/statm: 161650 150816 104 248 0 161399 0
Current children cumulated CPU time (s) 1661.55
Current children cumulated vsize (KiB) 1103156

[startup+1722.3 s]
/proc/loadavg: 2.80 2.26 2.09 3/184 1195
/proc/meminfo: memFree=17890192/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=438260 CPUtime=96.45 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) S 1099 1099 699 0 -1 4202496 35063 105269 0 0 498 292 8805 50 20 0 1 0 383495106 448778240 82514 33554432000 4194304 6004724 140735033081536 140735033073888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 41 0 0
/proc/1100/statm: 109565 82514 175 442 0 109119 0
[pid=1112] ppid=1100 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1112/stat : 1112 (satsolver.sh) S 1100 1099 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383504796 9367552 267 33554432000 4194304 5064252 140735874447664 140735874446576 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1112/statm: 2287 267 226 213 0 72 0
[pid=1113] ppid=1112 vsize=733428 CPUtime=1625.1 cores=1,3,5,7
/proc/1113/stat : 1113 (glucose) R 1112 1099 699 0 -1 4202496 96853 0 0 0 162479 31 0 0 20 0 1 0 383504797 751030272 153273 33554432000 4194304 5208918 140734892799072 140734892795448 4211888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1113/statm: 183357 153273 104 248 0 183106 0
Current children cumulated CPU time (s) 1721.55
Current children cumulated vsize (KiB) 1189984

[startup+1782.3 s]
/proc/loadavg: 2.37 2.24 2.09 3/183 1195
/proc/meminfo: memFree=16352636/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=438260 CPUtime=96.45 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) S 1099 1099 699 0 -1 4202496 35063 105269 0 0 498 292 8805 50 20 0 1 0 383495106 448778240 82514 33554432000 4194304 6004724 140735033081536 140735033073888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 41 0 0
/proc/1100/statm: 109565 82514 175 442 0 109119 0
[pid=1112] ppid=1100 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1112/stat : 1112 (satsolver.sh) S 1100 1099 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383504796 9367552 267 33554432000 4194304 5064252 140735874447664 140735874446576 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1112/statm: 2287 267 226 213 0 72 0
[pid=1113] ppid=1112 vsize=737248 CPUtime=1685.09 cores=1,3,5,7
/proc/1113/stat : 1113 (glucose) R 1112 1099 699 0 -1 4202496 97127 0 0 0 168478 31 0 0 20 0 1 0 383504797 754941952 155080 33554432000 4194304 5208918 140734892799072 140734892796904 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1113/statm: 184312 155080 104 248 0 184061 0
Current children cumulated CPU time (s) 1781.54
Current children cumulated vsize (KiB) 1193804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.29 2.23 2.09 3/182 1195
/proc/meminfo: memFree=16350728/32873648 swapFree=7376/7376
[pid=1099] ppid=1097 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1099/stat : 1099 (npSolver-pbo.sh) S 1097 1099 699 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383495106 9367552 275 33554432000 4194304 5064252 140734782978352 140734782977264 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1099/statm: 2287 275 233 213 0 72 0
[pid=1100] ppid=1099 vsize=438260 CPUtime=96.45 cores=1,3,5,7
/proc/1100/stat : 1100 (npSolver-pbo) S 1099 1099 699 0 -1 4202496 35063 105269 0 0 498 292 8805 50 20 0 1 0 383495106 448778240 82514 33554432000 4194304 6004724 140735033081536 140735033073888 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 41 0 0
/proc/1100/statm: 109565 82514 175 442 0 109119 0
[pid=1112] ppid=1100 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1112/stat : 1112 (satsolver.sh) S 1100 1099 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383504796 9367552 267 33554432000 4194304 5064252 140735874447664 140735874446576 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1112/statm: 2287 267 226 213 0 72 0
[pid=1113] ppid=1112 vsize=737248 CPUtime=1703.59 cores=1,3,5,7
/proc/1113/stat : 1113 (glucose) R 1112 1099 699 0 -1 4202496 97128 0 0 0 170328 31 0 0 20 0 1 0 383504797 754941952 155592 33554432000 4194304 5208918 140734892799072 140734892795448 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1113/statm: 184312 155592 104 248 0 184061 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1193804

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 1099 and gives
#  childrusage.ru_utime.tv_sec=93
#  childrusage.ru_utime.tv_usec=46854
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=432478
# CPU time returned by wait4() is 96.4793
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.82
CPU time (s): 1800.04
CPU user time (s): 1796.31
CPU system time (s): 3.73
CPU usage (%): 99.9569
Max. virtual memory (cumulated for all children) (KiB): 1314772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.0469
system time used= 3.43248
maximum resident set size= 542844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141311
page faults= 0
swaps= 0
block input operations= 16
block output operations= 813352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1121
involuntary context switches= 122

runsolver used 3.47247 second user time and 9.33258 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-08 18:41:50
IDJOB=3750822
IDBENCH=90666
IDSOLVER=2334
FILE ID=node149/3750822-1339173710
RUNJOBID= node149-1339170286-716
PBS_JOBID= 14643834
Free space on /tmp= 63132 MiB

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

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

MD5SUM BENCH= e37abd09799c9d30512407c4e00f4218
RANDOM SEED=1015799331

node149.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.145
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.29
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.145
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.145
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	: 5438.55
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.145
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.145
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.145
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	: 5438.55
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.145
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.145
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:        22461808 kB
Buffers:          110660 kB
Cached:          8009032 kB
SwapCached:         2136 kB
Active:          1877200 kB
Inactive:        7339024 kB
Active(anon):    1096008 kB
Inactive(anon):     2768 kB
Active(file):     781192 kB
Inactive(file):  7336256 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67100028 kB
Dirty:             11264 kB
Writeback:             0 kB
AnonPages:       1102512 kB
Mapped:             9784 kB
Shmem:                 0 kB
Slab:            1055412 kB
SReclaimable:     499044 kB
SUnreclaim:       556368 kB
KernelStack:        1488 kB
PageTables:         6408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1414320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    444416 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= 61808 MiB
End job on node149 at 2012-06-08 19:11:51