Trace number 3748421

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 (fixed)? (TO) 1800.06 1800.81

General information on the benchmark

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

Solver Data

0.83/1.25	c run inc solver
0.83/1.25	c [INC SYSTEM] run initial solver
0.83/1.25	c [INC SYSTEM] preprocess with white file
3.28/3.73	c [INC SYSTEM] finished preprocessing in 2 s
3.28/3.73	c [INC SYSTEM] execute solver
5.87/6.38	c [INC SEARCH] formula is SAT
5.87/6.39	c [INC SYSTEM] solved the initial formula
5.98/6.47	c model valid
5.98/6.47	c current solution ok
6.86/7.30	o -34
6.86/7.30	c execute binary inc search
6.86/7.30	c [INC SEARCH] current bound: 661359
6.86/7.30	c [INC SEARCH] iteration: 0
6.86/7.30	c [INC SEARCH] lower bound: 0 upperbound 1322718 current bound: 661359 best value:1322718
6.86/7.30	c [INC SYSTEM] there exists a inc, kill it!
6.86/7.30	c write failed with 2
6.86/7.30	c [INC SYSTEM] create new solver instance
6.86/7.30	c [INC] encode full formula
6.86/7.30	c fallback to adder encoding
6.86/7.36	c set iterative enc to: adder
6.86/7.36	c set iterative enc to: none
6.86/7.38	c [INC SEARCH] isOptimum variable: 0
162.82/163.36	c [INC SEARCH] formula is UNSAT
162.82/163.36	c [INC SYSTEM] there exists a inc, kill it!
162.82/163.36	c write failed with 2
162.82/163.36	c sat variable: 0 optimum/unsat variable: 1
162.82/163.36	c [INC SEARCH] set lower bound to 661360 upperbound 1322718
162.82/163.36	c [INC SEARCH] current bound: 992039
162.82/163.36	c [INC SEARCH] iteration: 1
162.82/163.36	c [INC SEARCH] lower bound: 661360 upperbound 1322718 current bound: 992039 best value:1322718
162.82/163.36	c [INC SYSTEM] create new solver instance
162.82/163.36	c [INC] encode full formula
162.82/163.36	c fallback to adder encoding
162.94/163.41	c set iterative enc to: adder
162.94/163.41	c set iterative enc to: none
162.94/163.44	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.81	HOME/npSolver-pbo-I.sh: line 18:  8766 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=1

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-3748421-1339172021/watcher-3748421-1339172021 -o /tmp/evaluation-result-3748421-1339172021/solver-3748421-1339172021 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748421-1339172021.opb 1850786364 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: 1.92 1.98 2.00 2/177 8765
/proc/meminfo: memFree=30646068/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0

[startup+0.0647471 s]
/proc/loadavg: 1.92 1.98 2.00 2/177 8765
/proc/meminfo: memFree=30646068/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100305 s]
/proc/loadavg: 1.92 1.98 2.00 2/177 8765
/proc/meminfo: memFree=30646068/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300274 s]
/proc/loadavg: 1.92 1.98 2.00 2/177 8765
/proc/meminfo: memFree=30646068/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700263 s]
/proc/loadavg: 1.92 1.98 2.00 2/177 8765
/proc/meminfo: memFree=30646068/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 2.01 2.00 2.00 2/181 8769
/proc/meminfo: memFree=30448108/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=59840 CPUtime=0.84 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 16819 0 0 0 78 6 0 0 20 0 1 0 383327563 61276160 12382 33554432000 4194304 6004724 140736375527072 140736375521536 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 14960 12382 162 442 0 14514 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 68988

