Trace number 3699632

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.02 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
MD5SUM35ffbede57b8807d38d913370f4c4486
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark448
Best CPU time to get the best result obtained on this benchmark1793.17
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 419
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 495618
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 495618
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.38/1.41	c run inc solver
1.38/1.41	c [INC SYSTEM] run initial solver
1.38/1.41	c [INC SYSTEM] preprocess with white file
3.07/3.13	c [INC SYSTEM] finished preprocessing in 1 s
3.07/3.13	c [INC SYSTEM] execute solver
167.62/167.78	c [INC SEARCH] formula is SAT
167.62/167.78	c [INC SYSTEM] solved the initial formula
168.33/168.46	c model valid
168.33/168.46	c current solution ok
169.53/169.67	o 7322
169.53/169.67	c execute binary inc search
169.53/169.67	c [INC SEARCH] current bound: 3661
169.53/169.67	c [INC SEARCH] iteration: 0
169.53/169.67	c [INC SEARCH] lower bound: 0 upperbound 7322 current bound: 3661 best value:7322
169.53/169.67	c [INC SYSTEM] there exists a inc, kill it!
169.53/169.67	c write failed with 2
169.53/169.67	c [INC SYSTEM] create new solver instance
169.53/169.67	c [INC] encode full formula
169.53/169.67	c fallback to adder encoding
170.25/170.32	c set iterative enc to: adder
170.25/170.32	c set iterative enc to: none
170.34/170.42	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.41	HOME/npSolver-pbo-I.sh: line 18:  1171 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=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-3699632-1338052958/watcher-3699632-1338052958 -o /tmp/evaluation-result-3699632-1338052958/solver-3699632-1338052958 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699632-1338052958.opb 262561866 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: 1.84 1.97 1.99 4/175 1170
/proc/meminfo: memFree=30096040/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0

[startup+0.085856 s]
/proc/loadavg: 1.84 1.97 1.99 4/175 1170
/proc/meminfo: memFree=30096040/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100265 s]
/proc/loadavg: 1.84 1.97 1.99 4/175 1170
/proc/meminfo: memFree=30096040/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300223 s]
/proc/loadavg: 1.84 1.97 1.99 4/175 1170
/proc/meminfo: memFree=30096040/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700235 s]
/proc/loadavg: 1.84 1.97 1.99 4/175 1170
/proc/meminfo: memFree=30096040/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 1.84 1.97 1.99 4/179 1174
/proc/meminfo: memFree=30079324/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=21112 CPUtime=1.41 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 3774 0 0 0 137 4 0 0 20 0 1 0 271424375 21618688 3818 33554432000 4194304 5992684 140737149199984 140737149194432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 5278 3818 164 440 0 4834 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 30260

[startup+3.10032 s]
/proc/loadavg: 1.84 1.97 1.99 4/183 1178
/proc/meminfo: memFree=29926072/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=21112 CPUtime=1.41 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 3774 0 0 0 137 4 0 0 20 0 1 0 271424375 21618688 3818 33554432000 4194304 5992684 140737149199984 140737149194432 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 5278 3818 164 440 0 4834 0
[pid=1175] ppid=1171 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1175/stat : 1175 (cp2_pre.sh) S 1171 1170 1127 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 271424518 9367552 277 33554432000 4194304 5064252 140737045817840 140737045816544 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1175/statm: 2287 277 234 213 0 72 0
[pid=1176] ppid=1175 vsize=63328 CPUtime=1.66 cores=1,3,5,7
/proc/1176/stat : 1176 (coprocessor) R 1175 1170 1127 0 -1 4202496 13793 0 0 0 161 5 0 0 20 0 1 0 271424518 64847872 15324 33554432000 4194304 6586260 140733663027248 140733663023000 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/1176/statm: 15832 15324 197 584 0 15244 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 102736

[startup+6.3003 s]
/proc/loadavg: 1.85 1.97 1.99 4/181 1182
/proc/meminfo: memFree=29969120/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 3790 14697 0 0 137 4 164 6 20 0 1 0 271424375 21618688 3820 33554432000 4194304 5992684 140737149199984 140737149186248 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 5278 3820 166 440 0 4834 0
[pid=1180] ppid=1171 vsize=74152 CPUtime=3.15 cores=1,3,5,7
/proc/1180/stat : 1180 (glucosInc) R 1171 1170 1127 0 -1 4202496 11185 0 0 0 312 3 0 0 20 0 1 0 271424689 75931648 16009 33554432000 4194304 5654031 140734413019712 140734413017592 4214957 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1180/statm: 18538 16009 132 357 0 18178 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 104412

