Trace number 3697995

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.1 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g100x100.opb
MD5SUMb7796d84094d982e45331121511974b4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2514
Best CPU time to get the best result obtained on this benchmark1802.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2297
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints10000
Number of constraints which are clauses10000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 10000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10000
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10000
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.14	c run inc solver
0.00/0.14	c [INC SYSTEM] run initial solver
0.00/0.14	c [INC SYSTEM] preprocess with white file
0.00/0.24	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.24	c [INC SYSTEM] execute solver
0.00/0.25	c [INC SEARCH] formula is SAT
0.00/0.25	c [INC SYSTEM] solved the initial formula
0.00/0.27	c model valid
0.00/0.27	c current solution ok
0.00/0.29	o 3334
0.00/0.29	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.29	c write failed with 2
0.00/0.29	c [INC SEARCH] iteration: 0
0.00/0.29	c [INC BOUNDS] best value:3334 search for 3333
0.00/0.29	c [INC SYSTEM] create new solver instance
0.00/0.29	c [INC] encode full formula
0.00/0.29	c fallback to adder encoding
0.00/0.92	c set iterative enc to: cardAdder
0.00/0.92	c set iterative enc to: none
0.97/1.01	c [INC SEARCH] isOptimum variable: 0
1800.10/1800.51	HOME/npSolver-pbo-Itd.sh: line 18:  2786 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-3697995-1338060134/watcher-3697995-1338060134 -o /tmp/evaluation-result-3697995-1338060134/solver-3697995-1338060134 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697995-1338060134.opb 1287684366 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 2785
/proc/meminfo: memFree=29344008/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0

