Trace number 3746830

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 inc-topDown (fixed)? (TO) 1800.04 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_20null10mast_rapportOE1.0_TMAX120_K67_cod1.opb
MD5SUMe10bad0133ca8f0560dac2af6a91b033
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-152401
Best CPU time to get the best result obtained on this benchmark1800.16
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 25674
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 50350080
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 50350080
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.99/2.08	c run inc solver
1.99/2.08	c [INC SYSTEM] run initial solver
1.99/2.08	c [INC SYSTEM] preprocess with white file
9.40/9.65	c [INC SYSTEM] finished preprocessing in 7 s
9.40/9.65	c [INC SYSTEM] execute solver
1257.25/1257.73	c [INC SEARCH] formula is SAT
1257.25/1257.76	c [INC SYSTEM] solved the initial formula
1257.34/1257.86	c model valid
1257.34/1257.86	c current solution ok
1260.32/1260.84	o -38750
1260.32/1260.84	c [INC SYSTEM] there exists a inc, kill it!
1260.32/1260.84	c write failed with 2
1260.32/1260.84	c [INC SEARCH] iteration: 0
1260.32/1260.84	c [INC BOUNDS] best value:50311330 search for 50311329
1260.32/1260.84	c [INC SYSTEM] create new solver instance
1260.32/1260.84	c [INC] encode full formula
1260.32/1260.84	c fallback to adder encoding
1264.16/1264.68	c set iterative enc to: adder
1264.16/1264.68	c set iterative enc to: none
1264.66/1265.28	c [INC SEARCH] isOptimum variable: 0

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-3746830-1339107523/watcher-3746830-1339107523 -o /tmp/evaluation-result-3746830-1339107523/solver-3746830-1339107523 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746830-1339107523.opb 874901183 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.03 2.06 2.00 3/179 32755
/proc/meminfo: memFree=25965724/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0

[startup+0.101156 s]
/proc/loadavg: 2.03 2.06 2.00 3/179 32755
/proc/meminfo: memFree=25965724/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200321 s]
/proc/loadavg: 2.03 2.06 2.00 3/179 32755
/proc/meminfo: memFree=25965724/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300409 s]
/proc/loadavg: 2.03 2.06 2.00 3/179 32755
/proc/meminfo: memFree=25965724/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700275 s]
/proc/loadavg: 2.03 2.06 2.00 3/179 32755
/proc/meminfo: memFree=25965724/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.03 2.06 2.00 3/181 32757
/proc/meminfo: memFree=25812304/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=238908 CPUtime=1.49 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) R 32755 32755 30741 0 -1 4202496 21761 0 0 0 144 5 0 0 20 0 1 0 376876706 244641792 44404 33554432000 4194304 6004724 140733904288560 140733904282840 4534749 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32756/statm: 59727 44404 153 442 0 59281 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 248056

[startup+3.10043 s]
/proc/loadavg: 2.03 2.06 2.00 3/183 32759
/proc/meminfo: memFree=25710288/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=167748 CPUtime=2.1 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 22349 0 0 0 187 23 0 0 20 0 1 0 376876706 171773952 33970 33554432000 4194304 6004724 140733904288560 140733904283024 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32756/statm: 41937 33970 162 442 0 41491 0
[pid=32758] ppid=32756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32758/stat : 32758 (cp2_pre.sh) S 32756 32755 30741 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 376876918 9367552 277 33554432000 4194304 5064252 140736804419024 140736804417728 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32758/statm: 2287 277 234 213 0 72 0
[pid=32759] ppid=32758 vsize=110904 CPUtime=0.96 cores=0,2,4,6
/proc/32759/stat : 32759 (coprocessor) R 32758 32755 30741 0 -1 4202496 11203 0 0 0 92 4 0 0 20 0 1 0 376876919 113565696 25856 33554432000 4194304 6586260 140735716730272 140735716727032 5732400 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/32759/statm: 27726 25856 138 584 0 27138 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 296948

