Trace number 3701826

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 1.0Wrong UNSAT 321.859 322.199

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.27/78.31	c fallback to adder encoding
78.48/78.50	c fallback to adder encoding
78.68/78.70	c fallback to adder encoding
78.87/78.90	c fallback to adder encoding
81.36/81.45	c run usual solver
321.53/321.94	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-3701826-1338073320/watcher-3701826-1338073320 -o /tmp/evaluation-result-3701826-1338073320/solver-3701826-1338073320 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701826-1338073320.opb 1276616972 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.93 1.99 1.99 3/180 15251
/proc/meminfo: memFree=28947136/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0

[startup+0.012609 s]
/proc/loadavg: 1.93 1.99 1.99 3/180 15251
/proc/meminfo: memFree=28947136/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100245 s]
/proc/loadavg: 1.93 1.99 1.99 3/180 15251
/proc/meminfo: memFree=28947136/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300245 s]
/proc/loadavg: 1.93 1.99 1.99 3/180 15251
/proc/meminfo: memFree=28947136/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 1.93 1.99 1.99 3/180 15251
/proc/meminfo: memFree=28947136/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 1.93 1.99 1.99 3/182 15253
/proc/meminfo: memFree=28920676/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=34900 CPUtime=1.49 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) R 15251 15251 10843 0 -1 4202496 2927 0 0 0 148 1 0 0 20 0 1 0 273456473 35737600 8010 33554432000 4194304 5992684 140735683937408 140735683932504 4569778 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15252/statm: 8725 8010 147 440 0 8281 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44048

[startup+3.10023 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 15253
/proc/meminfo: memFree=28894744/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=67668 CPUtime=3.09 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) R 15251 15251 10843 0 -1 4202496 3470 0 0 0 307 2 0 0 20 0 1 0 273456473 69292032 16202 33554432000 4194304 5992684 140735683937408 140735683932504 4569917 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15252/statm: 16917 16202 147 440 0 16473 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76816

[startup+6.30022 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 15253
/proc/meminfo: memFree=28822744/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=133204 CPUtime=6.29 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) R 15251 15251 10843 0 -1 4202496 4045 0 0 0 625 4 0 0 20 0 1 0 273456473 136400896 32586 33554432000 4194304 5992684 140735683937408 140735683932504 4568033 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15252/statm: 33301 32586 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.01 2.01 2.00 3/181 15253
/proc/meminfo: memFree=28682984/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=264276 CPUtime=12.69 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) R 15251 15251 10843 0 -1 4202496 4682 0 0 0 1261 8 0 0 20 0 1 0 273456473 270618624 64330 33554432000 4194304 5992684 140735683937408 140735683932504 4525590 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15252/statm: 66069 64330 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.01 2.01 2.00 3/181 15253
/proc/meminfo: memFree=28435988/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=526420 CPUtime=25.49 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) R 15251 15251 10843 0 -1 4202496 5445 0 0 0 2534 15 0 0 20 0 1 0 273456473 539054080 127818 33554432000 4194304 5992684 140735683937408 140735683932856 4606732 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15252/statm: 131605 127818 147 440 0 131161 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 535568

[startup+51.1002 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 15293
/proc/meminfo: memFree=27774548/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=1050708 CPUtime=51.08 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) R 15251 15251 10843 0 -1 4202496 6458 0 0 0 5079 29 0 0 20 0 1 0 273456473 1075924992 253770 33554432000 4194304 5992684 140735683937408 140735683932856 4767609 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15252/statm: 262677 253770 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.36 2.10 2.03 3/183 15300
/proc/meminfo: memFree=22649908/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=2151560 CPUtime=81.41 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) S 15251 15251 10843 0 -1 4202496 22340 0 0 0 7863 278 0 0 20 0 1 0 273456473 2203197440 399445 33554432000 4194304 5992684 140735683937408 140735683931440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 2 0 0
/proc/15252/statm: 537890 399445 173 440 0 537446 0
[pid=15296] ppid=15252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15296/stat : 15296 (cp2_pre.sh) S 15252 15251 10843 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273464619 9367552 277 33554432000 4194304 5064252 140734112757520 140734112756224 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15296/statm: 2287 277 234 213 0 72 0
[pid=15297] ppid=15296 vsize=1872832 CPUtime=20.83 cores=1,3,5,7
/proc/15297/stat : 15297 (coprocessor) R 15296 15251 10843 0 -1 4202496 333607 0 0 0 1997 86 0 0 20 0 1 0 273464619 1917779968 465257 33554432000 4194304 6586260 140733409574288 140733409571048 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/15297/statm: 468208 465257 137 584 0 467620 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 4042688

