Trace number 3752048

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 (fixed)? (TO) 1800.01 1801.73

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark392
Best CPU time to get the best result obtained on this benchmark1783.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

58.28/58.37	c run inc solver
58.28/58.37	c [INC SYSTEM] run initial solver
58.28/58.37	c [INC SYSTEM] preprocess with white file
244.93/247.06	c [INC SYSTEM] finished preprocessing in 188 s
244.93/247.06	c [INC SYSTEM] execute solver

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-3752048-1339130005/watcher-3752048-1339130005 -o /tmp/evaluation-result-3752048-1339130005/solver-3752048-1339130005 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752048-1339130005.opb 833006480 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.03 2.02 1.82 3/180 16427
/proc/meminfo: memFree=25301844/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0

[startup+0.053949 s]
/proc/loadavg: 2.03 2.02 1.82 3/180 16427
/proc/meminfo: memFree=25301844/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100291 s]
/proc/loadavg: 2.03 2.02 1.82 3/180 16427
/proc/meminfo: memFree=25301844/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300284 s]
/proc/loadavg: 2.03 2.02 1.82 3/180 16427
/proc/meminfo: memFree=25301844/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700314 s]
/proc/loadavg: 2.03 2.02 1.82 3/180 16427
/proc/meminfo: memFree=25301844/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.03 2.02 1.82 3/182 16429
/proc/meminfo: memFree=25209080/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=140928 CPUtime=1.49 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) R 16427 16427 22913 0 -1 4202496 19300 0 0 0 143 6 0 0 20 0 1 0 379129115 144310272 32216 33554432000 4194304 6004724 140735359049408 140735359045848 4536263 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 35232 32216 154 442 0 34786 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 150076

[startup+3.10034 s]
/proc/loadavg: 2.03 2.02 1.82 3/182 16436
/proc/meminfo: memFree=25130992/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=337536 CPUtime=3.08 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) R 16427 16427 22913 0 -1 4202496 20472 0 0 0 297 11 0 0 20 0 1 0 379129115 345636864 59864 33554432000 4194304 6004724 140735359049408 140735359044008 4536832 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 84384 59864 154 442 0 83938 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 346684

[startup+6.30036 s]
/proc/loadavg: 2.03 2.02 1.82 3/181 16443
/proc/meminfo: memFree=24891012/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=599680 CPUtime=6.29 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) R 16427 16427 22913 0 -1 4202496 21229 0 0 0 608 21 0 0 20 0 1 0 379129115 614072320 120280 33554432000 4194304 6004724 140735359049408 140735359044008 4617296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 149920 120280 154 442 0 149474 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 608828

[startup+12.7003 s]
/proc/loadavg: 2.02 2.02 1.82 3/182 16465
/proc/meminfo: memFree=24385404/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=1123968 CPUtime=12.68 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) R 16427 16427 22913 0 -1 4202496 22235 0 0 0 1231 37 0 0 20 0 1 0 379129115 1150943232 242648 33554432000 4194304 6004724 140735359049408 140735359044216 4617296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 280992 242648 154 442 0 280546 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1133116

[startup+25.5004 s]
/proc/loadavg: 2.02 2.02 1.83 3/182 16500
/proc/meminfo: memFree=23366300/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=2172544 CPUtime=25.48 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) R 16427 16427 22913 0 -1 4202496 23739 0 0 0 2476 72 0 0 20 0 1 0 379129115 2224685056 488920 33554432000 4194304 6004724 140735359049408 140735359044008 4534761 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 543136 488920 154 442 0 542690 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2181692

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 1.83 3/181 16570
/proc/meminfo: memFree=21290300/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=4269696 CPUtime=51.08 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) R 16427 16427 22913 0 -1 4202496 26299 0 0 0 4971 137 0 0 20 0 1 0 379129115 4372168704 1013720 33554432000 4194304 6004724 140735359049408 140735359044008 4534761 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 1067424 1013720 154 442 0 1066978 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4278844

