Trace number 3698630

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown? (TO) 1800.06 1800.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=61-P1=127-P2=131-P3=107-P4=47-B.opb
MD5SUM4652b0e8f21fa4edb3d66fa3030eb917
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.033994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables84
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)196
Sum of products size (including duplicates)392
Number of different products196
Sum of products size392

Solver Data

10.38/10.45	c run inc solver
10.38/10.45	c [INC SYSTEM] run initial solver
10.38/10.45	c [INC SYSTEM] preprocess with white file
37.77/38.18	c [INC SYSTEM] finished preprocessing in 27 s
37.77/38.18	c [INC SYSTEM] execute solver
321.20/321.62	c [INC SEARCH] formula is SAT
321.20/321.66	c [INC SYSTEM] solved the initial formula
321.20/321.67	c model valid
321.20/321.67	c current solution ok
329.08/329.55	o 107
329.08/329.55	c [INC SYSTEM] there exists a inc, kill it!
329.08/329.55	c write failed with 2
329.08/329.58	c [INC SEARCH] iteration: 0
329.08/329.58	c [INC BOUNDS] best value:107 search for 106
329.08/329.58	c [INC SYSTEM] create new solver instance
329.08/329.58	c [INC] encode full formula
329.08/329.58	c set iterative enc to: swc
329.17/329.91	c [INC SEARCH] isOptimum variable: 0
974.99/975.52	c formula is SAT
974.99/975.57	c [INC SEARCH] copied best model
974.99/975.57	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
974.99/975.57	c model valid
974.99/975.57	c current solution ok
974.99/975.57	o 25
974.99/975.57	c [INC SEARCH] iteration: 1
974.99/975.57	c [INC BOUNDS] best value:25 search for 24
974.99/975.57	c [INC ENCODE] setup new number of clauses ...
974.99/975.57	c [INC] encode incremental formula
974.99/975.57	c return only the limitting unit clause for 24
974.99/975.57	c [INC SYSTEM] transmit new clauses to solver: 1
974.99/975.57	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.71	HOME/npSolver-pbo-Itd.sh: line 18:  5172 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -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-3698630-1338073540/watcher-3698630-1338073540 -o /tmp/evaluation-result-3698630-1338073540/solver-3698630-1338073540 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698630-1338073540.opb 427848278 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.06 3/179 5171
/proc/meminfo: memFree=27976996/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0

[startup+0.0113481 s]
/proc/loadavg: 2.01 2.04 2.06 3/179 5171
/proc/meminfo: memFree=27976996/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100304 s]
/proc/loadavg: 2.01 2.04 2.06 3/179 5171
/proc/meminfo: memFree=27976996/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300284 s]
/proc/loadavg: 2.01 2.04 2.06 3/179 5171
/proc/meminfo: memFree=27976996/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700279 s]
/proc/loadavg: 2.01 2.04 2.06 3/179 5171
/proc/meminfo: memFree=27976996/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 5173
/proc/meminfo: memFree=27956076/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=34896 CPUtime=1.48 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) R 5171 5171 1914 0 -1 4202496 3255 0 0 0 148 0 0 0 20 0 1 0 273479497 35733504 7829 33554432000 4194304 5992684 140736405435808 140736405430936 5044443 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5172/statm: 8724 7829 147 440 0 8280 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44044

[startup+3.10031 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 5173
/proc/meminfo: memFree=27934852/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=67664 CPUtime=3.08 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) R 5171 5171 1914 0 -1 4202496 3796 0 0 0 307 1 0 0 20 0 1 0 273479497 69287936 14997 33554432000 4194304 5992684 140736405435808 140736405431288 4374626 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5172/statm: 16916 14997 147 440 0 16472 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76812

[startup+6.30031 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 5173
/proc/meminfo: memFree=27873040/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=133200 CPUtime=6.29 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) R 5171 5171 1914 0 -1 4202496 4369 0 0 0 626 3 0 0 20 0 1 0 273479497 136396800 30357 33554432000 4194304 5992684 140736405435808 140736405431288 4374817 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5172/statm: 33300 30357 147 440 0 32856 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142348

