Trace number 3752041

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.08 1800.92

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_13.opb
MD5SUMe41be903cf92c8332743e4188dbf4c82
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark1798
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 123
Optimality of the best value was proved NO
Number of variables2467
Total number of constraints4745
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 constraints4744
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 78
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 205
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1391
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

6.26/6.34	c run inc solver
6.26/6.34	c [INC SYSTEM] run initial solver
6.26/6.34	c [INC SYSTEM] preprocess with white file
25.72/26.25	c [INC SYSTEM] finished preprocessing in 19 s
25.72/26.25	c [INC SYSTEM] execute solver
1800.08/1800.91	HOME/npSolver-pbo-Itdqb.sh: line 18:  7775 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-3752041-1339130031/watcher-3752041-1339130031 -o /tmp/evaluation-result-3752041-1339130031/solver-3752041-1339130031 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752041-1339130031.opb 2103374616 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: 1.04 1.48 1.53 3/180 7773
/proc/meminfo: memFree=31297904/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0

[startup+0.074644 s]
/proc/loadavg: 1.04 1.48 1.53 3/180 7773
/proc/meminfo: memFree=31297904/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100293 s]
/proc/loadavg: 1.04 1.48 1.53 3/180 7773
/proc/meminfo: memFree=31297904/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300242 s]
/proc/loadavg: 1.04 1.48 1.53 3/180 7773
/proc/meminfo: memFree=31297904/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70027 s]
/proc/loadavg: 1.04 1.48 1.53 3/180 7773
/proc/meminfo: memFree=31297904/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 1.04 1.47 1.53 3/180 8357
/proc/meminfo: memFree=31209616/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=172020 CPUtime=1.49 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) R 7773 7773 19416 0 -1 4202496 7871 0 0 0 144 5 0 0 20 0 1 0 379128780 176148480 31403 33554432000 4194304 6004724 140735272270336 140735272264936 4820984 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7775/statm: 43005 31403 154 442 0 42559 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 181168

[startup+3.10028 s]
/proc/loadavg: 1.04 1.47 1.53 3/180 8883
/proc/meminfo: memFree=31130760/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=303092 CPUtime=3.08 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) R 7773 7773 19416 0 -1 4202496 8503 0 0 0 299 9 0 0 20 0 1 0 379128780 310366208 60587 33554432000 4194304 6004724 140735272270336 140735272264936 4534761 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7775/statm: 75773 60587 154 442 0 75327 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 312240

[startup+6.30032 s]
/proc/loadavg: 1.04 1.46 1.53 4/183 10792
/proc/meminfo: memFree=30886536/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=920756 CPUtime=6.26 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) R 7773 7773 19416 0 -1 4202496 10198 0 0 0 551 75 0 0 20 0 1 0 379128780 942854144 195038 33554432000 4194304 6004724 140735272270336 140735272266208 5193835 0 0 4096 0 0 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 230189 195038 157 442 0 229743 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 929904

[startup+12.7003 s]
/proc/loadavg: 1.11 1.47 1.53 3/183 14509
/proc/meminfo: memFree=29841780/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=6.3 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10205 0 0 0 551 79 0 0 20 0 1 0 379128780 549597184 99034 33554432000 4194304 6004724 140735272270336 140735272264800 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99034 163 442 0 133733 0
[pid=11335] ppid=7775 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11335/stat : 11335 (cp2_pre.sh) S 7775 7773 19416 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 379129414 9367552 276 33554432000 4194304 5064252 140736687161968 140736687160672 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11335/statm: 2287 276 234 213 0 72 0
[pid=11338] ppid=11335 vsize=763628 CPUtime=6.35 cores=1,3,5,7
/proc/11338/stat : 11338 (coprocessor) R 11335 7773 19416 0 -1 4202496 19105 0 0 0 598 37 0 0 20 0 1 0 379129414 781955072 160490 33554432000 4194304 6586260 140734369519264 140734369515016 5249680 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/11338/statm: 190907 160490 158 584 0 190319 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 1318640

[startup+25.5004 s]
/proc/loadavg: 1.25 1.49 1.54 3/183 21559
/proc/meminfo: memFree=29542308/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=6.3 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10205 0 0 0 551 79 0 0 20 0 1 0 379128780 549597184 99034 33554432000 4194304 6004724 140735272270336 140735272264800 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99034 163 442 0 133733 0
[pid=11335] ppid=7775 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11335/stat : 11335 (cp2_pre.sh) S 7775 7773 19416 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 379129414 9367552 276 33554432000 4194304 5064252 140736687161968 140736687160672 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11335/statm: 2287 276 234 213 0 72 0
[pid=11338] ppid=11335 vsize=763628 CPUtime=18.74 cores=1,3,5,7
/proc/11338/stat : 11338 (coprocessor) R 11335 7773 19416 0 -1 4202496 19105 0 0 0 1766 108 0 0 20 0 1 0 379129414 781955072 160490 33554432000 4194304 6586260 140734369519264 140734369515016 5732496 0 0 4096 8404994 0 0 0 17 1 0 0 39 0 0
/proc/11338/statm: 190907 160490 158 584 0 190319 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 1318640

