Trace number 3700230

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 incWrong UNSAT 324.24 327.159

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=139-P1=101-P2=227-P3=251-P4=227-P5=251-B.opb
MD5SUM1d3dc680e7fede194f84acfa61415e9b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.065989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables120
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Solver Data

78.37/78.48	c fallback to adder encoding
78.58/78.67	c fallback to adder encoding
78.77/78.87	c fallback to adder encoding
78.98/79.07	c fallback to adder encoding
81.52/81.63	c run inc solver
81.52/81.63	c [INC SYSTEM] run initial solver
81.52/81.63	c [INC SYSTEM] preprocess with white file
231.19/234.07	c [INC SYSTEM] finished preprocessing in 152 s
231.19/234.07	c [INC SYSTEM] execute solver
324.12/326.89	c [INC SEARCH] formula is UNSAT
324.12/326.89	c [INC SYSTEM] solved the initial formula
324.12/326.89	s UNSATISFIABLE

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-3700230-1338075051/watcher-3700230-1338075051 -o /tmp/evaluation-result-3700230-1338075051/solver-3700230-1338075051 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700230-1338075051.opb 1531233801 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: 2.00 2.00 2.09 3/179 5057
/proc/meminfo: memFree=26994636/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0

[startup+0.0167041 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 5057
/proc/meminfo: memFree=26994636/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100303 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 5057
/proc/meminfo: memFree=26994636/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300295 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 5057
/proc/meminfo: memFree=26994636/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700282 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 5057
/proc/meminfo: memFree=26994636/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/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: 2.00 2.00 2.09 3/181 5059
/proc/meminfo: memFree=26970752/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=34900 CPUtime=1.49 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) R 5057 5057 2277 0 -1 4202496 3306 0 0 0 148 1 0 0 20 0 1 0 273632079 35737600 8389 33554432000 4194304 5992684 140736752096400 140736752091496 4525041 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5058/statm: 8725 8389 147 440 0 8281 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44048

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.09 3/181 5059
/proc/meminfo: memFree=26949776/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=67668 CPUtime=3.09 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) R 5057 5057 2277 0 -1 4202496 3848 0 0 0 307 2 0 0 20 0 1 0 273632079 69292032 16069 33554432000 4194304 5992684 140736752096400 140736752091496 4809171 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5058/statm: 16917 16069 147 440 0 16473 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76816

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.09 3/181 5059
/proc/meminfo: memFree=26881704/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=133204 CPUtime=6.29 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) R 5057 5057 2277 0 -1 4202496 4423 0 0 0 625 4 0 0 20 0 1 0 273632079 136400896 32453 33554432000 4194304 5992684 140736752096400 140736752091496 4525041 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5058/statm: 33301 32453 147 440 0 32857 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142352

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.09 3/180 5059
/proc/meminfo: memFree=26750276/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=264276 CPUtime=12.69 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) R 5057 5057 2277 0 -1 4202496 5060 0 0 0 1261 8 0 0 20 0 1 0 273632079 270618624 64197 33554432000 4194304 5992684 140736752096400 140736752091496 4768693 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5058/statm: 66069 64197 147 440 0 65625 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 273424

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.09 3/180 5059
/proc/meminfo: memFree=26488140/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=526420 CPUtime=25.49 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) R 5057 5057 2277 0 -1 4202496 5822 0 0 0 2534 15 0 0 20 0 1 0 273632079 539054080 127173 33554432000 4194304 5992684 140736752096400 140736752091848 5044368 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5058/statm: 131605 127173 147 440 0 131161 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 535568

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.09 3/180 5059
/proc/meminfo: memFree=25989980/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=1050708 CPUtime=51.08 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) R 5057 5057 2277 0 -1 4202496 6835 0 0 0 5079 29 0 0 20 0 1 0 273632079 1075924992 253125 33554432000 4194304 5992684 140736752096400 140736752091848 4809397 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5058/statm: 262677 253125 147 440 0 262233 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1059856

