Trace number 3746662

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 (fixed)? (TO) 1800.07 1801.12

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-usAbbrv.8.25_70.opb
MD5SUM77bab7e4b790022242f816374e31f934
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark123904
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 124928
Optimality of the best value was proved NO
Number of variables20611
Total number of constraints3921
Number of constraints which are clauses563
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3358
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 135
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073849343
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147557374
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

5.39/5.50	c run inc solver
5.39/5.50	c [INC SYSTEM] run initial solver
5.39/5.50	c [INC SYSTEM] preprocess with white file
27.46/27.57	c [INC SYSTEM] finished preprocessing in 22 s
27.46/27.57	c [INC SYSTEM] execute solver
1310.04/1310.37	c [INC SEARCH] formula is SAT
1310.15/1310.48	c [INC SYSTEM] solved the initial formula
1310.26/1310.56	c model valid
1310.26/1310.56	c current solution ok
1314.99/1315.33	o 204800
1314.99/1315.33	c [INC SYSTEM] there exists a inc, kill it!
1314.99/1315.33	c write failed with 2
1314.99/1315.34	c [INC SEARCH] iteration: 0
1314.99/1315.34	c [INC BOUNDS] best value:312320 search for 312319
1314.99/1315.34	c [INC SYSTEM] create new solver instance
1314.99/1315.34	c [INC] encode full formula
1314.99/1315.34	c fallback to adder encoding
1314.99/1315.35	c set iterative enc to: adder
1314.99/1315.35	c set iterative enc to: none
1315.21/1316.15	c [INC SEARCH] isOptimum variable: 0
1800.03/1801.11	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.03/1801.11	s UNKNOWN
1800.03/1801.11	c [INC SYSTEM] there exists a inc, kill it!
1800.03/1801.11	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3746662-1339100131/watcher-3746662-1339100131 -o /tmp/evaluation-result-3746662-1339100131/solver-3746662-1339100131 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746662-1339100131.opb 1111146102 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.97 1.96 1.71 3/178 24065
/proc/meminfo: memFree=28733892/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0

[startup+0.065629 s]
/proc/loadavg: 1.97 1.96 1.71 3/178 24065
/proc/meminfo: memFree=28733892/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 1.97 1.96 1.71 3/178 24065
/proc/meminfo: memFree=28733892/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300267 s]
/proc/loadavg: 1.97 1.96 1.71 3/178 24065
/proc/meminfo: memFree=28733892/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700271 s]
/proc/loadavg: 1.97 1.96 1.71 3/178 24065
/proc/meminfo: memFree=28733892/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.97 1.96 1.71 3/180 24067
/proc/meminfo: memFree=28640792/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=171316 CPUtime=1.49 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) R 24065 24065 23584 0 -1 4202496 7193 0 0 0 145 4 0 0 20 0 1 0 376137690 175427584 32414 33554432000 4194304 6004724 140736221146928 140736221141880 4579276 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24066/statm: 42829 32414 154 442 0 42383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 180464

[startup+3.10031 s]
/proc/loadavg: 1.97 1.96 1.71 3/180 24067
/proc/meminfo: memFree=28448088/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=302388 CPUtime=3.09 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) R 24065 24065 23584 0 -1 4202496 7827 0 0 0 301 8 0 0 20 0 1 0 376137690 309645312 62622 33554432000 4194304 6004724 140736221146928 140736221141528 4581260 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24066/statm: 75597 62622 154 442 0 75151 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 311536

[startup+6.3002 s]
/proc/loadavg: 1.97 1.96 1.71 3/180 24067
/proc/meminfo: memFree=27736956/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=537184 CPUtime=5.49 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 8914 0 0 0 485 64 0 0 20 0 1 0 376137690 550076416 91122 33554432000 4194304 6004724 140736221146928 140736221141392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24066/statm: 134296 91122 163 442 0 133850 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 546332