[startup+162.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/183 15301
/proc/meminfo: memFree=20536888/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=2151560 CPUtime=81.41 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) S 15251 15251 10843 0 -1 4202496 22340 0 0 0 7863 278 0 0 20 0 1 0 273456473 2203197440 399445 33554432000 4194304 5992684 140735683937408 140735683931440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 2 0 0
/proc/15252/statm: 537890 399445 173 440 0 537446 0
[pid=15296] ppid=15252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15296/stat : 15296 (cp2_pre.sh) S 15252 15251 10843 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273464619 9367552 277 33554432000 4194304 5064252 140734112757520 140734112756224 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15296/statm: 2287 277 234 213 0 72 0
[pid=15297] ppid=15296 vsize=4067720 CPUtime=80.82 cores=1,3,5,7
/proc/15297/stat : 15297 (coprocessor) R 15296 15251 10843 0 -1 4202496 488034 0 0 0 7945 137 0 0 20 0 1 0 273464619 4165345280 985894 33554432000 4194304 6586260 140733409574288 140733409570312 4756587 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/15297/statm: 1016930 985894 180 584 0 1016342 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 6237576

[startup+222.3 s]
/proc/loadavg: 2.57 2.20 2.06 3/183 15301
/proc/meminfo: memFree=19055368/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=2151560 CPUtime=81.41 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) S 15251 15251 10843 0 -1 4202496 22340 0 0 0 7863 278 0 0 20 0 1 0 273456473 2203197440 399445 33554432000 4194304 5992684 140735683937408 140735683931440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 2 0 0
/proc/15252/statm: 537890 399445 173 440 0 537446 0
[pid=15296] ppid=15252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15296/stat : 15296 (cp2_pre.sh) S 15252 15251 10843 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273464619 9367552 277 33554432000 4194304 5064252 140734112757520 140734112756224 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15296/statm: 2287 277 234 213 0 72 0
[pid=15297] ppid=15296 vsize=4166040 CPUtime=140.57 cores=1,3,5,7
/proc/15297/stat : 15297 (coprocessor) R 15296 15251 10843 0 -1 4202496 488636 0 0 0 13646 411 0 0 20 0 1 0 273464619 4266024960 1010513 33554432000 4194304 6586260 140733409574288 140733409570040 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 24 0 0
/proc/15297/statm: 1041510 1010513 199 584 0 1040922 0
Current children cumulated CPU time (s) 221.98
Current children cumulated vsize (KiB) 6335896

[startup+282.3 s]
/proc/loadavg: 2.31 2.20 2.07 3/183 15304
/proc/meminfo: memFree=22383732/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=2151560 CPUtime=229.66 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) S 15251 15251 10843 0 -1 4202496 22349 489541 0 0 7863 278 14336 489 20 0 1 0 273456473 2203197440 399445 33554432000 4194304 5992684 140735683937408 140735683932528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 2 0 0
/proc/15252/statm: 537890 399445 173 440 0 537446 0
[pid=15303] ppid=15252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15303/stat : 15303 (satsolver.sh) S 15252 15251 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273479473 9367552 266 33554432000 4194304 5064252 140735148503136 140735148502048 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15303/statm: 2287 266 226 213 0 72 0
[pid=15304] ppid=15303 vsize=2834216 CPUtime=52.28 cores=1,3,5,7
/proc/15304/stat : 15304 (glucose) R 15303 15251 10843 0 -1 4202496 33330 0 0 0 5148 80 0 0 20 0 1 0 273479473 2902237184 519014 33554432000 4194304 5208918 140737485606128 140737485604040 4229347 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15304/statm: 708554 519014 102 248 0 708303 0
Current children cumulated CPU time (s) 281.94
Current children cumulated vsize (KiB) 5004072

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

[startup+307.1 s]
/proc/loadavg: 2.20 2.19 2.07 3/183 15304
/proc/meminfo: memFree=22367908/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=2151560 CPUtime=229.66 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) S 15251 15251 10843 0 -1 4202496 22349 489541 0 0 7863 278 14336 489 20 0 1 0 273456473 2203197440 399445 33554432000 4194304 5992684 140735683937408 140735683932528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 2 0 0
/proc/15252/statm: 537890 399445 173 440 0 537446 0
[pid=15303] ppid=15252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15303/stat : 15303 (satsolver.sh) S 15252 15251 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273479473 9367552 266 33554432000 4194304 5064252 140735148503136 140735148502048 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15303/statm: 2287 266 226 213 0 72 0
[pid=15304] ppid=15303 vsize=2835972 CPUtime=77.07 cores=1,3,5,7
/proc/15304/stat : 15304 (glucose) R 15303 15251 10843 0 -1 4202496 33753 0 0 0 7627 80 0 0 20 0 1 0 273479473 2904035328 522503 33554432000 4194304 5208918 140737485606128 140737485604024 4229538 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15304/statm: 708993 522503 102 248 0 708742 0
Current children cumulated CPU time (s) 306.73
Current children cumulated vsize (KiB) 5005828