[startup+12.7003 s]
/proc/loadavg: 1.86 1.97 1.99 4/181 1182
/proc/meminfo: memFree=29904648/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 3790 14697 0 0 137 4 164 6 20 0 1 0 271424375 21618688 3820 33554432000 4194304 5992684 140737149199984 140737149186248 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 5278 3820 166 440 0 4834 0
[pid=1180] ppid=1171 vsize=123472 CPUtime=9.55 cores=1,3,5,7
/proc/1180/stat : 1180 (glucosInc) R 1171 1170 1127 0 -1 4202496 11783 0 0 0 950 5 0 0 20 0 1 0 271424689 126435328 20960 33554432000 4194304 5654031 140734413019712 140734413017736 4877973 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1180/statm: 30868 20960 132 357 0 30508 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 153732

[startup+25.5003 s]
/proc/loadavg: 2.04 2.00 2.00 4/181 1182
/proc/meminfo: memFree=29835932/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 3790 14697 0 0 137 4 164 6 20 0 1 0 271424375 21618688 3820 33554432000 4194304 5992684 140737149199984 140737149186248 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 5278 3820 166 440 0 4834 0
[pid=1180] ppid=1171 vsize=74152 CPUtime=22.34 cores=1,3,5,7
/proc/1180/stat : 1180 (glucosInc) R 1171 1170 1127 0 -1 4202496 12166 0 0 0 2227 7 0 0 20 0 1 0 271424689 75931648 17781 33554432000 4194304 5654031 140734413019712 140734413017736 4215932 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1180/statm: 18538 17781 132 357 0 18178 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 104412

[startup+51.1004 s]
/proc/loadavg: 2.03 2.00 2.00 4/181 1182
/proc/meminfo: memFree=29827696/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 3790 14697 0 0 137 4 164 6 20 0 1 0 271424375 21618688 3820 33554432000 4194304 5992684 140737149199984 140737149186248 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 5278 3820 166 440 0 4834 0
[pid=1180] ppid=1171 vsize=123472 CPUtime=47.94 cores=1,3,5,7
/proc/1180/stat : 1180 (glucosInc) R 1171 1170 1127 0 -1 4202496 13393 0 0 0 4782 12 0 0 20 0 1 0 271424689 126435328 28128 33554432000 4194304 5654031 140734413019712 140734413017640 4232984 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1180/statm: 30868 28128 132 357 0 30508 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 153732

