Trace number 3699640

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.06 1800.61

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
MD5SUM3119db8d3d273f04fc4f3b1324a85224
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark396
Best CPU time to get the best result obtained on this benchmark1793.24
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 452
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 493167
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 493167
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.37/1.54	c run inc solver
1.37/1.54	c [INC SYSTEM] run initial solver
1.37/1.54	c [INC SYSTEM] preprocess with white file
3.02/3.24	c [INC SYSTEM] finished preprocessing in 1 s
3.02/3.24	c [INC SYSTEM] execute solver
166.68/166.97	c [INC SEARCH] formula is SAT
166.68/166.97	c [INC SYSTEM] solved the initial formula
167.39/167.65	c model valid
167.39/167.65	c current solution ok
168.59/168.86	o 7293
168.59/168.86	c execute binary inc search
168.59/168.86	c [INC SEARCH] current bound: 3646
168.59/168.86	c [INC SEARCH] iteration: 0
168.59/168.86	c [INC SEARCH] lower bound: 0 upperbound 7293 current bound: 3646 best value:7293
168.59/168.86	c [INC SYSTEM] there exists a inc, kill it!
168.59/168.86	c write failed with 2
168.59/168.86	c [INC SYSTEM] create new solver instance
168.59/168.86	c [INC] encode full formula
168.59/168.86	c fallback to adder encoding
169.18/169.49	c set iterative enc to: adder
169.18/169.49	c set iterative enc to: none
169.27/169.59	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.61	c an unexpexted return value has been received, exit
1800.02/1800.61	s UNKNOWN
1800.02/1800.61	c [INC SYSTEM] there exists a inc, kill it!
1800.02/1800.61	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-3699640-1338052958/watcher-3699640-1338052958 -o /tmp/evaluation-result-3699640-1338052958/solver-3699640-1338052958 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699640-1338052958.opb 262561866 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 3/173 1168
/proc/meminfo: memFree=30096304/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0

[startup+0.0850989 s]
/proc/loadavg: 1.84 1.97 1.99 3/173 1168
/proc/meminfo: memFree=30096304/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100262 s]
/proc/loadavg: 1.84 1.97 1.99 3/173 1168
/proc/meminfo: memFree=30096304/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300183 s]
/proc/loadavg: 1.84 1.97 1.99 3/173 1168
/proc/meminfo: memFree=30096304/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700192 s]
/proc/loadavg: 1.84 1.97 1.99 3/173 1168
/proc/meminfo: memFree=30096304/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/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 3/179 1174
/proc/meminfo: memFree=30079324/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=31188 CPUtime=1.37 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) D 1168 1168 1127 0 -1 4202496 3524 0 0 0 136 1 0 0 20 0 1 0 271424375 31936512 6087 33554432000 4194304 5992684 140734134387824 140734134383680 5182699 0 0 4096 0 18446744071580543392 0 0 17 4 0 0 0 0 0
/proc/1172/statm: 7797 6087 158 440 0 7353 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 40336

[startup+3.1003 s]
/proc/loadavg: 1.84 1.97 1.99 3/183 1178
/proc/meminfo: memFree=29926072/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=21112 CPUtime=1.4 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 3532 0 0 0 136 4 0 0 20 0 1 0 271424375 21618688 3574 33554432000 4194304 5992684 140734134387824 140734134382272 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 5278 3574 164 440 0 4834 0
[pid=1177] ppid=1172 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1177/stat : 1177 (cp2_pre.sh) S 1172 1168 1127 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 271424531 9367552 276 33554432000 4194304 5064252 140736224617344 140736224616048 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1177/statm: 2287 276 234 213 0 72 0
[pid=1178] ppid=1177 vsize=63328 CPUtime=1.52 cores=0,2,4,6
/proc/1178/stat : 1178 (coprocessor) R 1177 1168 1127 0 -1 4202496 14200 0 0 0 148 4 0 0 20 0 1 0 271424531 64847872 15220 33554432000 4194304 6586260 140736979630848 140736979626600 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/1178/statm: 15832 15220 197 584 0 15244 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 102736