[startup+102.307 s]
/proc/loadavg: 2.28 2.06 2.10 3/182 5062
/proc/meminfo: memFree=22090140/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=2151560 CPUtime=81.56 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) S 5057 5057 2277 0 -1 4202496 22719 0 0 0 7882 274 0 0 20 0 1 0 273632079 2203197440 399312 33554432000 4194304 5992684 140736752096400 140736752090848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 5 0 0
/proc/5058/statm: 537890 399312 173 440 0 537446 0
[pid=5061] ppid=5058 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5061/stat : 5061 (cp2_pre.sh) S 5058 5057 2277 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273640242 9367552 276 33554432000 4194304 5064252 140733436095392 140733436094096 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5061/statm: 2287 276 234 213 0 72 0
[pid=5062] ppid=5061 vsize=1694092 CPUtime=20.64 cores=0,2,4,6
/proc/5062/stat : 5062 (coprocessor) R 5061 5057 2277 0 -1 4202496 315698 0 0 0 1979 85 0 0 20 0 1 0 273640243 1734750208 419755 33554432000 4194304 6586260 140736924644208 140736924640968 5511711 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/5062/statm: 423523 419755 137 584 0 422935 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 3863948

[startup+162.3 s]
/proc/loadavg: 2.13 2.06 2.10 3/182 5062
/proc/meminfo: memFree=19861428/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=2151560 CPUtime=81.56 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) S 5057 5057 2277 0 -1 4202496 22719 0 0 0 7882 274 0 0 20 0 1 0 273632079 2203197440 399312 33554432000 4194304 5992684 140736752096400 140736752090848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 5 0 0
/proc/5058/statm: 537890 399312 173 440 0 537446 0
[pid=5061] ppid=5058 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5061/stat : 5061 (cp2_pre.sh) S 5058 5057 2277 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273640242 9367552 276 33554432000 4194304 5064252 140733436095392 140733436094096 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5061/statm: 2287 276 234 213 0 72 0
[pid=5062] ppid=5061 vsize=4067720 CPUtime=80.62 cores=0,2,4,6
/proc/5062/stat : 5062 (coprocessor) R 5061 5057 2277 0 -1 4202496 487685 0 0 0 7920 142 0 0 20 0 1 0 273640243 4165345280 985035 33554432000 4194304 6586260 140736924644208 140736924640232 4756587 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/5062/statm: 1016930 985035 180 584 0 1016342 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 6237576

[startup+222.3 s]
/proc/loadavg: 2.05 2.05 2.09 3/182 5062
/proc/meminfo: memFree=18441684/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=2151560 CPUtime=81.56 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) S 5057 5057 2277 0 -1 4202496 22719 0 0 0 7882 274 0 0 20 0 1 0 273632079 2203197440 399312 33554432000 4194304 5992684 140736752096400 140736752090848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 5 0 0
/proc/5058/statm: 537890 399312 173 440 0 537446 0
[pid=5061] ppid=5058 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5061/stat : 5061 (cp2_pre.sh) S 5058 5057 2277 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273640242 9367552 276 33554432000 4194304 5064252 140733436095392 140733436094096 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5061/statm: 2287 276 234 213 0 72 0
[pid=5062] ppid=5061 vsize=4166040 CPUtime=139.7 cores=0,2,4,6
/proc/5062/stat : 5062 (coprocessor) R 5061 5057 2277 0 -1 4202496 489308 0 0 0 13568 402 0 0 20 0 1 0 273640243 4266024960 1009653 33554432000 4194304 6586260 140736924644208 140736924639960 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 91 0 0
/proc/5062/statm: 1041510 1009653 199 584 0 1040922 0
Current children cumulated CPU time (s) 221.26
Current children cumulated vsize (KiB) 6335896

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.08 3/182 5065
/proc/meminfo: memFree=21703976/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=2151560 CPUtime=231.43 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) S 5057 5057 2277 0 -1 4202496 22735 490211 0 0 7882 274 14492 495 20 0 1 0 273632079 2203197440 399314 33554432000 4194304 5992684 140736752096400 140736752082664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 5 0 0
/proc/5058/statm: 537890 399314 175 440 0 537446 0
[pid=5064] ppid=5058 vsize=2834384 CPUtime=48.21 cores=0,2,4,6
/proc/5064/stat : 5064 (glucosInc) R 5058 5057 2277 0 -1 4202496 32829 0 0 0 4748 73 0 0 20 0 1 0 273655486 2902409216 517531 33554432000 4194304 5654031 140735268883888 140735268881672 4232544 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5064/statm: 708596 517531 138 357 0 708236 0
Current children cumulated CPU time (s) 279.64
Current children cumulated vsize (KiB) 4995092

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

