Trace number 3697652

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.03 1801.13

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z10-s2.opb
MD5SUMed21e6c5ff37fad47ff826a68b7a81b8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-21379
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6250
Total number of constraints160633
Number of constraints which are clauses160625
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint2
Maximum length of a constraint6250
Number of terms in the objective function 6202
Biggest coefficient in the objective function 477
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 734322
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 2144000
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 15069725
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.47	c fallback to adder encoding
1.28/1.34	c fallback to adder encoding
2.18/2.22	c fallback to adder encoding
3.08/3.12	c fallback to adder encoding
3.89/3.99	c fallback to adder encoding
4.88/4.97	c fallback to adder encoding
5.77/5.85	c fallback to adder encoding
6.68/6.73	c fallback to adder encoding
8.15/8.21	c run inc solver
8.15/8.21	c [INC SYSTEM] run initial solver
8.15/8.21	c [INC SYSTEM] preprocess with white file
30.77/31.50	c [INC SYSTEM] finished preprocessing in 23 s
30.77/31.50	c [INC SYSTEM] execute solver

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-3697652-1338102821/watcher-3697652-1338102821 -o /tmp/evaluation-result-3697652-1338102821/solver-3697652-1338102821 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697652-1338102821.opb 359135667 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.04 2.01 2.26 3/178 10620
/proc/meminfo: memFree=28733516/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (runsolver) D 10618 10620 7065 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 276408137 12095488 50 33554432000 4194304 5436572 140736730601760 140736730598056 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/10620/statm: 2953 50 31 304 0 2645 0

[startup+0.0171801 s]
/proc/loadavg: 2.04 2.01 2.26 3/178 10620
/proc/meminfo: memFree=28733516/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100212 s]
/proc/loadavg: 2.04 2.01 2.26 3/178 10620
/proc/meminfo: memFree=28733516/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30017 s]
/proc/loadavg: 2.04 2.01 2.26 3/178 10620
/proc/meminfo: memFree=28733516/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700229 s]
/proc/loadavg: 2.04 2.01 2.26 3/178 10620
/proc/meminfo: memFree=28733516/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.04 2.01 2.26 3/180 10622
/proc/meminfo: memFree=28664516/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=117804 CPUtime=1.49 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) R 10620 10620 7065 0 -1 4202496 16343 0 0 0 145 4 0 0 20 0 1 0 276408137 120631296 27535 33554432000 4194304 5992684 140734082181776 140734081554152 5044375 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10622/statm: 29451 27535 167 440 0 29007 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126952

[startup+3.10029 s]
/proc/loadavg: 2.04 2.01 2.26 3/180 10622
/proc/meminfo: memFree=28577376/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=342456 CPUtime=3.08 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) R 10620 10620 7065 0 -1 4202496 24531 0 0 0 300 8 0 0 20 0 1 0 276408137 350674944 58111 33554432000 4194304 5992684 140734082181776 140734082177176 4229041 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10622/statm: 85614 58111 167 440 0 85170 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 351604

[startup+6.3002 s]
/proc/loadavg: 2.04 2.01 2.26 3/180 10622
/proc/meminfo: memFree=28312692/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=661756 CPUtime=6.28 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) R 10620 10620 7065 0 -1 4202496 39545 0 0 0 611 17 0 0 20 0 1 0 276408137 677638144 123075 33554432000 4194304 5992684 140734082181776 140734082177176 4571184 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10622/statm: 165439 123075 167 440 0 164995 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 670904

