Trace number 3699591

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? (TO) 1800.09 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g100x100.opb
MD5SUMb7796d84094d982e45331121511974b4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2514
Best CPU time to get the best result obtained on this benchmark1802.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2297
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints10000
Number of constraints which are clauses10000
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 constraint3
Maximum length of a constraint5
Number of terms in the objective function 10000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10000
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10000
Number of bits of the biggest sum of numbers14
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.14	c run inc solver
0.00/0.14	c [INC SYSTEM] run initial solver
0.00/0.14	c [INC SYSTEM] preprocess with white file
0.00/0.24	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.24	c [INC SYSTEM] execute solver
0.00/0.25	c [INC SEARCH] formula is SAT
0.00/0.25	c [INC SYSTEM] solved the initial formula
0.00/0.27	c model valid
0.00/0.27	c current solution ok
0.00/0.29	o 3334
0.00/0.29	c execute binary inc search
0.00/0.29	c [INC SEARCH] current bound: 1667
0.00/0.29	c [INC SEARCH] iteration: 0
0.00/0.29	c [INC SEARCH] lower bound: 0 upperbound 3334 current bound: 1667 best value:3334
0.00/0.29	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.29	c write failed with 2
0.00/0.29	c [INC SYSTEM] create new solver instance
0.00/0.29	c [INC] encode full formula
0.00/0.29	c fallback to adder encoding
0.00/0.87	c set iterative enc to: cardAdder
0.00/0.87	c set iterative enc to: none
0.00/0.95	c [INC SEARCH] isOptimum variable: 0
1800.04/1800.41	c an unexpexted return value has been received, exit
1800.04/1800.41	s UNKNOWN
1800.04/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.04/1800.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-3699591-1338060163/watcher-3699591-1338060163 -o /tmp/evaluation-result-3699591-1338060163/solver-3699591-1338060163 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699591-1338060163.opb 261668524 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.08 2.05 2.00 3/178 1980
/proc/meminfo: memFree=29877160/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0

[startup+0.035792 s]
/proc/loadavg: 2.08 2.05 2.00 3/178 1980
/proc/meminfo: memFree=29877160/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100256 s]
/proc/loadavg: 2.08 2.05 2.00 3/178 1980
/proc/meminfo: memFree=29877160/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300272 s]
/proc/loadavg: 2.08 2.05 2.00 3/178 1980
/proc/meminfo: memFree=29877160/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700298 s]
/proc/loadavg: 2.08 2.05 2.00 3/178 1980
/proc/meminfo: memFree=29877160/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 2.07 2.05 2.00 3/181 1989
/proc/meminfo: memFree=29818900/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=154872 CPUtime=0.53 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 22085 0 0 0 48 5 0 0 20 0 1 0 272144965 158588928 30452 33554432000 4194304 5654031 140735585081808 140735584031160 4225778 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 38718 30452 128 357 0 38358 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 172620

[startup+3.1004 s]
/proc/loadavg: 2.07 2.05 2.00 3/181 1989
/proc/meminfo: memFree=29735672/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=118068 CPUtime=2.13 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 23007 0 0 0 208 5 0 0 20 0 1 0 272144965 120901632 24257 33554432000 4194304 5654031 140735585081808 140735585079592 4214180 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 29517 24257 141 357 0 29157 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 135816

[startup+6.30043 s]
/proc/loadavg: 2.07 2.04 2.00 3/181 1989
/proc/meminfo: memFree=29729420/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=118332 CPUtime=5.33 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 23074 0 0 0 528 5 0 0 20 0 1 0 272144965 121171968 24324 33554432000 4194304 5654031 140735585081808 140735585069624 4216057 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 29583 24324 142 357 0 29223 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 136080

[startup+12.7004 s]
/proc/loadavg: 2.06 2.04 2.00 3/181 1989
/proc/meminfo: memFree=29727020/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=118876 CPUtime=11.73 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 23222 0 0 0 1168 5 0 0 20 0 1 0 272144965 121729024 24472 33554432000 4194304 5654031 140735585081808 140735585079592 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 29719 24472 142 357 0 29359 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 136624