[startup+307.1 s]
/proc/loadavg: 2.01 2.03 2.08 3/182 5065
/proc/meminfo: memFree=21686476/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=2151560 CPUtime=231.43 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) S 5057 5057 2277 0 -1 4202496 22735 490211 0 0 7882 274 14492 495 20 0 1 0 273632079 2203197440 399314 33554432000 4194304 5992684 140736752096400 140736752082664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 5 0 0
/proc/5058/statm: 537890 399314 175 440 0 537446 0
[pid=5064] ppid=5058 vsize=2835768 CPUtime=73 cores=0,2,4,6
/proc/5064/stat : 5064 (glucosInc) R 5058 5057 2277 0 -1 4202496 33151 0 0 0 7227 73 0 0 20 0 1 0 273655486 2903826432 521430 33554432000 4194304 5654031 140735268883888 140735268881672 4233160 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5064/statm: 708942 521430 138 357 0 708582 0
Current children cumulated CPU time (s) 304.43
Current children cumulated vsize (KiB) 4996476

[startup+319.9 s]
/proc/loadavg: 2.01 2.03 2.08 3/181 5065
/proc/meminfo: memFree=21679348/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=2151560 CPUtime=231.43 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) S 5057 5057 2277 0 -1 4202496 22735 490211 0 0 7882 274 14492 495 20 0 1 0 273632079 2203197440 399314 33554432000 4194304 5992684 140736752096400 140736752082664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 5 0 0
/proc/5058/statm: 537890 399314 175 440 0 537446 0
[pid=5064] ppid=5058 vsize=2836736 CPUtime=85.8 cores=0,2,4,6
/proc/5064/stat : 5064 (glucosInc) R 5058 5057 2277 0 -1 4202496 33395 0 0 0 8507 73 0 0 20 0 1 0 273655486 2904817664 523207 33554432000 4194304 5654031 140735268883888 140735268881672 4232784 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5064/statm: 709184 523207 138 357 0 708824 0
Current children cumulated CPU time (s) 317.23
Current children cumulated vsize (KiB) 4997444

[startup+323.1 s]
/proc/loadavg: 2.01 2.03 2.08 3/181 5065
/proc/meminfo: memFree=21677052/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=2151560 CPUtime=231.43 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) S 5057 5057 2277 0 -1 4202496 22735 490211 0 0 7882 274 14492 495 20 0 1 0 273632079 2203197440 399314 33554432000 4194304 5992684 140736752096400 140736752082664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 5 0 0
/proc/5058/statm: 537890 399314 175 440 0 537446 0
[pid=5064] ppid=5058 vsize=2836832 CPUtime=89 cores=0,2,4,6
/proc/5064/stat : 5064 (glucosInc) R 5058 5057 2277 0 -1 4202496 33411 0 0 0 8827 73 0 0 20 0 1 0 273655486 2904915968 523734 33554432000 4194304 5654031 140735268883888 140735268881880 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5064/statm: 709208 523734 138 357 0 708848 0
Current children cumulated CPU time (s) 320.43
Current children cumulated vsize (KiB) 4997540

[startup+324.7 s]
/proc/loadavg: 2.01 2.03 2.08 3/181 5065
/proc/meminfo: memFree=21675004/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=2151560 CPUtime=231.43 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) S 5057 5057 2277 0 -1 4202496 22735 490211 0 0 7882 274 14492 495 20 0 1 0 273632079 2203197440 399314 33554432000 4194304 5992684 140736752096400 140736752082664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 5 0 0
/proc/5058/statm: 537890 399314 175 440 0 537446 0
[pid=5064] ppid=5058 vsize=2836832 CPUtime=90.6 cores=0,2,4,6
/proc/5064/stat : 5064 (glucosInc) R 5058 5057 2277 0 -1 4202496 33411 0 0 0 8987 73 0 0 20 0 1 0 273655486 2904915968 523734 33554432000 4194304 5654031 140735268883888 140735268881880 4232939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5064/statm: 709208 523734 138 357 0 708848 0
Current children cumulated CPU time (s) 322.03
Current children cumulated vsize (KiB) 4997540

[startup+326.3 s]
/proc/loadavg: 2.01 2.03 2.08 3/181 5065
/proc/meminfo: memFree=21675128/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=2151560 CPUtime=231.43 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) S 5057 5057 2277 0 -1 4202496 22735 490211 0 0 7882 274 14492 495 20 0 1 0 273632079 2203197440 399314 33554432000 4194304 5992684 140736752096400 140736752082664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 5 0 0
/proc/5058/statm: 537890 399314 175 440 0 537446 0
[pid=5064] ppid=5058 vsize=2836832 CPUtime=92.2 cores=0,2,4,6
/proc/5064/stat : 5064 (glucosInc) R 5058 5057 2277 0 -1 4202496 33423 0 0 0 9147 73 0 0 20 0 1 0 273655486 2904915968 523746 33554432000 4194304 5654031 140735268883888 140735268881880 4215394 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5064/statm: 709208 523746 138 357 0 708848 0
Current children cumulated CPU time (s) 323.63
Current children cumulated vsize (KiB) 4997540

