Trace number 3748785

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 (fixed)? (TO) 1800.03 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
MD5SUM325852af8542a0f454599a2893f1b120
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark765
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 434
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495293
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495293
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.49/1.64	c run inc solver
1.49/1.64	c [INC SYSTEM] run initial solver
1.49/1.64	c [INC SYSTEM] preprocess with white file
2.88/2.98	c [INC SYSTEM] finished preprocessing in 1 s
2.88/2.98	c [INC SYSTEM] execute solver
2.96/3.36	c [INC SEARCH] formula is SAT
2.96/3.36	c [INC SYSTEM] solved the initial formula
3.96/4.03	c model valid
3.96/4.03	c current solution ok
4.96/5.06	o 7122
4.96/5.06	c execute binary inc search
4.96/5.06	c [INC SEARCH] current bound: 3561
4.96/5.06	c [INC SEARCH] iteration: 0
4.96/5.06	c [INC SEARCH] lower bound: 0 upperbound 7122 current bound: 3561 best value:7122
4.96/5.06	c [INC SYSTEM] there exists a inc, kill it!
4.96/5.06	c write failed with 2
4.96/5.06	c [INC SYSTEM] create new solver instance
4.96/5.06	c [INC] encode full formula
4.96/5.06	c fallback to adder encoding
5.58/5.68	c set iterative enc to: adder
5.58/5.68	c set iterative enc to: none
5.66/5.77	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.40	c an unexpexted return value has been received, exit
1800.03/1800.40	s UNKNOWN
1800.03/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.03/1800.40	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-3748785-1339115744/watcher-3748785-1339115744 -o /tmp/evaluation-result-3748785-1339115744/solver-3748785-1339115744 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748785-1339115744.opb 606382264 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.00 2.01 1.93 2/178 9988
/proc/meminfo: memFree=30762456/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0

[startup+0.0271509 s]
/proc/loadavg: 2.00 2.01 1.93 2/178 9988
/proc/meminfo: memFree=30762456/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100167 s]
/proc/loadavg: 2.00 2.01 1.93 2/178 9988
/proc/meminfo: memFree=30762456/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300234 s]
/proc/loadavg: 2.00 2.01 1.93 2/178 9988
/proc/meminfo: memFree=30762456/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700265 s]
/proc/loadavg: 2.00 2.01 1.93 2/178 9988
/proc/meminfo: memFree=30762456/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 1.93 3/180 9990
/proc/meminfo: memFree=30575196/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229596 CPUtime=1.49 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) R 9988 9988 4113 0 -1 4202496 40957 0 0 0 139 10 0 0 20 0 1 0 377700458 235106304 57015 33554432000 4194304 6004724 140734564365824 140734564361336 4579276 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57399 57015 137 442 0 56953 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 238744

[startup+3.10027 s]
/proc/loadavg: 2.00 2.01 1.93 3/181 9993
/proc/meminfo: memFree=30498700/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229596 CPUtime=2.96 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 40991 12905 0 0 153 13 126 4 20 0 1 0 377700458 235106304 57034 33554432000 4194304 6004724 140734564365824 140734564352104 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57399 57034 152 442 0 56953 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 238744

[startup+6.30028 s]
/proc/loadavg: 2.00 2.01 1.93 3/180 9998
/proc/meminfo: memFree=30329080/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 238748

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 1.93 3/181 10000
/proc/meminfo: memFree=30188640/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=160068 CPUtime=6.91 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 29281 0 0 0 685 6 0 0 20 0 1 0 377701035 163909632 33546 33554432000 4194304 5654031 140735510484656 140735510472472 4208595 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10000/statm: 40017 33546 142 357 0 39657 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 398816

