Trace number 3697663

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 1803.32

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-t1722.opb
MD5SUM5a4916943480b697e6c7cc05543abfc1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark194040
Best CPU time to get the best result obtained on this benchmark1800.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36630
Total number of constraints338
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint389
Maximum length of a constraint420
Number of terms in the objective function 36630
Biggest coefficient in the objective function 4032
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 85788512
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 4032
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 85788512
Number of bits of the biggest sum of numbers27
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.25	c run inc solver
0.00/0.25	c [INC SYSTEM] run initial solver
0.00/0.25	c [INC SYSTEM] preprocess with white file
3.08/3.11	c [INC SYSTEM] finished preprocessing in 2 s
3.08/3.11	c [INC SYSTEM] execute solver
3.67/3.75	c [INC SEARCH] formula is SAT
3.67/3.75	c [INC SYSTEM] solved the initial formula
3.77/3.81	c model valid
3.77/3.81	c current solution ok
4.37/4.44	o 276963
4.37/4.44	c [INC SYSTEM] there exists a inc, kill it!
4.37/4.44	c write failed with 2
4.37/4.45	c [INC SEARCH] iteration: 0
4.37/4.45	c [INC BOUNDS] best value:276963 search for 276962
4.37/4.45	c [INC SYSTEM] create new solver instance
4.37/4.45	c [INC] encode full formula
4.37/4.45	c fallback to adder encoding
8.38/8.41	c set iterative enc to: adder
8.38/8.41	c set iterative enc to: none
8.88/8.97	c [INC SEARCH] isOptimum variable: 0
61.29/61.38	c formula is SAT
61.39/61.47	c [INC SEARCH] copied best model
61.39/61.47	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
61.50/61.54	c model valid
61.50/61.54	c current solution ok
61.50/61.54	o 269588
61.50/61.54	c [INC SEARCH] iteration: 1
61.50/61.54	c [INC BOUNDS] best value:269588 search for 269587
61.50/61.54	c [INC SYSTEM] there exists a inc, kill it!
61.50/61.54	c write failed with 2
61.50/61.57	c [INC SYSTEM] create new solver instance
61.50/61.57	c [INC] encode full formula
61.50/61.57	c fallback to adder encoding
65.50/65.52	c set iterative enc to: adder
65.50/65.52	c set iterative enc to: none
66.10/66.14	c [INC SEARCH] isOptimum variable: 0
1800.10/1803.31	HOME/npSolver-pbo-Itd.sh: line 18: 21957 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-3697663-1338103550/watcher-3697663-1338103550 -o /tmp/evaluation-result-3697663-1338103550/solver-3697663-1338103550 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697663-1338103550.opb 974072184 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.22 2.05 2.13 3/179 21956
/proc/meminfo: memFree=30972700/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0

[startup+0.0536599 s]
/proc/loadavg: 2.22 2.05 2.13 3/179 21956
/proc/meminfo: memFree=30972700/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 2.22 2.05 2.13 3/179 21956
/proc/meminfo: memFree=30972700/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300285 s]
/proc/loadavg: 2.22 2.05 2.13 3/179 21956
/proc/meminfo: memFree=30972700/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700316 s]
/proc/loadavg: 2.22 2.05 2.13 3/179 21956
/proc/meminfo: memFree=30972700/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.22 2.05 2.13 3/183 21960
/proc/meminfo: memFree=30874640/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=14152 CPUtime=0.31 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 3485 0 0 0 25 6 0 0 20 0 1 0 276479617 14491648 2825 33554432000 4194304 5992684 140733239614576 140733239609024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21957/statm: 3538 2825 161 440 0 3094 0
[pid=21959] ppid=21957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21959/stat : 21959 (cp2_pre.sh) S 21957 21956 18125 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276479648 9367552 277 33554432000 4194304 5064252 140736118247056 140736118245760 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21959/statm: 2287 277 234 213 0 72 0
[pid=21960] ppid=21959 vsize=88932 CPUtime=1.17 cores=1,3,5,7
/proc/21960/stat : 21960 (coprocessor) R 21959 21956 18125 0 -1 4202496 17020 0 0 0 115 2 0 0 20 0 1 0 276479648 91066368 21509 33554432000 4194304 6586260 140735814019952 140735814016216 4683584 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/21960/statm: 22233 21509 190 584 0 21645 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 121380