[startup+102.3 s]
/proc/loadavg: 2.01 2.00 2.00 4/181 1182
/proc/meminfo: memFree=29904904/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 3790 14697 0 0 137 4 164 6 20 0 1 0 271424375 21618688 3820 33554432000 4194304 5992684 140737149199984 140737149186248 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 5278 3820 166 440 0 4834 0
[pid=1180] ppid=1171 vsize=123472 CPUtime=99.13 cores=1,3,5,7
/proc/1180/stat : 1180 (glucosInc) R 1171 1170 1127 0 -1 4202496 17684 0 0 0 9890 23 0 0 20 0 1 0 271424689 126435328 25568 33554432000 4194304 5654031 140734413019712 140734413017736 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1180/statm: 30868 25568 132 357 0 30508 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 153732

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 1182
/proc/meminfo: memFree=29815036/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=21112 CPUtime=3.11 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 3790 14697 0 0 137 4 164 6 20 0 1 0 271424375 21618688 3820 33554432000 4194304 5992684 140737149199984 140737149186248 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 5278 3820 166 440 0 4834 0
[pid=1180] ppid=1171 vsize=123472 CPUtime=159.12 cores=1,3,5,7
/proc/1180/stat : 1180 (glucosInc) R 1171 1170 1127 0 -1 4202496 22275 0 0 0 15878 34 0 0 20 0 1 0 271424689 126435328 29152 33554432000 4194304 5654031 140734413019712 140734413017640 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1180/statm: 30868 29152 132 357 0 30508 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 153732

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 4/182 1189
/proc/meminfo: memFree=29605040/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=43936 CPUtime=170.37 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 9361 38628 0 0 284 118 16589 46 20 0 1 0 271424375 44990464 9496 33554432000 4194304 5992684 140737149199984 140737149184888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 10984 9496 184 440 0 10540 0
[pid=1188] ppid=1171 vsize=164056 CPUtime=51.86 cores=1,3,5,7
/proc/1188/stat : 1188 (glucosInc) R 1171 1170 1127 0 -1 4202496 30680 0 0 0 5176 10 0 0 20 0 1 0 271441417 167993344 36660 33554432000 4194304 5654031 140737208480016 140737208467832 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1188/statm: 41014 36660 141 357 0 40654 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 217140

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.00 2.00 4/181 1199
/proc/meminfo: memFree=29466884/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=43936 CPUtime=170.37 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 9361 38628 0 0 284 118 16589 46 20 0 1 0 271424375 44990464 9496 33554432000 4194304 5992684 140737149199984 140737149184888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 10984 9496 184 440 0 10540 0
[pid=1188] ppid=1171 vsize=218456 CPUtime=1131.65 cores=1,3,5,7
/proc/1188/stat : 1188 (glucosInc) R 1171 1170 1127 0 -1 4202496 51710 0 0 0 113116 49 0 0 20 0 1 0 271441417 223698944 48125 33554432000 4194304 5654031 140737208480016 140737208467832 4209087 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1188/statm: 54614 48125 141 357 0 54254 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 271540

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 1199
/proc/meminfo: memFree=29519320/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=43936 CPUtime=170.37 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 9361 38628 0 0 284 118 16589 46 20 0 1 0 271424375 44990464 9496 33554432000 4194304 5992684 140737149199984 140737149184888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 10984 9496 184 440 0 10540 0
[pid=1188] ppid=1171 vsize=188984 CPUtime=1191.62 cores=1,3,5,7
/proc/1188/stat : 1188 (glucosInc) R 1171 1170 1127 0 -1 4202496 53196 0 0 0 119109 53 0 0 20 0 1 0 271441417 193519616 45013 33554432000 4194304 5654031 140737208480016 140737208467832 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1188/statm: 47246 45013 141 357 0 46886 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 242068

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 1199
/proc/meminfo: memFree=29433252/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=43936 CPUtime=170.37 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 9361 38628 0 0 284 118 16589 46 20 0 1 0 271424375 44990464 9496 33554432000 4194304 5992684 140737149199984 140737149184888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 10984 9496 184 440 0 10540 0
[pid=1188] ppid=1171 vsize=270268 CPUtime=1251.62 cores=1,3,5,7
/proc/1188/stat : 1188 (glucosInc) R 1171 1170 1127 0 -1 4202496 54551 0 0 0 125107 55 0 0 20 0 1 0 271441417 276754432 55556 33554432000 4194304 5654031 140737208480016 140737208467832 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1188/statm: 67567 55556 141 357 0 67207 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 323352

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/180 1199
/proc/meminfo: memFree=29503952/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=43936 CPUtime=170.37 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 9361 38628 0 0 284 118 16589 46 20 0 1 0 271424375 44990464 9496 33554432000 4194304 5992684 140737149199984 140737149184888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 10984 9496 184 440 0 10540 0
[pid=1188] ppid=1171 vsize=221480 CPUtime=1311.6 cores=1,3,5,7
/proc/1188/stat : 1188 (glucosInc) R 1171 1170 1127 0 -1 4202496 55533 0 0 0 131102 58 0 0 20 0 1 0 271441417 226795520 49406 33554432000 4194304 5654031 140737208480016 140737208467832 4209087 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1188/statm: 55370 49406 141 357 0 55010 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 274564

[startup+1542.3 s]
/proc/loadavg: 2.13 2.03 2.01 4/181 1200
/proc/meminfo: memFree=29417108/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=43936 CPUtime=170.37 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 9361 38628 0 0 284 118 16589 46 20 0 1 0 271424375 44990464 9496 33554432000 4194304 5992684 140737149199984 140737149184888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 10984 9496 184 440 0 10540 0
[pid=1188] ppid=1171 vsize=272256 CPUtime=1371.6 cores=1,3,5,7
/proc/1188/stat : 1188 (glucosInc) R 1171 1170 1127 0 -1 4202496 56582 0 0 0 137100 60 0 0 20 0 1 0 271441417 278790144 60668 33554432000 4194304 5654031 140737208480016 140737208467832 4232772 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1188/statm: 68064 60668 141 357 0 67704 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 325340

