Trace number 3702340

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-quickBound? (TO) 1800.08 1801.41

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__8.opb
MD5SUM659ee731f96ff56544db308ac6299615
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark174384
Best CPU time to get the best result obtained on this benchmark1800.53
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint8
Maximum length of a constraint329
Number of terms in the objective function 40000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 1373838504
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 1373838504
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.20/2.29	c run inc solver
2.20/2.29	c [INC SYSTEM] run initial solver
2.20/2.29	c [INC SYSTEM] preprocess with white file
8.79/8.85	c [INC SYSTEM] finished preprocessing in 6 s
8.79/8.85	c [INC SYSTEM] execute solver
8.84/9.75	c [INC SEARCH] formula is SAT
8.84/9.76	c [INC SYSTEM] solved the initial formula
9.77/9.82	c model valid
9.77/9.82	c current solution ok
12.87/13.97	o 233811
12.87/13.97	c starting approximation
12.87/13.97	c factor = 280
12.87/13.97	c factor still to low - shrinking to 28057.3
12.87/13.97	c approx number of clauses: 1e+06
12.87/13.97	c current bound: 116905
139.75/140.81	c leaving approximation
139.75/140.81	c finished approximation
139.75/140.81	c [INC SYSTEM] there exists a inc, kill it!
139.75/140.81	c write failed with 2
139.75/140.82	c [INC SEARCH] iteration: 0
139.75/140.82	c [INC BOUNDS] best value:233811 search for 233810
139.75/140.82	c [INC SYSTEM] create new solver instance
139.75/140.82	c [INC] encode full formula
139.75/140.82	c fallback to adder encoding
143.66/144.80	c set iterative enc to: adder
143.66/144.80	c set iterative enc to: none
144.28/145.37	c [INC SEARCH] isOptimum variable: 0
1800.08/1801.41	HOME/npSolver-pbo-Itdqb.sh: line 18: 23753 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -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-3702340-1338088297/watcher-3702340-1338088297 -o /tmp/evaluation-result-3702340-1338088297/solver-3702340-1338088297 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702340-1338088297.opb 1911409741 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: 4.47 2.92 2.34 3/183 23752
/proc/meminfo: memFree=31166324/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0

[startup+0.0719231 s]
/proc/loadavg: 4.47 2.92 2.34 3/183 23752
/proc/meminfo: memFree=31166324/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100263 s]
/proc/loadavg: 4.47 2.92 2.34 3/183 23752
/proc/meminfo: memFree=31166324/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300225 s]
/proc/loadavg: 4.47 2.92 2.34 3/183 23752
/proc/meminfo: memFree=31166324/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700228 s]
/proc/loadavg: 4.47 2.92 2.34 3/183 23752
/proc/meminfo: memFree=31166324/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 4.47 2.92 2.34 3/185 23754
/proc/meminfo: memFree=31131752/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=69984 CPUtime=1.49 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) R 23752 23752 23606 0 -1 4202496 4297 0 0 0 147 2 0 0 20 0 1 0 274955042 71663616 12796 33554432000 4194304 5992684 140734836431232 140734836426968 4768469 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23753/statm: 17496 12796 146 440 0 17052 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79132

[startup+3.1003 s]
/proc/loadavg: 4.47 2.92 2.34 3/185 23754
/proc/meminfo: memFree=31088128/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=143884 CPUtime=2.35 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 7354 0 0 0 216 19 0 0 20 0 1 0 274955042 147337216 21606 33554432000 4194304 5992684 140734836431232 140734836425680 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23753/statm: 35971 21606 164 440 0 35527 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 153032
heavy processes:

[startup+6.30034 s]
/proc/loadavg: 4.43 2.94 2.35 3/187 23756
/proc/meminfo: memFree=30721420/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=143884 CPUtime=2.35 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 7354 0 0 0 216 19 0 0 20 0 1 0 274955042 147337216 21606 33554432000 4194304 5992684 140734836431232 140734836425680 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23753/statm: 35971 21606 164 440 0 35527 0
[pid=23755] ppid=23753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23755/stat : 23755 (cp2_pre.sh) S 23753 23752 23606 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 274955277 9367552 276 33554432000 4194304 5064252 140733892856560 140733892855264 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23755/statm: 2287 276 234 213 0 72 0
[pid=23756] ppid=23755 vsize=312148 CPUtime=3.93 cores=0,2,4,6
/proc/23756/stat : 23756 (coprocessor) R 23755 23752 23606 0 -1 4202496 58423 0 0 0 381 12 0 0 20 0 1 0 274955278 319639552 77176 33554432000 4194304 6586260 140734186762352 140734186758104 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/23756/statm: 78037 77176 204 584 0 77449 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 474328