[startup+51.1004 s]
/proc/loadavg: 1.26 1.47 1.53 3/182 3821
/proc/meminfo: memFree=29610932/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=25.8 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10223 20008 0 0 551 79 1830 120 20 0 1 0 379128780 549597184 99039 33554432000 4194304 6004724 140735272270336 140735272256616 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99039 167 442 0 133733 0
[pid=22575] ppid=7775 vsize=1069216 CPUtime=24.83 cores=1,3,5,7
/proc/22575/stat : 22575 (glucosInc) R 7775 7773 19416 0 -1 4202496 128892 0 0 0 2442 41 0 0 20 0 1 0 379131405 1094877184 229994 33554432000 4194304 5654031 140737359784176 140737359771992 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22575/statm: 267304 229994 140 357 0 266944 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 1615080

[startup+102.3 s]
/proc/loadavg: 1.55 1.51 1.54 3/180 12235
/proc/meminfo: memFree=23740476/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=25.8 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10223 20008 0 0 551 79 1830 120 20 0 1 0 379128780 549597184 99039 33554432000 4194304 6004724 140735272270336 140735272256616 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99039 167 442 0 133733 0
[pid=22575] ppid=7775 vsize=1077816 CPUtime=76.02 cores=1,3,5,7
/proc/22575/stat : 22575 (glucosInc) R 7775 7773 19416 0 -1 4202496 129006 0 0 0 7561 41 0 0 20 0 1 0 379131405 1103683584 234196 33554432000 4194304 5654031 140737359784176 140737359771992 4232495 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22575/statm: 269454 234196 140 357 0 269094 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 1623680

[startup+162.3 s]
/proc/loadavg: 2.54 1.80 1.64 3/182 12238
/proc/meminfo: memFree=20222336/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=25.8 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10223 20008 0 0 551 79 1830 120 20 0 1 0 379128780 549597184 99039 33554432000 4194304 6004724 140735272270336 140735272256616 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99039 167 442 0 133733 0
[pid=22575] ppid=7775 vsize=1077816 CPUtime=136.02 cores=1,3,5,7
/proc/22575/stat : 22575 (glucosInc) R 7775 7773 19416 0 -1 4202496 129380 0 0 0 13560 42 0 0 20 0 1 0 379131405 1103683584 237125 33554432000 4194304 5654031 140737359784176 140737359771992 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22575/statm: 269454 237125 140 357 0 269094 0
Current children cumulated CPU time (s) 161.82
Current children cumulated vsize (KiB) 1623680

[startup+222.3 s]
/proc/loadavg: 2.82 2.01 1.71 3/182 12238
/proc/meminfo: memFree=18588428/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=25.8 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10223 20008 0 0 551 79 1830 120 20 0 1 0 379128780 549597184 99039 33554432000 4194304 6004724 140735272270336 140735272256616 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99039 167 442 0 133733 0
[pid=22575] ppid=7775 vsize=1086236 CPUtime=196.01 cores=1,3,5,7
/proc/22575/stat : 22575 (glucosInc) R 7775 7773 19416 0 -1 4202496 129549 0 0 0 19559 42 0 0 20 0 1 0 379131405 1112305664 238827 33554432000 4194304 5654031 140737359784176 140737359771992 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22575/statm: 271559 238827 140 357 0 271199 0
Current children cumulated CPU time (s) 221.81
Current children cumulated vsize (KiB) 1632100

[startup+282.3 s]
/proc/loadavg: 2.33 2.02 1.73 3/181 12240
/proc/meminfo: memFree=19638800/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.00 1.89 3/181 12250
/proc/meminfo: memFree=19398968/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=25.8 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10223 20008 0 0 551 79 1830 120 20 0 1 0 379128780 549597184 99039 33554432000 4194304 6004724 140735272270336 140735272256616 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99039 167 442 0 133733 0
[pid=22575] ppid=7775 vsize=1123348 CPUtime=1335.73 cores=1,3,5,7
/proc/22575/stat : 22575 (glucosInc) R 7775 7773 19416 0 -1 4202496 133099 0 0 0 133523 50 0 0 20 0 1 0 379131405 1150308352 253572 33554432000 4194304 5654031 140737359784176 140737359771992 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22575/statm: 280837 253572 141 357 0 280477 0
Current children cumulated CPU time (s) 1361.53
Current children cumulated vsize (KiB) 1669212

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/181 12250
/proc/meminfo: memFree=19388392/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=25.8 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10223 20008 0 0 551 79 1830 120 20 0 1 0 379128780 549597184 99039 33554432000 4194304 6004724 140735272270336 140735272256616 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99039 167 442 0 133733 0
[pid=22575] ppid=7775 vsize=1132112 CPUtime=1395.72 cores=1,3,5,7
/proc/22575/stat : 22575 (glucosInc) R 7775 7773 19416 0 -1 4202496 133124 0 0 0 139522 50 0 0 20 0 1 0 379131405 1159282688 254619 33554432000 4194304 5654031 140737359784176 140737359771992 4214618 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22575/statm: 283028 254619 141 357 0 282668 0
Current children cumulated CPU time (s) 1421.52
Current children cumulated vsize (KiB) 1677976