[startup+102.307 s]
/proc/loadavg: 2.81 2.23 1.91 3/184 16720
/proc/meminfo: memFree=12515340/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=4257976 CPUtime=58.36 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) S 16427 16427 22913 0 -1 4202496 29154 0 0 0 5101 735 0 0 20 0 1 0 379129115 4360167424 1022575 33554432000 4194304 6004724 140735359049408 140735359043872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 1064494 1022575 163 442 0 1064048 0
[pid=16599] ppid=16428 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16599/stat : 16599 (cp2_pre.sh) S 16428 16427 22913 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 379134953 9367552 276 33554432000 4194304 5064252 140737403231904 140737403230608 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16599/statm: 2287 276 234 213 0 72 0
[pid=16600] ppid=16599 vsize=4619032 CPUtime=43.91 cores=1,3,5,7
/proc/16600/stat : 16600 (coprocessor) R 16599 16427 22913 0 -1 4202496 26574 0 0 0 4215 176 0 0 20 0 1 0 379134953 4729888768 1126451 33554432000 4194304 6586260 140737334935824 140737334932584 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/16600/statm: 1154758 1126451 137 584 0 1154170 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 8895304

[startup+162.3 s]
/proc/loadavg: 2.66 2.31 1.95 3/184 16882
/proc/meminfo: memFree=9759260/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=4257976 CPUtime=58.36 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) S 16427 16427 22913 0 -1 4202496 29154 0 0 0 5101 735 0 0 20 0 1 0 379129115 4360167424 1022575 33554432000 4194304 6004724 140735359049408 140735359043872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 1064494 1022575 163 442 0 1064048 0
[pid=16599] ppid=16428 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16599/stat : 16599 (cp2_pre.sh) S 16428 16427 22913 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 379134953 9367552 276 33554432000 4194304 5064252 140737403231904 140737403230608 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16599/statm: 2287 276 234 213 0 72 0
[pid=16600] ppid=16599 vsize=6759524 CPUtime=102.69 cores=1,3,5,7
/proc/16600/stat : 16600 (coprocessor) R 16599 16427 22913 0 -1 4202496 30137 0 0 0 9740 529 0 0 20 0 1 0 379134953 6921752576 1448878 33554432000 4194304 6586260 140737334935824 140737334931576 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 120 0 0
/proc/16600/statm: 1689881 1448878 158 584 0 1689293 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 11035796

[startup+222.3 s]
/proc/loadavg: 2.18 2.23 1.95 3/184 17029
/proc/meminfo: memFree=7998028/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=4257976 CPUtime=58.36 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) S 16427 16427 22913 0 -1 4202496 29154 0 0 0 5101 735 0 0 20 0 1 0 379129115 4360167424 1022575 33554432000 4194304 6004724 140735359049408 140735359043872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 1064494 1022575 163 442 0 1064048 0
[pid=16599] ppid=16428 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16599/stat : 16599 (cp2_pre.sh) S 16428 16427 22913 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 379134953 9367552 276 33554432000 4194304 5064252 140737403231904 140737403230608 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16599/statm: 2287 276 234 213 0 72 0
[pid=16600] ppid=16599 vsize=6759524 CPUtime=162.55 cores=1,3,5,7
/proc/16600/stat : 16600 (coprocessor) R 16599 16427 22913 0 -1 4202496 30137 0 0 0 15370 885 0 0 20 0 1 0 379134953 6921752576 1448878 33554432000 4194304 6586260 140737334935824 140737334931576 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 133 0 0
/proc/16600/statm: 1689881 1448878 158 584 0 1689293 0
Current children cumulated CPU time (s) 220.91
Current children cumulated vsize (KiB) 11035796

[startup+282.3 s]
/proc/loadavg: 2.19 2.23 1.96 3/183 17178
/proc/meminfo: memFree=9668800/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=4257976 CPUtime=245.61 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) S 16427 16427 22913 0 -1 4202496 29172 31038 0 0 5101 735 17624 1101 20 0 1 0 379129115 4360167424 1022580 33554432000 4194304 6004724 140735359049408 140735359035688 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 1064494 1022580 167 442 0 1064048 0
[pid=17087] ppid=16428 vsize=9929940 CPUtime=35.22 cores=1,3,5,7

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

