Trace number 3750820

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.02 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_0null20mast_rapportOE2.0_TMAX120_K67_cod2.opb
MD5SUM9437b3e9d1ce9c682b2f5f71866292ee
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-2832
Best CPU time to get the best result obtained on this benchmark362.299
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 486
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 26273
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 26273
Number of bits of the biggest sum of numbers15
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.86	c run usual solver
6.35/6.45	c model valid
6.35/6.45	c current solution ok
7.65/7.72	o 0
7.65/7.72	c current bound: 13136
7.65/7.72	c fallback to adder encoding
81.92/82.07	c current bound: 19705
81.92/82.07	c fallback to adder encoding
641.62/641.85	c current bound: 22989
641.62/641.85	c fallback to adder encoding
1800.02/1800.41	c error: unexpected solver exit code
1800.02/1800.41	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-3750820-1339172384/watcher-3750820-1339172384 -o /tmp/evaluation-result-3750820-1339172384/solver-3750820-1339172384 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750820-1339172384.opb 2071556465 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/171 5022
/proc/meminfo: memFree=31582132/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0

[startup+0.012989 s]
/proc/loadavg: 2.00 2.00 2.00 2/171 5022
/proc/meminfo: memFree=31582132/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100261 s]
/proc/loadavg: 2.00 2.00 2.00 2/171 5022
/proc/meminfo: memFree=31582132/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300277 s]
/proc/loadavg: 2.00 2.00 2.00 2/171 5022
/proc/meminfo: memFree=31582132/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700272 s]
/proc/loadavg: 2.00 2.00 2.00 2/171 5022
/proc/meminfo: memFree=31582132/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5041
/proc/meminfo: memFree=31396324/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=59844 CPUtime=0.84 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 16656 0 0 0 77 7 0 0 20 0 1 0 383362878 61280256 12300 33554432000 4194304 6004724 140736043718544 140736043712592 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/5023/statm: 14961 12300 162 442 0 14515 0
[pid=5040] ppid=5023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5040/stat : 5040 (cp2_pre.sh) S 5023 5022 4737 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 383362964 9367552 277 33554432000 4194304 5064252 140734069781328 140734069780032 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5040/statm: 2287 277 234 213 0 72 0
[pid=5041] ppid=5040 vsize=110668 CPUtime=0.62 cores=0,2,4,6
/proc/5041/stat : 5041 (coprocessor) R 5040 5022 4737 0 -1 4202496 19643 0 0 0 59 3 0 0 20 0 1 0 383362964 113324032 25035 33554432000 4194304 6586260 140733791105632 140733791102392 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/5041/statm: 27667 25035 166 584 0 27079 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 188808

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5043
/proc/meminfo: memFree=31184096/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=59844 CPUtime=0.84 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 16656 0 0 0 77 7 0 0 20 0 1 0 383362878 61280256 12300 33554432000 4194304 6004724 140736043718544 140736043712592 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/5023/statm: 14961 12300 162 442 0 14515 0
[pid=5040] ppid=5023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5040/stat : 5040 (cp2_pre.sh) S 5023 5022 4737 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 383362964 9367552 277 33554432000 4194304 5064252 140734069781328 140734069780032 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5040/statm: 2287 277 234 213 0 72 0
[pid=5041] ppid=5040 vsize=152276 CPUtime=2.22 cores=0,2,4,6
/proc/5041/stat : 5041 (coprocessor) R 5040 5022 4737 0 -1 4202496 28147 0 0 0 208 14 0 0 20 0 1 0 383362964 155930624 36630 33554432000 4194304 6586260 140733791105632 140733791101384 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/5041/statm: 38069 36630 204 584 0 37481 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 230416

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5049
/proc/meminfo: memFree=31345592/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=59844 CPUtime=6.2 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 16670 42138 0 0 77 7 516 20 20 0 1 0 383362878 61280256 12300 33554432000 4194304 6004724 140736043718544 140736043713168 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/5023/statm: 14961 12300 162 442 0 14515 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 68992

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5063
/proc/meminfo: memFree=31303080/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=63944 CPUtime=7.72 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 19831 47303 0 0 104 121 524 23 20 0 1 0 383362878 65478656 13014 33554432000 4194304 6004724 140736043718544 140736043710896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/5023/statm: 15986 13014 174 442 0 15540 0
[pid=5062] ppid=5023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5062/stat : 5062 (satsolver.sh) S 5023 5022 4737 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383363654 9367552 267 33554432000 4194304 5064252 140734936315744 140734936314656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5062/statm: 2287 267 226 213 0 72 0
[pid=5063] ppid=5062 vsize=68456 CPUtime=4.92 cores=0,2,4,6
/proc/5063/stat : 5063 (glucose) R 5062 5022 4737 0 -1 4202496 14044 0 0 0 489 3 0 0 20 0 1 0 383363655 70098944 14579 33554432000 4194304 5208918 140734724452432 140734724450520 4213035 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5063/statm: 17114 14579 104 248 0 16863 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 150696

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 5066
/proc/meminfo: memFree=31262556/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=63944 CPUtime=7.72 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 19831 47303 0 0 104 121 524 23 20 0 1 0 383362878 65478656 13014 33554432000 4194304 6004724 140736043718544 140736043710896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/5023/statm: 15986 13014 174 442 0 15540 0
[pid=5062] ppid=5023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5062/stat : 5062 (satsolver.sh) S 5023 5022 4737 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383363654 9367552 267 33554432000 4194304 5064252 140734936315744 140734936314656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5062/statm: 2287 267 226 213 0 72 0
[pid=5063] ppid=5062 vsize=99196 CPUtime=17.71 cores=0,2,4,6
/proc/5063/stat : 5063 (glucose) R 5062 5022 4737 0 -1 4202496 16053 0 0 0 1767 4 0 0 20 0 1 0 383363655 101576704 23848 33554432000 4194304 5208918 140734724452432 140734724448744 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5063/statm: 24799 23848 104 248 0 24548 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 181436