[startup+12.7003 s]
/proc/loadavg: 4.24 2.92 2.34 3/186 23758
/proc/meminfo: memFree=30786508/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=149356 CPUtime=11.56 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) R 23752 23752 23606 0 -1 4202496 8278 59324 0 0 272 235 621 28 20 0 1 0 274955042 152940544 22983 33554432000 4194304 5992684 140734836431232 140734836425416 5179696 0 0 4096 0 0 0 0 17 2 0 0 22 0 0
/proc/23753/statm: 37339 22983 173 440 0 36895 0
[pid=23758] ppid=23753 vsize=173196 CPUtime=0.88 cores=0,2,4,6
/proc/23758/stat : 23758 (glucosInc) S 23753 23752 23606 0 -1 4202496 26322 0 0 0 82 6 0 0 20 0 1 0 274955928 177352704 37077 33554432000 4194304 5654031 140736549147344 140736549145656 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23758/statm: 43299 37077 146 357 0 42939 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 331700

[startup+25.5005 s]
/proc/loadavg: 3.74 2.87 2.34 3/188 23761
/proc/meminfo: memFree=30558700/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=167120 CPUtime=12.17 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 11398 59841 0 0 287 268 621 41 20 0 1 0 274955042 171130880 27241 33554432000 4194304 5992684 140734836431232 140734836423520 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/23753/statm: 41780 27241 188 440 0 41336 0
[pid=23758] ppid=23753 vsize=173196 CPUtime=0.88 cores=0,2,4,6
/proc/23758/stat : 23758 (glucosInc) S 23753 23752 23606 0 -1 4202496 26322 0 0 0 82 6 0 0 20 0 1 0 274955928 177352704 37077 33554432000 4194304 5654031 140736549147344 140736549145656 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23758/statm: 43299 37077 146 357 0 42939 0
[pid=23760] ppid=23753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23760/stat : 23760 (satsolver.sh) S 23753 23752 23606 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274956450 9367552 266 33554432000 4194304 5064252 140733537549968 140733537548880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23760/statm: 2287 266 226 213 0 72 0
[pid=23761] ppid=23760 vsize=223592 CPUtime=11.41 cores=0,2,4,6
/proc/23761/stat : 23761 (glucose) R 23760 23752 23606 0 -1 4202496 35447 0 0 0 1132 9 0 0 20 0 1 0 274956450 228958208 49081 33554432000 4194304 5208918 140736753730336 140736753728168 4211537 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23761/statm: 55898 49081 102 248 0 55647 0
Current children cumulated CPU time (s) 24.46
Current children cumulated vsize (KiB) 582204

[startup+51.1005 s]
/proc/loadavg: 3.15 2.80 2.33 3/188 23761
/proc/meminfo: memFree=30551048/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=167120 CPUtime=12.17 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 11398 59841 0 0 287 268 621 41 20 0 1 0 274955042 171130880 27241 33554432000 4194304 5992684 140734836431232 140734836423520 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/23753/statm: 41780 27241 188 440 0 41336 0
[pid=23758] ppid=23753 vsize=173196 CPUtime=0.88 cores=0,2,4,6
/proc/23758/stat : 23758 (glucosInc) S 23753 23752 23606 0 -1 4202496 26322 0 0 0 82 6 0 0 20 0 1 0 274955928 177352704 37077 33554432000 4194304 5654031 140736549147344 140736549145656 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23758/statm: 43299 37077 146 357 0 42939 0
[pid=23760] ppid=23753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23760/stat : 23760 (satsolver.sh) S 23753 23752 23606 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274956450 9367552 266 33554432000 4194304 5064252 140733537549968 140733537548880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23760/statm: 2287 266 226 213 0 72 0
[pid=23761] ppid=23760 vsize=223592 CPUtime=37.01 cores=0,2,4,6
/proc/23761/stat : 23761 (glucose) R 23760 23752 23606 0 -1 4202496 35602 0 0 0 3692 9 0 0 20 0 1 0 274956450 228958208 49747 33554432000 4194304 5208918 140736753730336 140736753728168 4211732 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23761/statm: 55898 49747 102 248 0 55647 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 582204