[startup+12.7003 s]
/proc/loadavg: 2.11 2.03 2.26 3/182 10624
/proc/meminfo: memFree=27270440/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=8.17 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44519 0 0 0 735 82 0 0 20 0 1 0 276408137 694755328 148253 33554432000 4194304 5992684 140734082181776 140734082176224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148253 174 440 0 169174 0
[pid=10623] ppid=10622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10623/stat : 10623 (cp2_pre.sh) S 10622 10620 7065 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276408959 9367552 277 33554432000 4194304 5064252 140734196135120 140734196133824 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10623/statm: 2287 277 234 213 0 72 0
[pid=10624] ppid=10623 vsize=506780 CPUtime=4.46 cores=0,2,4,6
/proc/10624/stat : 10624 (coprocessor) R 10623 10620 7065 0 -1 4202496 16658 0 0 0 431 15 0 0 20 0 1 0 276408960 518942720 122758 33554432000 4194304 6586260 140736550858800 140736550855560 5732400 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/10624/statm: 126695 122758 137 584 0 126107 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 1203548

[startup+25.5004 s]
/proc/loadavg: 2.17 2.04 2.27 3/182 10624
/proc/meminfo: memFree=26658392/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=8.17 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44519 0 0 0 735 82 0 0 20 0 1 0 276408137 694755328 148253 33554432000 4194304 5992684 140734082181776 140734082176224 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148253 174 440 0 169174 0
[pid=10623] ppid=10622 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10623/stat : 10623 (cp2_pre.sh) S 10622 10620 7065 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276408959 9367552 277 33554432000 4194304 5064252 140734196135120 140734196133824 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10623/statm: 2287 277 234 213 0 72 0
[pid=10624] ppid=10623 vsize=866964 CPUtime=16.68 cores=0,2,4,6
/proc/10624/stat : 10624 (coprocessor) R 10623 10620 7065 0 -1 4202496 19631 0 0 0 1591 77 0 0 20 0 1 0 276408960 887771136 188073 33554432000 4194304 6586260 140736550858800 140736550854552 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 57 0 0
/proc/10624/statm: 216741 188073 158 584 0 216153 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 1563732

[startup+51.1066 s]
/proc/loadavg: 2.11 2.04 2.26 3/181 10626
/proc/meminfo: memFree=26668720/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=30.84 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44535 20534 0 0 735 82 2148 119 20 0 1 0 276408137 694755328 148255 33554432000 4194304 5992684 140734082181776 140734082168040 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148255 176 440 0 169174 0
[pid=10626] ppid=10622 vsize=1074284 CPUtime=19.57 cores=0,2,4,6
/proc/10626/stat : 10626 (glucosInc) R 10622 10620 7065 0 -1 4202496 134214 0 0 0 1921 36 0 0 20 0 1 0 276411288 1100066816 248299 33554432000 4194304 5654031 140737368997520 140737368995304 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10626/statm: 268571 248299 130 357 0 268211 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 1761904

[startup+102.3 s]
/proc/loadavg: 2.36 2.11 2.27 3/182 10668
/proc/meminfo: memFree=24330896/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=30.84 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44535 20534 0 0 735 82 2148 119 20 0 1 0 276408137 694755328 148255 33554432000 4194304 5992684 140734082181776 140734082168040 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148255 176 440 0 169174 0
[pid=10626] ppid=10622 vsize=1074284 CPUtime=70.75 cores=0,2,4,6
/proc/10626/stat : 10626 (glucosInc) R 10622 10620 7065 0 -1 4202496 134222 0 0 0 7039 36 0 0 20 0 1 0 276411288 1100066816 248307 33554432000 4194304 5654031 140737368997520 140737368995304 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10626/statm: 268571 248307 130 357 0 268211 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 1761904

[startup+162.3 s]
/proc/loadavg: 2.24 2.13 2.27 3/181 10670
/proc/meminfo: memFree=24146456/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=30.84 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44535 20534 0 0 735 82 2148 119 20 0 1 0 276408137 694755328 148255 33554432000 4194304 5992684 140734082181776 140734082168040 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148255 176 440 0 169174 0
[pid=10626] ppid=10622 vsize=1182248 CPUtime=130.74 cores=0,2,4,6
/proc/10626/stat : 10626 (glucosInc) R 10622 10620 7065 0 -1 4202496 159704 0 0 0 13033 41 0 0 20 0 1 0 276411288 1210621952 278387 33554432000 4194304 5654031 140737368997520 140737368995304 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10626/statm: 295562 278387 140 357 0 295202 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 1869868