[startup+3.10036 s]
/proc/loadavg: 2.20 2.05 2.13 3/183 21960
/proc/meminfo: memFree=30865140/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=14152 CPUtime=0.31 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 3485 0 0 0 25 6 0 0 20 0 1 0 276479617 14491648 2825 33554432000 4194304 5992684 140733239614576 140733239609024 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21957/statm: 3538 2825 161 440 0 3094 0
[pid=21959] ppid=21957 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21959/stat : 21959 (cp2_pre.sh) S 21957 21956 18125 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276479648 9367552 277 33554432000 4194304 5064252 140736118247056 140736118245760 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21959/statm: 2287 277 234 213 0 72 0
[pid=21960] ppid=21959 vsize=88936 CPUtime=2.77 cores=1,3,5,7
/proc/21960/stat : 21960 (coprocessor) R 21959 21956 18125 0 -1 4202496 17748 0 0 0 273 4 0 0 20 0 1 0 276479648 91070464 21517 33554432000 4194304 6586260 140735814019952 140735814015816 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/21960/statm: 22234 21517 197 584 0 21646 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 121384

[startup+6.30034 s]
/proc/loadavg: 2.20 2.05 2.13 3/181 21963
/proc/meminfo: memFree=30837148/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=185768 CPUtime=6.28 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) R 21956 21956 18125 0 -1 4202496 15989 27378 0 0 220 64 335 9 20 0 1 0 276479617 190226432 44555 33554432000 4194304 5992684 140733239614576 140733239607288 4523497 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21957/statm: 46442 44555 180 440 0 45998 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 194916

[startup+12.7004 s]
/proc/loadavg: 2.25 2.06 2.13 3/182 21965
/proc/meminfo: memFree=30010132/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=18448 CPUtime=8.95 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 18198 27893 0 0 431 118 335 11 20 0 1 0 276479617 18890752 3749 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21957/statm: 4612 3749 181 440 0 4168 0
[pid=21965] ppid=21957 vsize=939448 CPUtime=3.72 cores=1,3,5,7
/proc/21965/stat : 21965 (glucosInc) R 21957 21956 18125 0 -1 4202496 95789 0 0 0 341 31 0 0 20 0 1 0 276480514 961994752 191027 33554432000 4194304 5654031 140736381104992 140736381103112 4225789 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21965/statm: 234862 191027 127 357 0 234502 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 967044

[startup+25.5004 s]
/proc/loadavg: 2.28 2.08 2.14 3/182 21965
/proc/meminfo: memFree=29988832/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=18448 CPUtime=8.95 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 18198 27893 0 0 431 118 335 11 20 0 1 0 276479617 18890752 3749 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21957/statm: 4612 3749 181 440 0 4168 0
[pid=21965] ppid=21957 vsize=751200 CPUtime=16.51 cores=1,3,5,7
/proc/21965/stat : 21965 (glucosInc) R 21957 21956 18125 0 -1 4202496 104275 0 0 0 1612 39 0 0 20 0 1 0 276480514 769228800 163414 33554432000 4194304 5654031 140736381104992 140736381092808 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21965/statm: 187800 163414 141 357 0 187440 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 778796

[startup+51.1004 s]
/proc/loadavg: 2.18 2.07 2.13 3/182 21965
/proc/meminfo: memFree=29952756/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=18448 CPUtime=8.95 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 18198 27893 0 0 431 118 335 11 20 0 1 0 276479617 18890752 3749 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21957/statm: 4612 3749 181 440 0 4168 0
[pid=21965] ppid=21957 vsize=753604 CPUtime=42.1 cores=1,3,5,7
/proc/21965/stat : 21965 (glucosInc) R 21957 21956 18125 0 -1 4202496 104858 0 0 0 4171 39 0 0 20 0 1 0 276480514 771690496 165530 33554432000 4194304 5654031 140736381104992 140736381092808 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21965/statm: 188401 165530 141 357 0 188041 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 781200

[startup+102.307 s]
/proc/loadavg: 2.15 2.08 2.13 3/181 21967
/proc/meminfo: memFree=29938584/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=66608 CPUtime=66.15 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 29938 133693 0 0 841 180 5532 62 20 0 1 0 276479617 68206592 15969 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21957/statm: 16652 15969 181 440 0 16208 0
[pid=21967] ppid=21957 vsize=753048 CPUtime=36.13 cores=1,3,5,7
/proc/21967/stat : 21967 (glucosInc) R 21957 21956 18125 0 -1 4202496 103489 0 0 0 3574 39 0 0 20 0 1 0 276486231 771121152 163427 33554432000 4194304 5654031 140735006851168 140735006838984 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21967/statm: 188262 163427 141 357 0 187902 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 828804