[startup+102.3 s]
/proc/loadavg: 2.50 2.68 2.31 3/187 23761
/proc/meminfo: memFree=30535572/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=167120 CPUtime=12.17 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 11398 59841 0 0 287 268 621 41 20 0 1 0 274955042 171130880 27241 33554432000 4194304 5992684 140734836431232 140734836423520 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/23753/statm: 41780 27241 188 440 0 41336 0
[pid=23758] ppid=23753 vsize=173196 CPUtime=0.88 cores=0,2,4,6
/proc/23758/stat : 23758 (glucosInc) S 23753 23752 23606 0 -1 4202496 26322 0 0 0 82 6 0 0 20 0 1 0 274955928 177352704 37077 33554432000 4194304 5654031 140736549147344 140736549145656 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23758/statm: 43299 37077 146 357 0 42939 0
[pid=23760] ppid=23753 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23760/stat : 23760 (satsolver.sh) S 23753 23752 23606 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274956450 9367552 266 33554432000 4194304 5064252 140733537549968 140733537548880 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23760/statm: 2287 266 226 213 0 72 0
[pid=23761] ppid=23760 vsize=223592 CPUtime=88.21 cores=0,2,4,6
/proc/23761/stat : 23761 (glucose) R 23760 23752 23606 0 -1 4202496 35606 0 0 0 8812 9 0 0 20 0 1 0 274956450 228958208 50262 33554432000 4194304 5208918 140736753730336 140736753728168 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23761/statm: 55898 50262 103 248 0 55647 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 582204

[startup+162.3 s]
/proc/loadavg: 2.39 2.60 2.30 3/185 23768
/proc/meminfo: memFree=29863484/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=148652 CPUtime=144.34 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 23855 126248 0 0 676 321 13349 88 20 0 1 0 274955042 152219648 22865 33554432000 4194304 5992684 140734836431232 140734836417064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 22 0 0
/proc/23753/statm: 37163 22865 199 440 0 36719 0
[pid=23768] ppid=23753 vsize=998256 CPUtime=16.91 cores=0,2,4,6
/proc/23768/stat : 23768 (glucosInc) R 23753 23752 23606 0 -1 4202496 115544 0 0 0 1657 34 0 0 20 0 1 0 274969579 1022214144 193120 33554432000 4194304 5654031 140734135800400 140734135798296 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23768/statm: 249564 193120 140 357 0 249204 0
Current children cumulated CPU time (s) 161.25
Current children cumulated vsize (KiB) 1156056


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

/proc/loadavg: 2.02 2.02 2.07 3/185 23799
/proc/meminfo: memFree=29773348/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=148652 CPUtime=144.34 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 23855 126248 0 0 676 321 13349 88 20 0 1 0 274955042 152219648 22865 33554432000 4194304 5992684 140734836431232 140734836417064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 22 0 0
/proc/23753/statm: 37163 22865 199 440 0 36719 0
[pid=23768] ppid=23753 vsize=1042844 CPUtime=1216.7 cores=0,2,4,6
/proc/23768/stat : 23768 (glucosInc) R 23753 23752 23606 0 -1 4202496 126706 0 0 0 121629 41 0 0 20 0 1 0 274969579 1067872256 219164 33554432000 4194304 5654031 140734135800400 140734135798184 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23768/statm: 260711 219164 142 357 0 260351 0
Current children cumulated CPU time (s) 1361.04
Current children cumulated vsize (KiB) 1200644