[startup+222.3 s]
/proc/loadavg: 2.08 2.10 2.25 3/181 10670
/proc/meminfo: memFree=23996456/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=30.84 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44535 20534 0 0 735 82 2148 119 20 0 1 0 276408137 694755328 148255 33554432000 4194304 5992684 140734082181776 140734082168040 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148255 176 440 0 169174 0
[pid=10626] ppid=10622 vsize=1410516 CPUtime=190.74 cores=0,2,4,6
/proc/10626/stat : 10626 (glucosInc) R 10622 10620 7065 0 -1 4202496 163547 0 0 0 19032 42 0 0 20 0 1 0 276411288 1444368384 284246 33554432000 4194304 5654031 140737368997520 140737368985336 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10626/statm: 352629 284246 140 357 0 352269 0
Current children cumulated CPU time (s) 221.58
Current children cumulated vsize (KiB) 2098136

[startup+282.3 s]
/proc/loadavg: 2.03 2.08 2.23 3/181 10671
/proc/meminfo: memFree=23970468/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=23796320/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=30.84 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44535 20534 0 0 735 82 2148 119 20 0 1 0 276408137 694755328 148255 33554432000 4194304 5992684 140734082181776 140734082168040 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148255 176 440 0 169174 0
[pid=10626] ppid=10622 vsize=1490860 CPUtime=1270.46 cores=0,2,4,6
/proc/10626/stat : 10626 (glucosInc) R 10622 10620 7065 0 -1 4202496 186276 0 0 0 126977 69 0 0 20 0 1 0 276411288 1526640640 310073 33554432000 4194304 5654031 140737368997520 140737368985336 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10626/statm: 372715 310073 141 357 0 372355 0
Current children cumulated CPU time (s) 1301.3
Current children cumulated vsize (KiB) 2178480

