Trace number 3698515

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.09 1801.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE1.0_TMAX120_K192_cod2.opb
MD5SUM56c896ad570d19cbe5f94a10c4a31629
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
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 905768
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 905768
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.07/4.12	c fallback to adder encoding
6.56/6.66	c run inc solver
6.56/6.66	c [INC SYSTEM] run initial solver
6.56/6.66	c [INC SYSTEM] preprocess with white file
21.85/21.95	c [INC SYSTEM] finished preprocessing in 15 s
21.85/21.95	c [INC SYSTEM] execute solver
26.66/26.77	c [INC SEARCH] formula is SAT
26.76/26.86	c [INC SYSTEM] solved the initial formula
27.65/27.79	c model valid
27.65/27.79	c current solution ok
35.03/35.26	o 0
35.03/35.26	c [INC SYSTEM] there exists a inc, kill it!
35.03/35.26	c write failed with 2
35.03/35.28	c [INC SEARCH] iteration: 0
35.03/35.28	c [INC BOUNDS] best value:905768 search for 905767
35.03/35.28	c [INC SYSTEM] create new solver instance
35.03/35.28	c [INC] encode full formula
35.03/35.28	c fallback to adder encoding
35.36/35.44	c set iterative enc to: adder
35.36/35.44	c set iterative enc to: none
35.59/36.68	c [INC SEARCH] isOptimum variable: 0
1800.05/1801.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.05/1801.41	s UNKNOWN
1800.05/1801.41	c [INC SYSTEM] there exists a inc, kill it!
1800.05/1801.41	c write failed with -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-3698515-1338110761/watcher-3698515-1338110761 -o /tmp/evaluation-result-3698515-1338110761/solver-3698515-1338110761 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698515-1338110761.opb 2018103902 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.94 1.99 1.99 3/178 30606
/proc/meminfo: memFree=30976032/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (runsolver) D 30604 30606 25163 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 277201673 12095488 51 33554432000 4194304 5436572 140736435835984 140736435832280 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/30606/statm: 2953 51 31 304 0 2645 0

[startup+0.09826 s]
/proc/loadavg: 1.94 1.99 1.99 3/178 30606
/proc/meminfo: memFree=30976032/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100146 s]
/proc/loadavg: 1.94 1.99 1.99 3/178 30606
/proc/meminfo: memFree=30976032/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300104 s]
/proc/loadavg: 1.94 1.99 1.99 3/178 30606
/proc/meminfo: memFree=30976032/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700105 s]
/proc/loadavg: 1.94 1.99 1.99 3/178 30606
/proc/meminfo: memFree=30976032/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50014 s]
/proc/loadavg: 1.94 1.99 1.99 3/179 30608
/proc/meminfo: memFree=30969852/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=13552 CPUtime=1.49 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) R 30606 30606 25163 0 -1 4202496 2625 0 0 0 148 1 0 0 20 0 1 0 277201674 13877248 2640 33554432000 4194304 5992684 140734834460160 140734834455896 4768232 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30608/statm: 3388 2640 146 440 0 2944 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22700

[startup+3.1002 s]
/proc/loadavg: 1.94 1.99 1.99 3/179 30608
/proc/meminfo: memFree=30962840/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=49776 CPUtime=3.08 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) R 30606 30606 25163 0 -1 4202496 10065 0 0 0 306 2 0 0 20 0 1 0 277201674 50970624 11609 33554432000 4194304 5992684 140734834460160 140734834456280 4254899 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30608/statm: 12444 11609 159 440 0 12000 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 58924

[startup+6.30031 s]
/proc/loadavg: 1.94 1.99 1.99 3/179 30608
/proc/meminfo: memFree=30693164/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=591212 CPUtime=6.27 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) R 30606 30606 25163 0 -1 4202496 29401 0 0 0 615 12 0 0 20 0 1 0 277201674 605401088 99299 33554432000 4194304 5992684 140734834460160 140734834455128 5045366 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30608/statm: 147803 99299 168 440 0 147359 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 600360

