Trace number 3748430

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.05 1800.92

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null10mast_rapportOE2.0_TMAX60_K67_cod1.opb
MD5SUMb63a917d588fe2910953571155dfae07
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-35450
Best CPU time to get the best result obtained on this benchmark1800.01
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 16038
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 45248874
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 45248874
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.89/1.92	c run inc solver
1.89/1.92	c [INC SYSTEM] run initial solver
1.89/1.92	c [INC SYSTEM] preprocess with white file
9.27/9.32	c [INC SYSTEM] finished preprocessing in 7 s
9.27/9.32	c [INC SYSTEM] execute solver
122.85/122.95	c [INC SEARCH] formula is SAT
122.85/122.97	c [INC SYSTEM] solved the initial formula
122.94/123.07	c model valid
122.94/123.07	c current solution ok
125.50/125.62	o -7014
125.50/125.62	c execute binary inc search
125.50/125.62	c [INC SEARCH] current bound: 22620930
125.50/125.62	c [INC SEARCH] iteration: 0
125.50/125.62	c [INC SEARCH] lower bound: 0 upperbound 45241860 current bound: 22620930 best value:45241860
125.50/125.62	c [INC SYSTEM] there exists a inc, kill it!
125.50/125.62	c write failed with 2
125.50/125.63	c [INC SYSTEM] create new solver instance
125.50/125.63	c [INC] encode full formula
125.50/125.63	c fallback to adder encoding
127.85/127.91	c set iterative enc to: adder
127.85/127.91	c set iterative enc to: none
128.22/128.82	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.91	c an unexpexted return value has been received, exit
1800.05/1800.91	s UNKNOWN
1800.05/1800.91	c [INC SYSTEM] there exists a inc, kill it!

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-3748430-1339172073/watcher-3748430-1339172073 -o /tmp/evaluation-result-3748430-1339172073/solver-3748430-1339172073 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748430-1339172073.opb 1892981454 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.30 2.08 2.02 3/179 8861
/proc/meminfo: memFree=30703872/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0

[startup+0.100038 s]
/proc/loadavg: 2.30 2.08 2.02 3/179 8861
/proc/meminfo: memFree=30703872/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.20037 s]
/proc/loadavg: 2.30 2.08 2.02 3/179 8861
/proc/meminfo: memFree=30703872/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300395 s]
/proc/loadavg: 2.30 2.08 2.02 3/179 8861
/proc/meminfo: memFree=30703872/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700307 s]
/proc/loadavg: 2.30 2.08 2.02 3/179 8861
/proc/meminfo: memFree=30703872/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.30 2.08 2.02 3/181 8863
/proc/meminfo: memFree=30555172/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=238564 CPUtime=1.48 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) R 8861 8861 8594 0 -1 4202496 22846 0 0 0 141 7 0 0 20 0 1 0 383332726 244289536 43743 33554432000 4194304 6004724 140733361059152 140733361053432 4534742 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8862/statm: 59641 43743 153 442 0 59195 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 247712

[startup+3.10046 s]
/proc/loadavg: 2.30 2.08 2.02 3/183 8865
/proc/meminfo: memFree=30467588/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=167412 CPUtime=1.93 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 23165 0 0 0 170 23 0 0 20 0 1 0 383332726 171429888 30239 33554432000 4194304 6004724 140733361059152 140733361053616 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8862/statm: 41853 30239 162 442 0 41407 0
[pid=8864] ppid=8862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8864/stat : 8864 (cp2_pre.sh) S 8862 8861 8594 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383332921 9367552 277 33554432000 4194304 5064252 140737231742896 140737231741600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8864/statm: 2287 277 234 213 0 72 0
[pid=8865] ppid=8864 vsize=133108 CPUtime=1.14 cores=1,3,5,7
/proc/8865/stat : 8865 (coprocessor) R 8864 8861 8594 0 -1 4202496 10981 0 0 0 110 4 0 0 20 0 1 0 383332921 136302592 32277 33554432000 4194304 6586260 140733201331648 140733201328408 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/8865/statm: 33277 32277 138 584 0 32689 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 318816