/proc/meminfo: memFree=9005844/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=4257976 CPUtime=245.61 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) S 16427 16427 22913 0 -1 4202496 29172 31038 0 0 5101 735 17624 1101 20 0 1 0 379129115 4360167424 1022580 33554432000 4194304 6004724 140735359049408 140735359035688 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 1064494 1022580 167 442 0 1064048 0
[pid=17087] ppid=16428 vsize=10479840 CPUtime=1115.05 cores=1,3,5,7
/proc/17087/stat : 17087 (glucosInc) R 16428 16427 22913 0 -1 4202496 914829 0 0 0 111158 347 0 0 20 0 1 0 379153821 10731356160 2049137 33554432000 4194304 5654031 140735056868576 140735056856392 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17087/statm: 2619960 2049137 141 357 0 2619600 0
Current children cumulated CPU time (s) 1360.66
Current children cumulated vsize (KiB) 14746964

[startup+1422.31 s]
/proc/loadavg: 1.00 1.21 1.59 3/182 26343
/proc/meminfo: memFree=9003104/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=4257976 CPUtime=245.61 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) S 16427 16427 22913 0 -1 4202496 29172 31038 0 0 5101 735 17624 1101 20 0 1 0 379129115 4360167424 1022580 33554432000 4194304 6004724 140735359049408 140735359035688 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 1064494 1022580 167 442 0 1064048 0
[pid=17087] ppid=16428 vsize=10480872 CPUtime=1175.05 cores=1,3,5,7
/proc/17087/stat : 17087 (glucosInc) R 16428 16427 22913 0 -1 4202496 920578 0 0 0 117155 350 0 0 20 0 1 0 379153821 10732412928 2050421 33554432000 4194304 5654031 140735056868576 140735056856392 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17087/statm: 2620218 2050421 141 357 0 2619858 0
Current children cumulated CPU time (s) 1420.66
Current children cumulated vsize (KiB) 14747996

[startup+1482.3 s]
/proc/loadavg: 1.00 1.17 1.55 3/182 24205
/proc/meminfo: memFree=8998552/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=4257976 CPUtime=245.61 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) S 16427 16427 22913 0 -1 4202496 29172 31038 0 0 5101 735 17624 1101 20 0 1 0 379129115 4360167424 1022580 33554432000 4194304 6004724 140735359049408 140735359035688 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 1064494 1022580 167 442 0 1064048 0
[pid=17087] ppid=16428 vsize=10481840 CPUtime=1235.04 cores=1,3,5,7
/proc/17087/stat : 17087 (glucosInc) R 16428 16427 22913 0 -1 4202496 920814 0 0 0 123153 351 0 0 20 0 1 0 379153821 10733404160 2051679 33554432000 4194304 5654031 140735056868576 140735056856392 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17087/statm: 2620460 2051679 141 357 0 2620100 0
Current children cumulated CPU time (s) 1480.65
Current children cumulated vsize (KiB) 14748964

[startup+1542.3 s]
/proc/loadavg: 1.00 1.14 1.52 3/182 22268
/proc/meminfo: memFree=8991936/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=4257976 CPUtime=245.61 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) S 16427 16427 22913 0 -1 4202496 29172 31038 0 0 5101 735 17624 1101 20 0 1 0 379129115 4360167424 1022580 33554432000 4194304 6004724 140735359049408 140735359035688 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 1064494 1022580 167 442 0 1064048 0
[pid=17087] ppid=16428 vsize=10483176 CPUtime=1295.02 cores=1,3,5,7
/proc/17087/stat : 17087 (glucosInc) R 16428 16427 22913 0 -1 4202496 926614 0 0 0 129148 354 0 0 20 0 1 0 379153821 10734772224 2053014 33554432000 4194304 5654031 140735056868576 140735056856392 4214597 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17087/statm: 2620794 2053014 141 357 0 2620434 0
Current children cumulated CPU time (s) 1540.63
Current children cumulated vsize (KiB) 14750300

