Trace number 3697691

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? (TO) 1800.08 1800.61

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_20null10mast_rapportOE2.0_TMAX60_K67_cod3.opb
MD5SUMf8b4f8df359af81721df2075b70b4f33
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3996
Best CPU time to get the best result obtained on this benchmark1800.04
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 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 14207094
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 14207094
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.41	c fallback to adder encoding
1.69/1.78	c run inc solver
1.69/1.78	c [INC SYSTEM] run initial solver
1.69/1.78	c [INC SYSTEM] preprocess with white file
8.61/8.82	c [INC SYSTEM] finished preprocessing in 7 s
8.61/8.82	c [INC SYSTEM] execute solver
1800.08/1800.61	HOME/npSolver-pbo-Itd.sh: line 18: 21417 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -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-3697691-1338122085/watcher-3697691-1338122085 -o /tmp/evaluation-result-3697691-1338122085/solver-3697691-1338122085 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697691-1338122085.opb 1790345344 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: 1.00 1.44 1.80 4/173 21415
/proc/meminfo: memFree=28883400/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0

[startup+0.104111 s]
/proc/loadavg: 1.00 1.44 1.80 4/173 21415
/proc/meminfo: memFree=28883400/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200143 s]
/proc/loadavg: 1.00 1.44 1.80 4/173 21415
/proc/meminfo: memFree=28883400/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300134 s]
/proc/loadavg: 1.00 1.44 1.80 4/173 21415
/proc/meminfo: memFree=28883400/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700157 s]
/proc/loadavg: 1.00 1.44 1.80 4/173 21415
/proc/meminfo: memFree=28883400/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50019 s]
/proc/loadavg: 1.00 1.44 1.80 4/177 21419
/proc/meminfo: memFree=28697520/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=1.48 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) R 21415 21415 21372 0 -1 4202496 13671 0 0 0 144 4 0 0 20 0 1 0 278333982 176005120 28923 33554432000 4194304 5992684 140736082080320 140736082075288 4523502 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 28923 167 440 0 42526 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 181028

[startup+3.10029 s]
/proc/loadavg: 1.08 1.45 1.80 4/179 21421
/proc/meminfo: memFree=28257264/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=1.8 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14136 0 0 0 160 20 0 0 20 0 1 0 278333982 176005120 31490 33554432000 4194304 5992684 140736082080320 140736082074768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31490 174 440 0 42526 0
[pid=21420] ppid=21417 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21420/stat : 21420 (cp2_pre.sh) S 21417 21415 21372 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 278334164 9367552 277 33554432000 4194304 5064252 140735920143808 140735920142512 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21420/statm: 2287 277 234 213 0 72 0
[pid=21421] ppid=21420 vsize=297744 CPUtime=1.27 cores=1,3,5,7
/proc/21421/stat : 21421 (coprocessor) R 21420 21415 21372 0 -1 4202496 23748 0 0 0 118 9 0 0 20 0 1 0 278334164 304889856 67018 33554432000 4194304 6586260 140736452035584 140736452032344 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/21421/statm: 74436 67018 166 584 0 73848 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 487920

[startup+6.30035 s]
/proc/loadavg: 1.08 1.45 1.80 4/181 21423
/proc/meminfo: memFree=27545564/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=1.8 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14136 0 0 0 160 20 0 0 20 0 1 0 278333982 176005120 31490 33554432000 4194304 5992684 140736082080320 140736082074768 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31490 174 440 0 42526 0
[pid=21420] ppid=21417 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21420/stat : 21420 (cp2_pre.sh) S 21417 21415 21372 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 278334164 9367552 277 33554432000 4194304 5064252 140735920143808 140735920142512 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21420/statm: 2287 277 234 213 0 72 0
[pid=21421] ppid=21420 vsize=408860 CPUtime=4.46 cores=1,3,5,7
/proc/21421/stat : 21421 (coprocessor) R 21420 21415 21372 0 -1 4202496 50136 0 0 0 433 13 0 0 20 0 1 0 278334164 418672640 100049 33554432000 4194304 6586260 140736452035584 140736452031608 4754004 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/21421/statm: 102215 100049 182 584 0 101627 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 599036

