Trace number 3701827

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.728 322.08

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=149-P1=79-P2=59-P3=73-P4=211-B.opb
MD5SUM74c00e33b4232d137ad873ae982593f6
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.048992
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 variables96
Total number of constraints9
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 constraints9
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)256
Sum of products size (including duplicates)512
Number of different products256
Sum of products size512

Solver Data

78.38/78.42	c fallback to adder encoding
78.57/78.65	c fallback to adder encoding
78.78/78.88	c fallback to adder encoding
81.38/81.44	c run usual solver
321.42/321.83	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-3701827-1338073586/watcher-3701827-1338073586 -o /tmp/evaluation-result-3701827-1338073586/solver-3701827-1338073586 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701827-1338073586.opb 1387059470 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.21 2.25 2.10 3/179 14314
/proc/meminfo: memFree=26478748/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0

[startup+0.0626379 s]
/proc/loadavg: 2.21 2.25 2.10 3/179 14314
/proc/meminfo: memFree=26478748/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10022 s]
/proc/loadavg: 2.21 2.25 2.10 3/179 14314
/proc/meminfo: memFree=26478748/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300201 s]
/proc/loadavg: 2.21 2.25 2.10 3/179 14314
/proc/meminfo: memFree=26478748/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700182 s]
/proc/loadavg: 2.21 2.25 2.10 3/179 14314
/proc/meminfo: memFree=26478748/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.21 2.25 2.10 3/181 14316
/proc/meminfo: memFree=26371008/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=34892 CPUtime=1.49 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) R 14314 14314 9087 0 -1 4202496 3190 0 0 0 148 1 0 0 20 0 1 0 273482969 35729408 7759 33554432000 4194304 5992684 140736248529392 140736248524520 4768693 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 8723 7759 147 440 0 8279 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44040

[startup+3.10022 s]
/proc/loadavg: 2.21 2.25 2.10 3/181 14316
/proc/meminfo: memFree=26246708/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=67660 CPUtime=3.09 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) R 14314 14314 9087 0 -1 4202496 3731 0 0 0 307 2 0 0 20 0 1 0 273482969 69283840 14927 33554432000 4194304 5992684 140736248529392 140736248524520 4768779 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 16915 14927 147 440 0 16471 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76808

[startup+6.30022 s]
/proc/loadavg: 2.19 2.25 2.10 3/181 14316
/proc/meminfo: memFree=25894084/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=133196 CPUtime=6.29 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) R 14314 14314 9087 0 -1 4202496 4303 0 0 0 625 4 0 0 20 0 1 0 273482969 136392704 29775 33554432000 4194304 5992684 140736248529392 140736248524520 4374808 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 33299 29775 147 440 0 32855 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142344

[startup+12.7002 s]
/proc/loadavg: 2.17 2.25 2.10 3/181 14316
/proc/meminfo: memFree=25174048/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=264268 CPUtime=12.68 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) R 14314 14314 9087 0 -1 4202496 4935 0 0 0 1260 8 0 0 20 0 1 0 273482969 270610432 58959 33554432000 4194304 5992684 140736248529392 140736248524520 4374662 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 66067 58959 147 440 0 65623 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 273416

[startup+25.5002 s]
/proc/loadavg: 2.13 2.23 2.10 3/181 14316
/proc/meminfo: memFree=24601420/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=526412 CPUtime=25.49 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) R 14314 14314 9087 0 -1 4202496 5687 0 0 0 2532 17 0 0 20 0 1 0 273482969 539045888 116815 33554432000 4194304 5992684 140736248529392 140736248524872 4571337 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 131603 116815 147 440 0 131159 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 535560

[startup+51.1002 s]
/proc/loadavg: 2.09 2.21 2.09 3/181 14316
/proc/meminfo: memFree=24125232/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=1050700 CPUtime=51.08 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) R 14314 14314 9087 0 -1 4202496 6679 0 0 0 5074 34 0 0 20 0 1 0 273482969 1075916800 232015 33554432000 4194304 5992684 140736248529392 140736248524520 4375251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 262675 232015 147 440 0 262231 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1059848