[startup+1602.3 s]
/proc/loadavg: 1.00 1.11 1.48 3/184 20037
/proc/meminfo: memFree=8985188/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=4257976 CPUtime=245.61 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) S 16427 16427 22913 0 -1 4202496 29172 31038 0 0 5101 735 17624 1101 20 0 1 0 379129115 4360167424 1022580 33554432000 4194304 6004724 140735359049408 140735359035688 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 1064494 1022580 167 442 0 1064048 0
[pid=17087] ppid=16428 vsize=10485380 CPUtime=1355.02 cores=1,3,5,7
/proc/17087/stat : 17087 (glucosInc) R 16428 16427 22913 0 -1 4202496 927172 0 0 0 135147 355 0 0 20 0 1 0 379153821 10737029120 2054594 33554432000 4194304 5654031 140735056868576 140735056856392 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17087/statm: 2621345 2054594 141 357 0 2620985 0
Current children cumulated CPU time (s) 1600.63
Current children cumulated vsize (KiB) 14752504

[startup+1662.3 s]
/proc/loadavg: 1.00 1.09 1.45 3/184 17503
/proc/meminfo: memFree=8979940/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=4257976 CPUtime=245.61 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) S 16427 16427 22913 0 -1 4202496 29172 31038 0 0 5101 735 17624 1101 20 0 1 0 379129115 4360167424 1022580 33554432000 4194304 6004724 140735359049408 140735359035688 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 1064494 1022580 167 442 0 1064048 0
[pid=17087] ppid=16428 vsize=10488740 CPUtime=1415.01 cores=1,3,5,7
/proc/17087/stat : 17087 (glucosInc) R 16428 16427 22913 0 -1 4202496 927918 0 0 0 141146 355 0 0 20 0 1 0 379153821 10740469760 2055851 33554432000 4194304 5654031 140735056868576 140735056866472 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17087/statm: 2622185 2055851 141 357 0 2621825 0
Current children cumulated CPU time (s) 1660.62
Current children cumulated vsize (KiB) 14755864

[startup+1722.3 s]
/proc/loadavg: 1.00 1.07 1.42 3/183 14929
/proc/meminfo: memFree=8974164/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=4257976 CPUtime=245.61 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) S 16427 16427 22913 0 -1 4202496 29172 31038 0 0 5101 735 17624 1101 20 0 1 0 379129115 4360167424 1022580 33554432000 4194304 6004724 140735359049408 140735359035688 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 1064494 1022580 167 442 0 1064048 0
[pid=17087] ppid=16428 vsize=10490616 CPUtime=1475 cores=1,3,5,7
/proc/17087/stat : 17087 (glucosInc) R 16428 16427 22913 0 -1 4202496 933355 0 0 0 147141 359 0 0 20 0 1 0 379153821 10742390784 2057338 33554432000 4194304 5654031 140735056868576 140735056856392 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17087/statm: 2622654 2057338 141 357 0 2622294 0
Current children cumulated CPU time (s) 1720.61
Current children cumulated vsize (KiB) 14757740