[startup+12.7003 s]
/proc/loadavg: 1.94 1.99 1.99 3/181 30610
/proc/meminfo: memFree=29430296/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=362824 CPUtime=6.63 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 29745 0 0 0 619 44 0 0 20 0 1 0 277201674 371531776 82403 33554432000 4194304 5992684 140734834460160 140734834454608 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/30608/statm: 90706 82403 174 440 0 90262 0
[pid=30609] ppid=30608 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30609/stat : 30609 (cp2_pre.sh) S 30608 30606 25163 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 277202340 9367552 277 33554432000 4194304 5064252 140737035525536 140737035524240 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30609/statm: 2287 277 234 213 0 72 0
[pid=30610] ppid=30609 vsize=1107140 CPUtime=6.01 cores=0,2,4,6
/proc/30610/stat : 30610 (coprocessor) R 30609 30606 25163 0 -1 4202496 91195 0 0 0 569 32 0 0 20 0 1 0 277202340 1133711360 251238 33554432000 4194304 6586260 140736194501424 140736194497688 4498521 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/30610/statm: 276785 251238 168 584 0 276197 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 1488260

[startup+25.5003 s]
/proc/loadavg: 2.10 2.02 2.01 3/180 30612
/proc/meminfo: memFree=30032860/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=362824 CPUtime=21.92 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 29761 114357 0 0 619 45 1463 65 20 0 1 0 277201674 371531776 82405 33554432000 4194304 5992684 140734834460160 140734834446424 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/30608/statm: 90706 82405 176 440 0 90262 0
[pid=30612] ppid=30608 vsize=588384 CPUtime=3.53 cores=0,2,4,6
/proc/30612/stat : 30612 (glucosInc) R 30608 30606 25163 0 -1 4202496 84492 0 0 0 336 17 0 0 20 0 1 0 277203869 602505216 126223 33554432000 4194304 5654031 140733809291568 140733809289256 4215036 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30612/statm: 147096 126223 130 357 0 146736 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 960356

[startup+51.1004 s]
/proc/loadavg: 2.14 2.04 2.01 3/180 30616
/proc/meminfo: memFree=29843348/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 37327 200574 0 0 869 650 1920 122 20 0 1 0 277201674 419749888 93541 33554432000 4194304 5992684 140734834460160 140734834445992 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 106 0 0
/proc/30608/statm: 102478 93541 185 440 0 102034 0
[pid=30615] ppid=30608 vsize=604976 CPUtime=14.4 cores=0,2,4,6
/proc/30615/stat : 30615 (glucosInc) R 30608 30606 25163 0 -1 4202496 82152 0 0 0 1422 18 0 0 20 0 1 0 277205342 619495424 131395 33554432000 4194304 5654031 140734415382880 140734415370696 4233328 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30615/statm: 151244 131395 141 357 0 150884 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (KiB) 1024036