[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.07 3/185 23799
/proc/meminfo: memFree=29768756/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=148652 CPUtime=144.34 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 23855 126248 0 0 676 321 13349 88 20 0 1 0 274955042 152219648 22865 33554432000 4194304 5992684 140734836431232 140734836417064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 22 0 0
/proc/23753/statm: 37163 22865 199 440 0 36719 0
[pid=23768] ppid=23753 vsize=1043164 CPUtime=1276.7 cores=0,2,4,6
/proc/23768/stat : 23768 (glucosInc) R 23753 23752 23606 0 -1 4202496 126777 0 0 0 127629 41 0 0 20 0 1 0 274969579 1068199936 219746 33554432000 4194304 5654031 140734135800400 140734135788216 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23768/statm: 260791 219746 142 357 0 260431 0
Current children cumulated CPU time (s) 1421.04
Current children cumulated vsize (KiB) 1200964

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/185 23799
/proc/meminfo: memFree=29760504/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=148652 CPUtime=144.34 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 23855 126248 0 0 676 321 13349 88 20 0 1 0 274955042 152219648 22865 33554432000 4194304 5992684 140734836431232 140734836417064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 22 0 0
/proc/23753/statm: 37163 22865 199 440 0 36719 0
[pid=23768] ppid=23753 vsize=1044548 CPUtime=1336.68 cores=0,2,4,6
/proc/23768/stat : 23768 (glucosInc) R 23753 23752 23606 0 -1 4202496 127111 0 0 0 133627 41 0 0 20 0 1 0 274969579 1069617152 221102 33554432000 4194304 5654031 140734135800400 140734135798088 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23768/statm: 261137 221102 142 357 0 260777 0
Current children cumulated CPU time (s) 1481.02
Current children cumulated vsize (KiB) 1202348

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 23800
/proc/meminfo: memFree=29751632/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=148652 CPUtime=144.34 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 23855 126248 0 0 676 321 13349 88 20 0 1 0 274955042 152219648 22865 33554432000 4194304 5992684 140734836431232 140734836417064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 22 0 0
/proc/23753/statm: 37163 22865 199 440 0 36719 0
[pid=23768] ppid=23753 vsize=1046496 CPUtime=1396.68 cores=0,2,4,6
/proc/23768/stat : 23768 (glucosInc) R 23753 23752 23606 0 -1 4202496 127632 0 0 0 139627 41 0 0 20 0 1 0 274969579 1071611904 223156 33554432000 4194304 5654031 140734135800400 140734135788216 4215188 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23768/statm: 261624 223156 142 357 0 261264 0
Current children cumulated CPU time (s) 1541.02
Current children cumulated vsize (KiB) 1204296

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/185 23847
/proc/meminfo: memFree=29960712/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=148652 CPUtime=144.34 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 23855 126248 0 0 676 321 13349 88 20 0 1 0 274955042 152219648 22865 33554432000 4194304 5992684 140734836431232 140734836417064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 22 0 0
/proc/23753/statm: 37163 22865 199 440 0 36719 0
[pid=23768] ppid=23753 vsize=1047676 CPUtime=1456.66 cores=0,2,4,6
/proc/23768/stat : 23768 (glucosInc) R 23753 23752 23606 0 -1 4202496 127894 0 0 0 145625 41 0 0 20 0 1 0 274969579 1072820224 224440 33554432000 4194304 5654031 140734135800400 140734135788216 4215071 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23768/statm: 261919 224440 142 357 0 261559 0
Current children cumulated CPU time (s) 1601
Current children cumulated vsize (KiB) 1205476

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/185 23854
/proc/meminfo: memFree=29951840/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=148652 CPUtime=144.34 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 23855 126248 0 0 676 321 13349 88 20 0 1 0 274955042 152219648 22865 33554432000 4194304 5992684 140734836431232 140734836417064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 22 0 0
/proc/23753/statm: 37163 22865 199 440 0 36719 0
[pid=23768] ppid=23753 vsize=1049280 CPUtime=1516.66 cores=0,2,4,6
/proc/23768/stat : 23768 (glucosInc) R 23753 23752 23606 0 -1 4202496 128268 0 0 0 151624 42 0 0 20 0 1 0 274969579 1074462720 225836 33554432000 4194304 5654031 140734135800400 140734135798088 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23768/statm: 262320 225836 142 357 0 261960 0
Current children cumulated CPU time (s) 1661
Current children cumulated vsize (KiB) 1207080

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/186 23864
/proc/meminfo: memFree=30015028/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=148652 CPUtime=144.34 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 23855 126248 0 0 676 321 13349 88 20 0 1 0 274955042 152219648 22865 33554432000 4194304 5992684 140734836431232 140734836417064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 22 0 0
/proc/23753/statm: 37163 22865 199 440 0 36719 0
[pid=23768] ppid=23753 vsize=1049808 CPUtime=1576.64 cores=0,2,4,6
/proc/23768/stat : 23768 (glucosInc) R 23753 23752 23606 0 -1 4202496 128692 0 0 0 157619 45 0 0 20 0 1 0 274969579 1075003392 209553 33554432000 4194304 5654031 140734135800400 140734135798184 4214616 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23768/statm: 262452 209553 142 357 0 262092 0
Current children cumulated CPU time (s) 1720.98
Current children cumulated vsize (KiB) 1207608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/185 23871
/proc/meminfo: memFree=30011464/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=148652 CPUtime=144.34 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 23855 126248 0 0 676 321 13349 88 20 0 1 0 274955042 152219648 22865 33554432000 4194304 5992684 140734836431232 140734836417064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 22 0 0
/proc/23753/statm: 37163 22865 199 440 0 36719 0
[pid=23768] ppid=23753 vsize=1051656 CPUtime=1636.64 cores=0,2,4,6
/proc/23768/stat : 23768 (glucosInc) R 23753 23752 23606 0 -1 4202496 129138 0 0 0 163618 46 0 0 20 0 1 0 274969579 1076895744 210510 33554432000 4194304 5654031 140734135800400 140734135798184 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23768/statm: 262914 210510 142 357 0 262554 0
Current children cumulated CPU time (s) 1780.98
Current children cumulated vsize (KiB) 1209456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.07 2.02 2.03 3/185 23871
/proc/meminfo: memFree=30008176/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=148652 CPUtime=144.34 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 23855 126248 0 0 676 321 13349 88 20 0 1 0 274955042 152219648 22865 33554432000 4194304 5992684 140734836431232 140734836417064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 22 0 0
/proc/23753/statm: 37163 22865 199 440 0 36719 0
[pid=23768] ppid=23753 vsize=1052316 CPUtime=1655.74 cores=0,2,4,6
/proc/23768/stat : 23768 (glucosInc) R 23753 23752 23606 0 -1 4202496 129312 0 0 0 165528 46 0 0 20 0 1 0 274969579 1077571584 210684 33554432000 4194304 5654031 140734135800400 140734135798184 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23768/statm: 263079 210684 142 357 0 262719 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1210116

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.4 s]
/proc/loadavg: 2.07 2.02 2.03 3/185 23871
/proc/meminfo: memFree=30008176/32873844 swapFree=7112/7112
[pid=23752] ppid=23750 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23752/stat : 23752 (npSolver-pbo-It) S 23750 23752 23606 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274955042 9367552 275 33554432000 4194304 5064252 140734191976240 140734191975152 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23752/statm: 2287 275 233 213 0 72 0
[pid=23753] ppid=23752 vsize=148652 CPUtime=144.34 cores=0,2,4,6
/proc/23753/stat : 23753 (npSolver-pbo) S 23752 23752 23606 0 -1 4202496 23855 126248 0 0 676 321 13349 88 20 0 1 0 274955042 152219648 22865 33554432000 4194304 5992684 140734836431232 140734836417064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 22 0 0
/proc/23753/statm: 37163 22865 199 440 0 36719 0
[pid=23768] ppid=23753 vsize=1052316 CPUtime=1655.74 cores=0,2,4,6
/proc/23768/stat : 23768 (glucosInc) R 23753 23752 23606 0 -1 4202496 129312 0 0 0 165528 46 0 0 20 0 1 0 274969579 1077571584 210684 33554432000 4194304 5654031 140734135800400 140734135798184 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23768/statm: 263079 210684 142 357 0 262719 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1210116

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23752 and gives
#  childrusage.ru_utime.tv_sec=140
#  childrusage.ru_utime.tv_usec=260677
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=99376
# CPU time returned by wait4() is 144.36
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.41
CPU time (s): 1800.08
CPU user time (s): 1795.53
CPU system time (s): 4.55
CPU usage (%): 99.926
Max. virtual memory (cumulated for all children) (KiB): 1551352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 140.261
system time used= 4.09938
maximum resident set size= 654356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1469096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 425
involuntary context switches= 176