[startup+1782.3 s]
/proc/loadavg: 1.00 1.05 1.39 3/183 13665
/proc/meminfo: memFree=8968108/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=4257976 CPUtime=245.61 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) S 16427 16427 22913 0 -1 4202496 29172 31038 0 0 5101 735 17624 1101 20 0 1 0 379129115 4360167424 1022580 33554432000 4194304 6004724 140735359049408 140735359035688 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 1064494 1022580 167 442 0 1064048 0
[pid=17087] ppid=16428 vsize=10491936 CPUtime=1534.99 cores=1,3,5,7
/proc/17087/stat : 17087 (glucosInc) R 16428 16427 22913 0 -1 4202496 933727 0 0 0 153140 359 0 0 20 0 1 0 379153821 10743742464 2058732 33554432000 4194304 5654031 140735056868576 140735056856392 4233204 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17087/statm: 2622984 2058732 141 357 0 2622624 0
Current children cumulated CPU time (s) 1780.6
Current children cumulated vsize (KiB) 14759060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 1.00 1.05 1.38 3/182 23750
/proc/meminfo: memFree=8966364/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=4257976 CPUtime=245.61 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) S 16427 16427 22913 0 -1 4202496 29172 31038 0 0 5101 735 17624 1101 20 0 1 0 379129115 4360167424 1022580 33554432000 4194304 6004724 140735359049408 140735359035688 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 1064494 1022580 167 442 0 1064048 0
[pid=17087] ppid=16428 vsize=10492100 CPUtime=1554.4 cores=1,3,5,7
/proc/17087/stat : 17087 (glucosInc) R 16428 16427 22913 0 -1 4202496 939244 0 0 0 155078 362 0 0 20 0 1 0 379153821 10743910400 2058766 33554432000 4194304 5654031 140735056868576 140735056856392 4232632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17087/statm: 2623025 2058766 141 357 0 2622665 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 14759224

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1801.7 s]
/proc/loadavg: 1.00 1.05 1.38 3/182 23750
/proc/meminfo: memFree=8966364/32873844 swapFree=8652/8652
[pid=16427] ppid=16425 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16427/stat : 16427 (npSolver-pbo-It) S 16425 16427 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379129115 9367552 275 33554432000 4194304 5064252 140733745346800 140733745345712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16427/statm: 2287 275 233 213 0 72 0
[pid=16428] ppid=16427 vsize=4257976 CPUtime=245.61 cores=1,3,5,7
/proc/16428/stat : 16428 (npSolver-pbo) S 16427 16427 22913 0 -1 4202496 29172 31038 0 0 5101 735 17624 1101 20 0 1 0 379129115 4360167424 1022580 33554432000 4194304 6004724 140735359049408 140735359035688 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16428/statm: 1064494 1022580 167 442 0 1064048 0
[pid=17087] ppid=16428 vsize=10492100 CPUtime=1554.4 cores=1,3,5,7
/proc/17087/stat : 17087 (glucosInc) R 16428 16427 22913 0 -1 4202496 939244 0 0 0 155078 362 0 0 20 0 1 0 379153821 10743910400 2058766 33554432000 4194304 5654031 140735056868576 140735056856392 4232632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17087/statm: 2623025 2058766 141 357 0 2622665 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 14759224

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1801.73
CPU time (s): 1800.01
CPU user time (s): 1778.03
CPU system time (s): 21.98
CPU usage (%): 99.9045
Max. virtual memory (cumulated for all children) (KiB): 14852652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 4.02039 second user time and 11.6862 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-08 06:33:26
IDJOB=3752048
IDBENCH=2947
IDSOLVER=2335
FILE ID=node107/3752048-1339130005
RUNJOBID= node107-1339112122-24331
PBS_JOBID= 14643746
Free space on /tmp= 70632 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_20.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752048-1339130005/watcher-3752048-1339130005 -o /tmp/evaluation-result-3752048-1339130005/solver-3752048-1339130005 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752048-1339130005.opb 833006480 HOME HOME

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=833006480

node107.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.760
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.52
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.760
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.760
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.760
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.760
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.760
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.760
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.86
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.760
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:        25302224 kB
Buffers:         1066680 kB
Cached:          5535596 kB
SwapCached:           72 kB
Active:          2980056 kB
Inactive:        3669380 kB
Active(anon):      36668 kB
Inactive(anon):    11092 kB
Active(file):    2943388 kB
Inactive(file):  3658288 kB
Unevictable:        8652 kB
Mlocked:            8652 kB
SwapTotal:      67108856 kB
SwapFree:       67108784 kB
Dirty:             17300 kB
Writeback:             0 kB
AnonPages:         53848 kB
Mapped:            16020 kB
Shmem:               184 kB
Slab:             780576 kB
SReclaimable:     221768 kB
SUnreclaim:       558808 kB
KernelStack:        1448 kB
PageTables:         4136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     167860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 66824 MiB
End job on node107 at 2012-06-08 07:03:29