[startup+12.7003 s]
/proc/loadavg: 2.17 2.07 2.07 3/183 5175
/proc/meminfo: memFree=27300108/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=356064 CPUtime=10.43 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 15307 0 0 0 1005 38 0 0 20 0 1 0 273479497 364609536 76846 33554432000 4194304 5992684 140736405435808 140736405430256 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/5172/statm: 89016 76846 164 440 0 88572 0
[pid=5174] ppid=5172 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5174/stat : 5174 (cp2_pre.sh) S 5172 5171 1914 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273480542 9367552 276 33554432000 4194304 5064252 140735588215760 140735588214464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5174/statm: 2287 276 234 213 0 72 0
[pid=5175] ppid=5174 vsize=201692 CPUtime=2.23 cores=0,2,4,6
/proc/5175/stat : 5175 (coprocessor) R 5174 5171 1914 0 -1 4202496 41391 0 0 0 213 10 0 0 20 0 1 0 273480543 206532608 49586 33554432000 4194304 6586260 140734646224624 140734646221384 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/5175/statm: 50423 49586 137 584 0 49835 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 576052

[startup+25.5003 s]
/proc/loadavg: 2.14 2.07 2.07 3/183 5175
/proc/meminfo: memFree=26567540/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=356064 CPUtime=10.43 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 15307 0 0 0 1005 38 0 0 20 0 1 0 273479497 364609536 76846 33554432000 4194304 5992684 140736405435808 140736405430256 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/5172/statm: 89016 76846 164 440 0 88572 0
[pid=5174] ppid=5172 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5174/stat : 5174 (cp2_pre.sh) S 5172 5171 1914 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273480542 9367552 276 33554432000 4194304 5064252 140735588215760 140735588214464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5174/statm: 2287 276 234 213 0 72 0
[pid=5175] ppid=5174 vsize=932848 CPUtime=15.02 cores=0,2,4,6
/proc/5175/stat : 5175 (coprocessor) R 5174 5171 1914 0 -1 4202496 111832 0 0 0 1474 28 0 0 20 0 1 0 273480543 955236352 221335 33554432000 4194304 6586260 140734646224624 140734646220648 4753956 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/5175/statm: 233212 221335 180 584 0 232624 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1307208

[startup+51.1003 s]
/proc/loadavg: 2.16 2.08 2.07 3/182 5177
/proc/meminfo: memFree=26991500/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=356064 CPUtime=37.84 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 15323 126567 0 0 1005 38 2662 79 20 0 1 0 273479497 364609536 76848 33554432000 4194304 5992684 140736405435808 140736405422072 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/5172/statm: 89016 76848 166 440 0 88572 0
[pid=5177] ppid=5172 vsize=596364 CPUtime=12.9 cores=0,2,4,6
/proc/5177/stat : 5177 (glucosInc) R 5172 5171 1914 0 -1 4202496 52486 0 0 0 1273 17 0 0 20 0 1 0 273483315 610676736 116218 33554432000 4194304 5654031 140734225065088 140734225062696 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5177/statm: 149091 116218 130 357 0 148731 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 961576

[startup+102.3 s]
/proc/loadavg: 2.14 2.08 2.07 3/181 5177
/proc/meminfo: memFree=26957280/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=356064 CPUtime=37.84 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 15323 126567 0 0 1005 38 2662 79 20 0 1 0 273479497 364609536 76848 33554432000 4194304 5992684 140736405435808 140736405422072 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/5172/statm: 89016 76848 166 440 0 88572 0
[pid=5177] ppid=5172 vsize=619936 CPUtime=64.1 cores=0,2,4,6
/proc/5177/stat : 5177 (glucosInc) R 5172 5171 1914 0 -1 4202496 58880 0 0 0 6391 19 0 0 20 0 1 0 273483315 634814464 123123 33554432000 4194304 5654031 140734225065088 140734225062872 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5177/statm: 154984 123123 139 357 0 154624 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 985148

