Trace number 3746827

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.02 1800.42

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_10null10mast_rapportOE1.0_TMAX300_K67_cod3.opb
MD5SUM6298e385d17f7fb5ad3d78ee895ec81c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-454564
Best CPU time to get the best result obtained on this benchmark1800.07
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 28908
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 55663410
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 55663410
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

2.48/2.57	c run inc solver
2.48/2.57	c [INC SYSTEM] run initial solver
2.48/2.57	c [INC SYSTEM] preprocess with white file
11.34/11.40	c [INC SYSTEM] finished preprocessing in 8 s
11.34/11.40	c [INC SYSTEM] execute solver
936.80/937.01	c [INC SEARCH] formula is SAT
936.80/937.04	c [INC SYSTEM] solved the initial formula
936.91/937.14	c model valid
936.91/937.14	c current solution ok
940.82/941.12	o -124656
940.82/941.12	c [INC SYSTEM] there exists a inc, kill it!
940.82/941.12	c write failed with 2
940.82/941.12	c [INC SEARCH] iteration: 0
940.82/941.12	c [INC BOUNDS] best value:55538754 search for 55538753
940.82/941.12	c [INC SYSTEM] create new solver instance
940.82/941.12	c [INC] encode full formula
940.82/941.12	c fallback to adder encoding
945.22/945.40	c set iterative enc to: adder
945.22/945.40	c set iterative enc to: none
945.71/945.98	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.41	HOME/npSolver-pbo-Itd.sh: line 18: 10390 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-3746827-1339107555/watcher-3746827-1339107555 -o /tmp/evaluation-result-3746827-1339107555/solver-3746827-1339107555 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746827-1339107555.opb 2013952242 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 2/178 10389
/proc/meminfo: memFree=27701608/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0

[startup+0.0775909 s]
/proc/loadavg: 2.01 2.01 2.00 2/178 10389
/proc/meminfo: memFree=27701608/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100202 s]
/proc/loadavg: 2.01 2.01 2.00 2/178 10389
/proc/meminfo: memFree=27701608/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300174 s]
/proc/loadavg: 2.01 2.01 2.00 2/178 10389
/proc/meminfo: memFree=27701608/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700165 s]
/proc/loadavg: 2.01 2.01 2.00 2/178 10389
/proc/meminfo: memFree=27701608/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50019 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 10391
/proc/meminfo: memFree=27553420/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=241460 CPUtime=1.49 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) R 10389 10389 9300 0 -1 4202496 22758 0 0 0 143 6 0 0 20 0 1 0 376881262 247255040 45216 33554432000 4194304 6004724 140734494891536 140734494886488 4534761 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10390/statm: 60365 45216 154 442 0 59919 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 250608

[startup+3.1002 s]
/proc/loadavg: 2.09 2.02 2.01 3/180 10391
/proc/meminfo: memFree=27472920/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=167792 CPUtime=2.6 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 23627 0 0 0 230 30 0 0 20 0 1 0 376881262 171819008 41599 33554432000 4194304 6004724 140734494891536 140734494886000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 41948 41599 163 442 0 41502 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 176940

[startup+6.30029 s]
/proc/loadavg: 2.09 2.02 2.01 3/182 10393
/proc/meminfo: memFree=26930128/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=167792 CPUtime=2.6 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 23627 0 0 0 230 30 0 0 20 0 1 0 376881262 171819008 41599 33554432000 4194304 6004724 140734494891536 140734494886000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 41948 41599 163 442 0 41502 0
[pid=10392] ppid=10390 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10392/stat : 10392 (cp2_pre.sh) S 10390 10389 9300 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 376881523 9367552 276 33554432000 4194304 5064252 140734589603392 140734589602096 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10392/statm: 2287 276 234 213 0 72 0
[pid=10393] ppid=10392 vsize=564736 CPUtime=3.67 cores=0,2,4,6
/proc/10393/stat : 10393 (coprocessor) R 10392 10389 9300 0 -1 4202496 56233 0 0 0 350 17 0 0 20 0 1 0 376881524 578289664 127184 33554432000 4194304 6586260 140735828517120 140735828513384 4497808 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/10393/statm: 141184 127184 168 584 0 140596 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 750824

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.00 3/181 10395
/proc/meminfo: memFree=27261652/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=167792 CPUtime=11.38 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 23645 71477 0 0 230 31 836 41 20 0 1 0 376881262 171819008 41603 33554432000 4194304 6004724 140734494891536 140734494877816 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 41948 41603 167 442 0 41502 0
[pid=10395] ppid=10390 vsize=271216 CPUtime=1.29 cores=0,2,4,6
/proc/10395/stat : 10395 (glucosInc) R 10390 10389 9300 0 -1 4202496 46523 0 0 0 119 10 0 0 20 0 1 0 376882402 277725184 60349 33554432000 4194304 5654031 140734272481488 140734272469304 4209087 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10395/statm: 67804 60349 140 357 0 67444 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 448156

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 10395
/proc/meminfo: memFree=27285056/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=167792 CPUtime=11.38 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 23645 71477 0 0 230 31 836 41 20 0 1 0 376881262 171819008 41603 33554432000 4194304 6004724 140734494891536 140734494877816 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 41948 41603 167 442 0 41502 0
[pid=10395] ppid=10390 vsize=278292 CPUtime=14.08 cores=0,2,4,6
/proc/10395/stat : 10395 (glucosInc) R 10390 10389 9300 0 -1 4202496 47569 0 0 0 1398 10 0 0 20 0 1 0 376882402 284971008 61395 33554432000 4194304 5654031 140734272481488 140734272469304 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10395/statm: 69573 61395 140 357 0 69213 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 455232