[startup+102.307 s]
/proc/loadavg: 2.48 2.27 2.12 2/175 14350
/proc/meminfo: memFree=25746936/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=2140728 CPUtime=81.41 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) S 14314 14314 9087 0 -1 4202496 19563 0 0 0 7869 272 0 0 20 0 1 0 273482969 2192105472 363726 33554432000 4194304 5992684 140736248529392 140736248523424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 535182 363726 173 440 0 534738 0
[pid=14318] ppid=14315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14318/stat : 14318 (cp2_pre.sh) S 14315 14314 9087 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273491113 9367552 277 33554432000 4194304 5064252 140734252372320 140734252371024 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14318/statm: 2287 277 234 213 0 72 0
[pid=14319] ppid=14318 vsize=1917976 CPUtime=20.84 cores=1,3,5,7
/proc/14319/stat : 14319 (coprocessor) R 14318 14314 9087 0 -1 4202496 345611 0 0 0 1983 101 0 0 20 0 1 0 273491114 1964007424 477262 33554432000 4194304 6586260 140736770814096 140736770810856 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14319/statm: 479494 477262 137 584 0 478906 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 4077000

[startup+162.3 s]
/proc/loadavg: 2.27 2.24 2.11 3/183 14382
/proc/meminfo: memFree=23667868/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=2140728 CPUtime=81.41 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) S 14314 14314 9087 0 -1 4202496 19563 0 0 0 7869 272 0 0 20 0 1 0 273482969 2192105472 363726 33554432000 4194304 5992684 140736248529392 140736248523424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 535182 363726 173 440 0 534738 0
[pid=14318] ppid=14315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14318/stat : 14318 (cp2_pre.sh) S 14315 14314 9087 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273491113 9367552 277 33554432000 4194304 5064252 140734252372320 140734252371024 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14318/statm: 2287 277 234 213 0 72 0
[pid=14319] ppid=14318 vsize=4073008 CPUtime=80.82 cores=1,3,5,7
/proc/14319/stat : 14319 (coprocessor) R 14318 14314 9087 0 -1 4202496 488022 0 0 0 7927 155 0 0 20 0 1 0 273491114 4170760192 986377 33554432000 4194304 6586260 140736770814096 140736770810120 4760333 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14319/statm: 1018252 986377 180 584 0 1017664 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 6232032

[startup+222.3 s]
/proc/loadavg: 2.10 2.19 2.10 3/184 14385
/proc/meminfo: memFree=22179892/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=2140728 CPUtime=81.41 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) S 14314 14314 9087 0 -1 4202496 19563 0 0 0 7869 272 0 0 20 0 1 0 273482969 2192105472 363726 33554432000 4194304 5992684 140736248529392 140736248523424 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 535182 363726 173 440 0 534738 0
[pid=14318] ppid=14315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14318/stat : 14318 (cp2_pre.sh) S 14315 14314 9087 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273491113 9367552 277 33554432000 4194304 5064252 140734252372320 140734252371024 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14318/statm: 2287 277 234 213 0 72 0
[pid=14319] ppid=14318 vsize=4204100 CPUtime=140.55 cores=1,3,5,7
/proc/14319/stat : 14319 (coprocessor) R 14318 14314 9087 0 -1 4202496 490166 0 0 0 13636 419 0 0 20 0 1 0 273491114 4304998400 1019181 33554432000 4194304 6586260 140736770814096 140736770809848 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 27 0 0
/proc/14319/statm: 1051025 1019181 199 584 0 1050437 0
Current children cumulated CPU time (s) 221.96
Current children cumulated vsize (KiB) 6363124