[startup+12.7004 s]
/proc/loadavg: 1.22 1.46 1.80 4/179 21427
/proc/meminfo: memFree=28146856/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=174560 CPUtime=3.86 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 31472 0 0 0 381 5 0 0 20 0 1 0 278334864 178749440 37929 33554432000 4194304 5654031 140734182778848 140734182766664 4648576 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21425/statm: 43640 37929 140 357 0 43280 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 355588

[startup+25.5063 s]
/proc/loadavg: 1.34 1.48 1.81 4/179 21427
/proc/meminfo: memFree=28148212/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=174560 CPUtime=16.66 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 31716 0 0 0 1661 5 0 0 20 0 1 0 278334864 178749440 38168 33554432000 4194304 5654031 140734182778848 140734182766664 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21425/statm: 43640 38168 140 357 0 43280 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 355588

[startup+51.1004 s]
/proc/loadavg: 1.56 1.52 1.81 4/179 21427
/proc/meminfo: memFree=28144152/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=195036 CPUtime=42.25 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 32452 0 0 0 4220 5 0 0 20 0 1 0 278334864 199716864 39413 33554432000 4194304 5654031 140734182778848 140734182766664 4215014 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21425/statm: 48759 39413 140 357 0 48399 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 376064

[startup+102.3 s]
/proc/loadavg: 1.81 1.59 1.82 3/179 21427
/proc/meminfo: memFree=28139004/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=196936 CPUtime=93.44 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 32846 0 0 0 9339 5 0 0 20 0 1 0 278334864 201662464 40318 33554432000 4194304 5654031 140734182778848 140734182766664 4215200 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21425/statm: 49234 40318 140 357 0 48874 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 377964

[startup+162.3 s]
/proc/loadavg: 1.93 1.67 1.83 4/179 21428
/proc/meminfo: memFree=28131564/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=196936 CPUtime=153.42 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 32847 0 0 0 15337 5 0 0 20 0 1 0 278334864 201662464 40830 33554432000 4194304 5654031 140734182778848 140734182766664 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21425/statm: 49234 40830 140 357 0 48874 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 377964

[startup+222.3 s]
/proc/loadavg: 1.97 1.73 1.83 3/179 21428
/proc/meminfo: memFree=28131100/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=199256 CPUtime=213.41 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 33697 0 0 0 21335 6 0 0 20 0 1 0 278334864 204038144 40080 33554432000 4194304 5654031 140734182778848 140734182766664 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21425/statm: 49814 40080 141 357 0 49454 0
Current children cumulated CPU time (s) 222.04

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

/proc/loadavg: 2.08 2.02 1.92 3/179 21482
/proc/meminfo: memFree=28202312/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=233444 CPUtime=1293.23 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 36646 0 0 0 129314 9 0 0 20 0 1 0 278334864 239046656 48594 33554432000 4194304 5654031 140734182778848 140734182766664 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 58361 48594 141 357 0 58001 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 414472

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.92 3/179 21482
/proc/meminfo: memFree=28217456/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=202776 CPUtime=1353.22 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 37274 0 0 0 135313 9 0 0 20 0 1 0 278334864 207642624 42950 33554432000 4194304 5654031 140734182778848 140734182766664 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 50694 42950 141 357 0 50334 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 383804