[startup+6.30044 s]
/proc/loadavg: 2.03 2.06 2.00 3/183 32759
/proc/meminfo: memFree=25276904/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=167748 CPUtime=2.1 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 22349 0 0 0 187 23 0 0 20 0 1 0 376876706 171773952 33970 33554432000 4194304 6004724 140733904288560 140733904283024 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32756/statm: 41937 33970 162 442 0 41491 0
[pid=32758] ppid=32756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32758/stat : 32758 (cp2_pre.sh) S 32756 32755 30741 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 376876918 9367552 277 33554432000 4194304 5064252 140736804419024 140736804417728 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32758/statm: 2287 277 234 213 0 72 0
[pid=32759] ppid=32758 vsize=486740 CPUtime=4.16 cores=0,2,4,6
/proc/32759/stat : 32759 (coprocessor) R 32758 32755 30741 0 -1 4202496 55165 0 0 0 402 14 0 0 20 0 1 0 376876919 498421760 118363 33554432000 4194304 6586260 140735716730272 140735716726424 4758317 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/32759/statm: 121685 118363 182 584 0 121097 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 672784

[startup+12.7003 s]
/proc/loadavg: 2.03 2.05 2.00 3/182 32761
/proc/meminfo: memFree=25584064/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=167748 CPUtime=9.46 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 22367 63978 0 0 187 24 704 31 20 0 1 0 376876706 171773952 33974 33554432000 4194304 6004724 140733904288560 140733904274840 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32756/statm: 41937 33974 166 442 0 41491 0
[pid=32761] ppid=32756 vsize=207440 CPUtime=3.04 cores=0,2,4,6
/proc/32761/stat : 32761 (glucosInc) R 32756 32755 30741 0 -1 4202496 37312 0 0 0 296 8 0 0 20 0 1 0 376877672 212418560 45681 33554432000 4194304 5654031 140736099640560 140736099628376 4214567 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32761/statm: 51860 45681 140 357 0 51500 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 384336

[startup+25.5004 s]
/proc/loadavg: 2.02 2.05 2.00 3/182 32761
/proc/meminfo: memFree=25565260/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=167748 CPUtime=9.46 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 22367 63978 0 0 187 24 704 31 20 0 1 0 376876706 171773952 33974 33554432000 4194304 6004724 140733904288560 140733904274840 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32756/statm: 41937 33974 166 442 0 41491 0
[pid=32761] ppid=32756 vsize=207704 CPUtime=15.83 cores=0,2,4,6
/proc/32761/stat : 32761 (glucosInc) R 32756 32755 30741 0 -1 4202496 37575 0 0 0 1575 8 0 0 20 0 1 0 376877672 212688896 45944 33554432000 4194304 5654031 140736099640560 140736099638344 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32761/statm: 51926 45944 140 357 0 51566 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 384600

[startup+51.1004 s]
/proc/loadavg: 2.01 2.05 2.00 3/182 32761
/proc/meminfo: memFree=25660880/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=167748 CPUtime=9.46 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 22367 63978 0 0 187 24 704 31 20 0 1 0 376876706 171773952 33974 33554432000 4194304 6004724 140733904288560 140733904274840 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32756/statm: 41937 33974 166 442 0 41491 0
[pid=32761] ppid=32756 vsize=207968 CPUtime=41.41 cores=0,2,4,6
/proc/32761/stat : 32761 (glucosInc) R 32756 32755 30741 0 -1 4202496 37643 0 0 0 4133 8 0 0 20 0 1 0 376877672 212959232 46012 33554432000 4194304 5654031 140736099640560 140736099638392 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32761/statm: 51992 46012 140 357 0 51632 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 384864