[startup+162.3 s]
/proc/loadavg: 2.06 2.07 2.12 3/181 21967
/proc/meminfo: memFree=29854464/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=66608 CPUtime=66.15 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 29938 133693 0 0 841 180 5532 62 20 0 1 0 276479617 68206592 15969 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21957/statm: 16652 15969 181 440 0 16208 0
[pid=21967] ppid=21957 vsize=756508 CPUtime=96.08 cores=1,3,5,7
/proc/21967/stat : 21967 (glucosInc) R 21957 21956 18125 0 -1 4202496 104382 0 0 0 9569 39 0 0 20 0 1 0 276486231 774664192 168359 33554432000 4194304 5654031 140735006851168 140735006838984 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21967/statm: 189127 168359 141 357 0 188767 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 832264

[startup+222.3 s]
/proc/loadavg: 2.02 2.05 2.11 3/180 22007
/proc/meminfo: memFree=28555432/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=66608 CPUtime=66.15 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 29938 133693 0 0 841 180 5532 62 20 0 1 0 276479617 68206592 15969 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21957/statm: 16652 15969 181 440 0 16208 0
[pid=21967] ppid=21957 vsize=759904 CPUtime=156.05 cores=1,3,5,7
/proc/21967/stat : 21967 (glucosInc) R 21957 21956 18125 0 -1 4202496 105310 0 0 0 15565 40 0 0 20 0 1 0 276486231 778141696 172405 33554432000 4194304 5654031 140735006851168 140735006838984 4232800 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21967/statm: 189976 172405 141 357 0 189616 0
Current children cumulated CPU time (s) 222.2

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

/proc/loadavg: 2.00 2.21 2.40 3/181 22114
/proc/meminfo: memFree=29851052/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=66608 CPUtime=66.15 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 29938 133693 0 0 841 180 5532 62 20 0 1 0 276479617 68206592 15968 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21957/statm: 16652 15968 181 440 0 16208 0
[pid=21967] ppid=21957 vsize=792604 CPUtime=1293.01 cores=1,3,5,7
/proc/21967/stat : 21967 (glucosInc) R 21957 21956 18125 0 -1 4202496 127632 0 0 0 129167 134 0 0 20 0 1 0 276486231 811626496 175189 33554432000 4194304 5654031 140735006851168 140735006838984 4208595 0 0 4096 0 0 0 0 17 3 0 0 226 0 0
/proc/21967/statm: 198151 175189 141 357 0 197791 0
Current children cumulated CPU time (s) 1359.16
Current children cumulated vsize (KiB) 868360

[startup+1422.3 s]
/proc/loadavg: 2.00 2.17 2.37 3/181 22114
/proc/meminfo: memFree=29796380/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=66608 CPUtime=66.15 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 29938 133693 0 0 841 180 5532 62 20 0 1 0 276479617 68206592 15968 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21957/statm: 16652 15968 181 440 0 16208 0
[pid=21967] ppid=21957 vsize=793808 CPUtime=1353 cores=1,3,5,7
/proc/21967/stat : 21967 (glucosInc) R 21957 21956 18125 0 -1 4202496 128086 0 0 0 135166 134 0 0 20 0 1 0 276486231 812859392 179731 33554432000 4194304 5654031 140735006851168 140735006848856 4232775 0 0 4096 0 0 0 0 17 3 0 0 226 0 0
/proc/21967/statm: 198452 179731 141 357 0 198092 0
Current children cumulated CPU time (s) 1419.15
Current children cumulated vsize (KiB) 869564

[startup+1482.3 s]
/proc/loadavg: 2.00 2.14 2.34 3/182 22117
/proc/meminfo: memFree=29781788/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=66608 CPUtime=66.15 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 29938 133693 0 0 841 180 5532 62 20 0 1 0 276479617 68206592 15968 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21957/statm: 16652 15968 181 440 0 16208 0
[pid=21967] ppid=21957 vsize=793808 CPUtime=1412.99 cores=1,3,5,7
/proc/21967/stat : 21967 (glucosInc) R 21957 21956 18125 0 -1 4202496 128155 0 0 0 141164 135 0 0 20 0 1 0 276486231 812859392 183377 33554432000 4194304 5654031 140735006851168 140735006838984 4232821 0 0 4096 0 0 0 0 17 3 0 0 226 0 0
/proc/21967/statm: 198452 183377 141 357 0 198092 0
Current children cumulated CPU time (s) 1479.14
Current children cumulated vsize (KiB) 869564