[startup+3.10034 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 8771
/proc/meminfo: memFree=30071076/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=59840 CPUtime=0.84 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 16819 0 0 0 78 6 0 0 20 0 1 0 383327563 61276160 12382 33554432000 4194304 6004724 140736375527072 140736375521536 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 14960 12382 162 442 0 14514 0
[pid=8770] ppid=8766 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8770/stat : 8770 (cp2_pre.sh) S 8766 8765 8594 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383327688 9367552 277 33554432000 4194304 5064252 140734711216528 140734711215232 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8770/statm: 2287 277 234 213 0 72 0
[pid=8771] ppid=8770 vsize=156304 CPUtime=1.83 cores=0,2,4,6
/proc/8771/stat : 8771 (coprocessor) R 8770 8765 8594 0 -1 4202496 28791 0 0 0 179 4 0 0 20 0 1 0 383327688 160055296 37760 33554432000 4194304 6586260 140733884751168 140733884746712 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/8771/statm: 39076 37760 202 584 0 38488 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 234440

[startup+6.30028 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 8773
/proc/meminfo: memFree=30025236/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=59840 CPUtime=3.32 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 16837 29697 0 0 78 6 231 17 20 0 1 0 383327563 61276160 12386 33554432000 4194304 6004724 140736375527072 140736375513352 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 14960 12386 166 442 0 14514 0
[pid=8773] ppid=8766 vsize=57216 CPUtime=2.55 cores=0,2,4,6
/proc/8773/stat : 8773 (glucosInc) R 8766 8765 8594 0 -1 4202496 11829 0 0 0 253 2 0 0 20 0 1 0 383327936 58589184 12883 33554432000 4194304 5654031 140734995981408 140734995979192 4214582 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8773/statm: 14304 12884 131 357 0 13944 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 126204

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 2/182 8779
/proc/meminfo: memFree=30061092/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=6.96 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 21124 42664 0 0 107 74 492 23 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8776] ppid=8766 vsize=73492 CPUtime=5.3 cores=0,2,4,6
/proc/8776/stat : 8776 (glucosInc) R 8766 8765 8594 0 -1 4202496 14708 0 0 0 528 2 0 0 20 0 1 0 383328301 75255808 15114 33554432000 4194304 5654031 140735128385440 140735128373256 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8776/statm: 18373 15114 140 357 0 18013 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 146580

[startup+25.5003 s]
/proc/loadavg: 2.15 2.03 2.01 3/183 8821
/proc/meminfo: memFree=29831072/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=6.96 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 21124 42664 0 0 107 74 492 23 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8776] ppid=8766 vsize=73492 CPUtime=18.09 cores=0,2,4,6
/proc/8776/stat : 8776 (glucosInc) R 8766 8765 8594 0 -1 4202496 14717 0 0 0 1807 2 0 0 20 0 1 0 383328301 75255808 15121 33554432000 4194304 5654031 140735128385440 140735128373256 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8776/statm: 18373 15121 140 357 0 18013 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 146580

[startup+51.1004 s]
/proc/loadavg: 2.16 2.04 2.01 2/183 8824
/proc/meminfo: memFree=29882108/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=6.96 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 21124 42664 0 0 107 74 492 23 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8776] ppid=8766 vsize=67180 CPUtime=43.69 cores=0,2,4,6
/proc/8776/stat : 8776 (glucosInc) R 8766 8765 8594 0 -1 4202496 16055 0 0 0 4366 3 0 0 20 0 1 0 383328301 68792320 15323 33554432000 4194304 5654031 140735128385440 140735128373256 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8776/statm: 16795 15323 142 357 0 16435 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 140268

[startup+102.3 s]
/proc/loadavg: 2.13 2.06 2.02 3/182 8867
/proc/meminfo: memFree=30345808/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=6.96 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 21124 42664 0 0 107 74 492 23 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8776] ppid=8766 vsize=127544 CPUtime=94.87 cores=0,2,4,6
/proc/8776/stat : 8776 (glucosInc) R 8766 8765 8594 0 -1 4202496 20260 0 0 0 9481 6 0 0 20 0 1 0 383328301 130605056 28322 33554432000 4194304 5654031 140735128385440 140735128373256 4232788 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8776/statm: 31886 28322 142 357 0 31526 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 200632

[startup+162.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/181 8867
/proc/meminfo: memFree=30322976/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=6.96 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 21124 42664 0 0 107 74 492 23 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8776] ppid=8766 vsize=158188 CPUtime=154.86 cores=0,2,4,6
/proc/8776/stat : 8776 (glucosInc) R 8766 8765 8594 0 -1 4202496 21354 0 0 0 15478 8 0 0 20 0 1 0 383328301 161984512 34002 33554432000 4194304 5654031 140735128385440 140735128373256 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8776/statm: 39547 34002 142 357 0 39187 0
Current children cumulated CPU time (s) 161.82
Current children cumulated vsize (KiB) 231276

[startup+222.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/181 8873
/proc/meminfo: memFree=29801012/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=162.98 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 23623 64537 0 0 112 75 16077 34 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8869] ppid=8766 vsize=118700 CPUtime=58.82 cores=0,2,4,6
/proc/8869/stat : 8869 (glucosInc) R 8766 8765 8594 0 -1 4202496 18008 0 0 0 5878 4 0 0 20 0 1 0 383343907 121548800 28017 33554432000 4194304 5654031 140736488409584 140736488397400 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8869/statm: 29675 28017 142 357 0 29315 0
Current children cumulated CPU time (s) 221.8
Current children cumulated vsize (KiB) 191788

[startup+282.307 s]

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