[startup+282.3 s]
/proc/loadavg: 2.03 2.16 2.09 3/183 14388
/proc/meminfo: memFree=25525924/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=2140728 CPUtime=225.39 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) S 14314 14314 9087 0 -1 4202496 19572 491070 0 0 7869 273 13923 474 20 0 1 0 273482969 2192105472 363726 33554432000 4194304 5992684 140736248529392 140736248524512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 535182 363726 173 440 0 534738 0
[pid=14387] ppid=14315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14387/stat : 14387 (satsolver.sh) S 14315 14314 9087 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273505543 9367552 267 33554432000 4194304 5064252 140736798705392 140736798704304 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14387/statm: 2287 267 226 213 0 72 0
[pid=14388] ppid=14387 vsize=2833332 CPUtime=56.53 cores=1,3,5,7
/proc/14388/stat : 14388 (glucose) R 14387 14314 9087 0 -1 4202496 33626 0 0 0 5560 93 0 0 20 0 1 0 273505543 2901331968 518812 33554432000 4194304 5208918 140736173798016 140736173795864 4211558 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14388/statm: 708333 518812 102 248 0 708082 0
Current children cumulated CPU time (s) 281.92
Current children cumulated vsize (KiB) 4992356

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

[startup+307.1 s]
/proc/loadavg: 2.02 2.14 2.09 3/183 14388
/proc/meminfo: memFree=25504764/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=2140728 CPUtime=225.39 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) S 14314 14314 9087 0 -1 4202496 19572 491070 0 0 7869 273 13923 474 20 0 1 0 273482969 2192105472 363726 33554432000 4194304 5992684 140736248529392 140736248524512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 535182 363726 173 440 0 534738 0
[pid=14387] ppid=14315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14387/stat : 14387 (satsolver.sh) S 14315 14314 9087 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273505543 9367552 267 33554432000 4194304 5064252 140736798705392 140736798704304 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14387/statm: 2287 267 226 213 0 72 0
[pid=14388] ppid=14387 vsize=2835008 CPUtime=81.33 cores=1,3,5,7
/proc/14388/stat : 14388 (glucose) R 14387 14314 9087 0 -1 4202496 34035 0 0 0 8040 93 0 0 20 0 1 0 273505543 2903048192 522287 33554432000 4194304 5208918 140736173798016 140736173795912 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14388/statm: 708752 522287 102 248 0 708501 0
Current children cumulated CPU time (s) 306.72
Current children cumulated vsize (KiB) 4994032

[startup+313.507 s]
/proc/loadavg: 2.02 2.14 2.09 3/183 14388
/proc/meminfo: memFree=25500544/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=2140728 CPUtime=225.39 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) S 14314 14314 9087 0 -1 4202496 19572 491070 0 0 7869 273 13923 474 20 0 1 0 273482969 2192105472 363726 33554432000 4194304 5992684 140736248529392 140736248524512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 535182 363726 173 440 0 534738 0
[pid=14387] ppid=14315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14387/stat : 14387 (satsolver.sh) S 14315 14314 9087 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273505543 9367552 267 33554432000 4194304 5064252 140736798705392 140736798704304 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14387/statm: 2287 267 226 213 0 72 0
[pid=14388] ppid=14387 vsize=2835256 CPUtime=87.73 cores=1,3,5,7
/proc/14388/stat : 14388 (glucose) R 14387 14314 9087 0 -1 4202496 34094 0 0 0 8680 93 0 0 20 0 1 0 273505543 2903302144 523368 33554432000 4194304 5208918 140736173798016 140736173795864 4229338 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14388/statm: 708814 523368 102 248 0 708563 0
Current children cumulated CPU time (s) 313.12
Current children cumulated vsize (KiB) 4994280