[startup+51.1004 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 10398
/proc/meminfo: memFree=27226572/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=167792 CPUtime=11.38 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 23645 71477 0 0 230 31 836 41 20 0 1 0 376881262 171819008 41603 33554432000 4194304 6004724 140734494891536 140734494877816 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 41948 41603 167 442 0 41502 0
[pid=10395] ppid=10390 vsize=278292 CPUtime=39.68 cores=0,2,4,6
/proc/10395/stat : 10395 (glucosInc) R 10390 10389 9300 0 -1 4202496 47825 0 0 0 3958 10 0 0 20 0 1 0 376882402 284971008 62162 33554432000 4194304 5654031 140734272481488 140734272469304 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10395/statm: 69573 62162 140 357 0 69213 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 455232

[startup+102.307 s]
/proc/loadavg: 2.05 2.03 2.00 3/182 10398
/proc/meminfo: memFree=27222520/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=167792 CPUtime=11.38 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 23645 71477 0 0 230 31 836 41 20 0 1 0 376881262 171819008 41603 33554432000 4194304 6004724 140734494891536 140734494877816 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 41948 41603 167 442 0 41502 0
[pid=10395] ppid=10390 vsize=281540 CPUtime=90.87 cores=0,2,4,6
/proc/10395/stat : 10395 (glucosInc) R 10390 10389 9300 0 -1 4202496 48378 0 0 0 9077 10 0 0 20 0 1 0 376882402 288296960 63226 33554432000 4194304 5654031 140734272481488 140734272469304 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10395/statm: 70385 63226 141 357 0 70025 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 458480

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 10398
/proc/meminfo: memFree=27212712/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=167792 CPUtime=11.38 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 23645 71477 0 0 230 31 836 41 20 0 1 0 376881262 171819008 41603 33554432000 4194304 6004724 140734494891536 140734494877816 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 41948 41603 167 442 0 41502 0
[pid=10395] ppid=10390 vsize=312360 CPUtime=150.86 cores=0,2,4,6
/proc/10395/stat : 10395 (glucosInc) R 10390 10389 9300 0 -1 4202496 48781 0 0 0 15076 10 0 0 20 0 1 0 376882402 319856640 63619 33554432000 4194304 5654031 140734272481488 140734272469304 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10395/statm: 78090 63619 141 357 0 77730 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 489300

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 10399
/proc/meminfo: memFree=27204692/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=167792 CPUtime=11.38 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 23645 71477 0 0 230 31 836 41 20 0 1 0 376881262 171819008 41603 33554432000 4194304 6004724 140734494891536 140734494877816 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 41948 41603 167 442 0 41502 0
[pid=10395] ppid=10390 vsize=315568 CPUtime=210.83 cores=0,2,4,6
/proc/10395/stat : 10395 (glucosInc) R 10390 10389 9300 0 -1 4202496 49178 0 0 0 21073 10 0 0 20 0 1 0 376882402 323141632 65022 33554432000 4194304 5654031 140734272481488 140734272469304 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10395/statm: 78892 65022 141 357 0 78532 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 492508

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 10399
/proc/meminfo: memFree=27220724/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=26072248/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=193164 CPUtime=945.79 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 40658 124692 0 0 734 408 93364 73 20 0 1 0 376881262 197799936 47957 33554432000 4194304 6004724 140734494891536 140734494877384 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 48291 47957 178 442 0 47845 0
[pid=10408] ppid=10390 vsize=1023696 CPUtime=356.21 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10390 10389 9300 0 -1 4202496 138029 0 0 0 35574 47 0 0 20 0 1 0 376975860 1048264704 236358 33554432000 4194304 5654031 140734951009200 140734950997016 4232916 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10408/statm: 255924 236358 141 357 0 255564 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 1226008

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 10412
/proc/meminfo: memFree=25973328/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=193164 CPUtime=945.79 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 40658 124692 0 0 734 408 93364 73 20 0 1 0 376881262 197799936 47957 33554432000 4194304 6004724 140734494891536 140734494877384 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 48291 47957 178 442 0 47845 0
[pid=10408] ppid=10390 vsize=1023696 CPUtime=416.19 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10390 10389 9300 0 -1 4202496 138194 0 0 0 41572 47 0 0 20 0 1 0 376975860 1048264704 237530 33554432000 4194304 5654031 140734951009200 140734950997016 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10408/statm: 255924 237530 141 357 0 255564 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 1226008

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10413
/proc/meminfo: memFree=26105244/32873660 swapFree=7124/7124
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=193164 CPUtime=945.79 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 40658 124692 0 0 734 408 93364 73 20 0 1 0 376881262 197799936 47957 33554432000 4194304 6004724 140734494891536 140734494877384 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 48291 47957 178 442 0 47845 0
[pid=10408] ppid=10390 vsize=1023696 CPUtime=476.18 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10390 10389 9300 0 -1 4202496 138194 0 0 0 47571 47 0 0 20 0 1 0 376975860 1048264704 237530 33554432000 4194304 5654031 140734951009200 140734950997016 4209128 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10408/statm: 255924 237530 141 357 0 255564 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 1226008

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10460
/proc/meminfo: memFree=26168024/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=193164 CPUtime=945.79 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 40658 124692 0 0 734 408 93364 73 20 0 1 0 376881262 197799936 47957 33554432000 4194304 6004724 140734494891536 140734494877384 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 48291 47957 178 442 0 47845 0
[pid=10408] ppid=10390 vsize=1023696 CPUtime=536.18 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10390 10389 9300 0 -1 4202496 138194 0 0 0 53570 48 0 0 20 0 1 0 376975860 1048264704 237530 33554432000 4194304 5654031 140734951009200 140734950997016 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10408/statm: 255924 237530 141 357 0 255564 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 1226008

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 10460
/proc/meminfo: memFree=26162652/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=193164 CPUtime=945.79 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 40658 124692 0 0 734 408 93364 73 20 0 1 0 376881262 197799936 47957 33554432000 4194304 6004724 140734494891536 140734494877384 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 48291 47957 178 442 0 47845 0
[pid=10408] ppid=10390 vsize=1023696 CPUtime=596.17 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10390 10389 9300 0 -1 4202496 138194 0 0 0 59569 48 0 0 20 0 1 0 376975860 1048264704 237530 33554432000 4194304 5654031 140734951009200 140734950997016 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10408/statm: 255924 237530 141 357 0 255564 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 1226008

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 10460
/proc/meminfo: memFree=26128332/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=193164 CPUtime=945.79 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 40658 124692 0 0 734 408 93364 73 20 0 1 0 376881262 197799936 47957 33554432000 4194304 6004724 140734494891536 140734494877384 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 48291 47957 178 442 0 47845 0
[pid=10408] ppid=10390 vsize=1023696 CPUtime=656.15 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10390 10389 9300 0 -1 4202496 138721 0 0 0 65567 48 0 0 20 0 1 0 376975860 1048264704 238561 33554432000 4194304 5654031 140734951009200 140734950997016 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10408/statm: 255924 238561 141 357 0 255564 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 1226008

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10460
/proc/meminfo: memFree=26087928/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=193164 CPUtime=945.79 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 40658 124692 0 0 734 408 93364 73 20 0 1 0 376881262 197799936 47957 33554432000 4194304 6004724 140734494891536 140734494877384 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 48291 47957 178 442 0 47845 0
[pid=10408] ppid=10390 vsize=1155956 CPUtime=716.14 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10390 10389 9300 0 -1 4202496 139337 0 0 0 71564 50 0 0 20 0 1 0 376975860 1183698944 240178 33554432000 4194304 5654031 140734951009200 140734950997016 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10408/statm: 288989 240178 141 357 0 288629 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 1358268

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10460
/proc/meminfo: memFree=26119120/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=193164 CPUtime=945.79 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 40658 124692 0 0 734 408 93364 73 20 0 1 0 376881262 197799936 47957 33554432000 4194304 6004724 140734494891536 140734494877384 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 48291 47957 178 442 0 47845 0
[pid=10408] ppid=10390 vsize=1155956 CPUtime=776.13 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10390 10389 9300 0 -1 4202496 139343 0 0 0 77563 50 0 0 20 0 1 0 376975860 1183698944 240746 33554432000 4194304 5654031 140734951009200 140734950997016 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10408/statm: 288989 240746 141 357 0 288629 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 1358268

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10461
/proc/meminfo: memFree=26079508/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=193164 CPUtime=945.79 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 40658 124692 0 0 734 408 93364 73 20 0 1 0 376881262 197799936 47957 33554432000 4194304 6004724 140734494891536 140734494877384 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 48291 47957 178 442 0 47845 0
[pid=10408] ppid=10390 vsize=1155956 CPUtime=836.12 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10390 10389 9300 0 -1 4202496 139346 0 0 0 83562 50 0 0 20 0 1 0 376975860 1183698944 242644 33554432000 4194304 5654031 140734951009200 140734950997016 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10408/statm: 288989 242644 141 357 0 288629 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 1358268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10461
/proc/meminfo: memFree=26104204/32873660 swapFree=7120/7120
[pid=10389] ppid=10387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10389/stat : 10389 (npSolver-pbo-It) S 10387 10389 9300 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376881261 9367552 275 33554432000 4194304 5064252 140733570672912 140733570671824 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10389/statm: 2287 275 233 213 0 72 0
[pid=10390] ppid=10389 vsize=193164 CPUtime=945.79 cores=0,2,4,6
/proc/10390/stat : 10390 (npSolver-pbo) S 10389 10389 9300 0 -1 4202496 40658 124692 0 0 734 408 93364 73 20 0 1 0 376881262 197799936 47957 33554432000 4194304 6004724 140734494891536 140734494877384 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/10390/statm: 48291 47957 178 442 0 47845 0
[pid=10408] ppid=10390 vsize=1166080 CPUtime=854.23 cores=0,2,4,6
/proc/10408/stat : 10408 (glucosInc) R 10390 10389 9300 0 -1 4202496 139575 0 0 0 85372 51 0 0 20 0 1 0 376975860 1194065920 244406 33554432000 4194304 5654031 140734951009200 140734950997016 4219835 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10408/statm: 291520 244406 141 357 0 291160 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1368392

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10389 and gives
#  childrusage.ru_utime.tv_sec=940
#  childrusage.ru_utime.tv_usec=994947
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=831265
# CPU time returned by wait4() is 945.826
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.02
CPU user time (s): 1794.7
CPU system time (s): 5.32
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 1560744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 940.995
system time used= 4.83127
maximum resident set size= 814212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165713
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1300968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1437
involuntary context switches= 2059

runsolver used 4.26235 second user time and 10.1525 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-08 00:19:15
IDJOB=3746827
IDBENCH=91808
IDSOLVER=2332
FILE ID=node117/3746827-1339107555
RUNJOBID= node117-1339098177-9316
PBS_JOBID= 14643736
Free space on /tmp= 70744 MiB

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

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

MD5SUM BENCH= 6298e385d17f7fb5ad3d78ee895ec81c
RANDOM SEED=2013952242

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        27702036 kB
Buffers:          666676 kB
Cached:          3393864 kB
SwapCached:          632 kB
Active:          2294416 kB
Inactive:        1967360 kB
Active(anon):     190136 kB
Inactive(anon):    10028 kB
Active(file):    2104280 kB
Inactive(file):  1957332 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67106944 kB
Dirty:             10876 kB
Writeback:             0 kB
AnonPages:        210084 kB
Mapped:            13520 kB
Shmem:                80 kB
Slab:             761996 kB
SReclaimable:     206276 kB
SUnreclaim:       555720 kB
KernelStack:        1472 kB
PageTables:         4488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     363596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 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= 70296 MiB
End job on node117 at 2012-06-08 00:49:18