[startup+6.30029 s]
/proc/loadavg: 1.85 1.97 1.99 3/181 1182
/proc/meminfo: memFree=29969120/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=21112 CPUtime=3.07 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 3547 15103 0 0 136 4 161 6 20 0 1 0 271424375 21618688 3576 33554432000 4194304 5992684 140734134387824 140734134374088 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 5278 3576 166 440 0 4834 0
[pid=1182] ppid=1172 vsize=74152 CPUtime=3.04 cores=0,2,4,6
/proc/1182/stat : 1182 (glucosInc) R 1172 1168 1127 0 -1 4202496 10803 0 0 0 302 2 0 0 20 0 1 0 271424699 75931648 15261 33554432000 4194304 5654031 140734217715040 140734217713064 4215913 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1182/statm: 18538 15261 132 357 0 18178 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 104412

[startup+12.7003 s]
/proc/loadavg: 1.86 1.97 1.99 3/181 1182
/proc/meminfo: memFree=29904648/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=21112 CPUtime=3.07 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 3547 15103 0 0 136 4 161 6 20 0 1 0 271424375 21618688 3576 33554432000 4194304 5992684 140734134387824 140734134374088 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 5278 3576 166 440 0 4834 0
[pid=1182] ppid=1172 vsize=74152 CPUtime=9.44 cores=0,2,4,6
/proc/1182/stat : 1182 (glucosInc) R 1172 1168 1127 0 -1 4202496 11470 0 0 0 941 3 0 0 20 0 1 0 271424699 75931648 17781 33554432000 4194304 5654031 140734217715040 140734217713064 4232817 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1182/statm: 18538 17781 132 357 0 18178 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 104412

[startup+25.5003 s]
/proc/loadavg: 2.04 2.00 2.00 3/181 1182
/proc/meminfo: memFree=29835932/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=21112 CPUtime=3.07 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 3547 15103 0 0 136 4 161 6 20 0 1 0 271424375 21618688 3576 33554432000 4194304 5992684 140734134387824 140734134374088 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 5278 3576 166 440 0 4834 0
[pid=1182] ppid=1172 vsize=74152 CPUtime=22.24 cores=0,2,4,6
/proc/1182/stat : 1182 (glucosInc) R 1172 1168 1127 0 -1 4202496 11854 0 0 0 2218 6 0 0 20 0 1 0 271424699 75931648 17781 33554432000 4194304 5654031 140734217715040 140734217712968 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1182/statm: 18538 17781 132 357 0 18178 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 104412

[startup+51.1003 s]
/proc/loadavg: 2.03 2.00 2.00 3/181 1182
/proc/meminfo: memFree=29827696/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=21112 CPUtime=3.07 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 3547 15103 0 0 136 4 161 6 20 0 1 0 271424375 21618688 3576 33554432000 4194304 5992684 140734134387824 140734134374088 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 5278 3576 166 440 0 4834 0
[pid=1182] ppid=1172 vsize=123472 CPUtime=47.83 cores=0,2,4,6
/proc/1182/stat : 1182 (glucosInc) R 1172 1168 1127 0 -1 4202496 12933 0 0 0 4774 9 0 0 20 0 1 0 271424699 126435328 27588 33554432000 4194304 5654031 140734217715040 140734217712968 4215188 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1182/statm: 30868 27588 132 357 0 30508 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 153732

