Trace number 3746847

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.08 1800.42

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_20null10mast_rapportOE2.0_TMAX60_K67_cod1.opb
MD5SUM2c03f10d8c20ea47b491396a08902beb
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-5814
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 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 14065590
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 14065590
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

1.89/1.91	c run inc solver
1.89/1.91	c [INC SYSTEM] run initial solver
1.89/1.91	c [INC SYSTEM] preprocess with white file
9.36/9.40	c [INC SYSTEM] finished preprocessing in 7 s
9.36/9.40	c [INC SYSTEM] execute solver
1800.08/1800.41	c an unexpexted return value has been received, exit
1800.08/1800.41	s UNKNOWN

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-3746847-1339107485/watcher-3746847-1339107485 -o /tmp/evaluation-result-3746847-1339107485/solver-3746847-1339107485 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746847-1339107485.opb 1533349139 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.42 2.13 2.06 3/179 31674
/proc/meminfo: memFree=22822480/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0

[startup+0.0672411 s]
/proc/loadavg: 2.42 2.13 2.06 3/179 31674
/proc/meminfo: memFree=22822480/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100324 s]
/proc/loadavg: 2.42 2.13 2.06 3/179 31674
/proc/meminfo: memFree=22822480/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300329 s]
/proc/loadavg: 2.42 2.13 2.06 3/179 31674
/proc/meminfo: memFree=22822480/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700301 s]
/proc/loadavg: 2.42 2.13 2.06 3/179 31674
/proc/meminfo: memFree=22822480/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/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.42 2.13 2.06 3/181 31676
/proc/meminfo: memFree=22653340/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=240080 CPUtime=1.49 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) R 31674 31674 30697 0 -1 4202496 22438 0 0 0 143 6 0 0 20 0 1 0 376873457 245841920 43739 33554432000 4194304 6004724 140737122964640 140737122959592 4534761 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 60020 43739 153 442 0 59574 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 249228

[startup+3.10043 s]
/proc/loadavg: 2.42 2.13 2.06 3/183 31678
/proc/meminfo: memFree=22537236/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=1.94 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23265 0 0 0 171 23 0 0 20 0 1 0 376873457 171773952 30196 33554432000 4194304 6004724 140737122964640 140737122959104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30196 162 442 0 41491 0
[pid=31677] ppid=31675 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31677/stat : 31677 (cp2_pre.sh) S 31675 31674 30697 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376873652 9367552 277 33554432000 4194304 5064252 140736351465488 140736351464192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31677/statm: 2287 277 234 213 0 72 0
[pid=31678] ppid=31677 vsize=133108 CPUtime=1.13 cores=1,3,5,7
/proc/31678/stat : 31678 (coprocessor) R 31677 31674 30697 0 -1 4202496 10971 0 0 0 107 6 0 0 20 0 1 0 376873652 136302592 31757 33554432000 4194304 6586260 140734922190432 140734922187192 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/31678/statm: 33277 31757 138 584 0 32689 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 319152

[startup+6.30042 s]
/proc/loadavg: 2.39 2.13 2.06 3/183 31678
/proc/meminfo: memFree=22091272/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=1.94 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23265 0 0 0 171 23 0 0 20 0 1 0 376873457 171773952 30196 33554432000 4194304 6004724 140737122964640 140737122959104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30196 162 442 0 41491 0
[pid=31677] ppid=31675 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31677/stat : 31677 (cp2_pre.sh) S 31675 31674 30697 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376873652 9367552 277 33554432000 4194304 5064252 140736351465488 140736351464192 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31677/statm: 2287 277 234 213 0 72 0
[pid=31678] ppid=31677 vsize=405444 CPUtime=4.33 cores=1,3,5,7
/proc/31678/stat : 31678 (coprocessor) R 31677 31674 30697 0 -1 4202496 49378 0 0 0 418 15 0 0 20 0 1 0 376873652 415174656 99291 33554432000 4194304 6586260 140734922190432 140734922186456 4751350 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/31678/statm: 101361 99291 182 584 0 100773 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 591488

[startup+12.7004 s]
/proc/loadavg: 2.52 2.16 2.07 3/182 31680
/proc/meminfo: memFree=22178808/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=170936 CPUtime=3.28 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 31456 0 0 0 322 6 0 0 20 0 1 0 376874397 175038464 36879 33554432000 4194304 5654031 140736804487088 140736804484776 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31680/statm: 42734 36879 131 357 0 42374 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 347832