[startup+25.5004 s]
/proc/loadavg: 2.05 2.04 2.00 3/181 1989
/proc/meminfo: memFree=29797232/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=119448 CPUtime=24.53 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 23397 0 0 0 2447 6 0 0 20 0 1 0 272144965 122314752 24647 33554432000 4194304 5654031 140735585081808 140735585069624 4214616 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 29862 24647 142 357 0 29502 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 137196

[startup+51.1005 s]
/proc/loadavg: 2.03 2.04 2.00 3/181 1989
/proc/meminfo: memFree=29776692/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=121948 CPUtime=50.13 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 23991 0 0 0 5007 6 0 0 20 0 1 0 272144965 124874752 26263 33554432000 4194304 5654031 140735585081808 140735585069624 4214638 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 30487 26263 142 357 0 30127 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 139696

[startup+102.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/181 1989
/proc/meminfo: memFree=29751260/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=129056 CPUtime=101.31 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 26644 0 0 0 10123 8 0 0 20 0 1 0 272144965 132153344 28172 33554432000 4194304 5654031 140735585081808 140735585079832 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 32264 28172 142 357 0 31904 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 146804

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 1990
/proc/meminfo: memFree=29652688/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=210884 CPUtime=161.29 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 28068 0 0 0 16118 11 0 0 20 0 1 0 272144965 215945216 46247 33554432000 4194304 5654031 140735585081808 140735585069624 4215257 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 52721 46247 142 357 0 52361 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 228632

[startup+222.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 1991
/proc/meminfo: memFree=29735468/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=161564 CPUtime=221.28 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 28272 0 0 0 22117 11 0 0 20 0 1 0 272144965 165441536 37872 33554432000 4194304 5654031 140735585081808 140735585069624 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 40391 37872 142 357 0 40031 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 179312

[startup+282.3 s]

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

/proc/meminfo: memFree=29475776/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=291792 CPUtime=1301.1 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 43015 0 0 0 130060 50 0 0 20 0 1 0 272144965 298795008 63480 33554432000 4194304 5654031 140735585081808 140735585069624 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 72948 63480 142 357 0 72588 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 309540

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 2048
/proc/meminfo: memFree=29494796/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=241704 CPUtime=1361.09 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 43298 0 0 0 136057 52 0 0 20 0 1 0 272144965 247504896 56011 33554432000 4194304 5654031 140735585081808 140735585069624 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 60426 56011 142 357 0 60066 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 259452

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 2048
/proc/meminfo: memFree=29482064/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=241704 CPUtime=1421.09 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 43614 0 0 0 142056 53 0 0 20 0 1 0 272144965 247504896 57857 33554432000 4194304 5654031 140735585081808 140735585069624 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 60426 57857 142 357 0 60066 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 259452

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2048
/proc/meminfo: memFree=29455640/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=291792 CPUtime=1481.07 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 44145 0 0 0 148053 54 0 0 20 0 1 0 272144965 298795008 64504 33554432000 4194304 5654031 140735585081808 140735585069624 4215327 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 72948 64504 142 357 0 72588 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 309540

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2048
/proc/meminfo: memFree=29494872/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=241704 CPUtime=1541.05 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 44432 0 0 0 154050 55 0 0 20 0 1 0 272144965 247504896 54475 33554432000 4194304 5654031 140735585081808 140735585069624 4215307 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 60426 54475 142 357 0 60066 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 259452

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 2048
/proc/meminfo: memFree=29473700/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=291792 CPUtime=1601.04 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 45264 0 0 0 160047 57 0 0 20 0 1 0 272144965 298795008 60408 33554432000 4194304 5654031 140735585081808 140735585069624 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 72948 60408 142 357 0 72588 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 309540

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 2052
/proc/meminfo: memFree=29453076/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=291792 CPUtime=1661.03 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 45274 0 0 0 166046 57 0 0 20 0 1 0 272144965 298795008 65528 33554432000 4194304 5654031 140735585081808 140735585069624 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 72948 65528 142 357 0 72588 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 309540

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2052
/proc/meminfo: memFree=29413380/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=291792 CPUtime=1721.02 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 45279 0 0 0 172045 57 0 0 20 0 1 0 272144965 298795008 68088 33554432000 4194304 5654031 140735585081808 140735585069624 4215091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 72948 68088 142 357 0 72588 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 309540

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2052
/proc/meminfo: memFree=29463732/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=241704 CPUtime=1781.02 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 46246 0 0 0 178042 60 0 0 20 0 1 0 272144965 247504896 56011 33554432000 4194304 5654031 140735585081808 140735585069624 4215036 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 60426 56011 142 357 0 60066 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 259452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2052
/proc/meminfo: memFree=29447660/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=241704 CPUtime=1799.12 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 46560 0 0 0 179852 60 0 0 20 0 1 0 272144965 247504896 57856 33554432000 4194304 5654031 140735585081808 140735585069624 4234964 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 60426 57856 142 357 0 60066 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 259452

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2052
/proc/meminfo: memFree=29447660/32873844 swapFree=7108/7108
[pid=1980] ppid=1978 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1980/stat : 1980 (npSolver-pbo-I.) S 1978 1980 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144870 9367552 275 33554432000 4194304 5064252 140734832519344 140734832518256 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1980/statm: 2287 275 233 213 0 72 0
[pid=1981] ppid=1980 vsize=8600 CPUtime=0.92 cores=1,3,5,7
/proc/1981/stat : 1981 (npSolver-pbo) S 1980 1980 1127 0 -1 4202496 5710 4632 0 0 74 10 7 1 20 0 1 0 272144870 8806400 1758 33554432000 4194304 5992684 140736850001968 140736849986872 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1981/statm: 2150 1758 180 440 0 1706 0
[pid=1989] ppid=1981 vsize=241704 CPUtime=1799.12 cores=1,3,5,7
/proc/1989/stat : 1989 (glucosInc) R 1981 1980 1127 0 -1 4202496 46560 0 0 0 179852 60 0 0 20 0 1 0 272144965 247504896 57856 33554432000 4194304 5654031 140735585081808 140735585069624 4234964 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1989/statm: 60426 57856 142 357 0 60066 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 259452

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.35
CPU system time (s): 0.735888
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 471068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 0.735888
maximum resident set size= 353728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57284
page faults= 0
swaps= 0
block input operations= 0
block output operations= 78936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 98
involuntary context switches= 1872

runsolver used 4.86126 second user time and 12.7891 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-26 21:22:43
IDJOB=3699591
IDBENCH=2218
IDSOLVER=2276
FILE ID=node102/3699591-1338060163
RUNJOBID= node102-1338052958-1144
PBS_JOBID= 14624412
Free space on /tmp= 71516 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g100x100.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699591-1338060163/watcher-3699591-1338060163 -o /tmp/evaluation-result-3699591-1338060163/solver-3699591-1338060163 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699591-1338060163.opb 261668524 HOME HOME

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

MD5SUM BENCH= b7796d84094d982e45331121511974b4
RANDOM SEED=261668524

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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.178
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.178
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		: 2667.178
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.178
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:       32873844 kB
MemFree:        29877168 kB
Buffers:          272832 kB
Cached:          1665612 kB
SwapCached:            0 kB
Active:          1178380 kB
Inactive:         978660 kB
Active(anon):     210064 kB
Inactive(anon):    10968 kB
Active(file):     968316 kB
Inactive(file):   967692 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8848 kB
Writeback:             0 kB
AnonPages:        249656 kB
Mapped:            15952 kB
Shmem:               200 kB
Slab:             672148 kB
SReclaimable:     114372 kB
SUnreclaim:       557776 kB
KernelStack:        1480 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     367564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71424 MiB
End job on node102 at 2012-05-26 21:52:44