[startup+1422.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/179 21483
/proc/meminfo: memFree=28222552/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=203100 CPUtime=1413.21 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 37342 0 0 0 141312 9 0 0 20 0 1 0 278334864 207974400 44040 33554432000 4194304 5654031 140734182778848 140734182776536 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 50775 44040 141 357 0 50415 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 384128

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21483
/proc/meminfo: memFree=28215792/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=203232 CPUtime=1473.2 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 37400 0 0 0 147311 9 0 0 20 0 1 0 278334864 208109568 45120 33554432000 4194304 5654031 140734182778848 140734182766664 4215040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 50808 45120 141 357 0 50448 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 384260

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 21486
/proc/meminfo: memFree=28213896/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=203232 CPUtime=1533.19 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 37404 0 0 0 153310 9 0 0 20 0 1 0 278334864 208109568 45124 33554432000 4194304 5654031 140734182778848 140734182766664 4215040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 50808 45124 141 357 0 50448 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 384260

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 21508
/proc/meminfo: memFree=28204472/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=203692 CPUtime=1593.19 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 37543 0 0 0 159309 10 0 0 20 0 1 0 278334864 208580608 46342 33554432000 4194304 5654031 140734182778848 140734182766664 4215200 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 50923 46342 141 357 0 50563 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 384720

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21508
/proc/meminfo: memFree=28195504/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=234512 CPUtime=1653.18 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 38095 0 0 0 165308 10 0 0 20 0 1 0 278334864 240140288 47403 33554432000 4194304 5654031 140734182778848 140734182766664 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 58628 47403 141 357 0 58268 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 415540

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21509
/proc/meminfo: memFree=28188616/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=234684 CPUtime=1713.16 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 38141 0 0 0 171306 10 0 0 20 0 1 0 278334864 240316416 48471 33554432000 4194304 5654031 140734182778848 140734182766664 4215017 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 58671 48471 141 357 0 58311 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 415712

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21509
/proc/meminfo: memFree=28183556/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=234856 CPUtime=1773.15 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 38188 0 0 0 177305 10 0 0 20 0 1 0 278334864 240492544 49029 33554432000 4194304 5654031 140734182778848 140734182766664 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 58714 49029 141 357 0 58354 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 415884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 21509
/proc/meminfo: memFree=28181016/32873624 swapFree=7104/7104
[pid=21415] ppid=21410 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21415/stat : 21415 (npSolver-pbo-It) S 21410 21415 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278333982 9367552 274 33554432000 4194304 5064252 140733536501152 140733536500064 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21415/statm: 2287 274 233 213 0 72 0
[pid=21417] ppid=21415 vsize=171880 CPUtime=8.63 cores=1,3,5,7
/proc/21417/stat : 21417 (npSolver-pbo) S 21415 21415 21372 0 -1 4202496 14151 58614 0 0 160 20 654 29 20 0 1 0 278333982 176005120 31492 33554432000 4194304 5992684 140736082080320 140736082066584 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21417/statm: 42970 31492 176 440 0 42526 0
[pid=21425] ppid=21417 vsize=235036 CPUtime=1791.45 cores=1,3,5,7
/proc/21425/stat : 21425 (glucosInc) R 21417 21415 21372 0 -1 4202496 38209 0 0 0 179135 10 0 0 20 0 1 0 278334864 240676864 49050 33554432000 4194304 5654031 140734182778848 140734182776536 4215200 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21425/statm: 58759 49050 141 357 0 58399 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 416064

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21415 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=148761
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=513921
# CPU time returned by wait4() is 8.66268
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.61
CPU time (s): 1800.08
CPU user time (s): 1799.49
CPU system time (s): 0.59
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 659896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.14876
system time used= 0.513921
maximum resident set size= 463188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73138
page faults= 0
swaps= 0
block input operations= 0
block output operations= 236304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 20

runsolver used 6.00209 second user time and 14.4328 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-27 14:34:45
IDJOB=3697691
IDBENCH=91435
IDSOLVER=2275
FILE ID=node121/3697691-1338122085
RUNJOBID= node121-1338122085-21389
PBS_JOBID= 14624482
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= f8b4f8df359af81721df2075b70b4f33
RANDOM SEED=1790345344

node121.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.042
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.08
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.042
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.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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.91
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        28884580 kB
Buffers:          463164 kB
Cached:          2677148 kB
SwapCached:            0 kB
Active:           745908 kB
Inactive:        2405800 kB
Active(anon):      12868 kB
Inactive(anon):        0 kB
Active(file):     733040 kB
Inactive(file):  2405800 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             21384 kB
Writeback:            16 kB
AnonPages:         19652 kB
Mapped:            13544 kB
Shmem:               200 kB
Slab:             697660 kB
SReclaimable:     141392 kB
SUnreclaim:       556268 kB
KernelStack:        1408 kB
PageTables:         4180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:      92048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71624 MiB
End job on node121 at 2012-05-27 15:04:46