[startup+25.5003 s]
/proc/loadavg: 2.68 2.21 2.09 3/181 31682
/proc/meminfo: memFree=24058952/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=175524 CPUtime=16.08 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 32020 0 0 0 1602 6 0 0 20 0 1 0 376874397 179736576 37443 33554432000 4194304 5654031 140736804487088 140736804474904 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31680/statm: 43881 37443 140 357 0 43521 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 352420

[startup+51.1004 s]
/proc/loadavg: 2.45 2.20 2.08 3/181 31682
/proc/meminfo: memFree=22695444/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=175524 CPUtime=41.67 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 32268 0 0 0 4161 6 0 0 20 0 1 0 376874397 179736576 37690 33554432000 4194304 5654031 140736804487088 140736804474904 4215344 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31680/statm: 43881 37690 140 357 0 43521 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 352420

[startup+102.3 s]
/proc/loadavg: 2.19 2.16 2.08 3/181 31682
/proc/meminfo: memFree=22676388/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=196752 CPUtime=92.85 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 33290 0 0 0 9279 6 0 0 20 0 1 0 376874397 201474048 39206 33554432000 4194304 5654031 140736804487088 140736804474904 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31680/statm: 49188 39206 141 357 0 48828 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 373648

[startup+162.3 s]
/proc/loadavg: 2.07 2.13 2.07 3/182 31685
/proc/meminfo: memFree=22664956/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=196752 CPUtime=152.84 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 33297 0 0 0 15278 6 0 0 20 0 1 0 376874397 201474048 39724 33554432000 4194304 5654031 140736804487088 140736804474904 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31680/statm: 49188 39724 141 357 0 48828 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 373648

[startup+222.3 s]
/proc/loadavg: 2.02 2.11 2.07 3/181 31685
/proc/meminfo: memFree=22644776/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=196752 CPUtime=212.84 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 33513 0 0 0 21277 7 0 0 20 0 1 0 376874397 201474048 40962 33554432000 4194304 5654031 140736804487088 140736804474904 4215290 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31680/statm: 49188 40962 141 357 0 48828 0
Current children cumulated CPU time (s) 222.22

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

/proc/loadavg: 2.03 2.01 2.00 3/182 31696
/proc/meminfo: memFree=22604180/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=203052 CPUtime=1352.66 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 37571 0 0 0 135255 11 0 0 20 0 1 0 376874397 207925248 43568 33554432000 4194304 5654031 140736804487088 140736804474904 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31680/statm: 50763 43568 142 357 0 50403 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 379948

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 31696
/proc/meminfo: memFree=22602264/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=203052 CPUtime=1412.65 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 37574 0 0 0 141254 11 0 0 20 0 1 0 376874397 207925248 44082 33554432000 4194304 5654031 140736804487088 140736804474904 4215040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31680/statm: 50763 44082 142 357 0 50403 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 379948

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31697
/proc/meminfo: memFree=22600216/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=203052 CPUtime=1472.64 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 37577 0 0 0 147253 11 0 0 20 0 1 0 376874397 207925248 44596 33554432000 4194304 5654031 140736804487088 140736804474904 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31680/statm: 50763 44596 142 357 0 50403 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 379948

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31697
/proc/meminfo: memFree=22596736/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=233872 CPUtime=1532.63 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 37878 0 0 0 153252 11 0 0 20 0 1 0 376874397 239484928 45420 33554432000 4194304 5654031 140736804487088 140736804474904 4215200 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31680/statm: 58468 45420 142 357 0 58108 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 410768

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31697
/proc/meminfo: memFree=22591860/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=233872 CPUtime=1592.62 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 38040 0 0 0 159251 11 0 0 20 0 1 0 376874397 239484928 46630 33554432000 4194304 5654031 140736804487088 140736804474904 4215097 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31680/statm: 58468 46630 142 357 0 58108 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 410768

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31697
/proc/meminfo: memFree=22588352/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=234020 CPUtime=1652.61 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 38080 0 0 0 165250 11 0 0 20 0 1 0 376874397 239636480 47476 33554432000 4194304 5654031 140736804487088 140736804474904 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31680/statm: 58505 47476 142 357 0 58145 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 410916