[startup+1482.3 s]
/proc/loadavg: 2.09 2.03 1.91 3/181 12250
/proc/meminfo: memFree=19375644/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=25.8 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10223 20008 0 0 551 79 1830 120 20 0 1 0 379128780 549597184 99039 33554432000 4194304 6004724 140735272270336 140735272256616 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99039 167 442 0 133733 0
[pid=22575] ppid=7775 vsize=1132112 CPUtime=1455.72 cores=1,3,5,7
/proc/22575/stat : 22575 (glucosInc) R 7775 7773 19416 0 -1 4202496 133132 0 0 0 145522 50 0 0 20 0 1 0 379131405 1159282688 255138 33554432000 4194304 5654031 140737359784176 140737359771992 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22575/statm: 283028 255138 141 357 0 282668 0
Current children cumulated CPU time (s) 1481.52
Current children cumulated vsize (KiB) 1677976

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 1.91 3/181 12250
/proc/meminfo: memFree=19363360/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=25.8 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10223 20008 0 0 551 79 1830 120 20 0 1 0 379128780 549597184 99039 33554432000 4194304 6004724 140735272270336 140735272256616 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99039 167 442 0 133733 0
[pid=22575] ppid=7775 vsize=1132112 CPUtime=1515.71 cores=1,3,5,7
/proc/22575/stat : 22575 (glucosInc) R 7775 7773 19416 0 -1 4202496 133586 0 0 0 151521 50 0 0 20 0 1 0 379131405 1159282688 256103 33554432000 4194304 5654031 140737359784176 140737359771992 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22575/statm: 283028 256103 141 357 0 282668 0
Current children cumulated CPU time (s) 1541.51
Current children cumulated vsize (KiB) 1677976

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 1.91 3/182 12253
/proc/meminfo: memFree=19347812/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=25.8 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10223 20008 0 0 551 79 1830 120 20 0 1 0 379128780 549597184 99039 33554432000 4194304 6004724 140735272270336 140735272256616 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99039 167 442 0 133733 0
[pid=22575] ppid=7775 vsize=1132112 CPUtime=1575.7 cores=1,3,5,7
/proc/22575/stat : 22575 (glucosInc) R 7775 7773 19416 0 -1 4202496 133692 0 0 0 157519 51 0 0 20 0 1 0 379131405 1159282688 258764 33554432000 4194304 5654031 140737359784176 140737359771992 4232462 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22575/statm: 283028 258764 141 357 0 282668 0
Current children cumulated CPU time (s) 1601.5
Current children cumulated vsize (KiB) 1677976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/182 12277
/proc/meminfo: memFree=19334884/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=25.8 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10223 20008 0 0 551 79 1830 120 20 0 1 0 379128780 549597184 99039 33554432000 4194304 6004724 140735272270336 140735272256616 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99039 167 442 0 133733 0
[pid=22575] ppid=7775 vsize=1132112 CPUtime=1635.69 cores=1,3,5,7
/proc/22575/stat : 22575 (glucosInc) R 7775 7773 19416 0 -1 4202496 133740 0 0 0 163518 51 0 0 20 0 1 0 379131405 1159282688 259834 33554432000 4194304 5654031 140737359784176 140737359771992 4214632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22575/statm: 283028 259834 141 357 0 282668 0
Current children cumulated CPU time (s) 1661.49
Current children cumulated vsize (KiB) 1677976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 12277
/proc/meminfo: memFree=19325464/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=25.8 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10223 20008 0 0 551 79 1830 120 20 0 1 0 379128780 549597184 99039 33554432000 4194304 6004724 140735272270336 140735272256616 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99039 167 442 0 133733 0
[pid=22575] ppid=7775 vsize=1140856 CPUtime=1695.68 cores=1,3,5,7
/proc/22575/stat : 22575 (glucosInc) R 7775 7773 19416 0 -1 4202496 133755 0 0 0 169517 51 0 0 20 0 1 0 379131405 1168236544 260360 33554432000 4194304 5654031 140737359784176 140737359771992 4219806 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22575/statm: 285214 260360 141 357 0 284854 0
Current children cumulated CPU time (s) 1721.48
Current children cumulated vsize (KiB) 1686720

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 12277
/proc/meminfo: memFree=19316084/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=25.8 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10223 20008 0 0 551 79 1830 120 20 0 1 0 379128780 549597184 99039 33554432000 4194304 6004724 140735272270336 140735272256616 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99039 167 442 0 133733 0
[pid=22575] ppid=7775 vsize=1140856 CPUtime=1755.68 cores=1,3,5,7
/proc/22575/stat : 22575 (glucosInc) R 7775 7773 19416 0 -1 4202496 133759 0 0 0 175517 51 0 0 20 0 1 0 379131405 1168236544 261386 33554432000 4194304 5654031 140737359784176 140737359771992 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22575/statm: 285214 261386 141 357 0 284854 0
Current children cumulated CPU time (s) 1781.48
Current children cumulated vsize (KiB) 1686720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 12277
/proc/meminfo: memFree=19310660/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=25.8 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10223 20008 0 0 551 79 1830 120 20 0 1 0 379128780 549597184 99039 33554432000 4194304 6004724 140735272270336 140735272256616 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99039 167 442 0 133733 0
[pid=22575] ppid=7775 vsize=1140856 CPUtime=1774.28 cores=1,3,5,7
/proc/22575/stat : 22575 (glucosInc) R 7775 7773 19416 0 -1 4202496 133760 0 0 0 177377 51 0 0 20 0 1 0 379131405 1168236544 261898 33554432000 4194304 5654031 140737359784176 140737359771992 4214603 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22575/statm: 285214 261898 141 357 0 284854 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1686720

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 12277
/proc/meminfo: memFree=19310660/32873844 swapFree=7632/7632
[pid=7773] ppid=7771 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7773/stat : 7773 (npSolver-pbo-It) S 7771 7773 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 379128780 9367552 274 33554432000 4194304 5064252 140736762851632 140736762850544 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7773/statm: 2287 274 233 213 0 72 0
[pid=7775] ppid=7773 vsize=536716 CPUtime=25.8 cores=1,3,5,7
/proc/7775/stat : 7775 (npSolver-pbo) S 7773 7773 19416 0 -1 4202496 10223 20008 0 0 551 79 1830 120 20 0 1 0 379128780 549597184 99039 33554432000 4194304 6004724 140735272270336 140735272256616 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/7775/statm: 134179 99039 167 442 0 133733 0
[pid=22575] ppid=7775 vsize=1140856 CPUtime=1774.28 cores=1,3,5,7
/proc/22575/stat : 22575 (glucosInc) R 7775 7773 19416 0 -1 4202496 133760 0 0 0 177377 51 0 0 20 0 1 0 379131405 1168236544 261898 33554432000 4194304 5654031 140737359784176 140737359771992 4214603 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22575/statm: 285214 261898 141 357 0 284854 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1686720

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7773 and gives
#  childrusage.ru_utime.tv_sec=23
#  childrusage.ru_utime.tv_usec=821378
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=9694
# CPU time returned by wait4() is 25.8311
# 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): 1800.92
CPU time (s): 1800.08
CPU user time (s): 1797.58
CPU system time (s): 2.5
CPU usage (%): 99.9536
Max. virtual memory (cumulated for all children) (KiB): 2228012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.8214
system time used= 2.00969
maximum resident set size= 780152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30604
page faults= 0
swaps= 0
block input operations= 40
block output operations= 1505536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 52