[startup+12.7003 s]
/proc/loadavg: 1.98 1.97 1.71 3/182 24069
/proc/meminfo: memFree=26868552/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=537184 CPUtime=5.49 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 8914 0 0 0 485 64 0 0 20 0 1 0 376137690 550076416 91122 33554432000 4194304 6004724 140736221146928 140736221141392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24066/statm: 134296 91122 163 442 0 133850 0
[pid=24068] ppid=24066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24068/stat : 24068 (cp2_pre.sh) S 24066 24065 23584 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 376138240 9367552 277 33554432000 4194304 5064252 140735985413584 140735985412288 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24068/statm: 2287 277 234 213 0 72 0
[pid=24069] ppid=24068 vsize=1311072 CPUtime=7.18 cores=0,2,4,6
/proc/24069/stat : 24069 (coprocessor) R 24068 24065 23584 0 -1 4202496 95939 0 0 0 682 36 0 0 20 0 1 0 376138241 1342537728 294042 33554432000 4194304 6586260 140735192454592 140735192450856 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/24069/statm: 327768 294042 164 584 0 327180 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1866552

[startup+25.5003 s]
/proc/loadavg: 2.05 1.98 1.72 3/182 24069
/proc/meminfo: memFree=26391120/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=537184 CPUtime=5.49 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 8914 0 0 0 485 64 0 0 20 0 1 0 376137690 550076416 91122 33554432000 4194304 6004724 140736221146928 140736221141392 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24066/statm: 134296 91122 163 442 0 133850 0
[pid=24068] ppid=24066 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24068/stat : 24068 (cp2_pre.sh) S 24066 24065 23584 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 376138240 9367552 277 33554432000 4194304 5064252 140735985413584 140735985412288 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24068/statm: 2287 277 234 213 0 72 0
[pid=24069] ppid=24068 vsize=1637460 CPUtime=19.97 cores=0,2,4,6
/proc/24069/stat : 24069 (coprocessor) R 24068 24065 23584 0 -1 4202496 146779 0 0 0 1827 170 0 0 20 0 1 0 376138241 1676759040 398259 33554432000 4194304 6586260 140735192454592 140735192450504 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/24069/statm: 409365 398259 199 584 0 408777 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 2192940

[startup+51.1003 s]
/proc/loadavg: 2.09 2.00 1.74 3/181 24073
/proc/meminfo: memFree=27941500/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=537184 CPUtime=27.53 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 8933 147680 0 0 485 64 2017 187 20 0 1 0 376137690 550076416 91126 33554432000 4194304 6004724 140736221146928 140736221133208 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/24066/statm: 134296 91126 167 442 0 133850 0
[pid=24073] ppid=24066 vsize=392128 CPUtime=23.52 cores=0,2,4,6
/proc/24073/stat : 24073 (glucosInc) R 24066 24065 23584 0 -1 4202496 53500 0 0 0 2339 13 0 0 20 0 1 0 376140447 401539072 86769 33554432000 4194304 5654031 140736484878944 140736484866760 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24073/statm: 98032 86769 141 357 0 97672 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 938460

[startup+102.3 s]
/proc/loadavg: 2.04 2.00 1.75 3/181 24075
/proc/meminfo: memFree=27930644/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=537184 CPUtime=27.53 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 8933 147680 0 0 485 64 2017 187 20 0 1 0 376137690 550076416 91126 33554432000 4194304 6004724 140736221146928 140736221133208 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/24066/statm: 134296 91126 167 442 0 133850 0
[pid=24073] ppid=24066 vsize=396232 CPUtime=74.71 cores=0,2,4,6
/proc/24073/stat : 24073 (glucosInc) R 24066 24065 23584 0 -1 4202496 53969 0 0 0 7458 13 0 0 20 0 1 0 376140447 405741568 87749 33554432000 4194304 5654031 140736484878944 140736484866760 4214483 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24073/statm: 99058 87749 141 357 0 98698 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 942564

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.76 3/181 24075
/proc/meminfo: memFree=27907808/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=537184 CPUtime=27.53 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 8933 147680 0 0 485 64 2017 187 20 0 1 0 376137690 550076416 91126 33554432000 4194304 6004724 140736221146928 140736221133208 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/24066/statm: 134296 91126 167 442 0 133850 0
[pid=24073] ppid=24066 vsize=400040 CPUtime=134.7 cores=0,2,4,6
/proc/24073/stat : 24073 (glucosInc) R 24066 24065 23584 0 -1 4202496 54356 0 0 0 13457 13 0 0 20 0 1 0 376140447 409640960 89158 33554432000 4194304 5654031 140736484878944 140736484866760 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24073/statm: 100010 89158 141 357 0 99650 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 946372

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/181 24077
/proc/meminfo: memFree=27922508/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=537184 CPUtime=27.53 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 8933 147680 0 0 485 64 2017 187 20 0 1 0 376137690 550076416 91126 33554432000 4194304 6004724 140736221146928 140736221133208 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/24066/statm: 134296 91126 167 442 0 133850 0
[pid=24073] ppid=24066 vsize=400040 CPUtime=194.69 cores=0,2,4,6
/proc/24073/stat : 24073 (glucosInc) R 24066 24065 23584 0 -1 4202496 54500 0 0 0 19456 13 0 0 20 0 1 0 376140447 409640960 89813 33554432000 4194304 5654031 140736484878944 140736484866760 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24073/statm: 100010 89813 141 357 0 99650 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 946372

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/182 24080
/proc/meminfo: memFree=27904132/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=27853480/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=537184 CPUtime=27.53 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 8933 147680 0 0 485 64 2017 187 20 0 1 0 376137690 550076416 91126 33554432000 4194304 6004724 140736221146928 140736221133208 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/24066/statm: 134296 91126 167 442 0 133850 0
[pid=24073] ppid=24066 vsize=453816 CPUtime=1274.48 cores=0,2,4,6
/proc/24073/stat : 24073 (glucosInc) R 24066 24065 23584 0 -1 4202496 59339 0 0 0 127432 16 0 0 20 0 1 0 376140447 464707584 98890 33554432000 4194304 5654031 140736484878944 140736484866760 4232466 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24073/statm: 113454 98890 142 357 0 113094 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 1000148