[startup+6.30049 s]
/proc/loadavg: 2.28 2.07 2.02 3/183 8865
/proc/meminfo: memFree=30123556/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=167412 CPUtime=1.93 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 23165 0 0 0 170 23 0 0 20 0 1 0 383332726 171429888 30239 33554432000 4194304 6004724 140733361059152 140733361053616 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8862/statm: 41853 30239 162 442 0 41407 0
[pid=8864] ppid=8862 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8864/stat : 8864 (cp2_pre.sh) S 8862 8861 8594 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383332921 9367552 277 33554432000 4194304 5064252 140737231742896 140737231741600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8864/statm: 2287 277 234 213 0 72 0
[pid=8865] ppid=8864 vsize=405600 CPUtime=4.34 cores=1,3,5,7
/proc/8865/stat : 8865 (coprocessor) R 8864 8861 8594 0 -1 4202496 49854 0 0 0 419 15 0 0 20 0 1 0 383332921 415334400 99255 33554432000 4194304 6586260 140733201331648 140733201327464 4750473 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/8865/statm: 101400 99255 182 584 0 100812 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 591308

[startup+12.7004 s]
/proc/loadavg: 2.26 2.07 2.02 3/182 8867
/proc/meminfo: memFree=30394972/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=167412 CPUtime=9.29 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 23182 57448 0 0 170 23 703 33 20 0 1 0 383332726 171429888 30243 33554432000 4194304 6004724 140733361059152 140733361045432 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8862/statm: 41853 30243 166 442 0 41407 0
[pid=8867] ppid=8862 vsize=174368 CPUtime=3.37 cores=1,3,5,7
/proc/8867/stat : 8867 (glucosInc) R 8862 8861 8594 0 -1 4202496 32905 0 0 0 329 8 0 0 20 0 1 0 383333658 178552832 37861 33554432000 4194304 5654031 140733789077552 140733789075160 4215017 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8867/statm: 43592 37861 131 357 0 43232 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 350928

[startup+25.5005 s]
/proc/loadavg: 2.20 2.07 2.02 3/182 8867
/proc/meminfo: memFree=30389068/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=167412 CPUtime=9.29 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 23182 57448 0 0 170 23 703 33 20 0 1 0 383332726 171429888 30243 33554432000 4194304 6004724 140733361059152 140733361045432 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8862/statm: 41853 30243 166 442 0 41407 0
[pid=8867] ppid=8862 vsize=174368 CPUtime=16.17 cores=1,3,5,7
/proc/8867/stat : 8867 (glucosInc) R 8862 8861 8594 0 -1 4202496 32919 0 0 0 1609 8 0 0 20 0 1 0 383333658 178552832 37875 33554432000 4194304 5654031 140733789077552 140733789075160 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8867/statm: 43592 37875 131 357 0 43232 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 350928

[startup+51.1004 s]
/proc/loadavg: 2.13 2.06 2.02 3/182 8867
/proc/meminfo: memFree=30345808/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=167412 CPUtime=9.29 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 23182 57448 0 0 170 23 703 33 20 0 1 0 383332726 171429888 30243 33554432000 4194304 6004724 140733361059152 140733361045432 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8862/statm: 41853 30243 166 442 0 41407 0
[pid=8867] ppid=8862 vsize=174368 CPUtime=41.76 cores=1,3,5,7
/proc/8867/stat : 8867 (glucosInc) R 8862 8861 8594 0 -1 4202496 32941 0 0 0 4168 8 0 0 20 0 1 0 383333658 178552832 37896 33554432000 4194304 5654031 140733789077552 140733789075160 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8867/statm: 43592 37896 131 357 0 43232 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 350928