[startup+316.7 s]
/proc/loadavg: 2.02 2.14 2.09 3/183 14388
/proc/meminfo: memFree=25498496/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=2140728 CPUtime=225.39 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) S 14314 14314 9087 0 -1 4202496 19572 491070 0 0 7869 273 13923 474 20 0 1 0 273482969 2192105472 363726 33554432000 4194304 5992684 140736248529392 140736248524512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 535182 363726 173 440 0 534738 0
[pid=14387] ppid=14315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14387/stat : 14387 (satsolver.sh) S 14315 14314 9087 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273505543 9367552 267 33554432000 4194304 5064252 140736798705392 140736798704304 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14387/statm: 2287 267 226 213 0 72 0
[pid=14388] ppid=14387 vsize=2835436 CPUtime=90.93 cores=1,3,5,7
/proc/14388/stat : 14388 (glucose) R 14387 14314 9087 0 -1 4202496 34112 0 0 0 9000 93 0 0 20 0 1 0 273505543 2903486464 523897 33554432000 4194304 5208918 140736173798016 140736173795864 4212404 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14388/statm: 708859 523897 102 248 0 708608 0
Current children cumulated CPU time (s) 316.32
Current children cumulated vsize (KiB) 4994460

[startup+319.9 s]
/proc/loadavg: 2.02 2.13 2.09 3/183 14388
/proc/meminfo: memFree=25496448/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=2140728 CPUtime=225.39 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) S 14314 14314 9087 0 -1 4202496 19572 491070 0 0 7869 273 13923 474 20 0 1 0 273482969 2192105472 363726 33554432000 4194304 5992684 140736248529392 140736248524512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 535182 363726 173 440 0 534738 0
[pid=14387] ppid=14315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14387/stat : 14387 (satsolver.sh) S 14315 14314 9087 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273505543 9367552 267 33554432000 4194304 5064252 140736798705392 140736798704304 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14387/statm: 2287 267 226 213 0 72 0
[pid=14388] ppid=14387 vsize=2835436 CPUtime=94.13 cores=1,3,5,7
/proc/14388/stat : 14388 (glucose) R 14387 14314 9087 0 -1 4202496 34130 0 0 0 9320 93 0 0 20 0 1 0 273505543 2903486464 523915 33554432000 4194304 5208918 140736173798016 140736173795864 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14388/statm: 708859 523915 102 248 0 708608 0
Current children cumulated CPU time (s) 319.52
Current children cumulated vsize (KiB) 4994460

[startup+320.7 s]
/proc/loadavg: 2.02 2.13 2.09 3/183 14388
/proc/meminfo: memFree=25496324/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=2140728 CPUtime=225.39 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) S 14314 14314 9087 0 -1 4202496 19572 491070 0 0 7869 273 13923 474 20 0 1 0 273482969 2192105472 363726 33554432000 4194304 5992684 140736248529392 140736248524512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 535182 363726 173 440 0 534738 0
[pid=14387] ppid=14315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14387/stat : 14387 (satsolver.sh) S 14315 14314 9087 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273505543 9367552 267 33554432000 4194304 5064252 140736798705392 140736798704304 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14387/statm: 2287 267 226 213 0 72 0
[pid=14388] ppid=14387 vsize=2835436 CPUtime=94.93 cores=1,3,5,7
/proc/14388/stat : 14388 (glucose) R 14387 14314 9087 0 -1 4202496 34133 0 0 0 9400 93 0 0 20 0 1 0 273505543 2903486464 523918 33554432000 4194304 5208918 140736173798016 140736173795864 4229460 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14388/statm: 708859 523918 102 248 0 708608 0
Current children cumulated CPU time (s) 320.32
Current children cumulated vsize (KiB) 4994460

[startup+321.5 s]
/proc/loadavg: 2.02 2.13 2.09 3/183 14388
/proc/meminfo: memFree=25494276/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=2140728 CPUtime=225.39 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) S 14314 14314 9087 0 -1 4202496 19572 491070 0 0 7869 273 13923 474 20 0 1 0 273482969 2192105472 363726 33554432000 4194304 5992684 140736248529392 140736248524512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 535182 363726 173 440 0 534738 0
[pid=14387] ppid=14315 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14387/stat : 14387 (satsolver.sh) S 14315 14314 9087 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273505543 9367552 267 33554432000 4194304 5064252 140736798705392 140736798704304 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14387/statm: 2287 267 226 213 0 72 0
[pid=14388] ppid=14387 vsize=2835436 CPUtime=95.73 cores=1,3,5,7
/proc/14388/stat : 14388 (glucose) R 14387 14314 9087 0 -1 4202496 34134 0 0 0 9480 93 0 0 20 0 1 0 273505543 2903486464 524430 33554432000 4194304 5208918 140736173798016 140736173795864 4212212 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14388/statm: 708859 524430 102 248 0 708608 0
Current children cumulated CPU time (s) 321.12
Current children cumulated vsize (KiB) 4994460