[startup+313.507 s]
/proc/loadavg: 2.17 2.18 2.07 3/183 15304
/proc/meminfo: memFree=22363936/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=2151560 CPUtime=229.66 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) S 15251 15251 10843 0 -1 4202496 22349 489541 0 0 7863 278 14336 489 20 0 1 0 273456473 2203197440 399445 33554432000 4194304 5992684 140735683937408 140735683932528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 2 0 0
/proc/15252/statm: 537890 399445 173 440 0 537446 0
[pid=15303] ppid=15252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15303/stat : 15303 (satsolver.sh) S 15252 15251 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273479473 9367552 266 33554432000 4194304 5064252 140735148503136 140735148502048 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15303/statm: 2287 266 226 213 0 72 0
[pid=15304] ppid=15303 vsize=2836108 CPUtime=83.47 cores=1,3,5,7
/proc/15304/stat : 15304 (glucose) R 15303 15251 10843 0 -1 4202496 33782 0 0 0 8267 80 0 0 20 0 1 0 273479473 2904174592 523554 33554432000 4194304 5208918 140737485606128 140737485603976 4229776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15304/statm: 709027 523554 102 248 0 708776 0
Current children cumulated CPU time (s) 313.13
Current children cumulated vsize (KiB) 5005964

[startup+316.7 s]
/proc/loadavg: 2.17 2.18 2.07 3/183 15304
/proc/meminfo: memFree=22361640/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=2151560 CPUtime=229.66 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) S 15251 15251 10843 0 -1 4202496 22349 489541 0 0 7863 278 14336 489 20 0 1 0 273456473 2203197440 399445 33554432000 4194304 5992684 140735683937408 140735683932528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 2 0 0
/proc/15252/statm: 537890 399445 173 440 0 537446 0
[pid=15303] ppid=15252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15303/stat : 15303 (satsolver.sh) S 15252 15251 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273479473 9367552 266 33554432000 4194304 5064252 140735148503136 140735148502048 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15303/statm: 2287 266 226 213 0 72 0
[pid=15304] ppid=15303 vsize=2836396 CPUtime=86.67 cores=1,3,5,7
/proc/15304/stat : 15304 (glucose) R 15303 15251 10843 0 -1 4202496 33846 0 0 0 8587 80 0 0 20 0 1 0 273479473 2904469504 524129 33554432000 4194304 5208918 140737485606128 140737485604184 4229338 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15304/statm: 709099 524129 102 248 0 708848 0
Current children cumulated CPU time (s) 316.33
Current children cumulated vsize (KiB) 5006252

[startup+319.9 s]
/proc/loadavg: 2.16 2.18 2.07 3/183 15304
/proc/meminfo: memFree=22361640/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=2151560 CPUtime=229.66 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) S 15251 15251 10843 0 -1 4202496 22349 489541 0 0 7863 278 14336 489 20 0 1 0 273456473 2203197440 399445 33554432000 4194304 5992684 140735683937408 140735683932528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 2 0 0
/proc/15252/statm: 537890 399445 173 440 0 537446 0
[pid=15303] ppid=15252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15303/stat : 15303 (satsolver.sh) S 15252 15251 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273479473 9367552 266 33554432000 4194304 5064252 140735148503136 140735148502048 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15303/statm: 2287 266 226 213 0 72 0
[pid=15304] ppid=15303 vsize=2836396 CPUtime=89.88 cores=1,3,5,7
/proc/15304/stat : 15304 (glucose) R 15303 15251 10843 0 -1 4202496 33847 0 0 0 8907 81 0 0 20 0 1 0 273479473 2904469504 524641 33554432000 4194304 5208918 140737485606128 140737485604184 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15304/statm: 709099 524641 102 248 0 708848 0
Current children cumulated CPU time (s) 319.54
Current children cumulated vsize (KiB) 5006252