[startup+1722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31697
/proc/meminfo: memFree=22581432/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=234164 CPUtime=1712.61 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 38124 0 0 0 171250 11 0 0 20 0 1 0 376874397 239783936 48542 33554432000 4194304 5654031 140736804487088 140736804474904 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31680/statm: 58541 48542 142 357 0 58181 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 411060

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31741
/proc/meminfo: memFree=28492316/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=234300 CPUtime=1772.59 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 38150 0 0 0 177248 11 0 0 20 0 1 0 376874397 239923200 49079 33554432000 4194304 5654031 140736804487088 140736804474904 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31680/statm: 58575 49079 142 357 0 58215 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 411196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31742
/proc/meminfo: memFree=28487036/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=234300 CPUtime=1790.7 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 38162 0 0 0 179059 11 0 0 20 0 1 0 376874397 239923200 49602 33554432000 4194304 5654031 140736804487088 140736804474904 4215076 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31680/statm: 58575 49602 142 357 0 58215 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 411196

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31742
/proc/meminfo: memFree=28487036/32873844 swapFree=7628/7628
[pid=31674] ppid=31672 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31674/stat : 31674 (npSolver-pbo-It) S 31672 31674 30697 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376873456 9367552 275 33554432000 4194304 5064252 140735808362528 140735808361440 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31674/statm: 2287 275 233 213 0 72 0
[pid=31675] ppid=31674 vsize=167748 CPUtime=9.38 cores=1,3,5,7
/proc/31675/stat : 31675 (npSolver-pbo) S 31674 31674 30697 0 -1 4202496 23282 57197 0 0 171 23 711 33 20 0 1 0 376873457 171773952 30200 33554432000 4194304 6004724 140737122964640 140737122950920 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/31675/statm: 41937 30200 166 442 0 41491 0
[pid=31680] ppid=31675 vsize=234300 CPUtime=1790.7 cores=1,3,5,7
/proc/31680/stat : 31680 (glucosInc) R 31675 31674 30697 0 -1 4202496 38162 0 0 0 179059 11 0 0 20 0 1 0 376874397 239923200 49602 33554432000 4194304 5654031 140736804487088 140736804474904 4215076 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31680/statm: 58575 49602 142 357 0 58215 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 411196

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31674 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=832657
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=576912
# CPU time returned by wait4() is 9.40957
# 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.42
CPU time (s): 1800.08
CPU user time (s): 1799.41
CPU system time (s): 0.67
CPU usage (%): 99.9812
Max. virtual memory (cumulated for all children) (KiB): 636484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.83266
system time used= 0.576912
maximum resident set size= 455476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80855
page faults= 0
swaps= 0
block input operations= 0
block output operations= 233536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 18

runsolver used 2.95855 second user time and 8.87465 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-08 00:18:05
IDJOB=3746847
IDBENCH=91637
IDSOLVER=2332
FILE ID=node146/3746847-1339107485
RUNJOBID= node146-1339098177-30714
PBS_JOBID= 14643707
Free space on /tmp= 68916 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_cod1.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746847-1339107485/watcher-3746847-1339107485 -o /tmp/evaluation-result-3746847-1339107485/solver-3746847-1339107485 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746847-1339107485.opb 1533349139 HOME HOME

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

MD5SUM BENCH= 2c03f10d8c20ea47b491396a08902beb
RANDOM SEED=1533349139

node146.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.034
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.06
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.034
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.92
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.034
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.034
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.034
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.034
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.034
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.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        22823868 kB
Buffers:          382896 kB
Cached:          4729024 kB
SwapCached:         2336 kB
Active:          6833064 kB
Inactive:        2331096 kB
Active(anon):    4049980 kB
Inactive(anon):     4684 kB
Active(file):    2783084 kB
Inactive(file):  2326412 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099980 kB
Dirty:             64032 kB
Writeback:            80 kB
AnonPages:       4174944 kB
Mapped:            10452 kB
Shmem:                 0 kB
Slab:             738128 kB
SReclaimable:     175720 kB
SUnreclaim:       562408 kB
KernelStack:        1512 kB
PageTables:        11632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5248792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3895296 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= 71196 MiB
End job on node146 at 2012-06-08 00:48:06