[startup+162.3 s]
/proc/loadavg: 2.05 2.06 2.07 3/181 5178
/proc/meminfo: memFree=26846488/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=356064 CPUtime=37.84 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 15323 126567 0 0 1005 38 2662 79 20 0 1 0 273479497 364609536 76848 33554432000 4194304 5992684 140736405435808 140736405422072 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/5172/statm: 89016 76848 166 440 0 88572 0
[pid=5177] ppid=5172 vsize=734200 CPUtime=124.1 cores=0,2,4,6
/proc/5177/stat : 5177 (glucosInc) R 5172 5171 1914 0 -1 4202496 70782 0 0 0 12388 22 0 0 20 0 1 0 273483315 751820800 149844 33554432000 4194304 5654031 140734225065088 140734225062920 4232782 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5177/statm: 183550 149844 139 357 0 183190 0
Current children cumulated CPU time (s) 161.94
Current children cumulated vsize (KiB) 1099412

[startup+222.3 s]
/proc/loadavg: 2.02 2.05 2.06 3/181 5178
/proc/meminfo: memFree=26792456/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=356064 CPUtime=37.84 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 15323 126567 0 0 1005 38 2662 79 20 0 1 0 273479497 364609536 76848 33554432000 4194304 5992684 140736405435808 140736405422072 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 1 0 0
/proc/5172/statm: 89016 76848 166 440 0 88572 0
[pid=5177] ppid=5172 vsize=782956 CPUtime=184.08 cores=0,2,4,6
/proc/5177/stat : 5177 (glucosInc) R 5172 5171 1914 0 -1 4202496 76629 0 0 0 18384 24 0 0 20 0 1 0 273483315 801746944 163356 33554432000 4194304 5654031 140734225065088 140734225052904 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5177/statm: 195739 163356 139 357 0 195379 0
Current children cumulated CPU time (s) 221.92
Current children cumulated vsize (KiB) 1148168

[startup+282.307 s]
/proc/loadavg: 2.00 2.03 2.06 3/182 5181
/proc/meminfo: memFree=26784748/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.00 2.00 2.00 3/181 5190
/proc/meminfo: memFree=26430908/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=362424 CPUtime=329.59 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 18259 204322 0 0 1160 652 30976 171 20 0 1 0 273479497 371122176 78361 33554432000 4194304 5992684 140736405435808 140736405421640 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/5172/statm: 90606 78361 177 440 0 90162 0
[pid=5184] ppid=5172 vsize=687236 CPUtime=972.14 cores=0,2,4,6
/proc/5184/stat : 5184 (glucosInc) R 5172 5171 1914 0 -1 4202496 84381 0 0 0 97187 27 0 0 20 0 1 0 273512489 703729664 151786 33554432000 4194304 5654031 140737090897744 140737090885560 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5184/statm: 171809 151786 152 357 0 171449 0
Current children cumulated CPU time (s) 1301.73
Current children cumulated vsize (KiB) 1058808

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 5191
/proc/meminfo: memFree=26408568/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=362424 CPUtime=329.59 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 18259 204322 0 0 1160 652 30976 171 20 0 1 0 273479497 371122176 78361 33554432000 4194304 5992684 140736405435808 140736405421640 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/5172/statm: 90606 78361 177 440 0 90162 0
[pid=5184] ppid=5172 vsize=687236 CPUtime=1032.13 cores=0,2,4,6
/proc/5184/stat : 5184 (glucosInc) R 5172 5171 1914 0 -1 4202496 84383 0 0 0 103186 27 0 0 20 0 1 0 273512489 703729664 152810 33554432000 4194304 5654031 140737090897744 140737090885560 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5184/statm: 171809 152810 152 357 0 171449 0
Current children cumulated CPU time (s) 1361.72
Current children cumulated vsize (KiB) 1058808

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 5191
/proc/meminfo: memFree=26404472/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=362424 CPUtime=329.59 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 18259 204322 0 0 1160 652 30976 171 20 0 1 0 273479497 371122176 78361 33554432000 4194304 5992684 140736405435808 140736405421640 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/5172/statm: 90606 78361 177 440 0 90162 0
[pid=5184] ppid=5172 vsize=687236 CPUtime=1092.12 cores=0,2,4,6
/proc/5184/stat : 5184 (glucosInc) R 5172 5171 1914 0 -1 4202496 84384 0 0 0 109185 27 0 0 20 0 1 0 273512489 703729664 153322 33554432000 4194304 5654031 140737090897744 140737090885560 4216312 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5184/statm: 171809 153322 152 357 0 171449 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 1058808

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5194
/proc/meminfo: memFree=26397824/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=362424 CPUtime=329.59 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 18259 204322 0 0 1160 652 30976 171 20 0 1 0 273479497 371122176 78361 33554432000 4194304 5992684 140736405435808 140736405421640 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/5172/statm: 90606 78361 177 440 0 90162 0
[pid=5184] ppid=5172 vsize=687236 CPUtime=1152.12 cores=0,2,4,6
/proc/5184/stat : 5184 (glucosInc) R 5172 5171 1914 0 -1 4202496 84385 0 0 0 115184 28 0 0 20 0 1 0 273512489 703729664 153834 33554432000 4194304 5654031 140737090897744 140737090885560 4216386 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5184/statm: 171809 153834 152 357 0 171449 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 1058808

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5194
/proc/meminfo: memFree=26396156/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=362424 CPUtime=329.59 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 18259 204322 0 0 1160 652 30976 171 20 0 1 0 273479497 371122176 78361 33554432000 4194304 5992684 140736405435808 140736405421640 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/5172/statm: 90606 78361 177 440 0 90162 0
[pid=5184] ppid=5172 vsize=687236 CPUtime=1212.11 cores=0,2,4,6
/proc/5184/stat : 5184 (glucosInc) R 5172 5171 1914 0 -1 4202496 84386 0 0 0 121183 28 0 0 20 0 1 0 273512489 703729664 154346 33554432000 4194304 5654031 140737090897744 140737090885560 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5184/statm: 171809 154346 152 357 0 171449 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 1058808