[startup+1602.3 s]
/proc/loadavg: 2.05 2.02 2.00 4/181 1200
/proc/meminfo: memFree=29481772/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=43936 CPUtime=170.37 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 9361 38628 0 0 284 118 16589 46 20 0 1 0 271424375 44990464 9496 33554432000 4194304 5992684 140737149199984 140737149184888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 10984 9496 184 440 0 10540 0
[pid=1188] ppid=1171 vsize=223756 CPUtime=1431.58 cores=1,3,5,7
/proc/1188/stat : 1188 (glucosInc) R 1171 1170 1127 0 -1 4202496 57594 0 0 0 143095 63 0 0 20 0 1 0 271441417 229126144 51437 33554432000 4194304 5654031 140737208480016 140737208467832 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1188/statm: 55939 51437 141 357 0 55579 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 276840

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 4/182 1203
/proc/meminfo: memFree=29434776/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=43936 CPUtime=170.37 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 9361 38628 0 0 284 118 16589 46 20 0 1 0 271424375 44990464 9496 33554432000 4194304 5992684 140737149199984 140737149184888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 10984 9496 184 440 0 10540 0
[pid=1188] ppid=1171 vsize=274616 CPUtime=1491.57 cores=1,3,5,7
/proc/1188/stat : 1188 (glucosInc) R 1171 1170 1127 0 -1 4202496 58627 0 0 0 149093 64 0 0 20 0 1 0 271441417 281206784 60123 33554432000 4194304 5654031 140737208480016 140737208467832 4233322 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1188/statm: 68654 60123 141 357 0 68294 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 327700

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/181 1203
/proc/meminfo: memFree=29447616/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=43936 CPUtime=170.37 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 9361 38628 0 0 284 118 16589 46 20 0 1 0 271424375 44990464 9496 33554432000 4194304 5992684 140737149199984 140737149184888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 10984 9496 184 440 0 10540 0
[pid=1188] ppid=1171 vsize=224812 CPUtime=1551.56 cores=1,3,5,7
/proc/1188/stat : 1188 (glucosInc) R 1171 1170 1127 0 -1 4202496 59545 0 0 0 155089 67 0 0 20 0 1 0 271441417 230207488 52250 33554432000 4194304 5654031 140737208480016 140737208467832 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1188/statm: 56203 52250 141 357 0 55843 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 277896

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/181 1203
/proc/meminfo: memFree=29372500/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=43936 CPUtime=170.37 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 9361 38628 0 0 284 118 16589 46 20 0 1 0 271424375 44990464 9496 33554432000 4194304 5992684 140737149199984 140737149184888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 10984 9496 184 440 0 10540 0
[pid=1188] ppid=1171 vsize=276052 CPUtime=1611.55 cores=1,3,5,7
/proc/1188/stat : 1188 (glucosInc) R 1171 1170 1127 0 -1 4202496 60673 0 0 0 161087 68 0 0 20 0 1 0 271441417 282677248 64104 33554432000 4194304 5654031 140737208480016 140737208467832 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1188/statm: 69013 64104 141 357 0 68653 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 329136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1204
/proc/meminfo: memFree=29426260/32873844 swapFree=7108/7108
[pid=1170] ppid=1166 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1170/stat : 1170 (npSolver-pbo-I.) S 1166 1170 1127 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140734834266368 140734834265280 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1170/statm: 2287 275 233 213 0 72 0
[pid=1171] ppid=1170 vsize=43936 CPUtime=170.37 cores=1,3,5,7
/proc/1171/stat : 1171 (npSolver-pbo) S 1170 1170 1127 0 -1 4202496 9361 38628 0 0 284 118 16589 46 20 0 1 0 271424375 44990464 9496 33554432000 4194304 5992684 140737149199984 140737149184888 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/1171/statm: 10984 9496 184 440 0 10540 0
[pid=1188] ppid=1171 vsize=226688 CPUtime=1629.65 cores=1,3,5,7
/proc/1188/stat : 1188 (glucosInc) R 1171 1170 1127 0 -1 4202496 61606 0 0 0 162894 71 0 0 20 0 1 0 271441417 232128512 47554 33554432000 4194304 5654031 140737208480016 140737208467832 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1188/statm: 56672 47554 141 357 0 56312 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 279772

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1170 and gives
#  childrusage.ru_utime.tv_sec=168
#  childrusage.ru_utime.tv_usec=740347
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=652748
# CPU time returned by wait4() is 170.393
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.02
CPU user time (s): 1797.67
CPU system time (s): 2.35
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 378720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.74
system time used= 1.65275
maximum resident set size= 159040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48364
page faults= 0
swaps= 0
block input operations= 0
block output operations= 178240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73
involuntary context switches= 254

runsolver used 2.94755 second user time and 8.5217 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-26 19:22:38
IDJOB=3699632
IDBENCH=1964
IDSOLVER=2276
FILE ID=node102/3699632-1338052958
RUNJOBID= node102-1338052958-1144
PBS_JOBID= 14624412
Free space on /tmp= 71504 MiB

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

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

MD5SUM BENCH= 35ffbede57b8807d38d913370f4c4486
RANDOM SEED=262561866

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:        30096560 kB
Buffers:          269884 kB
Cached:          1683780 kB
SwapCached:            0 kB
Active:           986840 kB
Inactive:         977172 kB
Active(anon):       2220 kB
Inactive(anon):    10968 kB
Active(file):     984620 kB
Inactive(file):   966204 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             50668 kB
Writeback:             0 kB
AnonPages:         17772 kB
Mapped:            13740 kB
Shmem:               200 kB
Slab:             673356 kB
SReclaimable:     115232 kB
SUnreclaim:       558124 kB
KernelStack:        1424 kB
PageTables:         3856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     102808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71368 MiB
End job on node102 at 2012-05-26 19:52:39