runsolver used 3.05553 second user time and 7.62084 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-27 05:11:37
IDJOB=3702340
IDBENCH=71875
IDSOLVER=2278
FILE ID=node132/3702340-1338088297
RUNJOBID= node132-1338088060-23622
PBS_JOBID= 14624453
Free space on /tmp= 71588 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__8.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702340-1338088297/watcher-3702340-1338088297 -o /tmp/evaluation-result-3702340-1338088297/solver-3702340-1338088297 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702340-1338088297.opb 1911409741 HOME HOME

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

MD5SUM BENCH= 659ee731f96ff56544db308ac6299615
RANDOM SEED=1911409741

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31167308 kB
Buffers:          245708 kB
Cached:           351472 kB
SwapCached:         1492 kB
Active:           632376 kB
Inactive:         255064 kB
Active(anon):     283020 kB
Inactive(anon):     8844 kB
Active(file):     349356 kB
Inactive(file):   246220 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105396 kB
Dirty:             14108 kB
Writeback:             4 kB
AnonPages:        408192 kB
Mapped:            12932 kB
Shmem:                 8 kB
Slab:             679044 kB
SReclaimable:     120116 kB
SUnreclaim:       558928 kB
KernelStack:        1616 kB
PageTables:         5008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     436724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 71192 MiB
End job on node132 at 2012-05-27 05:41:39