[startup+321.9 s]
/proc/loadavg: 2.02 2.13 2.09 3/183 14388
/proc/meminfo: memFree=25494276/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=2140728 CPUtime=321.45 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) S 14314 14314 9087 0 -1 4202496 19609 528062 0 0 7869 273 23425 578 20 0 1 0 273482969 2192105472 363730 33554432000 4194304 5992684 140736248529392 140736248525728 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 535182 363730 177 440 0 534738 0
Current children cumulated CPU time (s) 321.45
Current children cumulated vsize (KiB) 2149876

[startup+322 s]
/proc/loadavg: 2.02 2.13 2.09 3/183 14388
/proc/meminfo: memFree=25494276/32873844 swapFree=7388/7388
[pid=14314] ppid=14312 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14314/stat : 14314 (npSolver-pbo.sh) S 14312 14314 9087 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273482969 9367552 275 33554432000 4194304 5064252 140736110155056 140736110153968 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14314/statm: 2287 275 233 213 0 72 0
[pid=14315] ppid=14314 vsize=2140728 CPUtime=321.45 cores=1,3,5,7
/proc/14315/stat : 14315 (npSolver-pbo) S 14314 14314 9087 0 -1 4202496 19609 528062 0 0 7869 273 23425 578 20 0 1 0 273482969 2192105472 363730 33554432000 4194304 5992684 140736248529392 140736248525728 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14315/statm: 535182 363730 177 440 0 534738 0
Current children cumulated CPU time (s) 321.45
Current children cumulated vsize (KiB) 2149876

Child status: 0
Real time (s): 322.08
CPU time (s): 321.728
CPU user time (s): 312.957
CPU system time (s): 8.77067
CPU usage (%): 99.8906
Max. virtual memory (cumulated for all children) (KiB): 6363124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 312.957
system time used= 8.77067
maximum resident set size= 4076732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 548500
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5641600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77
involuntary context switches= 370

runsolver used 0.742887 second user time and 1.86472 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-27 01:06:26
IDJOB=3701827
IDBENCH=48054
IDSOLVER=2277
FILE ID=node147/3701827-1338073586
RUNJOBID= node147-1338052925-9104
PBS_JOBID= 14624395
Free space on /tmp= 70016 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=149-P1=79-P2=59-P3=73-P4=211-B.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701827-1338073586/watcher-3701827-1338073586 -o /tmp/evaluation-result-3701827-1338073586/solver-3701827-1338073586 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701827-1338073586.opb 1387059470 HOME HOME

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

MD5SUM BENCH= 74c00e33b4232d137ad873ae982593f6
RANDOM SEED=1387059470

node147.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.951
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.90
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.951
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.951
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.87
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.951
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.951
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.951
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.951
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.951
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:        26479020 kB
Buffers:          307396 kB
Cached:          2833576 kB
SwapCached:         5068 kB
Active:          3549588 kB
Inactive:        1997456 kB
Active(anon):    2400828 kB
Inactive(anon):     7596 kB
Active(file):    1148760 kB
Inactive(file):  1989860 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67098668 kB
Dirty:              9336 kB
Writeback:             0 kB
AnonPages:       2329048 kB
Mapped:            10564 kB
Shmem:                 0 kB
Slab:             702072 kB
SReclaimable:     142656 kB
SUnreclaim:       559416 kB
KernelStack:        1520 kB
PageTables:         8884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2989820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1818624 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= 71640 MiB
End job on node147 at 2012-05-27 01:11:48