[startup+1542.3 s]
/proc/loadavg: 2.00 2.11 2.32 3/181 22118
/proc/meminfo: memFree=29758400/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=66608 CPUtime=66.15 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 29938 133693 0 0 841 180 5532 62 20 0 1 0 276479617 68206592 15968 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21957/statm: 16652 15968 181 440 0 16208 0
[pid=21967] ppid=21957 vsize=795432 CPUtime=1472.98 cores=1,3,5,7
/proc/21967/stat : 21967 (glucosInc) R 21957 21956 18125 0 -1 4202496 128443 0 0 0 147163 135 0 0 20 0 1 0 276486231 814522368 187242 33554432000 4194304 5654031 140735006851168 140735006838984 4232821 0 0 4096 0 0 0 0 17 3 0 0 226 0 0
/proc/21967/statm: 198858 187242 141 357 0 198498 0
Current children cumulated CPU time (s) 1539.13
Current children cumulated vsize (KiB) 871188

[startup+1602.3 s]
/proc/loadavg: 2.05 2.10 2.30 3/181 22118
/proc/meminfo: memFree=29799616/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=66608 CPUtime=66.15 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 29938 133693 0 0 841 180 5532 62 20 0 1 0 276479617 68206592 15968 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21957/statm: 16652 15968 181 440 0 16208 0
[pid=21967] ppid=21957 vsize=795740 CPUtime=1532.97 cores=1,3,5,7
/proc/21967/stat : 21967 (glucosInc) R 21957 21956 18125 0 -1 4202496 128812 0 0 0 153159 138 0 0 20 0 1 0 276486231 814837760 176851 33554432000 4194304 5654031 140735006851168 140735006838984 4216487 0 0 4096 0 0 0 0 17 3 0 0 226 0 0
/proc/21967/statm: 198935 176851 141 357 0 198575 0
Current children cumulated CPU time (s) 1599.12
Current children cumulated vsize (KiB) 871496

[startup+1662.3 s]
/proc/loadavg: 2.02 2.08 2.28 3/181 22118
/proc/meminfo: memFree=29790308/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=66608 CPUtime=66.15 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 29938 133693 0 0 841 180 5532 62 20 0 1 0 276479617 68206592 15968 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21957/statm: 16652 15968 181 440 0 16208 0
[pid=21967] ppid=21957 vsize=797640 CPUtime=1592.96 cores=1,3,5,7
/proc/21967/stat : 21967 (glucosInc) R 21957 21956 18125 0 -1 4202496 129130 0 0 0 159157 139 0 0 20 0 1 0 276486231 816783360 181768 33554432000 4194304 5654031 140735006851168 140735006838984 4232453 0 0 4096 0 0 0 0 17 3 0 0 226 0 0
/proc/21967/statm: 199410 181768 141 357 0 199050 0
Current children cumulated CPU time (s) 1659.11
Current children cumulated vsize (KiB) 873396

[startup+1722.31 s]
/proc/loadavg: 2.00 2.06 2.26 3/181 22118
/proc/meminfo: memFree=29760396/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=66608 CPUtime=66.15 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 29938 133693 0 0 841 180 5532 62 20 0 1 0 276479617 68206592 15968 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21957/statm: 16652 15968 181 440 0 16208 0
[pid=21967] ppid=21957 vsize=797640 CPUtime=1652.96 cores=1,3,5,7
/proc/21967/stat : 21967 (glucosInc) R 21957 21956 18125 0 -1 4202496 129292 0 0 0 165157 139 0 0 20 0 1 0 276486231 816783360 186529 33554432000 4194304 5654031 140735006851168 140735006838984 4232775 0 0 4096 0 0 0 0 17 3 0 0 226 0 0
/proc/21967/statm: 199410 186529 141 357 0 199050 0
Current children cumulated CPU time (s) 1719.11
Current children cumulated vsize (KiB) 873396