[startup+321.5 s]
/proc/loadavg: 2.16 2.18 2.07 3/183 15304
/proc/meminfo: memFree=22357544/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=2151560 CPUtime=229.66 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) S 15251 15251 10843 0 -1 4202496 22349 489541 0 0 7863 278 14336 489 20 0 1 0 273456473 2203197440 399445 33554432000 4194304 5992684 140735683937408 140735683932528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 2 0 0
/proc/15252/statm: 537890 399445 173 440 0 537446 0
[pid=15303] ppid=15252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15303/stat : 15303 (satsolver.sh) S 15252 15251 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273479473 9367552 266 33554432000 4194304 5064252 140735148503136 140735148502048 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15303/statm: 2287 266 226 213 0 72 0
[pid=15304] ppid=15303 vsize=2836396 CPUtime=91.48 cores=1,3,5,7
/proc/15304/stat : 15304 (glucose) R 15303 15251 10843 0 -1 4202496 33860 0 0 0 9067 81 0 0 20 0 1 0 273479473 2904469504 524654 33554432000 4194304 5208918 140737485606128 140737485604184 4214608 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15304/statm: 709099 524654 102 248 0 708848 0
Current children cumulated CPU time (s) 321.14
Current children cumulated vsize (KiB) 5006252

[startup+321.9 s]
/proc/loadavg: 2.16 2.18 2.07 3/183 15304
/proc/meminfo: memFree=22357544/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=2151560 CPUtime=229.66 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) S 15251 15251 10843 0 -1 4202496 22349 489541 0 0 7863 278 14336 489 20 0 1 0 273456473 2203197440 399445 33554432000 4194304 5992684 140735683937408 140735683932528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 2 0 0
/proc/15252/statm: 537890 399445 173 440 0 537446 0
[pid=15303] ppid=15252 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15303/stat : 15303 (satsolver.sh) S 15252 15251 10843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273479473 9367552 266 33554432000 4194304 5064252 140735148503136 140735148502048 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15303/statm: 2287 266 226 213 0 72 0
[pid=15304] ppid=15303 vsize=0 CPUtime=91.87 cores=1,3,5,7
/proc/15304/stat : 15304 (glucose) R 15303 15251 10843 0 -1 4202500 33861 0 0 0 9100 87 0 0 20 0 1 0 273479473 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15304/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 321.53
Current children cumulated vsize (KiB) 2169856

[startup+322.1 s]
/proc/loadavg: 2.16 2.18 2.07 3/183 15304
/proc/meminfo: memFree=22357544/32873648 swapFree=6604/6604
[pid=15251] ppid=15249 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15251/stat : 15251 (npSolver-pbo.sh) S 15249 15251 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273456473 9367552 275 33554432000 4194304 5064252 140733573288080 140733573286992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15251/statm: 2287 275 233 213 0 72 0
[pid=15252] ppid=15251 vsize=2151560 CPUtime=321.58 cores=1,3,5,7
/proc/15252/stat : 15252 (npSolver-pbo) S 15251 15251 10843 0 -1 4202496 22390 525751 0 0 7863 278 23437 580 20 0 1 0 273456473 2203197440 399449 33554432000 4194304 5992684 140735683937408 140735683933744 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 2 0 0
/proc/15252/statm: 537890 399449 177 440 0 537446 0
Current children cumulated CPU time (s) 321.58
Current children cumulated vsize (KiB) 2160708

Child status: 0
Real time (s): 322.199
CPU time (s): 321.859
CPU user time (s): 313.011
CPU system time (s): 8.84765
CPU usage (%): 99.8945
Max. virtual memory (cumulated for all children) (KiB): 6335896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 313.011
system time used= 8.84765
maximum resident set size= 4042060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 548967
page faults= 0
swaps= 0
block input operations= 16
block output operations= 6167928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65
involuntary context switches= 409

runsolver used 0.518921 second user time and 1.53677 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 01:02:00
IDJOB=3701826
IDBENCH=47998
IDSOLVER=2277
FILE ID=node148/3701826-1338073320
RUNJOBID= node148-1338052086-10860
PBS_JOBID= 14624389
Free space on /tmp= 71676 MiB

SOLVER NAME= npSolver 1.0
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.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701826-1338073320/watcher-3701826-1338073320 -o /tmp/evaluation-result-3701826-1338073320/solver-3701826-1338073320 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701826-1338073320.opb 1276616972 HOME HOME

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

MD5SUM BENCH= 1d3dc680e7fede194f84acfa61415e9b
RANDOM SEED=1276616972

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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		: 2667.284
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		: 2667.284
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:       32873648 kB
MemFree:        28947028 kB
Buffers:          295204 kB
Cached:          2753528 kB
SwapCached:          552 kB
Active:           511896 kB
Inactive:        2590780 kB
Active(anon):      44052 kB
Inactive(anon):    12332 kB
Active(file):     467844 kB
Inactive(file):  2578448 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108016 kB
Dirty:             13828 kB
Writeback:            16 kB
AnonPages:         59852 kB
Mapped:            15244 kB
Shmem:                96 kB
Slab:             686276 kB
SReclaimable:     130068 kB
SUnreclaim:       556208 kB
KernelStack:        1480 kB
PageTables:         4212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     172484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71420 MiB
End job on node148 at 2012-05-27 01:07:22