[startup+1362.3 s]
/proc/loadavg: 2.11 2.03 1.92 3/181 24093
/proc/meminfo: memFree=27787724/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=590704 CPUtime=1315.21 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 13764 208067 0 0 596 452 130251 222 20 0 1 0 376137690 604880896 104498 33554432000 4194304 6004724 140736221146928 140736221132776 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 70 0 0
/proc/24066/statm: 147676 104498 178 442 0 147230 0
[pid=24093] ppid=24066 vsize=398480 CPUtime=46.11 cores=0,2,4,6
/proc/24093/stat : 24093 (glucosInc) R 24066 24065 23584 0 -1 4202496 55150 0 0 0 4597 14 0 0 20 0 1 0 376269305 408043520 88360 33554432000 4194304 5654031 140736614860992 140736614848808 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24093/statm: 99620 88360 141 357 0 99260 0
Current children cumulated CPU time (s) 1361.32
Current children cumulated vsize (KiB) 998332

[startup+1422.3 s]
/proc/loadavg: 2.08 2.04 1.92 3/181 24093
/proc/meminfo: memFree=27781308/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=590704 CPUtime=1315.21 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 13764 208067 0 0 596 452 130251 222 20 0 1 0 376137690 604880896 104498 33554432000 4194304 6004724 140736221146928 140736221132776 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 70 0 0
/proc/24066/statm: 147676 104498 178 442 0 147230 0
[pid=24093] ppid=24066 vsize=398480 CPUtime=106.07 cores=0,2,4,6
/proc/24093/stat : 24093 (glucosInc) R 24066 24065 23584 0 -1 4202496 55585 0 0 0 10593 14 0 0 20 0 1 0 376269305 408043520 89390 33554432000 4194304 5654031 140736614860992 140736614848808 4209062 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24093/statm: 99620 89390 141 357 0 99260 0
Current children cumulated CPU time (s) 1421.28
Current children cumulated vsize (KiB) 998332

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 1.92 3/182 24096
/proc/meminfo: memFree=27745136/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=590704 CPUtime=1315.21 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 13764 208067 0 0 596 452 130251 222 20 0 1 0 376137690 604880896 104498 33554432000 4194304 6004724 140736221146928 140736221132776 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 70 0 0
/proc/24066/statm: 147676 104498 178 442 0 147230 0
[pid=24093] ppid=24066 vsize=402396 CPUtime=166.06 cores=0,2,4,6
/proc/24093/stat : 24093 (glucosInc) R 24066 24065 23584 0 -1 4202496 55769 0 0 0 16592 14 0 0 20 0 1 0 376269305 412053504 90079 33554432000 4194304 5654031 140736614860992 140736614848808 4232800 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24093/statm: 100599 90079 141 357 0 100239 0
Current children cumulated CPU time (s) 1481.27
Current children cumulated vsize (KiB) 1002248

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 1.92 3/181 24097
/proc/meminfo: memFree=27773260/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=590704 CPUtime=1315.21 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 13764 208067 0 0 596 452 130251 222 20 0 1 0 376137690 604880896 104498 33554432000 4194304 6004724 140736221146928 140736221132776 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 70 0 0
/proc/24066/statm: 147676 104498 178 442 0 147230 0
[pid=24093] ppid=24066 vsize=402396 CPUtime=226.04 cores=0,2,4,6
/proc/24093/stat : 24093 (glucosInc) R 24066 24065 23584 0 -1 4202496 56115 0 0 0 22590 14 0 0 20 0 1 0 376269305 412053504 91443 33554432000 4194304 5654031 140736614860992 140736614848808 4214618 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24093/statm: 100599 91443 141 357 0 100239 0
Current children cumulated CPU time (s) 1541.25
Current children cumulated vsize (KiB) 1002248

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/181 24097
/proc/meminfo: memFree=27768976/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=590704 CPUtime=1315.21 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 13764 208067 0 0 596 452 130251 222 20 0 1 0 376137690 604880896 104498 33554432000 4194304 6004724 140736221146928 140736221132776 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 70 0 0
/proc/24066/statm: 147676 104498 178 442 0 147230 0
[pid=24093] ppid=24066 vsize=406188 CPUtime=286.04 cores=0,2,4,6
/proc/24093/stat : 24093 (glucosInc) R 24066 24065 23584 0 -1 4202496 56143 0 0 0 28589 15 0 0 20 0 1 0 376269305 415936512 92492 33554432000 4194304 5654031 140736614860992 140736614848808 4214597 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24093/statm: 101547 92492 141 357 0 101187 0
Current children cumulated CPU time (s) 1601.25
Current children cumulated vsize (KiB) 1006040

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/181 24097
/proc/meminfo: memFree=27765192/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=590704 CPUtime=1315.21 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 13764 208067 0 0 596 452 130251 222 20 0 1 0 376137690 604880896 104498 33554432000 4194304 6004724 140736221146928 140736221132776 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 70 0 0
/proc/24066/statm: 147676 104498 178 442 0 147230 0
[pid=24093] ppid=24066 vsize=406188 CPUtime=346.03 cores=0,2,4,6
/proc/24093/stat : 24093 (glucosInc) R 24066 24065 23584 0 -1 4202496 56630 0 0 0 34588 15 0 0 20 0 1 0 376269305 415936512 93490 33554432000 4194304 5654031 140736614860992 140736614848808 4214638 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24093/statm: 101547 93490 141 357 0 101187 0
Current children cumulated CPU time (s) 1661.24
Current children cumulated vsize (KiB) 1006040

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 1.93 3/181 24187
/proc/meminfo: memFree=27104404/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=590704 CPUtime=1315.21 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 13764 208067 0 0 596 452 130251 222 20 0 1 0 376137690 604880896 104498 33554432000 4194304 6004724 140736221146928 140736221132776 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 70 0 0
/proc/24066/statm: 147676 104498 178 442 0 147230 0
[pid=24093] ppid=24066 vsize=410100 CPUtime=406.02 cores=0,2,4,6
/proc/24093/stat : 24093 (glucosInc) R 24066 24065 23584 0 -1 4202496 56758 0 0 0 40586 16 0 0 20 0 1 0 376269305 419942400 93615 33554432000 4194304 5654031 140736614860992 140736614848808 4232479 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24093/statm: 102525 93615 141 357 0 102165 0
Current children cumulated CPU time (s) 1721.23
Current children cumulated vsize (KiB) 1009952

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/181 24187
/proc/meminfo: memFree=27088588/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=590704 CPUtime=1315.21 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 13764 208067 0 0 596 452 130251 222 20 0 1 0 376137690 604880896 104498 33554432000 4194304 6004724 140736221146928 140736221132776 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 70 0 0
/proc/24066/statm: 147676 104498 178 442 0 147230 0
[pid=24093] ppid=24066 vsize=410100 CPUtime=466.02 cores=0,2,4,6
/proc/24093/stat : 24093 (glucosInc) R 24066 24065 23584 0 -1 4202496 57602 0 0 0 46586 16 0 0 20 0 1 0 376269305 419942400 94430 33554432000 4194304 5654031 140736614860992 140736614848808 4209217 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24093/statm: 102525 94430 141 357 0 102165 0
Current children cumulated CPU time (s) 1781.23
Current children cumulated vsize (KiB) 1009952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.11 s]
/proc/loadavg: 2.01 2.01 1.93 3/181 24187
/proc/meminfo: memFree=27082632/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=590704 CPUtime=1315.21 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 13764 208067 0 0 596 452 130251 222 20 0 1 0 376137690 604880896 104498 33554432000 4194304 6004724 140736221146928 140736221132776 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 70 0 0
/proc/24066/statm: 147676 104498 178 442 0 147230 0
[pid=24093] ppid=24066 vsize=410100 CPUtime=484.82 cores=0,2,4,6
/proc/24093/stat : 24093 (glucosInc) R 24066 24065 23584 0 -1 4202496 57614 0 0 0 48466 16 0 0 20 0 1 0 376269305 419942400 94440 33554432000 4194304 5654031 140736614860992 140736614848808 4232482 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24093/statm: 102525 94440 141 357 0 102165 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1009952

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.11 s]
/proc/loadavg: 2.01 2.01 1.93 3/181 24187
/proc/meminfo: memFree=27082632/32873844 swapFree=7900/7900
[pid=24065] ppid=24063 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24065/stat : 24065 (npSolver-pbo-It) S 24063 24065 23584 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376137690 9367552 275 33554432000 4194304 5064252 140735887814304 140735887813216 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24065/statm: 2287 275 233 213 0 72 0
[pid=24066] ppid=24065 vsize=590704 CPUtime=1315.21 cores=0,2,4,6
/proc/24066/stat : 24066 (npSolver-pbo) S 24065 24065 23584 0 -1 4202496 13764 208067 0 0 596 452 130251 222 20 0 1 0 376137690 604880896 104498 33554432000 4194304 6004724 140736221146928 140736221132776 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 70 0 0
/proc/24066/statm: 147676 104498 178 442 0 147230 0
[pid=24093] ppid=24066 vsize=410100 CPUtime=484.82 cores=0,2,4,6
/proc/24093/stat : 24093 (glucosInc) R 24066 24065 23584 0 -1 4202496 57614 0 0 0 48466 16 0 0 20 0 1 0 376269305 419942400 94440 33554432000 4194304 5654031 140736614860992 140736614848808 4232482 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24093/statm: 102525 94440 141 357 0 102165 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1009952