[startup+102.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/182 32764
/proc/meminfo: memFree=25565188/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=167748 CPUtime=9.46 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 22367 63978 0 0 187 24 704 31 20 0 1 0 376876706 171773952 33974 33554432000 4194304 6004724 140733904288560 140733904274840 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32756/statm: 41937 33974 166 442 0 41491 0
[pid=32761] ppid=32756 vsize=210192 CPUtime=92.59 cores=0,2,4,6
/proc/32761/stat : 32761 (glucosInc) R 32756 32755 30741 0 -1 4202496 38240 0 0 0 9251 8 0 0 20 0 1 0 376877672 215236608 47120 33554432000 4194304 5654031 140736099640560 140736099638360 4214612 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32761/statm: 52548 47120 140 357 0 52188 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 387088

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 32764
/proc/meminfo: memFree=25601028/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=167748 CPUtime=9.46 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 22367 63978 0 0 187 24 704 31 20 0 1 0 376876706 171773952 33974 33554432000 4194304 6004724 140733904288560 140733904274840 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32756/statm: 41937 33974 166 442 0 41491 0
[pid=32761] ppid=32756 vsize=211116 CPUtime=152.57 cores=0,2,4,6
/proc/32761/stat : 32761 (glucosInc) R 32756 32755 30741 0 -1 4202496 38474 0 0 0 15249 8 0 0 20 0 1 0 376877672 216182784 47351 33554432000 4194304 5654031 140736099640560 140736099638344 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32761/statm: 52779 47351 140 357 0 52419 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 388012

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 32764
/proc/meminfo: memFree=25656084/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=167748 CPUtime=9.46 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 22367 63978 0 0 187 24 704 31 20 0 1 0 376876706 171773952 33974 33554432000 4194304 6004724 140733904288560 140733904274840 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32756/statm: 41937 33974 166 442 0 41491 0
[pid=32761] ppid=32756 vsize=214424 CPUtime=212.55 cores=0,2,4,6
/proc/32761/stat : 32761 (glucosInc) R 32756 32755 30741 0 -1 4202496 39162 0 0 0 21247 8 0 0 20 0 1 0 376877672 219570176 48126 33554432000 4194304 5654031 140736099640560 140736099628376 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32761/statm: 53606 48126 141 357 0 53246 0
Current children cumulated CPU time (s) 222.01

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

/proc/meminfo: memFree=24050236/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=186172 CPUtime=1264.74 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 37028 107999 0 0 625 319 125473 57 20 0 1 0 376876706 190640128 38591 33554432000 4194304 6004724 140733904288560 140733904274408 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/32756/statm: 46543 38591 177 442 0 46097 0
[pid=353] ppid=32756 vsize=901724 CPUtime=96.99 cores=0,2,4,6
/proc/353/stat : 353 (glucosInc) R 32756 32755 30741 0 -1 4202496 119715 0 0 0 9663 36 0 0 20 0 1 0 377003235 923365376 192126 33554432000 4194304 5654031 140735918350880 140735918338696 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/353/statm: 225431 192126 142 357 0 225071 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 1097044

[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 356
/proc/meminfo: memFree=24067308/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=186172 CPUtime=1264.74 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 37028 107999 0 0 625 319 125473 57 20 0 1 0 376876706 190640128 38591 33554432000 4194304 6004724 140733904288560 140733904274408 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/32756/statm: 46543 38591 177 442 0 46097 0
[pid=353] ppid=32756 vsize=901724 CPUtime=156.98 cores=0,2,4,6
/proc/353/stat : 353 (glucosInc) R 32756 32755 30741 0 -1 4202496 120046 0 0 0 15662 36 0 0 20 0 1 0 377003235 923365376 193990 33554432000 4194304 5654031 140735918350880 140735918338696 4215344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/353/statm: 225431 193990 142 357 0 225071 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 1097044

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 357
/proc/meminfo: memFree=24047368/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=186172 CPUtime=1264.74 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 37028 107999 0 0 625 319 125473 57 20 0 1 0 376876706 190640128 38591 33554432000 4194304 6004724 140733904288560 140733904274408 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/32756/statm: 46543 38591 177 442 0 46097 0
[pid=353] ppid=32756 vsize=901724 CPUtime=216.97 cores=0,2,4,6
/proc/353/stat : 353 (glucosInc) R 32756 32755 30741 0 -1 4202496 120048 0 0 0 21661 36 0 0 20 0 1 0 377003235 923365376 194503 33554432000 4194304 5654031 140735918350880 140735918338696 4215307 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/353/statm: 225431 194503 142 357 0 225071 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 1097044

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 357
/proc/meminfo: memFree=24026020/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=186172 CPUtime=1264.74 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 37028 107999 0 0 625 319 125473 57 20 0 1 0 376876706 190640128 38591 33554432000 4194304 6004724 140733904288560 140733904274408 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/32756/statm: 46543 38591 177 442 0 46097 0
[pid=353] ppid=32756 vsize=901724 CPUtime=276.96 cores=0,2,4,6
/proc/353/stat : 353 (glucosInc) R 32756 32755 30741 0 -1 4202496 120050 0 0 0 27660 36 0 0 20 0 1 0 377003235 923365376 195527 33554432000 4194304 5654031 140735918350880 140735918338696 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/353/statm: 225431 195527 142 357 0 225071 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 1097044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 357
/proc/meminfo: memFree=24035624/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=186172 CPUtime=1264.74 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 37028 107999 0 0 625 319 125473 57 20 0 1 0 376876706 190640128 38591 33554432000 4194304 6004724 140733904288560 140733904274408 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/32756/statm: 46543 38591 177 442 0 46097 0
[pid=353] ppid=32756 vsize=901724 CPUtime=336.95 cores=0,2,4,6
/proc/353/stat : 353 (glucosInc) R 32756 32755 30741 0 -1 4202496 120052 0 0 0 33659 36 0 0 20 0 1 0 377003235 923365376 196551 33554432000 4194304 5654031 140735918350880 140735918338696 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/353/statm: 225431 196551 142 357 0 225071 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 1097044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 357
/proc/meminfo: memFree=24043472/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=186172 CPUtime=1264.74 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 37028 107999 0 0 625 319 125473 57 20 0 1 0 376876706 190640128 38591 33554432000 4194304 6004724 140733904288560 140733904274408 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/32756/statm: 46543 38591 177 442 0 46097 0
[pid=353] ppid=32756 vsize=901724 CPUtime=396.93 cores=0,2,4,6
/proc/353/stat : 353 (glucosInc) R 32756 32755 30741 0 -1 4202496 120057 0 0 0 39657 36 0 0 20 0 1 0 377003235 923365376 197063 33554432000 4194304 5654031 140735918350880 140735918338696 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/353/statm: 225431 197063 142 357 0 225071 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 1097044

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 357
/proc/meminfo: memFree=24026868/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=186172 CPUtime=1264.74 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 37028 107999 0 0 625 319 125473 57 20 0 1 0 376876706 190640128 38591 33554432000 4194304 6004724 140733904288560 140733904274408 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/32756/statm: 46543 38591 177 442 0 46097 0
[pid=353] ppid=32756 vsize=901724 CPUtime=456.92 cores=0,2,4,6
/proc/353/stat : 353 (glucosInc) R 32756 32755 30741 0 -1 4202496 120064 0 0 0 45656 36 0 0 20 0 1 0 377003235 923365376 198094 33554432000 4194304 5654031 140735918350880 140735918338696 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/353/statm: 225431 198094 142 357 0 225071 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 1097044

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 358
/proc/meminfo: memFree=24012024/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=186172 CPUtime=1264.74 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 37028 107999 0 0 625 319 125473 57 20 0 1 0 376876706 190640128 38591 33554432000 4194304 6004724 140733904288560 140733904274408 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/32756/statm: 46543 38591 177 442 0 46097 0
[pid=353] ppid=32756 vsize=901724 CPUtime=516.9 cores=0,2,4,6
/proc/353/stat : 353 (glucosInc) R 32756 32755 30741 0 -1 4202496 120077 0 0 0 51654 36 0 0 20 0 1 0 377003235 923365376 198094 33554432000 4194304 5654031 140735918350880 140735918338696 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/353/statm: 225431 198094 142 357 0 225071 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 1097044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 358
/proc/meminfo: memFree=24008060/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=186172 CPUtime=1264.74 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 37028 107999 0 0 625 319 125473 57 20 0 1 0 376876706 190640128 38591 33554432000 4194304 6004724 140733904288560 140733904274408 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/32756/statm: 46543 38591 177 442 0 46097 0
[pid=353] ppid=32756 vsize=901724 CPUtime=535.3 cores=0,2,4,6
/proc/353/stat : 353 (glucosInc) R 32756 32755 30741 0 -1 4202496 120077 0 0 0 53494 36 0 0 20 0 1 0 377003235 923365376 198094 33554432000 4194304 5654031 140735918350880 140735918338696 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/353/statm: 225431 198094 142 357 0 225071 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1097044

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 358
/proc/meminfo: memFree=24008060/32873844 swapFree=6904/6904
[pid=32755] ppid=32753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32755/stat : 32755 (npSolver-pbo-It) S 32753 32755 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376876706 9367552 275 33554432000 4194304 5064252 140734056020128 140734056019040 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32755/statm: 2287 275 233 213 0 72 0
[pid=32756] ppid=32755 vsize=186172 CPUtime=1264.74 cores=0,2,4,6
/proc/32756/stat : 32756 (npSolver-pbo) S 32755 32755 30741 0 -1 4202496 37028 107999 0 0 625 319 125473 57 20 0 1 0 376876706 190640128 38591 33554432000 4194304 6004724 140733904288560 140733904274408 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/32756/statm: 46543 38591 177 442 0 46097 0
[pid=353] ppid=32756 vsize=901724 CPUtime=535.3 cores=0,2,4,6
/proc/353/stat : 353 (glucosInc) R 32756 32755 30741 0 -1 4202496 120077 0 0 0 53494 36 0 0 20 0 1 0 377003235 923365376 198094 33554432000 4194304 5654031 140735918350880 140735918338696 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/353/statm: 225431 198094 142 357 0 225071 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1097044

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32755 and gives
#  childrusage.ru_utime.tv_sec=1260
#  childrusage.ru_utime.tv_usec=993299
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=778425
# CPU time returned by wait4() is 1264.77
# 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.72
CPU time (s): 1800.04
CPU user time (s): 1795.92
CPU system time (s): 4.12
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 1402904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1260.99
system time used= 3.77842
maximum resident set size= 698988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145386
page faults= 0
swaps= 0
block input operations= 16
block output operations= 1061400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1101
involuntary context switches= 2761

runsolver used 2.90156 second user time and 11.2623 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-08 00:18:43
IDJOB=3746830
IDBENCH=91705
IDSOLVER=2332
FILE ID=node140/3746830-1339107523
RUNJOBID= node140-1339098176-30757
PBS_JOBID= 14643713
Free space on /tmp= 70668 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_20null10mast_rapportOE1.0_TMAX120_K67_cod1.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746830-1339107523/watcher-3746830-1339107523 -o /tmp/evaluation-result-3746830-1339107523/solver-3746830-1339107523 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746830-1339107523.opb 874901183 HOME HOME

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

MD5SUM BENCH= e10bad0133ca8f0560dac2af6a91b033
RANDOM SEED=874901183

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:        25966368 kB
Buffers:         1463356 kB
Cached:          4257212 kB
SwapCached:         1644 kB
Active:          3365584 kB
Inactive:        2556964 kB
Active(anon):     192480 kB
Inactive(anon):     9732 kB
Active(file):    3173104 kB
Inactive(file):  2547232 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67105336 kB
Dirty:             11372 kB
Writeback:             0 kB
AnonPages:        230408 kB
Mapped:            11756 kB
Shmem:                 8 kB
Slab:             820324 kB
SReclaimable:     261656 kB
SUnreclaim:       558668 kB
KernelStack:        1472 kB
PageTables:         4516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     356404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 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= 70116 MiB
End job on node140 at 2012-06-08 00:48:46