[startup+102.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/181 8867
/proc/meminfo: memFree=30360212/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=167412 CPUtime=9.29 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 23182 57448 0 0 170 23 703 33 20 0 1 0 383332726 171429888 30243 33554432000 4194304 6004724 140733361059152 140733361045432 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8862/statm: 41853 30243 166 442 0 41407 0
[pid=8867] ppid=8862 vsize=174368 CPUtime=92.95 cores=1,3,5,7
/proc/8867/stat : 8867 (glucosInc) R 8862 8861 8594 0 -1 4202496 32975 0 0 0 9287 8 0 0 20 0 1 0 383333658 178552832 37929 33554432000 4194304 5654031 140733789077552 140733789075160 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8867/statm: 43592 37929 131 357 0 43232 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 350928

[startup+162.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/181 8873
/proc/meminfo: memFree=29811080/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=174492 CPUtime=128.25 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 35541 91738 0 0 454 262 12053 56 20 0 1 0 383332726 178679808 32026 33554432000 4194304 6004724 140733361059152 140733361044072 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 52 0 0
/proc/8862/statm: 43623 32026 179 442 0 43177 0
[pid=8872] ppid=8862 vsize=556592 CPUtime=33.46 cores=1,3,5,7
/proc/8872/stat : 8872 (glucosInc) R 8862 8861 8594 0 -1 4202496 85664 0 0 0 3318 28 0 0 20 0 1 0 383345608 569950208 124539 33554432000 4194304 5654031 140736143006512 140736143004280 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8872/statm: 139148 124539 141 357 0 138788 0
Current children cumulated CPU time (s) 161.71
Current children cumulated vsize (KiB) 740232

[startup+222.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/181 8873
/proc/meminfo: memFree=29793984/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=174492 CPUtime=128.25 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 35541 91738 0 0 454 262 12053 56 20 0 1 0 383332726 178679808 32026 33554432000 4194304 6004724 140733361059152 140733361044072 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 52 0 0
/proc/8862/statm: 43623 32026 179 442 0 43177 0
[pid=8872] ppid=8862 vsize=556592 CPUtime=93.44 cores=1,3,5,7
/proc/8872/stat : 8872 (glucosInc) R 8862 8861 8594 0 -1 4202496 86032 0 0 0 9316 28 0 0 20 0 1 0 383345608 569950208 125913 33554432000 4194304 5654031 140736143006512 140736142994328 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8872/statm: 139148 125913 142 357 0 138788 0
Current children cumulated CPU time (s) 221.69

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

/proc/meminfo: memFree=29700968/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=174492 CPUtime=128.25 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 35541 91738 0 0 454 262 12053 56 20 0 1 0 383332726 178679808 32026 33554432000 4194304 6004724 140733361059152 140733361044072 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 52 0 0
/proc/8862/statm: 43623 32026 179 442 0 43177 0
[pid=8872] ppid=8862 vsize=577924 CPUtime=1233.26 cores=1,3,5,7
/proc/8872/stat : 8872 (glucosInc) R 8862 8861 8594 0 -1 4202496 88896 0 0 0 123293 33 0 0 20 0 1 0 383345608 591794176 133924 33554432000 4194304 5654031 140736143006512 140736142994328 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8872/statm: 144481 133924 142 357 0 144121 0
Current children cumulated CPU time (s) 1361.51
Current children cumulated vsize (KiB) 761564

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8884
/proc/meminfo: memFree=29705548/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=174492 CPUtime=128.25 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 35541 91738 0 0 454 262 12053 56 20 0 1 0 383332726 178679808 32026 33554432000 4194304 6004724 140733361059152 140733361044072 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 52 0 0
/proc/8862/statm: 43623 32026 179 442 0 43177 0
[pid=8872] ppid=8862 vsize=577924 CPUtime=1293.25 cores=1,3,5,7
/proc/8872/stat : 8872 (glucosInc) R 8862 8861 8594 0 -1 4202496 88896 0 0 0 129292 33 0 0 20 0 1 0 383345608 591794176 133924 33554432000 4194304 5654031 140736143006512 140736142994328 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8872/statm: 144481 133924 142 357 0 144121 0
Current children cumulated CPU time (s) 1421.5
Current children cumulated vsize (KiB) 761564

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8884
/proc/meminfo: memFree=29708268/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=174492 CPUtime=128.25 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 35541 91738 0 0 454 262 12053 56 20 0 1 0 383332726 178679808 32026 33554432000 4194304 6004724 140733361059152 140733361044072 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 52 0 0
/proc/8862/statm: 43623 32026 179 442 0 43177 0
[pid=8872] ppid=8862 vsize=577924 CPUtime=1353.24 cores=1,3,5,7
/proc/8872/stat : 8872 (glucosInc) R 8862 8861 8594 0 -1 4202496 88897 0 0 0 135291 33 0 0 20 0 1 0 383345608 591794176 134436 33554432000 4194304 5654031 140736143006512 140736142994328 4215076 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8872/statm: 144481 134436 142 357 0 144121 0
Current children cumulated CPU time (s) 1481.49
Current children cumulated vsize (KiB) 761564

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8887
/proc/meminfo: memFree=29707752/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=174492 CPUtime=128.25 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 35541 91738 0 0 454 262 12053 56 20 0 1 0 383332726 178679808 32026 33554432000 4194304 6004724 140733361059152 140733361044072 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 52 0 0
/proc/8862/statm: 43623 32026 179 442 0 43177 0
[pid=8872] ppid=8862 vsize=577924 CPUtime=1413.23 cores=1,3,5,7
/proc/8872/stat : 8872 (glucosInc) R 8862 8861 8594 0 -1 4202496 89257 0 0 0 141289 34 0 0 20 0 1 0 383345608 591794176 137351 33554432000 4194304 5654031 140736143006512 140736142994328 4214964 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8872/statm: 144481 137351 142 357 0 144121 0
Current children cumulated CPU time (s) 1541.48
Current children cumulated vsize (KiB) 761564

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8888
/proc/meminfo: memFree=29667244/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=174492 CPUtime=128.25 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 35541 91738 0 0 454 262 12053 56 20 0 1 0 383332726 178679808 32026 33554432000 4194304 6004724 140733361059152 140733361044072 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 52 0 0
/proc/8862/statm: 43623 32026 179 442 0 43177 0
[pid=8872] ppid=8862 vsize=577924 CPUtime=1473.23 cores=1,3,5,7
/proc/8872/stat : 8872 (glucosInc) R 8862 8861 8594 0 -1 4202496 89257 0 0 0 147289 34 0 0 20 0 1 0 383345608 591794176 137351 33554432000 4194304 5654031 140736143006512 140736142994328 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8872/statm: 144481 137351 142 357 0 144121 0
Current children cumulated CPU time (s) 1601.48
Current children cumulated vsize (KiB) 761564

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8889
/proc/meminfo: memFree=29675360/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=174492 CPUtime=128.25 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 35541 91738 0 0 454 262 12053 56 20 0 1 0 383332726 178679808 32026 33554432000 4194304 6004724 140733361059152 140733361044072 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 52 0 0
/proc/8862/statm: 43623 32026 179 442 0 43177 0
[pid=8872] ppid=8862 vsize=577924 CPUtime=1533.21 cores=1,3,5,7
/proc/8872/stat : 8872 (glucosInc) R 8862 8861 8594 0 -1 4202496 89257 0 0 0 153287 34 0 0 20 0 1 0 383345608 591794176 137351 33554432000 4194304 5654031 140736143006512 140736142994328 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8872/statm: 144481 137351 142 357 0 144121 0
Current children cumulated CPU time (s) 1661.46
Current children cumulated vsize (KiB) 761564

[startup+1722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8889
/proc/meminfo: memFree=29686388/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=174492 CPUtime=128.25 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 35541 91738 0 0 454 262 12053 56 20 0 1 0 383332726 178679808 32026 33554432000 4194304 6004724 140733361059152 140733361044072 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 52 0 0
/proc/8862/statm: 43623 32026 179 442 0 43177 0
[pid=8872] ppid=8862 vsize=577924 CPUtime=1593.21 cores=1,3,5,7
/proc/8872/stat : 8872 (glucosInc) R 8862 8861 8594 0 -1 4202496 89257 0 0 0 159287 34 0 0 20 0 1 0 383345608 591794176 137351 33554432000 4194304 5654031 140736143006512 140736142994328 4214612 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8872/statm: 144481 137351 142 357 0 144121 0
Current children cumulated CPU time (s) 1721.46
Current children cumulated vsize (KiB) 761564

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 8936
/proc/meminfo: memFree=29755532/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=174492 CPUtime=128.25 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 35541 91738 0 0 454 262 12053 56 20 0 1 0 383332726 178679808 32026 33554432000 4194304 6004724 140733361059152 140733361044072 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 52 0 0
/proc/8862/statm: 43623 32026 179 442 0 43177 0
[pid=8872] ppid=8862 vsize=577924 CPUtime=1653.2 cores=1,3,5,7
/proc/8872/stat : 8872 (glucosInc) R 8862 8861 8594 0 -1 4202496 89257 0 0 0 165286 34 0 0 20 0 1 0 383345608 591794176 137351 33554432000 4194304 5654031 140736143006512 140736142994328 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8872/statm: 144481 137351 142 357 0 144121 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (KiB) 761564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 8936
/proc/meminfo: memFree=29746040/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=174492 CPUtime=128.25 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 35541 91738 0 0 454 262 12053 56 20 0 1 0 383332726 178679808 32026 33554432000 4194304 6004724 140733361059152 140733361044072 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 52 0 0
/proc/8862/statm: 43623 32026 179 442 0 43177 0
[pid=8872] ppid=8862 vsize=577924 CPUtime=1671.8 cores=1,3,5,7
/proc/8872/stat : 8872 (glucosInc) R 8862 8861 8594 0 -1 4202496 89257 0 0 0 167146 34 0 0 20 0 1 0 383345608 591794176 137351 33554432000 4194304 5654031 140736143006512 140736142994328 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8872/statm: 144481 137351 142 357 0 144121 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 761564

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

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

[startup+1800.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 8936
/proc/meminfo: memFree=29746040/32873844 swapFree=7896/7896
[pid=8861] ppid=8859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8861/stat : 8861 (npSolver-pbo-I.) S 8859 8861 8594 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383332726 9367552 275 33554432000 4194304 5064252 140736636585664 140736636584576 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8861/statm: 2287 275 233 213 0 72 0
[pid=8862] ppid=8861 vsize=174492 CPUtime=128.25 cores=1,3,5,7
/proc/8862/stat : 8862 (npSolver-pbo) S 8861 8861 8594 0 -1 4202496 35541 91738 0 0 454 262 12053 56 20 0 1 0 383332726 178679808 32026 33554432000 4194304 6004724 140733361059152 140733361044072 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 52 0 0
/proc/8862/statm: 43623 32026 179 442 0 43177 0
[pid=8872] ppid=8862 vsize=577924 CPUtime=1671.8 cores=1,3,5,7
/proc/8872/stat : 8872 (glucosInc) R 8862 8861 8594 0 -1 4202496 89257 0 0 0 167146 34 0 0 20 0 1 0 383345608 591794176 137351 33554432000 4194304 5654031 140736143006512 140736142994328 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8872/statm: 144481 137351 142 357 0 144121 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 761564

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8861 and gives
#  childrusage.ru_utime.tv_sec=125
#  childrusage.ru_utime.tv_usec=83984
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=188515
# CPU time returned by wait4() is 128.273
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.92
CPU time (s): 1800.05
CPU user time (s): 1796.53
CPU system time (s): 3.52
CPU usage (%): 99.9519
Max. virtual memory (cumulated for all children) (KiB): 968148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.084
system time used= 3.18851
maximum resident set size= 454428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127650
page faults= 0
swaps= 0
block input operations= 0
block output operations= 750072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 964
involuntary context switches= 1186

runsolver used 4.31434 second user time and 11.0203 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-08 18:14:33
IDJOB=3748430
IDBENCH=91942
IDSOLVER=2333
FILE ID=node136/3748430-1339172073
RUNJOBID= node136-1339170208-8611
PBS_JOBID= 14643823
Free space on /tmp= 70296 MiB

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

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

MD5SUM BENCH= b63a917d588fe2910953571155dfae07
RANDOM SEED=1892981454

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:        30703880 kB
Buffers:          746984 kB
Cached:           371996 kB
SwapCached:        20432 kB
Active:          1111968 kB
Inactive:         144164 kB
Active(anon):     115512 kB
Inactive(anon):    22684 kB
Active(file):     996456 kB
Inactive(file):   121480 kB
Unevictable:        7896 kB
Mlocked:            7896 kB
SwapTotal:      67108856 kB
SwapFree:       67083240 kB
Dirty:             11596 kB
Writeback:             0 kB
AnonPages:        109608 kB
Mapped:            10496 kB
Shmem:                 0 kB
Slab:             770384 kB
SReclaimable:     211044 kB
SUnreclaim:       559340 kB
KernelStack:        1520 kB
PageTables:         4212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     255448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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= 70052 MiB
End job on node136 at 2012-06-08 18:44:36