[startup+1782.3 s]
/proc/loadavg: 2.04 2.06 2.25 3/181 22118
/proc/meminfo: memFree=29739312/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=66608 CPUtime=66.15 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 29938 133693 0 0 841 180 5532 62 20 0 1 0 276479617 68206592 15968 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21957/statm: 16652 15968 181 440 0 16208 0
[pid=21967] ppid=21957 vsize=800912 CPUtime=1712.94 cores=1,3,5,7
/proc/21967/stat : 21967 (glucosInc) R 21957 21956 18125 0 -1 4202496 129554 0 0 0 171155 139 0 0 20 0 1 0 276486231 820133888 191390 33554432000 4194304 5654031 140735006851168 140735006838984 4232453 0 0 4096 0 0 0 0 17 3 0 0 226 0 0
/proc/21967/statm: 200228 191390 141 357 0 199868 0
Current children cumulated CPU time (s) 1779.09
Current children cumulated vsize (KiB) 876668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.3 s]
/proc/loadavg: 2.02 2.06 2.24 3/181 22118
/proc/meminfo: memFree=29805300/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=66608 CPUtime=66.15 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 29938 133693 0 0 841 180 5532 62 20 0 1 0 276479617 68206592 15968 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21957/statm: 16652 15968 181 440 0 16208 0
[pid=21967] ppid=21957 vsize=800912 CPUtime=1733.95 cores=1,3,5,7
/proc/21967/stat : 21967 (glucosInc) R 21957 21956 18125 0 -1 4202496 130560 0 0 0 173252 143 0 0 20 0 1 0 276486231 820133888 176834 33554432000 4194304 5654031 140735006851168 140735006838984 4232821 0 0 4096 0 0 0 0 17 3 0 0 226 0 0
/proc/21967/statm: 200228 176834 141 357 0 199868 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 876668

Sending SIGTERM to process tree (bottom up)

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

[startup+1803.3 s]
/proc/loadavg: 2.02 2.06 2.24 3/181 22118
/proc/meminfo: memFree=29805300/32873844 swapFree=6080/6080
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (npSolver-pbo-It) S 21954 21956 18125 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276479617 9367552 274 33554432000 4194304 5064252 140734034874976 140734034873888 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21956/statm: 2287 274 233 213 0 72 0
[pid=21957] ppid=21956 vsize=66608 CPUtime=66.15 cores=1,3,5,7
/proc/21957/stat : 21957 (npSolver-pbo) S 21956 21956 18125 0 -1 4202496 29938 133693 0 0 841 180 5532 62 20 0 1 0 276479617 68206592 15968 33554432000 4194304 5992684 140733239614576 140733239600408 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21957/statm: 16652 15968 181 440 0 16208 0
[pid=21967] ppid=21957 vsize=800912 CPUtime=1733.95 cores=1,3,5,7
/proc/21967/stat : 21967 (glucosInc) R 21957 21956 18125 0 -1 4202496 130560 0 0 0 173252 143 0 0 20 0 1 0 276486231 820133888 176834 33554432000 4194304 5654031 140735006851168 140735006838984 4232821 0 0 4096 0 0 0 0 17 3 0 0 226 0 0
/proc/21967/statm: 200228 176834 141 357 0 199868 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 876668

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21956 and gives
#  childrusage.ru_utime.tv_sec=63
#  childrusage.ru_utime.tv_usec=741309
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=428630
# CPU time returned by wait4() is 66.1699
# 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): 1803.32
CPU time (s): 1800.1
CPU user time (s): 1796.25
CPU system time (s): 3.85
CPU usage (%): 99.8217
Max. virtual memory (cumulated for all children) (KiB): 1220544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.7413
system time used= 2.42863
maximum resident set size= 831696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164006
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1166480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3053
involuntary context switches= 150

runsolver used 3.62345 second user time and 8.87465 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-27 09:25:51
IDJOB=3697663
IDBENCH=89896
IDSOLVER=2275
FILE ID=node139/3697663-1338103550
RUNJOBID= node139-1338101718-21711
PBS_JOBID= 14624436
Free space on /tmp= 71592 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-t1722.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697663-1338103550/watcher-3697663-1338103550 -o /tmp/evaluation-result-3697663-1338103550/solver-3697663-1338103550 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697663-1338103550.opb 974072184 HOME HOME

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

MD5SUM BENCH= 5a4916943480b697e6c7cc05543abfc1
RANDOM SEED=974072184

node139.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		: 2666.750
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	: 5333.50
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		: 2666.750
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		: 2666.750
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.90
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		: 2666.750
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		: 2666.750
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.92
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		: 2666.750
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.91
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		: 2666.750
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		: 2666.750
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:        30972972 kB
Buffers:          307192 kB
Cached:           539772 kB
SwapCached:          284 kB
Active:           884104 kB
Inactive:         182608 kB
Active(anon):     213604 kB
Inactive(anon):     8052 kB
Active(file):     670500 kB
Inactive(file):   174556 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67106400 kB
Dirty:             11312 kB
Writeback:             0 kB
AnonPages:        224776 kB
Mapped:            13096 kB
Shmem:                 8 kB
Slab:             693968 kB
SReclaimable:     135372 kB
SUnreclaim:       558596 kB
KernelStack:        1480 kB
PageTables:         4520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     349496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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= 71316 MiB
End job on node139 at 2012-05-27 09:55:54