/proc/loadavg: 2.02 2.01 2.00 3/181 8883
/proc/meminfo: memFree=29692788/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=162.98 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 23623 64537 0 0 112 75 16077 34 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8869] ppid=8766 vsize=226500 CPUtime=1198.64 cores=0,2,4,6
/proc/8869/stat : 8869 (glucosInc) R 8766 8765 8594 0 -1 4202496 58314 0 0 0 119799 65 0 0 20 0 1 0 383343907 231936000 46240 33554432000 4194304 5654031 140736488409584 140736488397400 4233213 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8869/statm: 56625 46240 142 357 0 56265 0
Current children cumulated CPU time (s) 1361.62
Current children cumulated vsize (KiB) 299588

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8884
/proc/meminfo: memFree=29696748/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=162.98 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 23623 64537 0 0 112 75 16077 34 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8869] ppid=8766 vsize=226812 CPUtime=1258.63 cores=0,2,4,6
/proc/8869/stat : 8869 (glucosInc) R 8766 8765 8594 0 -1 4202496 59772 0 0 0 125795 68 0 0 20 0 1 0 383343907 232255488 45299 33554432000 4194304 5654031 140736488409584 140736488397400 4232960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8869/statm: 56703 45299 142 357 0 56343 0
Current children cumulated CPU time (s) 1421.61
Current children cumulated vsize (KiB) 299900

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8884
/proc/meminfo: memFree=29699964/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=162.98 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 23623 64537 0 0 112 75 16077 34 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8869] ppid=8766 vsize=227496 CPUtime=1318.62 cores=0,2,4,6
/proc/8869/stat : 8869 (glucosInc) R 8766 8765 8594 0 -1 4202496 61290 0 0 0 131792 70 0 0 20 0 1 0 383343907 232955904 43901 33554432000 4194304 5654031 140736488409584 140736488397400 4218888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8869/statm: 56874 43901 142 357 0 56514 0
Current children cumulated CPU time (s) 1481.6
Current children cumulated vsize (KiB) 300584

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8884
/proc/meminfo: memFree=29701752/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=162.98 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 23623 64537 0 0 112 75 16077 34 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8869] ppid=8766 vsize=181500 CPUtime=1378.62 cores=0,2,4,6
/proc/8869/stat : 8869 (glucosInc) R 8766 8765 8594 0 -1 4202496 62679 0 0 0 137789 73 0 0 20 0 1 0 383343907 185856000 42889 33554432000 4194304 5654031 140736488409584 140736488397400 4233332 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8869/statm: 45375 42889 142 357 0 45015 0
Current children cumulated CPU time (s) 1541.6
Current children cumulated vsize (KiB) 254588