[startup+0.047149 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 2785
/proc/meminfo: memFree=29344008/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 2785
/proc/meminfo: memFree=29344008/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300314 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 2785
/proc/meminfo: memFree=29344008/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700308 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 2785
/proc/meminfo: memFree=29344008/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 2795
/proc/meminfo: memFree=29219392/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 18220

[startup+3.10031 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 2796
/proc/meminfo: memFree=29188336/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=126068 CPUtime=2.06 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 24471 0 0 0 201 5 0 0 20 0 1 0 272138962 129093632 25973 33554432000 4194304 5654031 140737295842304 140737295830120 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2796/statm: 31517 25973 141 357 0 31157 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 144288

[startup+6.30037 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 2796
/proc/meminfo: memFree=29183868/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=126068 CPUtime=5.26 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 24471 0 0 0 521 5 0 0 20 0 1 0 272138962 129093632 25973 33554432000 4194304 5654031 140737295842304 140737295830120 4214505 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2796/statm: 31517 25973 141 357 0 31157 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 144288

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 2796
/proc/meminfo: memFree=29175336/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=126068 CPUtime=11.66 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 24483 0 0 0 1161 5 0 0 20 0 1 0 272138962 129093632 25985 33554432000 4194304 5654031 140737295842304 140737295830120 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2796/statm: 31517 25985 141 357 0 31157 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 144288

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 2798
/proc/meminfo: memFree=29177632/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=127528 CPUtime=24.45 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 24854 0 0 0 2440 5 0 0 20 0 1 0 272138962 130588672 26350 33554432000 4194304 5654031 140737295842304 140737295830120 4208717 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2796/statm: 31882 26350 142 357 0 31522 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 145748

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2801
/proc/meminfo: memFree=29176736/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=130468 CPUtime=50.04 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 25579 0 0 0 4998 6 0 0 20 0 1 0 272138962 133599232 28112 33554432000 4194304 5654031 140737295842304 140737295830120 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2796/statm: 32617 28112 142 357 0 32257 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 148688

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2803
/proc/meminfo: memFree=29150060/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=136008 CPUtime=101.23 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 27399 0 0 0 10115 8 0 0 20 0 1 0 272138962 139272192 30530 33554432000 4194304 5654031 140737295842304 140737295830120 4214520 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2796/statm: 34002 30530 142 357 0 33642 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 154228

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2805
/proc/meminfo: memFree=29141280/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=160860 CPUtime=161.21 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 29940 0 0 0 16110 11 0 0 20 0 1 0 272138962 164720640 32964 33554432000 4194304 5654031 140737295842304 140737295830120 4214505 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2796/statm: 40215 32964 142 357 0 39855 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 179080

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2805
/proc/meminfo: memFree=29109240/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=162708 CPUtime=221.21 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 30536 0 0 0 22109 12 0 0 20 0 1 0 272138962 166612992 35085 33554432000 4194304 5654031 140737295842304 140737295840088 4214475 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2796/statm: 40677 35085 142 357 0 40317 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 180928

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2805
/proc/meminfo: memFree=29101020/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 2.02 2.02 2.00 3/181 2819
/proc/meminfo: memFree=28968452/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=296252 CPUtime=1361 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 56445 0 0 0 136045 55 0 0 20 0 1 0 272138962 303362048 60454 33554432000 4194304 5654031 140737295842304 140737295830120 4215200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2796/statm: 74063 60454 142 357 0 73703 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 314472

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 2819
/proc/meminfo: memFree=28979680/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=248316 CPUtime=1420.99 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 57241 0 0 0 142042 57 0 0 20 0 1 0 272138962 254275584 57623 33554432000 4194304 5654031 140737295842304 140737295830120 4215200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2796/statm: 62079 57623 142 357 0 61719 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 266536

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2819
/proc/meminfo: memFree=28963300/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=299492 CPUtime=1480.97 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 58334 0 0 0 148039 58 0 0 20 0 1 0 272138962 306679808 61765 33554432000 4194304 5654031 140737295842304 140737295839992 4215017 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2796/statm: 74873 61765 142 357 0 74513 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 317712

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2819
/proc/meminfo: memFree=28975324/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=250604 CPUtime=1540.96 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 58872 0 0 0 154036 60 0 0 20 0 1 0 272138962 256618496 58700 33554432000 4194304 5654031 140737295842304 140737295830120 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2796/statm: 62651 58700 142 357 0 62291 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 268824

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2820
/proc/meminfo: memFree=28915788/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=301780 CPUtime=1600.95 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 59983 0 0 0 160033 62 0 0 20 0 1 0 272138962 309022720 64397 33554432000 4194304 5654031 140737295842304 140737295830120 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2796/statm: 75445 64397 142 357 0 75085 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 320000

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2822
/proc/meminfo: memFree=29025464/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=252920 CPUtime=1660.94 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 60546 0 0 0 166031 63 0 0 20 0 1 0 272138962 258990080 59804 33554432000 4194304 5654031 140737295842304 140737295830120 4208935 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2796/statm: 63230 59804 142 357 0 62870 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 271140

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2825
/proc/meminfo: memFree=28996776/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=304220 CPUtime=1720.93 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 61682 0 0 0 172028 65 0 0 20 0 1 0 272138962 311521280 65014 33554432000 4194304 5654031 140737295842304 140737295830120 4215014 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2796/statm: 76055 65014 142 357 0 75695 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 322440

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2825
/proc/meminfo: memFree=29002976/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=255632 CPUtime=1780.92 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 62272 0 0 0 178024 68 0 0 20 0 1 0 272138962 261767168 60461 33554432000 4194304 5654031 140737295842304 140737295839992 4209166 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2796/statm: 63908 60461 142 357 0 63548 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 273852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2869
/proc/meminfo: memFree=29010428/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=305852 CPUtime=1799.12 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 63143 0 0 0 179844 68 0 0 20 0 1 0 272138962 313192448 62340 33554432000 4194304 5654031 140737295842304 140737295830120 4215017 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2796/statm: 76463 62340 142 357 0 76103 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 324072

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2869
/proc/meminfo: memFree=29010428/32873844 swapFree=7384/7384
[pid=2785] ppid=2783 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2785/stat : 2785 (npSolver-pbo-It) S 2783 2785 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272138861 9367552 274 33554432000 4194304 5064252 140736593632704 140736593631616 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2785/statm: 2287 274 233 213 0 72 0
[pid=2786] ppid=2785 vsize=9072 CPUtime=0.98 cores=1,3,5,7
/proc/2786/stat : 2786 (npSolver-pbo) S 2785 2785 1914 0 -1 4202496 6092 5144 0 0 79 11 8 0 20 0 1 0 272138861 9289728 1877 33554432000 4194304 5992684 140737126005136 140737125990968 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2786/statm: 2268 1877 181 440 0 1824 0
[pid=2796] ppid=2786 vsize=305852 CPUtime=1799.12 cores=1,3,5,7
/proc/2796/stat : 2796 (glucosInc) R 2786 2785 1914 0 -1 4202496 63143 0 0 0 179844 68 0 0 20 0 1 0 272138962 313192448 62340 33554432000 4194304 5654031 140737295842304 140737295830120 4215017 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2796/statm: 76463 62340 142 357 0 76103 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 324072

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2785 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=887865
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=122981
# CPU time returned by wait4() is 1.01085
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1799.31
CPU system time (s): 0.79
CPU usage (%): 99.9771
Max. virtual memory (cumulated for all children) (KiB): 403812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.887865
system time used= 0.122981
maximum resident set size= 92524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11610
page faults= 0
swaps= 0
block input operations= 0
block output operations= 86568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33
involuntary context switches= 12

runsolver used 7.55785 second user time and 13.407 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-26 21:22:14
IDJOB=3697995
IDBENCH=2218
IDSOLVER=2275
FILE ID=node136/3697995-1338060134
RUNJOBID= node136-1338052928-1931
PBS_JOBID= 14624396
Free space on /tmp= 71640 MiB

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

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

MD5SUM BENCH= b7796d84094d982e45331121511974b4
RANDOM SEED=1287684366

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:        29344016 kB
Buffers:          339768 kB
Cached:          2374108 kB
SwapCached:        24460 kB
Active:           808912 kB
Inactive:        1942276 kB
Active(anon):      11816 kB
Inactive(anon):    25096 kB
Active(file):     797096 kB
Inactive(file):  1917180 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             17416 kB
Writeback:             0 kB
AnonPages:         18220 kB
Mapped:            11280 kB
Shmem:                 0 kB
Slab:             640684 kB
SReclaimable:      81724 kB
SUnreclaim:       558960 kB
KernelStack:        1456 kB
PageTables:         4360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     135828 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= 71588 MiB
End job on node136 at 2012-05-26 21:52:15