runsolver used 6.87096 second user time and 19.0021 second system time

The end

Launcher Data

Begin job on node119 at 2012-06-08 06:33:51
IDJOB=3752041
IDBENCH=2948
IDSOLVER=2335
FILE ID=node119/3752041-1339130031
RUNJOBID= node119-1339111666-20946
PBS_JOBID= 14643734
Free space on /tmp= 70852 MiB

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

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

MD5SUM BENCH= e41be903cf92c8332743e4188dbf4c82
RANDOM SEED=2103374616

node119.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.943
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.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.92
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.943
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.90
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.943
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:        31301472 kB
Buffers:          127320 kB
Cached:           629372 kB
SwapCached:         2568 kB
Active:           150516 kB
Inactive:         613820 kB
Active(anon):       4944 kB
Inactive(anon):     4856 kB
Active(file):     145572 kB
Inactive(file):   608964 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67097004 kB
Dirty:             10028 kB
Writeback:             4 kB
AnonPages:         14620 kB
Mapped:            10604 kB
Shmem:                 0 kB
Slab:             668436 kB
SReclaimable:     107720 kB
SUnreclaim:       560716 kB
KernelStack:        1472 kB
PageTables:         3776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     140984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 68204 MiB
End job on node119 at 2012-06-08 07:03:52