[startup+326.706 s]
/proc/loadavg: 2.01 2.03 2.08 3/181 5065
/proc/meminfo: memFree=21673080/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=2151560 CPUtime=231.43 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) S 5057 5057 2277 0 -1 4202496 22735 490211 0 0 7882 274 14492 495 20 0 1 0 273632079 2203197440 399314 33554432000 4194304 5992684 140736752096400 140736752082664 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 5 0 0
/proc/5058/statm: 537890 399314 175 440 0 537446 0
[pid=5064] ppid=5058 vsize=2836832 CPUtime=92.6 cores=0,2,4,6
/proc/5064/stat : 5064 (glucosInc) R 5058 5057 2277 0 -1 4202496 33424 0 0 0 9187 73 0 0 20 0 1 0 273655486 2904915968 524258 33554432000 4194304 5654031 140735268883888 140735268881880 4214974 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5064/statm: 709208 524258 138 357 0 708848 0
Current children cumulated CPU time (s) 324.03
Current children cumulated vsize (KiB) 4997540

[startup+327.1 s]
/proc/loadavg: 2.01 2.03 2.08 3/181 5065
/proc/meminfo: memFree=21673080/32873844 swapFree=7100/7100
[pid=5057] ppid=5055 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5057/stat : 5057 (npSolver-pbo-I.) S 5055 5057 2277 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273632079 9367552 275 33554432000 4194304 5064252 140736915335712 140736915334624 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5057/statm: 2287 275 233 213 0 72 0
[pid=5058] ppid=5057 vsize=2151560 CPUtime=231.43 cores=0,2,4,6
/proc/5058/stat : 5058 (npSolver-pbo) S 5057 5057 2277 0 -1 4202496 22746 490211 0 0 7882 274 14492 495 20 0 1 0 273632079 2203197440 399314 33554432000 4194304 5992684 140736752096400 140736752092736 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 5 0 0
/proc/5058/statm: 537890 399314 175 440 0 537446 0
[pid=5064] ppid=5058 vsize=0 CPUtime=92.81 cores=0,2,4,6
/proc/5064/stat : 5064 (glucosInc) Z 5058 5057 2277 0 -1 4202508 33429 0 0 0 9205 76 0 0 20 0 1 0 273655486 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5064/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 324.24
Current children cumulated vsize (KiB) 2160708

Child status: 0

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

Real time (s): 327.159
CPU time (s): 324.24
CPU user time (s): 315.79
CPU system time (s): 8.45
CPU usage (%): 99.1079
Max. virtual memory (cumulated for all children) (KiB): 6335896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 223.748
system time used= 7.97279
maximum resident set size= 4038620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 513786
page faults= 0
swaps= 0
block input operations= 104
block output operations= 6167912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80
involuntary context switches= 354

runsolver used 0.580911 second user time and 1.85472 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-27 01:30:51
IDJOB=3700230
IDBENCH=47998
IDSOLVER=2276
FILE ID=node111/3700230-1338075051
RUNJOBID= node111-1338052066-2293
PBS_JOBID= 14624388
Free space on /tmp= 71164 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=139-P1=101-P2=227-P3=251-P4=227-P5=251-B.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700230-1338075051/watcher-3700230-1338075051 -o /tmp/evaluation-result-3700230-1338075051/solver-3700230-1338075051 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700230-1338075051.opb 1531233801 HOME HOME

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

MD5SUM BENCH= 1d3dc680e7fede194f84acfa61415e9b
RANDOM SEED=1531233801

node111.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.152
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	: 5332.30
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.152
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.152
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.152
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.152
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26994728 kB
Buffers:          295908 kB
Cached:          3799796 kB
SwapCached:            0 kB
Active:          2273400 kB
Inactive:        2784904 kB
Active(anon):     965376 kB
Inactive(anon):        0 kB
Active(file):    1308024 kB
Inactive(file):  2784904 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8124 kB
Writeback:             0 kB
AnonPages:        969856 kB
Mapped:            15756 kB
Shmem:               200 kB
Slab:             676480 kB
SReclaimable:     119136 kB
SUnreclaim:       557344 kB
KernelStack:        1488 kB
PageTables:         5616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1232956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    788480 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= 71152 MiB
End job on node111 at 2012-05-27 01:36:18