[startup+102.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/182 30618
/proc/meminfo: memFree=29819756/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 37327 200574 0 0 869 650 1920 122 20 0 1 0 277201674 419749888 93541 33554432000 4194304 5992684 140734834460160 140734834445992 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 106 0 0
/proc/30608/statm: 102478 93541 185 440 0 102034 0
[pid=30615] ppid=30608 vsize=623028 CPUtime=65.6 cores=0,2,4,6
/proc/30615/stat : 30615 (glucosInc) R 30608 30606 25163 0 -1 4202496 85474 0 0 0 6540 20 0 0 20 0 1 0 277205342 637980672 135626 33554432000 4194304 5654031 140734415382880 140734415370696 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30615/statm: 155757 135626 142 357 0 155397 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 1042088

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 30618
/proc/meminfo: memFree=29807364/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 37327 200574 0 0 869 650 1920 122 20 0 1 0 277201674 419749888 93541 33554432000 4194304 5992684 140734834460160 140734834445992 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 106 0 0
/proc/30608/statm: 102478 93541 185 440 0 102034 0
[pid=30615] ppid=30608 vsize=629948 CPUtime=125.58 cores=0,2,4,6
/proc/30615/stat : 30615 (glucosInc) R 30608 30606 25163 0 -1 4202496 86144 0 0 0 12537 21 0 0 20 0 1 0 277205342 645066752 138297 33554432000 4194304 5654031 140734415382880 140734415370696 4216031 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30615/statm: 157487 138297 142 357 0 157127 0
Current children cumulated CPU time (s) 161.19
Current children cumulated vsize (KiB) 1049008

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 30618
/proc/meminfo: memFree=29787012/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 37327 200574 0 0 869 650 1920 122 20 0 1 0 277201674 419749888 93541 33554432000 4194304 5992684 140734834460160 140734834445992 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 106 0 0
/proc/30608/statm: 102478 93541 185 440 0 102034 0
[pid=30615] ppid=30608 vsize=636716 CPUtime=185.58 cores=0,2,4,6
/proc/30615/stat : 30615 (glucosInc) R 30608 30606 25163 0 -1 4202496 87592 0 0 0 18534 24 0 0 20 0 1 0 277205342 651997184 140911 33554432000 4194304 5654031 140734415382880 140734415370696 4209211 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30615/statm: 159179 140911 142 357 0 158819 0
Current children cumulated CPU time (s) 221.19
Current children cumulated vsize (KiB) 1055776

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 30621
/proc/meminfo: memFree=29797088/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6

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

/proc/meminfo: memFree=29912032/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 37327 200574 0 0 869 650 1920 122 20 0 1 0 277201674 419749888 93541 33554432000 4194304 5992684 140734834460160 140734834445992 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 106 0 0
/proc/30608/statm: 102478 93541 185 440 0 102034 0
[pid=30615] ppid=30608 vsize=638452 CPUtime=1205.42 cores=0,2,4,6
/proc/30615/stat : 30615 (glucosInc) R 30608 30606 25163 0 -1 4202496 89286 0 0 0 120517 25 0 0 20 0 1 0 277205342 653774848 147316 33554432000 4194304 5654031 140734415382880 140734415380712 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30615/statm: 159613 147316 142 357 0 159253 0
Current children cumulated CPU time (s) 1241.03
Current children cumulated vsize (KiB) 1057512

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 30672
/proc/meminfo: memFree=29907792/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 37327 200574 0 0 869 650 1920 122 20 0 1 0 277201674 419749888 93541 33554432000 4194304 5992684 140734834460160 140734834445992 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 106 0 0
/proc/30608/statm: 102478 93541 185 440 0 102034 0
[pid=30615] ppid=30608 vsize=638584 CPUtime=1265.4 cores=0,2,4,6
/proc/30615/stat : 30615 (glucosInc) R 30608 30606 25163 0 -1 4202496 89308 0 0 0 126515 25 0 0 20 0 1 0 277205342 653910016 147338 33554432000 4194304 5654031 140734415382880 140734415380712 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30615/statm: 159646 147338 142 357 0 159286 0
Current children cumulated CPU time (s) 1301.01
Current children cumulated vsize (KiB) 1057644

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 30672
/proc/meminfo: memFree=29907724/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 37327 200574 0 0 869 650 1920 122 20 0 1 0 277201674 419749888 93541 33554432000 4194304 5992684 140734834460160 140734834445992 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 106 0 0
/proc/30608/statm: 102478 93541 185 440 0 102034 0
[pid=30615] ppid=30608 vsize=638584 CPUtime=1325.39 cores=0,2,4,6
/proc/30615/stat : 30615 (glucosInc) R 30608 30606 25163 0 -1 4202496 89334 0 0 0 132514 25 0 0 20 0 1 0 277205342 653910016 147364 33554432000 4194304 5654031 140734415382880 140734415380712 4214638 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30615/statm: 159646 147364 142 357 0 159286 0
Current children cumulated CPU time (s) 1361
Current children cumulated vsize (KiB) 1057644

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30672
/proc/meminfo: memFree=29905428/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 37327 200574 0 0 869 650 1920 122 20 0 1 0 277201674 419749888 93541 33554432000 4194304 5992684 140734834460160 140734834445992 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 106 0 0
/proc/30608/statm: 102478 93541 185 440 0 102034 0
[pid=30615] ppid=30608 vsize=638716 CPUtime=1385.39 cores=0,2,4,6
/proc/30615/stat : 30615 (glucosInc) R 30608 30606 25163 0 -1 4202496 89357 0 0 0 138514 25 0 0 20 0 1 0 277205342 654045184 147387 33554432000 4194304 5654031 140734415382880 140734415380664 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30615/statm: 159679 147387 142 357 0 159319 0
Current children cumulated CPU time (s) 1421
Current children cumulated vsize (KiB) 1057776

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 30675
/proc/meminfo: memFree=29924476/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 37327 200574 0 0 869 650 1920 122 20 0 1 0 277201674 419749888 93541 33554432000 4194304 5992684 140734834460160 140734834445992 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 106 0 0
/proc/30608/statm: 102478 93541 185 440 0 102034 0
[pid=30615] ppid=30608 vsize=638848 CPUtime=1445.38 cores=0,2,4,6
/proc/30615/stat : 30615 (glucosInc) R 30608 30606 25163 0 -1 4202496 89379 0 0 0 144513 25 0 0 20 0 1 0 277205342 654180352 147409 33554432000 4194304 5654031 140734415382880 140734415380664 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30615/statm: 159712 147409 142 357 0 159352 0
Current children cumulated CPU time (s) 1480.99
Current children cumulated vsize (KiB) 1057908

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30675
/proc/meminfo: memFree=29924360/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 37327 200574 0 0 869 650 1920 122 20 0 1 0 277201674 419749888 93541 33554432000 4194304 5992684 140734834460160 140734834445992 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 106 0 0
/proc/30608/statm: 102478 93541 185 440 0 102034 0
[pid=30615] ppid=30608 vsize=638848 CPUtime=1505.37 cores=0,2,4,6
/proc/30615/stat : 30615 (glucosInc) R 30608 30606 25163 0 -1 4202496 89396 0 0 0 150512 25 0 0 20 0 1 0 277205342 654180352 147426 33554432000 4194304 5654031 140734415382880 140734415380664 4209019 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30615/statm: 159712 147426 142 357 0 159352 0
Current children cumulated CPU time (s) 1540.98
Current children cumulated vsize (KiB) 1057908

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30676
/proc/meminfo: memFree=29921196/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 37327 200574 0 0 869 650 1920 122 20 0 1 0 277201674 419749888 93541 33554432000 4194304 5992684 140734834460160 140734834445992 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 106 0 0
/proc/30608/statm: 102478 93541 185 440 0 102034 0
[pid=30615] ppid=30608 vsize=640496 CPUtime=1565.35 cores=0,2,4,6
/proc/30615/stat : 30615 (glucosInc) R 30608 30606 25163 0 -1 4202496 89797 0 0 0 156510 25 0 0 20 0 1 0 277205342 655867904 148338 33554432000 4194304 5654031 140734415382880 140734415380664 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30615/statm: 160124 148338 142 357 0 159764 0
Current children cumulated CPU time (s) 1600.96
Current children cumulated vsize (KiB) 1059556

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30676
/proc/meminfo: memFree=29906556/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 37327 200574 0 0 869 650 1920 122 20 0 1 0 277201674 419749888 93541 33554432000 4194304 5992684 140734834460160 140734834445992 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 106 0 0
/proc/30608/statm: 102478 93541 185 440 0 102034 0
[pid=30615] ppid=30608 vsize=654896 CPUtime=1625.35 cores=0,2,4,6
/proc/30615/stat : 30615 (glucosInc) R 30608 30606 25163 0 -1 4202496 91298 0 0 0 162509 26 0 0 20 0 1 0 277205342 670613504 151372 33554432000 4194304 5654031 140734415382880 140734415370696 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30615/statm: 163724 151372 142 357 0 163364 0
Current children cumulated CPU time (s) 1660.96
Current children cumulated vsize (KiB) 1073956

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 30676
/proc/meminfo: memFree=29906684/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 37327 200574 0 0 869 650 1920 122 20 0 1 0 277201674 419749888 93541 33554432000 4194304 5992684 140734834460160 140734834445992 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 106 0 0
/proc/30608/statm: 102478 93541 185 440 0 102034 0
[pid=30615] ppid=30608 vsize=654896 CPUtime=1685.34 cores=0,2,4,6
/proc/30615/stat : 30615 (glucosInc) R 30608 30606 25163 0 -1 4202496 91299 0 0 0 168508 26 0 0 20 0 1 0 277205342 670613504 151884 33554432000 4194304 5654031 140734415382880 140734415370696 4232810 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30615/statm: 163724 151884 142 357 0 163364 0
Current children cumulated CPU time (s) 1720.95
Current children cumulated vsize (KiB) 1073956

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 30676
/proc/meminfo: memFree=29918352/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 37327 200574 0 0 869 650 1920 122 20 0 1 0 277201674 419749888 93541 33554432000 4194304 5992684 140734834460160 140734834445992 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 106 0 0
/proc/30608/statm: 102478 93541 185 440 0 102034 0
[pid=30615] ppid=30608 vsize=654896 CPUtime=1745.34 cores=0,2,4,6
/proc/30615/stat : 30615 (glucosInc) R 30608 30606 25163 0 -1 4202496 91806 0 0 0 174506 28 0 0 20 0 1 0 277205342 670613504 147750 33554432000 4194304 5654031 140734415382880 140734415370696 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30615/statm: 163724 147750 142 357 0 163364 0
Current children cumulated CPU time (s) 1780.95
Current children cumulated vsize (KiB) 1073956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 30676
/proc/meminfo: memFree=29914256/32873648 swapFree=7116/7116
[pid=30606] ppid=30604 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30606/stat : 30606 (npSolver-pbo-It) S 30604 30606 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277201673 9367552 275 33554432000 4194304 5064252 140733865200224 140733865199136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30606/statm: 2287 275 233 213 0 72 0
[pid=30608] ppid=30606 vsize=409912 CPUtime=35.61 cores=0,2,4,6
/proc/30608/stat : 30608 (npSolver-pbo) S 30606 30606 25163 0 -1 4202496 37327 200574 0 0 869 650 1920 122 20 0 1 0 277201674 419749888 93541 33554432000 4194304 5992684 140734834460160 140734834445992 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 106 0 0
/proc/30608/statm: 102478 93541 185 440 0 102034 0
[pid=30615] ppid=30608 vsize=654896 CPUtime=1764.44 cores=0,2,4,6
/proc/30615/stat : 30615 (glucosInc) R 30608 30606 25163 0 -1 4202496 91807 0 0 0 176416 28 0 0 20 0 1 0 277205342 670613504 148262 33554432000 4194304 5654031 140734415382880 140734415370696 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30615/statm: 163724 148262 142 357 0 163364 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1073956

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1801.42
CPU time (s): 1800.09
CPU user time (s): 1792.07
CPU system time (s): 8.02078
CPU usage (%): 99.926
Max. virtual memory (cumulated for all children) (KiB): 1670724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.07
system time used= 8.02078
maximum resident set size= 1326988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330088
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1324552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3670
involuntary context switches= 2917

runsolver used 3.19451 second user time and 8.80266 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 11:26:02
IDJOB=3698515
IDBENCH=91035
IDSOLVER=2275
FILE ID=node123/3698515-1338110761
RUNJOBID= node123-1338101373-27114
PBS_JOBID= 14624452
Free space on /tmp= 71476 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_20null20mast_rapportOE1.0_TMAX120_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698515-1338110761/watcher-3698515-1338110761 -o /tmp/evaluation-result-3698515-1338110761/solver-3698515-1338110761 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698515-1338110761.opb 2018103902 HOME HOME

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

MD5SUM BENCH= 56c896ad570d19cbe5f94a10c4a31629
RANDOM SEED=2018103902

node123.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.217
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.43
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.217
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.217
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.217
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.217
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.217
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.217
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.217
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:       32873648 kB
MemFree:        30976048 kB
Buffers:           61000 kB
Cached:           351192 kB
SwapCached:         1316 kB
Active:          1015652 kB
Inactive:         113068 kB
Active(anon):     713920 kB
Inactive(anon):     5020 kB
Active(file):     301732 kB
Inactive(file):   108048 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102256 kB
Dirty:             35992 kB
Writeback:            20 kB
AnonPages:        727052 kB
Mapped:            11648 kB
Shmem:                 0 kB
Slab:             623604 kB
SReclaimable:      67756 kB
SUnreclaim:       555848 kB
KernelStack:        1464 kB
PageTables:         5680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     979408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 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= 71328 MiB
End job on node123 at 2012-05-27 11:56:04