[startup+51.1004 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 5066
/proc/meminfo: memFree=31229508/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=63944 CPUtime=7.72 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 19831 47303 0 0 104 121 524 23 20 0 1 0 383362878 65478656 13014 33554432000 4194304 6004724 140736043718544 140736043710896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/5023/statm: 15986 13014 174 442 0 15540 0
[pid=5062] ppid=5023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5062/stat : 5062 (satsolver.sh) S 5023 5022 4737 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383363654 9367552 267 33554432000 4194304 5064252 140734936315744 140734936314656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5062/statm: 2287 267 226 213 0 72 0
[pid=5063] ppid=5062 vsize=110868 CPUtime=43.31 cores=0,2,4,6
/proc/5063/stat : 5063 (glucose) R 5062 5022 4737 0 -1 4202496 17228 0 0 0 4326 5 0 0 20 0 1 0 383363655 113528832 26944 33554432000 4194304 5208918 140734724452432 140734724448200 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5063/statm: 27717 26944 104 248 0 27466 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 193108

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 5073
/proc/meminfo: memFree=31215388/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=63944 CPUtime=82.05 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 21638 70934 0 0 108 122 7942 33 20 0 1 0 383362878 65478656 13016 33554432000 4194304 6004724 140736043718544 140736043710896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/5023/statm: 15986 13016 176 442 0 15540 0
[pid=5072] ppid=5023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5072/stat : 5072 (satsolver.sh) S 5023 5022 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383371089 9367552 267 33554432000 4194304 5064252 140734186498560 140734186497472 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5072/statm: 2287 267 226 213 0 72 0
[pid=5073] ppid=5072 vsize=100980 CPUtime=20.17 cores=0,2,4,6
/proc/5073/stat : 5073 (glucose) R 5072 5022 4737 0 -1 4202496 15786 0 0 0 2013 4 0 0 20 0 1 0 383371090 103403520 23754 33554432000 4194304 5208918 140734206136560 140734206134424 4229843 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5073/statm: 25245 23754 103 248 0 24994 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 183220

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 5073
/proc/meminfo: memFree=31194072/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=63944 CPUtime=82.05 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 21638 70934 0 0 108 122 7942 33 20 0 1 0 383362878 65478656 13016 33554432000 4194304 6004724 140736043718544 140736043710896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/5023/statm: 15986 13016 176 442 0 15540 0
[pid=5072] ppid=5023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5072/stat : 5072 (satsolver.sh) S 5023 5022 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383371089 9367552 267 33554432000 4194304 5064252 140734186498560 140734186497472 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5072/statm: 2287 267 226 213 0 72 0
[pid=5073] ppid=5072 vsize=112652 CPUtime=80.15 cores=0,2,4,6
/proc/5073/stat : 5073 (glucose) R 5072 5022 4737 0 -1 4202496 18154 0 0 0 8008 7 0 0 20 0 1 0 383371090 115355648 27469 33554432000 4194304 5208918 140734206136560 140734206134648 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5073/statm: 28163 27469 103 248 0 27912 0
Current children cumulated CPU time (s) 162.2

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

/proc/5085/stat : 5085 (glucose) R 5084 5022 4737 0 -1 4202496 36754 0 0 0 71982 42 0 0 20 0 1 0 383427068 205000704 42447 33554432000 4194304 5208918 140736614268512 140736614266664 4229549 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5085/statm: 50049 42447 103 248 0 49798 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 282436

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 5092
/proc/meminfo: memFree=31071324/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=63944 CPUtime=641.74 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 23443 109347 0 0 113 123 63869 69 20 0 1 0 383362878 65478656 13016 33554432000 4194304 6004724 140736043718544 140736043710896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/5023/statm: 15986 13016 176 442 0 15540 0
[pid=5084] ppid=5023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5084/stat : 5084 (satsolver.sh) S 5023 5022 4737 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383427068 9367552 266 33554432000 4194304 5064252 140735065989952 140735065988864 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5084/statm: 2287 266 226 213 0 72 0
[pid=5085] ppid=5084 vsize=200196 CPUtime=780.24 cores=0,2,4,6
/proc/5085/stat : 5085 (glucose) R 5084 5022 4737 0 -1 4202496 38391 0 0 0 77979 45 0 0 20 0 1 0 383427068 205000704 45007 33554432000 4194304 5208918 140736614268512 140736614264888 4211648 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5085/statm: 50049 45007 103 248 0 49798 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 282436

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 5092
/proc/meminfo: memFree=31061040/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=63944 CPUtime=641.74 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 23443 109347 0 0 113 123 63869 69 20 0 1 0 383362878 65478656 13016 33554432000 4194304 6004724 140736043718544 140736043710896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/5023/statm: 15986 13016 176 442 0 15540 0
[pid=5084] ppid=5023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5084/stat : 5084 (satsolver.sh) S 5023 5022 4737 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383427068 9367552 266 33554432000 4194304 5064252 140735065989952 140735065988864 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5084/statm: 2287 266 226 213 0 72 0
[pid=5085] ppid=5084 vsize=200196 CPUtime=840.22 cores=0,2,4,6
/proc/5085/stat : 5085 (glucose) R 5084 5022 4737 0 -1 4202496 40032 0 0 0 83973 49 0 0 20 0 1 0 383427068 205000704 47055 33554432000 4194304 5208918 140736614268512 140736614264824 4229720 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5085/statm: 50049 47055 103 248 0 49798 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 282436

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 5092
/proc/meminfo: memFree=31044644/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=63944 CPUtime=641.74 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 23443 109347 0 0 113 123 63869 69 20 0 1 0 383362878 65478656 13016 33554432000 4194304 6004724 140736043718544 140736043710896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/5023/statm: 15986 13016 176 442 0 15540 0
[pid=5084] ppid=5023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5084/stat : 5084 (satsolver.sh) S 5023 5022 4737 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383427068 9367552 266 33554432000 4194304 5064252 140735065989952 140735065988864 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5084/statm: 2287 266 226 213 0 72 0
[pid=5085] ppid=5084 vsize=200196 CPUtime=900.21 cores=0,2,4,6
/proc/5085/stat : 5085 (glucose) R 5084 5022 4737 0 -1 4202496 41674 0 0 0 89969 52 0 0 20 0 1 0 383427068 205000704 49103 33554432000 4194304 5208918 140736614268512 140736614264280 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5085/statm: 50049 49103 103 248 0 49798 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 282436

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 5092
/proc/meminfo: memFree=31031132/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=63944 CPUtime=641.74 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 23443 109347 0 0 113 123 63869 69 20 0 1 0 383362878 65478656 13016 33554432000 4194304 6004724 140736043718544 140736043710896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/5023/statm: 15986 13016 176 442 0 15540 0
[pid=5084] ppid=5023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5084/stat : 5084 (satsolver.sh) S 5023 5022 4737 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383427068 9367552 266 33554432000 4194304 5064252 140735065989952 140735065988864 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5084/statm: 2287 266 226 213 0 72 0
[pid=5085] ppid=5084 vsize=250284 CPUtime=960.2 cores=0,2,4,6
/proc/5085/stat : 5085 (glucose) R 5084 5022 4737 0 -1 4202496 44130 0 0 0 95963 57 0 0 20 0 1 0 383427068 256290816 50940 33554432000 4194304 5208918 140736614268512 140736614266664 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5085/statm: 62571 50940 103 248 0 62320 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 332524

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 5092
/proc/meminfo: memFree=31024904/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=63944 CPUtime=641.74 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 23443 109347 0 0 113 123 63869 69 20 0 1 0 383362878 65478656 13016 33554432000 4194304 6004724 140736043718544 140736043710896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/5023/statm: 15986 13016 176 442 0 15540 0
[pid=5084] ppid=5023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5084/stat : 5084 (satsolver.sh) S 5023 5022 4737 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383427068 9367552 266 33554432000 4194304 5064252 140735065989952 140735065988864 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5084/statm: 2287 266 226 213 0 72 0
[pid=5085] ppid=5084 vsize=250284 CPUtime=1020.19 cores=0,2,4,6
/proc/5085/stat : 5085 (glucose) R 5084 5022 4737 0 -1 4202496 45764 0 0 0 101959 60 0 0 20 0 1 0 383427068 256290816 51452 33554432000 4194304 5208918 140736614268512 140736614266664 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5085/statm: 62571 51452 103 248 0 62320 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 332524

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 5093
/proc/meminfo: memFree=31021728/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=63944 CPUtime=641.74 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 23443 109347 0 0 113 123 63869 69 20 0 1 0 383362878 65478656 13016 33554432000 4194304 6004724 140736043718544 140736043710896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/5023/statm: 15986 13016 176 442 0 15540 0
[pid=5084] ppid=5023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5084/stat : 5084 (satsolver.sh) S 5023 5022 4737 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383427068 9367552 266 33554432000 4194304 5064252 140735065989952 140735065988864 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5084/statm: 2287 266 226 213 0 72 0
[pid=5085] ppid=5084 vsize=250284 CPUtime=1080.19 cores=0,2,4,6
/proc/5085/stat : 5085 (glucose) R 5084 5022 4737 0 -1 4202496 47401 0 0 0 107955 64 0 0 20 0 1 0 383427068 256290816 50940 33554432000 4194304 5208918 140736614268512 140736614266664 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5085/statm: 62571 50940 103 248 0 62320 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 332524

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 5093
/proc/meminfo: memFree=31020600/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=63944 CPUtime=641.74 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 23443 109347 0 0 113 123 63869 69 20 0 1 0 383362878 65478656 13016 33554432000 4194304 6004724 140736043718544 140736043710896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/5023/statm: 15986 13016 176 442 0 15540 0
[pid=5084] ppid=5023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5084/stat : 5084 (satsolver.sh) S 5023 5022 4737 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383427068 9367552 266 33554432000 4194304 5064252 140735065989952 140735065988864 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5084/statm: 2287 266 226 213 0 72 0
[pid=5085] ppid=5084 vsize=250284 CPUtime=1140.18 cores=0,2,4,6
/proc/5085/stat : 5085 (glucose) R 5084 5022 4737 0 -1 4202496 48895 0 0 0 113951 67 0 0 20 0 1 0 383427068 256290816 49778 33554432000 4194304 5208918 140736614268512 140736614266664 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5085/statm: 62571 49778 103 248 0 62320 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 332524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 5093
/proc/meminfo: memFree=31000804/32873844 swapFree=6904/6904
[pid=5022] ppid=5020 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5022/stat : 5022 (npSolver-pbo.sh) S 5020 5022 4737 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383362877 9367552 275 33554432000 4194304 5064252 140736032391440 140736032390352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5022/statm: 2287 275 233 213 0 72 0
[pid=5023] ppid=5022 vsize=63944 CPUtime=641.74 cores=0,2,4,6
/proc/5023/stat : 5023 (npSolver-pbo) S 5022 5022 4737 0 -1 4202496 23443 109347 0 0 113 123 63869 69 20 0 1 0 383362878 65478656 13016 33554432000 4194304 6004724 140736043718544 140736043710896 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/5023/statm: 15986 13016 176 442 0 15540 0
[pid=5084] ppid=5023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5084/stat : 5084 (satsolver.sh) S 5023 5022 4737 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 383427068 9367552 266 33554432000 4194304 5064252 140735065989952 140735065988864 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/5084/statm: 2287 266 226 213 0 72 0
[pid=5085] ppid=5084 vsize=250284 CPUtime=1158.28 cores=0,2,4,6
/proc/5085/stat : 5085 (glucose) R 5084 5022 4737 0 -1 4202496 49041 0 0 0 115761 67 0 0 20 0 1 0 383427068 256290816 54012 33554432000 4194304 5208918 140736614268512 140736614264888 4205203 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5085/statm: 62571 54012 103 248 0 62320 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 332524

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 5022 and gives
#  childrusage.ru_utime.tv_sec=639
#  childrusage.ru_utime.tv_usec=827731
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=930706
# CPU time returned by wait4() is 641.758
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.02
CPU user time (s): 1797.43
CPU system time (s): 2.59
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 381844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 639.828
system time used= 1.93071
maximum resident set size= 227808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133766
page faults= 0
swaps= 0
block input operations= 8
block output operations= 166808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 425
involuntary context switches= 842

runsolver used 5.17521 second user time and 15.3747 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-08 18:19:45
IDJOB=3750820
IDBENCH=90325
IDSOLVER=2334
FILE ID=node140/3750820-1339172384
RUNJOBID= node140-1339168783-4753
PBS_JOBID= 14643808
Free space on /tmp= 70648 MiB

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

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

MD5SUM BENCH= 9437b3e9d1ce9c682b2f5f71866292ee
RANDOM SEED=2071556465

node140.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.094
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.18
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.094
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.094
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.094
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.094
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.92
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.094
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.88
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.094
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.90
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.094
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:        31582132 kB
Buffers:          286416 kB
Cached:           140624 kB
SwapCached:         2756 kB
Active:           320056 kB
Inactive:         115780 kB
Active(anon):       4656 kB
Inactive(anon):     3608 kB
Active(file):     315400 kB
Inactive(file):   112172 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67100436 kB
Dirty:             11064 kB
Writeback:             0 kB
AnonPages:         10220 kB
Mapped:             8176 kB
Shmem:                 0 kB
Slab:             715376 kB
SReclaimable:     156816 kB
SUnreclaim:       558560 kB
KernelStack:        1440 kB
PageTables:         3836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104008 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= 70596 MiB
End job on node140 at 2012-06-08 18:49:45