Trace number 3746394

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.07 1800.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-45-40.opb
MD5SUMbfd9076f83014271363fd9848b4f1d95
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.038993
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1800
Total number of constraints85
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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.01	c run inc solver
0.00/0.01	c [INC SYSTEM] run initial solver
0.00/0.01	c [INC SYSTEM] preprocess with white file
0.00/0.04	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.04	c [INC SYSTEM] execute solver
1800.07/1800.41	c an unexpexted return value has been received, exit
1800.07/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-3746394-1339101779/watcher-3746394-1339101779 -o /tmp/evaluation-result-3746394-1339101779/solver-3746394-1339101779 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746394-1339101779.opb 1956754971 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.01 2.00 1.91 3/178 21706
/proc/meminfo: memFree=31683372/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0

[startup+0.084458 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 21706
/proc/meminfo: memFree=31683372/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100172 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 21706
/proc/meminfo: memFree=31683372/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300117 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 21706
/proc/meminfo: memFree=31683372/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700149 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 21706
/proc/meminfo: memFree=31683372/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 2.01 2.00 1.91 3/181 21712
/proc/meminfo: memFree=31642940/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=8504 CPUtime=1.44 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 4759 0 0 0 143 1 0 0 20 0 1 0 376303901 8708096 1504 33554432000 4194304 5654031 140735355562976 140735355560760 4234964 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21712/statm: 2126 1504 132 357 0 1766 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 20220

[startup+3.10032 s]
/proc/loadavg: 2.01 2.00 1.91 3/181 21712
/proc/meminfo: memFree=31630464/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=41452 CPUtime=3.04 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 6233 0 0 0 303 1 0 0 20 0 1 0 376303901 42446848 9106 33554432000 4194304 5654031 140735355562976 140735355560856 4233467 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21712/statm: 10363 9106 132 357 0 10003 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 53168

[startup+6.30028 s]
/proc/loadavg: 2.01 2.00 1.91 3/181 21712
/proc/meminfo: memFree=31609028/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=41452 CPUtime=6.24 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 6463 0 0 0 622 2 0 0 20 0 1 0 376303901 42446848 9847 33554432000 4194304 5654031 140735355562976 140735355550792 4233173 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21712/statm: 10363 9847 140 357 0 10003 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 53168

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 1.91 3/181 21712
/proc/meminfo: memFree=31602164/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=41452 CPUtime=12.64 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 6463 0 0 0 1262 2 0 0 20 0 1 0 376303901 42446848 9847 33554432000 4194304 5654031 140735355562976 140735355550792 4232984 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21712/statm: 10363 9847 140 357 0 10003 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 53168

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 21712
/proc/meminfo: memFree=31576828/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=60308 CPUtime=25.43 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 7230 0 0 0 2541 2 0 0 20 0 1 0 376303901 61755392 14517 33554432000 4194304 5654031 140735355562976 140735355560856 4233424 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21712/statm: 15077 14517 140 357 0 14717 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 72024

[startup+51.1004 s]
/proc/loadavg: 2.06 2.02 1.92 3/181 21712
/proc/meminfo: memFree=31558708/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=109628 CPUtime=51.03 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 7595 0 0 0 5100 3 0 0 20 0 1 0 376303901 112259072 22547 33554432000 4194304 5654031 140735355562976 140735355560856 4232973 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21712/statm: 27407 22547 140 357 0 27047 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 121344

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.92 3/181 21759
/proc/meminfo: memFree=31710132/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=109628 CPUtime=102.22 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 10528 0 0 0 10213 9 0 0 20 0 1 0 376303901 112259072 25119 33554432000 4194304 5654031 140735355562976 140735355560904 4232968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21712/statm: 27407 25119 140 357 0 27047 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 121344

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/180 21759
/proc/meminfo: memFree=31695100/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=140448 CPUtime=162.2 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 15848 0 0 0 16204 16 0 0 20 0 1 0 376303901 143818752 28191 33554432000 4194304 5654031 140735355562976 140735355561064 4232866 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21712/statm: 35112 28191 140 357 0 34752 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 152164

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 21760
/proc/meminfo: memFree=31671272/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=140448 CPUtime=222.2 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 20098 0 0 0 22198 22 0 0 20 0 1 0 376303901 143818752 30751 33554432000 4194304 5654031 140735355562976 140735355561064 4232984 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21712/statm: 35112 30751 140 357 0 34752 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 152164

[startup+282.3 s]

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

/proc/loadavg: 2.02 2.01 1.94 4/181 22606
/proc/meminfo: memFree=30686472/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=185676 CPUtime=1302.03 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 92621 0 0 0 130097 106 0 0 20 0 1 0 376303901 190132224 43459 33554432000 4194304 5654031 140735355562976 140735355561064 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21712/statm: 46419 43459 141 357 0 46059 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 197392

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 1.95 4/181 22606
/proc/meminfo: memFree=30684664/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=240476 CPUtime=1362.01 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 97081 0 0 0 136092 109 0 0 20 0 1 0 376303901 246247424 47666 33554432000 4194304 5654031 140735355562976 140735355561064 4215188 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21712/statm: 60119 47666 141 357 0 59759 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 252192

[startup+1422.31 s]
/proc/loadavg: 2.07 2.03 1.95 4/181 22607
/proc/meminfo: memFree=30711352/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=161844 CPUtime=1422.01 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 99433 0 0 0 142088 113 0 0 20 0 1 0 376303901 165728256 38860 33554432000 4194304 5654031 140735355562976 140735355561000 4233460 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21712/statm: 40461 38860 141 357 0 40101 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 173560

[startup+1482.3 s]
/proc/loadavg: 2.07 2.04 1.96 4/181 22607
/proc/meminfo: memFree=30647932/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=245716 CPUtime=1482 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 102524 0 0 0 148083 117 0 0 20 0 1 0 376303901 251613184 54862 33554432000 4194304 5654031 140735355562976 140735355550792 4232973 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21712/statm: 61429 54862 141 357 0 61069 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 257432

[startup+1542.3 s]
/proc/loadavg: 2.07 2.04 1.96 4/181 22607
/proc/meminfo: memFree=30655448/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=248500 CPUtime=1541.99 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 106097 0 0 0 154078 121 0 0 20 0 1 0 376303901 254464000 52468 33554432000 4194304 5654031 140735355562976 140735355560760 4232968 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21712/statm: 62125 52468 141 357 0 61765 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 260216

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 1.96 4/181 22607
/proc/meminfo: memFree=30636956/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=251300 CPUtime=1601.98 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 108104 0 0 0 160074 124 0 0 20 0 1 0 376303901 257331200 57048 33554432000 4194304 5654031 140735355562976 140735355560760 4232830 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21712/statm: 62825 57048 141 357 0 62465 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 263016

[startup+1662.3 s]
/proc/loadavg: 2.06 2.04 1.97 4/182 22610
/proc/meminfo: memFree=30652792/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=254016 CPUtime=1661.97 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 111556 0 0 0 166070 127 0 0 20 0 1 0 376303901 260112384 53082 33554432000 4194304 5654031 140735355562976 140735355560760 4232842 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21712/statm: 63504 53082 141 357 0 63144 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 265732

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 1.97 4/181 22611
/proc/meminfo: memFree=30660688/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=259372 CPUtime=1721.96 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 115411 0 0 0 172065 131 0 0 20 0 1 0 376303901 265596928 50891 33554432000 4194304 5654031 140735355562976 140735355560760 4234964 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21712/statm: 64843 50891 141 357 0 64483 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 271088

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 1.97 4/181 22611
/proc/meminfo: memFree=30669752/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=211324 CPUtime=1781.95 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 118441 0 0 0 178060 135 0 0 20 0 1 0 376303901 216395776 47014 33554432000 4194304 5654031 140735355562976 140735355561064 4215200 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21712/statm: 52831 47014 141 357 0 52471 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 223040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.03 1.97 3/181 22611
/proc/meminfo: memFree=30628236/32873648 swapFree=7376/7376
[pid=21706] ppid=21704 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21706/stat : 21706 (npSolver-pbo-It) S 21704 21706 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376303896 9367552 275 33554432000 4194304 5064252 140733548199616 140733548198528 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21706/statm: 2287 275 233 213 0 72 0
[pid=21707] ppid=21706 vsize=2568 CPUtime=0.02 cores=1,3,5,7
/proc/21707/stat : 21707 (npSolver-pbo) S 21706 21706 21354 0 -1 4202496 2370 1900 0 0 0 0 2 0 20 0 1 0 376303896 2629632 292 33554432000 4194304 6004724 140735193693712 140735193679992 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21707/statm: 642 292 152 442 0 196 0
[pid=21712] ppid=21707 vsize=262384 CPUtime=1800.05 cores=1,3,5,7
/proc/21712/stat : 21712 (glucosInc) R 21707 21706 21354 0 -1 4202496 119192 0 0 0 179869 136 0 0 20 0 1 0 376303901 268681216 56962 33554432000 4194304 5654031 140735355562976 140735355560760 4232960 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21712/statm: 65596 56962 141 357 0 65236 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 274100

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 21706 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=33994
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=12998
# CPU time returned by wait4() is 0.046992
# while last known CPU time is 1800.07
#
# 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.07
CPU user time (s): 1798.71
CPU system time (s): 1.36
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 319820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.033994
system time used= 0.012998
maximum resident set size= 29556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4647
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 6

runsolver used 2.92156 second user time and 8.71667 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-07 22:42:59
IDJOB=3746394
IDBENCH=2571
IDSOLVER=2332
FILE ID=node120/3746394-1339101779
RUNJOBID= node120-1339098175-21371
PBS_JOBID= 14643733
Free space on /tmp= 70588 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-45-40.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746394-1339101779/watcher-3746394-1339101779 -o /tmp/evaluation-result-3746394-1339101779/solver-3746394-1339101779 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746394-1339101779.opb 1956754971 HOME HOME

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

MD5SUM BENCH= bfd9076f83014271363fd9848b4f1d95
RANDOM SEED=1956754971

node120.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.456
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.91
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.456
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.456
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.92
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        31684396 kB
Buffers:           67544 kB
Cached:           163804 kB
SwapCached:         6044 kB
Active:           294568 kB
Inactive:         149292 kB
Active(anon):     204204 kB
Inactive(anon):    10584 kB
Active(file):      90364 kB
Inactive(file):   138708 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67095788 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:        257280 kB
Mapped:            10076 kB
Shmem:                 0 kB
Slab:             608748 kB
SReclaimable:      53360 kB
SUnreclaim:       555388 kB
KernelStack:        1512 kB
PageTables:         4420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     328372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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= 70336 MiB
End job on node120 at 2012-06-07 23:13:00