[startup+102.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 1182
/proc/meminfo: memFree=29904904/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=21112 CPUtime=3.07 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 3547 15103 0 0 136 4 161 6 20 0 1 0 271424375 21618688 3576 33554432000 4194304 5992684 140734134387824 140734134374088 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 5278 3576 166 440 0 4834 0
[pid=1182] ppid=1172 vsize=74152 CPUtime=99.03 cores=0,2,4,6
/proc/1182/stat : 1182 (glucosInc) R 1172 1168 1127 0 -1 4202496 16963 0 0 0 9884 19 0 0 20 0 1 0 271424699 75931648 17781 33554432000 4194304 5654031 140734217715040 140734217713064 4215076 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1182/statm: 18538 17781 132 357 0 18178 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 104412

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1182
/proc/meminfo: memFree=29815036/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=21112 CPUtime=3.07 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 3547 15103 0 0 136 4 161 6 20 0 1 0 271424375 21618688 3576 33554432000 4194304 5992684 140734134387824 140734134374088 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 5278 3576 166 440 0 4834 0
[pid=1182] ppid=1172 vsize=123472 CPUtime=159.01 cores=0,2,4,6
/proc/1182/stat : 1182 (glucosInc) R 1172 1168 1127 0 -1 4202496 21835 0 0 0 15872 29 0 0 20 0 1 0 271424699 126435328 29897 33554432000 4194304 5654031 140734217715040 140734217712968 4215061 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1182/statm: 30868 29897 132 357 0 30508 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 153732

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 1189
/proc/meminfo: memFree=29605040/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=43936 CPUtime=169.38 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 7877 38334 0 0 282 115 16500 41 20 0 1 0 271424375 44990464 9278 33554432000 4194304 5992684 140734134387824 140734134372728 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 10984 9278 184 440 0 10540 0
[pid=1185] ppid=1172 vsize=164980 CPUtime=52.68 cores=0,2,4,6
/proc/1185/stat : 1185 (glucosInc) R 1172 1168 1127 0 -1 4202496 30940 0 0 0 5259 9 0 0 20 0 1 0 271441335 168939520 37003 33554432000 4194304 5654031 140734315838688 140734315826504 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1185/statm: 41245 37003 141 357 0 40885 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 218064

[startup+282.3 s]

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

/proc/meminfo: memFree=29452004/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=43936 CPUtime=169.38 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 7877 38334 0 0 282 115 16500 41 20 0 1 0 271424375 44990464 9278 33554432000 4194304 5992684 140734134387824 140734134372728 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 10984 9278 184 440 0 10540 0
[pid=1185] ppid=1172 vsize=270580 CPUtime=1072.46 cores=0,2,4,6
/proc/1185/stat : 1185 (glucosInc) R 1172 1168 1127 0 -1 4202496 52844 0 0 0 107202 44 0 0 20 0 1 0 271441335 277073920 54410 33554432000 4194304 5654031 140734315838688 140734315826504 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1185/statm: 67645 54410 141 357 0 67285 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 323664

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1199
/proc/meminfo: memFree=29466884/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=43936 CPUtime=169.38 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 7877 38334 0 0 282 115 16500 41 20 0 1 0 271424375 44990464 9278 33554432000 4194304 5992684 140734134387824 140734134372728 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 10984 9278 184 440 0 10540 0
[pid=1185] ppid=1172 vsize=270968 CPUtime=1132.45 cores=0,2,4,6
/proc/1185/stat : 1185 (glucosInc) R 1172 1168 1127 0 -1 4202496 52968 0 0 0 113200 45 0 0 20 0 1 0 271441335 277471232 60155 33554432000 4194304 5654031 140734315838688 140734315826504 4233148 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1185/statm: 67742 60155 141 357 0 67382 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 324052

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1199
/proc/meminfo: memFree=29519320/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=43936 CPUtime=169.38 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 7877 38334 0 0 282 115 16500 41 20 0 1 0 271424375 44990464 9278 33554432000 4194304 5992684 140734134387824 140734134372728 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 10984 9278 184 440 0 10540 0
[pid=1185] ppid=1172 vsize=221392 CPUtime=1192.43 cores=0,2,4,6
/proc/1185/stat : 1185 (glucosInc) R 1172 1168 1127 0 -1 4202496 53873 0 0 0 119196 47 0 0 20 0 1 0 271441335 226705408 50306 33554432000 4194304 5654031 140734315838688 140734315826504 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1185/statm: 55348 50306 141 357 0 54988 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 274476

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1199
/proc/meminfo: memFree=29433252/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=43936 CPUtime=169.38 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 7877 38334 0 0 282 115 16500 41 20 0 1 0 271424375 44990464 9278 33554432000 4194304 5992684 140734134387824 140734134372728 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 10984 9278 184 440 0 10540 0
[pid=1185] ppid=1172 vsize=272276 CPUtime=1252.43 cores=0,2,4,6
/proc/1185/stat : 1185 (glucosInc) R 1172 1168 1127 0 -1 4202496 54892 0 0 0 125194 49 0 0 20 0 1 0 271441335 278810624 61031 33554432000 4194304 5654031 140734315838688 140734315826504 4215357 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1185/statm: 68069 61031 141 357 0 67709 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 325360

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 1199
/proc/meminfo: memFree=29503952/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=43936 CPUtime=169.38 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 7877 38334 0 0 282 115 16500 41 20 0 1 0 271424375 44990464 9278 33554432000 4194304 5992684 140734134387824 140734134372728 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 10984 9278 184 440 0 10540 0
[pid=1185] ppid=1172 vsize=223212 CPUtime=1312.4 cores=0,2,4,6
/proc/1185/stat : 1185 (glucosInc) R 1172 1168 1127 0 -1 4202496 56093 0 0 0 131189 51 0 0 20 0 1 0 271441335 228569088 49718 33554432000 4194304 5654031 140734315838688 140734315826504 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1185/statm: 55803 49718 141 357 0 55443 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 276296

[startup+1542.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/181 1200
/proc/meminfo: memFree=29417108/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=43936 CPUtime=169.38 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 7877 38334 0 0 282 115 16500 41 20 0 1 0 271424375 44990464 9278 33554432000 4194304 5992684 140734134387824 140734134372728 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 10984 9278 184 440 0 10540 0
[pid=1185] ppid=1172 vsize=275460 CPUtime=1372.39 cores=0,2,4,6
/proc/1185/stat : 1185 (glucosInc) R 1172 1168 1127 0 -1 4202496 57266 0 0 0 137186 53 0 0 20 0 1 0 271441335 282071040 60583 33554432000 4194304 5654031 140734315838688 140734315826504 4215014 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1185/statm: 68865 60583 141 357 0 68505 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 328544

[startup+1602.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 1200
/proc/meminfo: memFree=29481772/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=43936 CPUtime=169.38 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 7877 38334 0 0 282 115 16500 41 20 0 1 0 271424375 44990464 9278 33554432000 4194304 5992684 140734134387824 140734134372728 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 10984 9278 184 440 0 10540 0
[pid=1185] ppid=1172 vsize=225712 CPUtime=1432.38 cores=0,2,4,6
/proc/1185/stat : 1185 (glucosInc) R 1172 1168 1127 0 -1 4202496 58083 0 0 0 143183 55 0 0 20 0 1 0 271441335 231129088 53201 33554432000 4194304 5654031 140734315838688 140734315826504 4214944 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1185/statm: 56428 53201 141 357 0 56068 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 278796

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/182 1203
/proc/meminfo: memFree=29434776/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=43936 CPUtime=169.38 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 7877 38334 0 0 282 115 16500 41 20 0 1 0 271424375 44990464 9278 33554432000 4194304 5992684 140734134387824 140734134372728 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 10984 9278 184 440 0 10540 0
[pid=1185] ppid=1172 vsize=276032 CPUtime=1492.37 cores=0,2,4,6
/proc/1185/stat : 1185 (glucosInc) R 1172 1168 1127 0 -1 4202496 58972 0 0 0 149181 56 0 0 20 0 1 0 271441335 282656768 56125 33554432000 4194304 5654031 140734315838688 140734315826504 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1185/statm: 69008 56125 141 357 0 68648 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 329116

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 1203
/proc/meminfo: memFree=29447616/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=43936 CPUtime=169.38 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 7877 38334 0 0 282 115 16500 41 20 0 1 0 271424375 44990464 9278 33554432000 4194304 5992684 140734134387824 140734134372728 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 10984 9278 184 440 0 10540 0
[pid=1185] ppid=1172 vsize=276436 CPUtime=1552.37 cores=0,2,4,6
/proc/1185/stat : 1185 (glucosInc) R 1172 1168 1127 0 -1 4202496 59089 0 0 0 155180 57 0 0 20 0 1 0 271441335 283070464 60841 33554432000 4194304 5654031 140734315838688 140734315826504 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1185/statm: 69109 60841 141 357 0 68749 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 329520

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 1203
/proc/meminfo: memFree=29372500/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=43936 CPUtime=169.38 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 7877 38334 0 0 282 115 16500 41 20 0 1 0 271424375 44990464 9278 33554432000 4194304 5992684 140734134387824 140734134372728 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 10984 9278 184 440 0 10540 0
[pid=1185] ppid=1172 vsize=358268 CPUtime=1612.35 cores=0,2,4,6
/proc/1185/stat : 1185 (glucosInc) R 1172 1168 1127 0 -1 4202496 59753 0 0 0 161178 57 0 0 20 0 1 0 271441335 366866432 67642 33554432000 4194304 5654031 140734315838688 140734315826504 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1185/statm: 89567 67642 141 357 0 89207 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 411352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 1234
/proc/meminfo: memFree=29731772/32873844 swapFree=7108/7108
[pid=1168] ppid=1165 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1168/stat : 1168 (npSolver-pbo-I.) S 1165 1168 1127 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271424375 9367552 275 33554432000 4194304 5064252 140736499504896 140736499503808 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1168/statm: 2287 275 233 213 0 72 0
[pid=1172] ppid=1168 vsize=43936 CPUtime=169.38 cores=0,2,4,6
/proc/1172/stat : 1172 (npSolver-pbo) S 1168 1168 1127 0 -1 4202496 7877 38334 0 0 282 115 16500 41 20 0 1 0 271424375 44990464 9278 33554432000 4194304 5992684 140734134387824 140734134372728 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 14 0 0
/proc/1172/statm: 10984 9278 184 440 0 10540 0
[pid=1185] ppid=1172 vsize=358864 CPUtime=1630.64 cores=0,2,4,6
/proc/1185/stat : 1185 (glucosInc) R 1172 1168 1127 0 -1 4202496 59896 0 0 0 163006 58 0 0 20 0 1 0 271441335 367476736 70836 33554432000 4194304 5654031 140734315838688 140734315826504 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1185/statm: 89716 70836 141 357 0 89356 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 411948

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.61
CPU time (s): 1800.06
CPU user time (s): 1797.89
CPU system time (s): 2.16267
CPU usage (%): 99.9691
Max. virtual memory (cumulated for all children) (KiB): 411948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.89
system time used= 2.16267
maximum resident set size= 307304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106486
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= 206
involuntary context switches= 2014

runsolver used 2.57761 second user time and 7.30389 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-26 19:22:38
IDJOB=3699640
IDBENCH=1965
IDSOLVER=2276
FILE ID=node102/3699640-1338052958
RUNJOBID= node102-1338052958-1143
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_7.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699640-1338052958/watcher-3699640-1338052958 -o /tmp/evaluation-result-3699640-1338052958/solver-3699640-1338052958 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699640-1338052958.opb 262561866 HOME HOME

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

MD5SUM BENCH= 3119db8d3d273f04fc4f3b1324a85224
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:     102948 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= 71444 MiB
End job on node102 at 2012-05-26 19:52:39