[startup+1602.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5194
/proc/meminfo: memFree=26455112/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=362424 CPUtime=329.59 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 18259 204322 0 0 1160 652 30976 171 20 0 1 0 273479497 371122176 78361 33554432000 4194304 5992684 140736405435808 140736405421640 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/5172/statm: 90606 78361 177 440 0 90162 0
[pid=5184] ppid=5172 vsize=687236 CPUtime=1272.1 cores=0,2,4,6
/proc/5184/stat : 5184 (glucosInc) R 5172 5171 1914 0 -1 4202496 84387 0 0 0 127182 28 0 0 20 0 1 0 273512489 703729664 154858 33554432000 4194304 5654031 140737090897744 140737090885560 4215932 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5184/statm: 171809 154858 152 357 0 171449 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 1058808

[startup+1662.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/181 5256
/proc/meminfo: memFree=27937256/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=362424 CPUtime=329.59 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 18259 204322 0 0 1160 652 30976 171 20 0 1 0 273479497 371122176 78361 33554432000 4194304 5992684 140736405435808 140736405421640 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/5172/statm: 90606 78361 177 440 0 90162 0
[pid=5184] ppid=5172 vsize=687236 CPUtime=1332.09 cores=0,2,4,6
/proc/5184/stat : 5184 (glucosInc) R 5172 5171 1914 0 -1 4202496 84388 0 0 0 133181 28 0 0 20 0 1 0 273512489 703729664 155370 33554432000 4194304 5654031 140737090897744 140737090885560 4233033 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5184/statm: 171809 155370 152 357 0 171449 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 1058808

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.01 3/181 5256
/proc/meminfo: memFree=27917828/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=362424 CPUtime=329.59 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 18259 204322 0 0 1160 652 30976 171 20 0 1 0 273479497 371122176 78361 33554432000 4194304 5992684 140736405435808 140736405421640 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/5172/statm: 90606 78361 177 440 0 90162 0
[pid=5184] ppid=5172 vsize=687236 CPUtime=1392.08 cores=0,2,4,6
/proc/5184/stat : 5184 (glucosInc) R 5172 5171 1914 0 -1 4202496 84389 0 0 0 139180 28 0 0 20 0 1 0 273512489 703729664 155882 33554432000 4194304 5654031 140737090897744 140737090885560 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5184/statm: 171809 155882 152 357 0 171449 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 1058808

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 5258
/proc/meminfo: memFree=27928688/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=362424 CPUtime=329.59 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 18259 204322 0 0 1160 652 30976 171 20 0 1 0 273479497 371122176 78361 33554432000 4194304 5992684 140736405435808 140736405421640 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/5172/statm: 90606 78361 177 440 0 90162 0
[pid=5184] ppid=5172 vsize=687236 CPUtime=1452.07 cores=0,2,4,6
/proc/5184/stat : 5184 (glucosInc) R 5172 5171 1914 0 -1 4202496 84390 0 0 0 145179 28 0 0 20 0 1 0 273512489 703729664 156394 33554432000 4194304 5654031 140737090897744 140737090885560 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5184/statm: 171809 156394 152 357 0 171449 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 1058808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.08 2.04 2.00 3/181 5258
/proc/meminfo: memFree=27903308/32873844 swapFree=7384/7384
[pid=5171] ppid=5169 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5171/stat : 5171 (npSolver-pbo-It) S 5169 5171 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273479497 9367552 275 33554432000 4194304 5064252 140736938798928 140736938797840 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5171/statm: 2287 275 233 213 0 72 0
[pid=5172] ppid=5171 vsize=362424 CPUtime=329.59 cores=0,2,4,6
/proc/5172/stat : 5172 (npSolver-pbo) S 5171 5171 1914 0 -1 4202496 18259 204322 0 0 1160 652 30976 171 20 0 1 0 273479497 371122176 78361 33554432000 4194304 5992684 140736405435808 140736405421640 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 2 0 0
/proc/5172/statm: 90606 78361 177 440 0 90162 0
[pid=5184] ppid=5172 vsize=687236 CPUtime=1470.47 cores=0,2,4,6
/proc/5184/stat : 5184 (glucosInc) R 5172 5171 1914 0 -1 4202496 84390 0 0 0 147019 28 0 0 20 0 1 0 273512489 703729664 156394 33554432000 4194304 5654031 140737090897744 140737090885560 4216213 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5184/statm: 171809 156394 152 357 0 171449 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1058808

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

Real time (s): 1800.72
CPU time (s): 1800.06
CPU user time (s): 1791.55
CPU system time (s): 8.51
CPU usage (%): 99.9636
Max. virtual memory (cumulated for all children) (KiB): 1433112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 321.365
system time used= 8.24675
maximum resident set size= 1010152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222955
page faults= 0
swaps= 0
block input operations= 32
block output operations= 2074680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3407
involuntary context switches= 436

runsolver used 3.34149 second user time and 11.4353 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 01:05:40
IDJOB=3698630
IDBENCH=47926
IDSOLVER=2275
FILE ID=node136/3698630-1338073540
RUNJOBID= node136-1338052928-1930
PBS_JOBID= 14624396
Free space on /tmp= 71388 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=61-P1=127-P2=131-P3=107-P4=47-B.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698630-1338073540/watcher-3698630-1338073540 -o /tmp/evaluation-result-3698630-1338073540/solver-3698630-1338073540 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698630-1338073540.opb 427848278 HOME HOME

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

MD5SUM BENCH= 4652b0e8f21fa4edb3d66fa3030eb917
RANDOM SEED=427848278

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.94
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.247
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.90
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.247
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.90
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.247
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	: 5331.90
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.247
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.247
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:        27977788 kB
Buffers:          353052 kB
Cached:          2637384 kB
SwapCached:        24460 kB
Active:          2150540 kB
Inactive:        1948384 kB
Active(anon):    1082880 kB
Inactive(anon):    25096 kB
Active(file):    1067660 kB
Inactive(file):  1923288 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:              8300 kB
Writeback:             0 kB
AnonPages:       1190008 kB
Mapped:            10724 kB
Shmem:                 0 kB
Slab:             653640 kB
SReclaimable:      95536 kB
SUnreclaim:       558104 kB
KernelStack:        1520 kB
PageTables:         5964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1566528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    759808 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= 71228 MiB
End job on node136 at 2012-05-27 01:35:41