[startup+25.5066 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 10000
/proc/meminfo: memFree=30181404/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=161448 CPUtime=19.71 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 29636 0 0 0 1965 6 0 0 20 0 1 0 377701035 165322752 34923 33554432000 4194304 5654031 140735510484656 140735510472472 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10000/statm: 40362 34923 142 357 0 40002 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 400196

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 10000
/proc/meminfo: memFree=30172976/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=163452 CPUtime=45.3 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 30521 0 0 0 4523 7 0 0 20 0 1 0 377701035 167374848 34974 33554432000 4194304 5654031 140735510484656 140735510472472 4232916 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10000/statm: 40863 34974 142 357 0 40503 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 402200

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 10000
/proc/meminfo: memFree=30143692/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=166008 CPUtime=96.49 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 31557 0 0 0 9640 9 0 0 20 0 1 0 377701035 169992192 38192 33554432000 4194304 5654031 140735510484656 140735510472472 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10000/statm: 41502 38192 142 357 0 41142 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 404756

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 10000
/proc/meminfo: memFree=30158916/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=168268 CPUtime=156.49 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 33359 0 0 0 15637 12 0 0 20 0 1 0 377701035 172306432 38250 33554432000 4194304 5654031 140735510484656 140735510472472 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10000/statm: 42067 38250 142 357 0 41707 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 407016

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 10000
/proc/meminfo: memFree=30147336/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=170340 CPUtime=216.48 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 35491 0 0 0 21635 13 0 0 20 0 1 0 377701035 174428160 37736 33554432000 4194304 5654031 140735510484656 140735510472472 4215307 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10000/statm: 42585 37736 142 357 0 42225 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 409088

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/182 10004
/proc/meminfo: memFree=30123356/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=203488 CPUtime=276.47 cores=0,2,4,6

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

/proc/meminfo: memFree=29991780/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=270916 CPUtime=1296.27 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 52314 0 0 0 129585 42 0 0 20 0 1 0 377701035 277417984 58945 33554432000 4194304 5654031 140735510484656 140735510472472 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10000/statm: 67729 58945 142 357 0 67369 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 509664

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/181 10010
/proc/meminfo: memFree=30086456/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=221884 CPUtime=1356.27 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 53504 0 0 0 135582 45 0 0 20 0 1 0 377701035 227209216 47664 33554432000 4194304 5654031 140735510484656 140735510472472 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10000/statm: 55471 47664 142 357 0 55111 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 460632

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 10010
/proc/meminfo: memFree=30044380/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=271972 CPUtime=1416.26 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 53840 0 0 0 141580 46 0 0 20 0 1 0 377701035 278499328 55154 33554432000 4194304 5654031 140735510484656 140735510472472 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10000/statm: 67993 55154 142 357 0 67633 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 510720

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/182 10014
/proc/meminfo: memFree=30010232/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=272404 CPUtime=1476.22 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 54008 0 0 0 147576 46 0 0 20 0 1 0 377701035 278941696 61463 33554432000 4194304 5654031 140735510484656 140735510472472 4214622 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10000/statm: 68101 61463 142 357 0 67741 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 511152

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 10037
/proc/meminfo: memFree=30051648/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=222908 CPUtime=1536.22 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 54818 0 0 0 153574 48 0 0 20 0 1 0 377701035 228257792 45707 33554432000 4194304 5654031 140735510484656 140735510482744 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10000/statm: 55727 45707 142 357 0 55367 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 461656

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/182 10037
/proc/meminfo: memFree=30002560/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=223052 CPUtime=1596.2 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 55114 0 0 0 159572 48 0 0 20 0 1 0 377701035 228405248 51110 33554432000 4194304 5654031 140735510484656 140735510472472 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10000/statm: 55763 51110 142 357 0 55403 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 461800

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/182 10037
/proc/meminfo: memFree=29961604/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=273492 CPUtime=1656.2 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 55505 0 0 0 165571 49 0 0 20 0 1 0 377701035 280055808 56097 33554432000 4194304 5654031 140735510484656 140735510472472 4215017 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10000/statm: 68373 56097 142 357 0 68013 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 512240

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/182 10037
/proc/meminfo: memFree=30013716/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=273808 CPUtime=1716.19 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 55610 0 0 0 171569 50 0 0 20 0 1 0 377701035 280379392 60290 33554432000 4194304 5654031 140735510484656 140735510472472 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10000/statm: 68452 60290 142 357 0 68092 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 512556

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/182 10038
/proc/meminfo: memFree=29971152/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=356240 CPUtime=1776.17 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 56428 0 0 0 177567 50 0 0 20 0 1 0 377701035 364789760 67235 33554432000 4194304 5654031 140735510484656 140735510472472 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10000/statm: 89060 67235 142 357 0 88700 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 594988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 1.95 3/181 10128
/proc/meminfo: memFree=30543028/32873648 swapFree=7628/7628
[pid=9988] ppid=9986 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9988/stat : 9988 (npSolver-pbo-I.) S 9986 9988 4113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377700458 9367552 275 33554432000 4194304 5064252 140736050557392 140736050556304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9988/statm: 2287 275 233 213 0 72 0
[pid=9989] ppid=9988 vsize=229600 CPUtime=5.75 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo) S 9988 9988 4113 0 -1 4202496 62017 22065 0 0 299 104 163 9 20 0 1 0 377700458 235110400 57062 33554432000 4194304 6004724 140734564365824 140734564350744 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 57400 57062 179 442 0 56954 0
[pid=10000] ppid=9989 vsize=224932 CPUtime=1794.28 cores=0,2,4,6
/proc/10000/stat : 10000 (glucosInc) R 9989 9988 4113 0 -1 4202496 56689 0 0 0 179376 52 0 0 20 0 1 0 377701035 230330368 47881 33554432000 4194304 5654031 140735510484656 140735510472472 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10000/statm: 56233 47881 142 357 0 55873 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 463680

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 9988 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# 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): 1800.42
CPU time (s): 1800.03
CPU user time (s): 1798.38
CPU system time (s): 1.65
CPU usage (%): 99.9786
Max. virtual memory (cumulated for all children) (KiB): 675296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 357
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= 1

runsolver used 3.49147 second user time and 10.3334 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-08 02:35:45
IDJOB=3748785
IDBENCH=1969
IDSOLVER=2333
FILE ID=node122/3748785-1339115744
RUNJOBID= node122-1339112139-9716
PBS_JOBID= 14643731
Free space on /tmp= 71112 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748785-1339115744/watcher-3748785-1339115744 -o /tmp/evaluation-result-3748785-1339115744/solver-3748785-1339115744 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748785-1339115744.opb 606382264 HOME HOME

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

MD5SUM BENCH= 325852af8542a0f454599a2893f1b120
RANDOM SEED=606382264

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:        30762836 kB
Buffers:          102996 kB
Cached:           937840 kB
SwapCached:         2132 kB
Active:           453928 kB
Inactive:         853308 kB
Active(anon):     266664 kB
Inactive(anon):     2216 kB
Active(file):     187264 kB
Inactive(file):   851092 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099484 kB
Dirty:             59544 kB
Writeback:             0 kB
AnonPages:        392796 kB
Mapped:             9812 kB
Shmem:                 0 kB
Slab:             663856 kB
SReclaimable:     107580 kB
SUnreclaim:       556276 kB
KernelStack:        1512 kB
PageTables:         4560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     393888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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= 71060 MiB
End job on node122 at 2012-06-08 03:05:47