[startup+1362.31 s]
/proc/loadavg: 2.03 2.01 2.05 3/181 10681
/proc/meminfo: memFree=23768592/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=30.84 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44535 20534 0 0 735 82 2148 119 20 0 1 0 276408137 694755328 148255 33554432000 4194304 5992684 140734082181776 140734082168040 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148255 176 440 0 169174 0
[pid=10626] ppid=10622 vsize=1496980 CPUtime=1330.46 cores=0,2,4,6
/proc/10626/stat : 10626 (glucosInc) R 10622 10620 7065 0 -1 4202496 187821 0 0 0 132976 70 0 0 20 0 1 0 276411288 1532907520 315869 33554432000 4194304 5654031 140737368997520 140737368995304 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10626/statm: 374245 315869 141 357 0 373885 0
Current children cumulated CPU time (s) 1361.3
Current children cumulated vsize (KiB) 2184600

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/181 10681
/proc/meminfo: memFree=23735024/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=30.84 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44535 20534 0 0 735 82 2148 119 20 0 1 0 276408137 694755328 148255 33554432000 4194304 5992684 140734082181776 140734082168040 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148255 176 440 0 169174 0
[pid=10626] ppid=10622 vsize=1504432 CPUtime=1390.44 cores=0,2,4,6
/proc/10626/stat : 10626 (glucosInc) R 10622 10620 7065 0 -1 4202496 189722 0 0 0 138974 70 0 0 20 0 1 0 276411288 1540538368 321347 33554432000 4194304 5654031 140737368997520 140737368995304 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10626/statm: 376108 321347 141 357 0 375748 0
Current children cumulated CPU time (s) 1421.28
Current children cumulated vsize (KiB) 2192052

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/181 10681
/proc/meminfo: memFree=23717340/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=30.84 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44535 20534 0 0 735 82 2148 119 20 0 1 0 276408137 694755328 148255 33554432000 4194304 5992684 140734082181776 140734082168040 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148255 176 440 0 169174 0
[pid=10626] ppid=10622 vsize=1506676 CPUtime=1450.43 cores=0,2,4,6
/proc/10626/stat : 10626 (glucosInc) R 10622 10620 7065 0 -1 4202496 190296 0 0 0 144972 71 0 0 20 0 1 0 276411288 1542836224 324476 33554432000 4194304 5654031 140737368997520 140737368995304 4214632 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10626/statm: 376669 324476 141 357 0 376309 0
Current children cumulated CPU time (s) 1481.27
Current children cumulated vsize (KiB) 2194296

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.04 3/181 10682
/proc/meminfo: memFree=23686940/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=30.84 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44535 20534 0 0 735 82 2148 119 20 0 1 0 276408137 694755328 148255 33554432000 4194304 5992684 140734082181776 140734082168040 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148255 176 440 0 169174 0
[pid=10626] ppid=10622 vsize=1510720 CPUtime=1510.42 cores=0,2,4,6
/proc/10626/stat : 10626 (glucosInc) R 10622 10620 7065 0 -1 4202496 191339 0 0 0 150971 71 0 0 20 0 1 0 276411288 1546977280 330118 33554432000 4194304 5654031 140737368997520 140737368985336 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10626/statm: 377680 330118 141 357 0 377320 0
Current children cumulated CPU time (s) 1541.26
Current children cumulated vsize (KiB) 2198340

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 10685
/proc/meminfo: memFree=23743224/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=30.84 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44535 20534 0 0 735 82 2148 119 20 0 1 0 276408137 694755328 148255 33554432000 4194304 5992684 140734082181776 140734082168040 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148255 176 440 0 169174 0
[pid=10626] ppid=10622 vsize=1515092 CPUtime=1570.41 cores=0,2,4,6
/proc/10626/stat : 10626 (glucosInc) R 10622 10620 7065 0 -1 4202496 193548 0 0 0 156958 83 0 0 20 0 1 0 276411288 1551454208 313347 33554432000 4194304 5654031 140737368997520 140737368985336 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10626/statm: 378773 313347 141 357 0 378413 0
Current children cumulated CPU time (s) 1601.25
Current children cumulated vsize (KiB) 2202712

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 10685
/proc/meminfo: memFree=23718164/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=30.84 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44535 20534 0 0 735 82 2148 119 20 0 1 0 276408137 694755328 148255 33554432000 4194304 5992684 140734082181776 140734082168040 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148255 176 440 0 169174 0
[pid=10626] ppid=10622 vsize=1520620 CPUtime=1630.4 cores=0,2,4,6
/proc/10626/stat : 10626 (glucosInc) R 10622 10620 7065 0 -1 4202496 194483 0 0 0 162957 83 0 0 20 0 1 0 276411288 1557114880 318881 33554432000 4194304 5654031 140737368997520 140737368985336 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10626/statm: 380155 318881 141 357 0 379795 0
Current children cumulated CPU time (s) 1661.24
Current children cumulated vsize (KiB) 2208240

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 10685
/proc/meminfo: memFree=23693720/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=30.84 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44535 20534 0 0 735 82 2148 119 20 0 1 0 276408137 694755328 148255 33554432000 4194304 5992684 140734082181776 140734082168040 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148255 176 440 0 169174 0
[pid=10626] ppid=10622 vsize=1522860 CPUtime=1690.4 cores=0,2,4,6
/proc/10626/stat : 10626 (glucosInc) R 10622 10620 7065 0 -1 4202496 195024 0 0 0 168956 84 0 0 20 0 1 0 276411288 1559408640 322488 33554432000 4194304 5654031 140737368997520 140737368985336 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10626/statm: 380715 322488 141 357 0 380355 0
Current children cumulated CPU time (s) 1721.24
Current children cumulated vsize (KiB) 2210480

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 10685
/proc/meminfo: memFree=23667164/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=30.84 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44535 20534 0 0 735 82 2148 119 20 0 1 0 276408137 694755328 148255 33554432000 4194304 5992684 140734082181776 140734082168040 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148255 176 440 0 169174 0
[pid=10626] ppid=10622 vsize=1526076 CPUtime=1750.38 cores=0,2,4,6
/proc/10626/stat : 10626 (glucosInc) R 10622 10620 7065 0 -1 4202496 195867 0 0 0 174954 84 0 0 20 0 1 0 276411288 1562701824 326397 33554432000 4194304 5654031 140737368997520 140737368985336 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10626/statm: 381519 326397 141 357 0 381159 0
Current children cumulated CPU time (s) 1781.22
Current children cumulated vsize (KiB) 2213696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.08 2.02 2.02 3/181 10686
/proc/meminfo: memFree=23657980/32873648 swapFree=7372/7372
[pid=10620] ppid=10618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10620/stat : 10620 (npSolver-pbo-It) S 10618 10620 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276408137 9367552 275 33554432000 4194304 5064252 140733400809136 140733400808048 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10620/statm: 2287 275 233 213 0 72 0
[pid=10622] ppid=10620 vsize=678472 CPUtime=30.84 cores=0,2,4,6
/proc/10622/stat : 10622 (npSolver-pbo) S 10620 10620 7065 0 -1 4202496 44535 20534 0 0 735 82 2148 119 20 0 1 0 276408137 694755328 148255 33554432000 4194304 5992684 140734082181776 140734082168040 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 3 0 0
/proc/10622/statm: 169618 148255 176 440 0 169174 0
[pid=10626] ppid=10622 vsize=1527132 CPUtime=1769.19 cores=0,2,4,6
/proc/10626/stat : 10626 (glucosInc) R 10622 10620 7065 0 -1 4202496 196134 0 0 0 176835 84 0 0 20 0 1 0 276411288 1563783168 328197 33554432000 4194304 5654031 140737368997520 140737368985336 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10626/statm: 381783 328197 141 357 0 381423 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 2214752

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 10620 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.13
CPU time (s): 1800.03
CPU user time (s): 1797.18
CPU system time (s): 2.85
CPU usage (%): 99.9389
Max. virtual memory (cumulated for all children) (KiB): 2544740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 4.15137 second user time and 10.0325 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-27 09:13:41
IDJOB=3697652
IDBENCH=89892
IDSOLVER=2275
FILE ID=node122/3697652-1338102821
RUNJOBID= node122-1338101021-10457
PBS_JOBID= 14624430
Free space on /tmp= 71680 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-opm2-z10-s2.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697652-1338102821/watcher-3697652-1338102821 -o /tmp/evaluation-result-3697652-1338102821/solver-3697652-1338102821 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697652-1338102821.opb 359135667 HOME HOME

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

MD5SUM BENCH= ed21e6c5ff37fad47ff826a68b7a81b8
RANDOM SEED=359135667

node122.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		: 2666.533
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	: 5333.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		: 2666.533
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		: 2666.533
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	: 5332.04
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		: 2666.533
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		: 2666.533
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		: 2666.533
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	: 5438.54
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		: 2666.533
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		: 2666.533
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:        28733416 kB
Buffers:          284348 kB
Cached:          2879764 kB
SwapCached:            0 kB
Active:          1303752 kB
Inactive:        2044760 kB
Active(anon):     175504 kB
Inactive(anon):    11052 kB
Active(file):    1128248 kB
Inactive(file):  2033708 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12820 kB
Writeback:             0 kB
AnonPages:        313628 kB
Mapped:            15208 kB
Shmem:               200 kB
Slab:             647376 kB
SReclaimable:      91676 kB
SUnreclaim:       555700 kB
KernelStack:        1504 kB
PageTables:         4744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     311288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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= 70696 MiB
End job on node122 at 2012-05-27 09:43:45