[startup+1602.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8887
/proc/meminfo: memFree=29701624/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=162.98 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 23623 64537 0 0 112 75 16077 34 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8869] ppid=8766 vsize=181500 CPUtime=1438.61 cores=0,2,4,6
/proc/8869/stat : 8869 (glucosInc) R 8766 8765 8594 0 -1 4202496 64086 0 0 0 143786 75 0 0 20 0 1 0 383343907 185856000 40338 33554432000 4194304 5654031 140736488409584 140736488397400 4217594 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8869/statm: 45375 40338 142 357 0 45015 0
Current children cumulated CPU time (s) 1601.59
Current children cumulated vsize (KiB) 254588

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8888
/proc/meminfo: memFree=29713216/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=162.98 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 23623 64537 0 0 112 75 16077 34 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8869] ppid=8766 vsize=181668 CPUtime=1498.59 cores=0,2,4,6
/proc/8869/stat : 8869 (glucosInc) R 8766 8765 8594 0 -1 4202496 64966 0 0 0 149782 77 0 0 20 0 1 0 383343907 186028032 37283 33554432000 4194304 5654031 140736488409584 140736488397400 4215124 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8869/statm: 45417 37283 142 357 0 45057 0
Current children cumulated CPU time (s) 1661.57
Current children cumulated vsize (KiB) 254756

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8889
/proc/meminfo: memFree=29670268/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=162.98 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 23623 64537 0 0 112 75 16077 34 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8869] ppid=8766 vsize=232364 CPUtime=1558.58 cores=0,2,4,6
/proc/8869/stat : 8869 (glucosInc) R 8766 8765 8594 0 -1 4202496 65431 0 0 0 155780 78 0 0 20 0 1 0 383343907 237940736 48086 33554432000 4194304 5654031 140736488409584 140736488397400 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8869/statm: 58091 48086 142 357 0 57731 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 305452

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8889
/proc/meminfo: memFree=29679748/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=162.98 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 23623 64537 0 0 112 75 16077 34 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8869] ppid=8766 vsize=232732 CPUtime=1618.57 cores=0,2,4,6
/proc/8869/stat : 8869 (glucosInc) R 8766 8765 8594 0 -1 4202496 66339 0 0 0 161776 81 0 0 20 0 1 0 383343907 238317568 45644 33554432000 4194304 5654031 140736488409584 140736488397400 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8869/statm: 58183 45644 142 357 0 57823 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (KiB) 305820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8889
/proc/meminfo: memFree=29667460/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=162.98 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 23623 64537 0 0 112 75 16077 34 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8869] ppid=8766 vsize=232872 CPUtime=1637.08 cores=0,2,4,6
/proc/8869/stat : 8869 (glucosInc) R 8766 8765 8594 0 -1 4202496 66359 0 0 0 163626 82 0 0 20 0 1 0 383343907 238460928 48730 33554432000 4194304 5654031 140736488409584 140736488397400 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8869/statm: 58218 48730 142 357 0 57858 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 305960

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8889
/proc/meminfo: memFree=29667460/32873844 swapFree=7896/7896
[pid=8765] ppid=8763 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8765/stat : 8765 (npSolver-pbo-I.) S 8763 8765 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383327562 9367552 275 33554432000 4194304 5064252 140735105015136 140735105014048 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8765/statm: 2287 275 233 213 0 72 0
[pid=8766] ppid=8765 vsize=63940 CPUtime=162.98 cores=0,2,4,6
/proc/8766/stat : 8766 (npSolver-pbo) S 8765 8765 8594 0 -1 4202496 23623 64537 0 0 112 75 16077 34 20 0 1 0 383327563 65474560 13293 33554432000 4194304 6004724 140736375527072 140736375511992 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 39 0 0
/proc/8766/statm: 15985 13293 179 442 0 15539 0
[pid=8869] ppid=8766 vsize=232872 CPUtime=1637.08 cores=0,2,4,6
/proc/8869/stat : 8869 (glucosInc) R 8766 8765 8594 0 -1 4202496 66359 0 0 0 163626 82 0 0 20 0 1 0 383343907 238460928 48730 33554432000 4194304 5654031 140736488409584 140736488397400 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8869/statm: 58218 48730 142 357 0 57858 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 305960

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8765 and gives
#  childrusage.ru_utime.tv_sec=161
#  childrusage.ru_utime.tv_usec=901387
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=104832
# CPU time returned by wait4() is 163.006
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.81
CPU time (s): 1800.06
CPU user time (s): 1798.15
CPU system time (s): 1.91
CPU usage (%): 99.9581
Max. virtual memory (cumulated for all children) (KiB): 385960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.901
system time used= 1.10483
maximum resident set size= 162288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88535
page faults= 0
swaps= 0
block input operations= 8
block output operations= 159952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 346
involuntary context switches= 272

runsolver used 3.54846 second user time and 9.34758 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-08 18:13:41
IDJOB=3748421
IDBENCH=91577
IDSOLVER=2333
FILE ID=node136/3748421-1339172021
RUNJOBID= node136-1339170208-8610
PBS_JOBID= 14643823
Free space on /tmp= 70320 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_0null20mast_rapportOE2.0_TMAX120_K67_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748421-1339172021/watcher-3748421-1339172021 -o /tmp/evaluation-result-3748421-1339172021/solver-3748421-1339172021 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748421-1339172021.opb 1850786364 HOME HOME

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

MD5SUM BENCH= 3c4312a0a0fb7b4698eae8a0af34af2a
RANDOM SEED=1850786364

node136.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.247
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.49
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.247
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.247
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.94
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.247
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.90
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.247
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.90
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.247
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.90
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.247
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		: 2667.247
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:        30648380 kB
Buffers:          745604 kB
Cached:           344340 kB
SwapCached:        20432 kB
Active:          1147616 kB
Inactive:         140244 kB
Active(anon):     176224 kB
Inactive(anon):    22684 kB
Active(file):     971392 kB
Inactive(file):   117560 kB
Unevictable:        7896 kB
Mlocked:            7896 kB
SwapTotal:      67108856 kB
SwapFree:       67083240 kB
Dirty:             21544 kB
Writeback:             0 kB
AnonPages:        148160 kB
Mapped:             9372 kB
Shmem:                 0 kB
Slab:             769744 kB
SReclaimable:     210892 kB
SUnreclaim:       558852 kB
KernelStack:        1464 kB
PageTables:         3940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     364232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 70068 MiB
End job on node136 at 2012-06-08 18:43:42