Child status: 0
Real time (s): 1801.12
CPU time (s): 1800.07
CPU user time (s): 1793.14
CPU system time (s): 6.92395
CPU usage (%): 99.9415
Max. virtual memory (cumulated for all children) (KiB): 2239016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.14
system time used= 6.92395
maximum resident set size= 1639104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279828
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1130944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4121
involuntary context switches= 2134

runsolver used 3.05253 second user time and 7.75782 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-07 22:15:32
IDJOB=3746662
IDBENCH=2362
IDSOLVER=2332
FILE ID=node137/3746662-1339100131
RUNJOBID= node137-1339098177-23600
PBS_JOBID= 14643716
Free space on /tmp= 70436 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-usAbbrv.8.25_70.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746662-1339100131/watcher-3746662-1339100131 -o /tmp/evaluation-result-3746662-1339100131/solver-3746662-1339100131 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746662-1339100131.opb 1111146102 HOME HOME

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

MD5SUM BENCH= 77bab7e4b790022242f816374e31f934
RANDOM SEED=1111146102

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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		: 2666.600
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.600
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:        28733892 kB
Buffers:          333084 kB
Cached:          2870420 kB
SwapCached:         5840 kB
Active:          1203152 kB
Inactive:        2109568 kB
Active(anon):     104376 kB
Inactive(anon):     7152 kB
Active(file):    1098776 kB
Inactive(file):  2102416 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097516 kB
Dirty:             15232 kB
Writeback:            24 kB
AnonPages:        110740 kB
Mapped:            10768 kB
Shmem:                 0 kB
Slab:             687868 kB
SReclaimable:     128772 kB
SUnreclaim:       559096 kB
KernelStack:        1472 kB
PageTables:         4388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     231084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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= 70228 MiB
End job on node137 at 2012-06-07 22:45:33