Trace number 3700897

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.0? (TO) 1800.1 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null10mast_rapportOE2.0_TMAX15_K192_cod2.opb
MD5SUMbce39ea6470f5e2e6c53fe3acb1a7559
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-11933
Best CPU time to get the best result obtained on this benchmark1800.33
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 2531125
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 2531125
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.11	c fallback to adder encoding
5.50/5.57	c run usual solver
684.28/684.44	c model valid
684.28/684.44	c current solution ok
689.90/690.22	o -2584
689.90/690.22	c current bound: 1264270
689.90/690.22	c fallback to adder encoding
1686.49/1687.11	c current bound: 1896406
1686.49/1687.11	c fallback to adder encoding
1800.10/1800.61	c error: unexpected solver exit code
1800.10/1800.61	s UNKNOWN

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-3700897-1338130476/watcher-3700897-1338130476 -o /tmp/evaluation-result-3700897-1338130476/solver-3700897-1338130476 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700897-1338130476.opb 1983189677 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.38 2.22 2.08 3/180 22617
/proc/meminfo: memFree=28766044/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0

[startup+0.0102549 s]
/proc/loadavg: 2.38 2.22 2.08 3/180 22617
/proc/meminfo: memFree=28766044/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100235 s]
/proc/loadavg: 2.38 2.22 2.08 3/180 22617
/proc/meminfo: memFree=28766044/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300235 s]
/proc/loadavg: 2.38 2.22 2.08 3/180 22617
/proc/meminfo: memFree=28766044/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700236 s]
/proc/loadavg: 2.38 2.22 2.08 3/180 22617
/proc/meminfo: memFree=28766044/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 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.38 2.22 2.08 3/182 22619
/proc/meminfo: memFree=28760120/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=13524 CPUtime=1.49 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) R 22617 22617 21157 0 -1 4202496 2775 0 0 0 148 1 0 0 20 0 1 0 279175090 13848576 2788 33554432000 4194304 5992684 140736143593824 140736143589560 4571359 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22618/statm: 3381 2788 146 440 0 2937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22672

[startup+3.10031 s]
/proc/loadavg: 2.38 2.22 2.08 3/182 22619
/proc/meminfo: memFree=28752612/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=49764 CPUtime=3.09 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) R 22617 22617 21157 0 -1 4202496 10218 0 0 0 307 2 0 0 20 0 1 0 279175090 50958336 11760 33554432000 4194304 5992684 140736143593824 140736143589944 4524709 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22618/statm: 12441 11760 159 440 0 11997 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58912

[startup+6.30031 s]
/proc/loadavg: 2.35 2.22 2.08 3/182 22619
/proc/meminfo: memFree=28338244/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=360152 CPUtime=5.56 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) S 22617 22617 21157 0 -1 4202496 29352 0 0 0 523 33 0 0 20 0 1 0 279175090 368795648 62424 33554432000 4194304 5992684 140736143593824 140736143587856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22618/statm: 90038 62424 174 440 0 89594 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 369300

[startup+12.7004 s]
/proc/loadavg: 2.32 2.21 2.08 3/184 22621
/proc/meminfo: memFree=27477144/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=360152 CPUtime=5.56 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) S 22617 22617 21157 0 -1 4202496 29352 0 0 0 523 33 0 0 20 0 1 0 279175090 368795648 62424 33554432000 4194304 5992684 140736143593824 140736143587856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22618/statm: 90038 62424 174 440 0 89594 0
[pid=22620] ppid=22618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22620/stat : 22620 (cp2_pre.sh) S 22618 22617 21157 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279175647 9367552 277 33554432000 4194304 5064252 140736074524592 140736074523296 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22620/statm: 2287 277 234 213 0 72 0
[pid=22621] ppid=22620 vsize=901576 CPUtime=7.11 cores=0,2,4,6
/proc/22621/stat : 22621 (coprocessor) R 22620 22617 21157 0 -1 4202496 78301 0 0 0 686 25 0 0 20 0 1 0 279175648 923213824 219436 33554432000 4194304 6586260 140735430299344 140735430295368 4756402 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/22621/statm: 225394 219436 180 584 0 224806 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1280024

[startup+25.5004 s]
/proc/loadavg: 2.32 2.22 2.08 3/184 22624
/proc/meminfo: memFree=28058668/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=360152 CPUtime=16.77 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) S 22617 22617 21157 0 -1 4202496 29362 93916 0 0 523 33 1068 53 20 0 1 0 279175090 368795648 62424 33554432000 4194304 5992684 140736143593824 140736143588944 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22618/statm: 90038 62424 174 440 0 89594 0
[pid=22623] ppid=22618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22618 22617 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279176769 9367552 266 33554432000 4194304 5064252 140736020828832 140736020827744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 266 226 213 0 72 0
[pid=22624] ppid=22623 vsize=424292 CPUtime=8.69 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22617 21157 0 -1 4202496 65546 0 0 0 855 14 0 0 20 0 1 0 279176770 434475008 94899 33554432000 4194304 5208918 140735410700608 140735410698456 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 106073 94899 95 248 0 105822 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 802740

[startup+51.1004 s]
/proc/loadavg: 2.21 2.20 2.08 3/184 22624
/proc/meminfo: memFree=28041368/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=360152 CPUtime=16.77 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) S 22617 22617 21157 0 -1 4202496 29362 93916 0 0 523 33 1068 53 20 0 1 0 279175090 368795648 62424 33554432000 4194304 5992684 140736143593824 140736143588944 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22618/statm: 90038 62424 174 440 0 89594 0
[pid=22623] ppid=22618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22618 22617 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279176769 9367552 266 33554432000 4194304 5064252 140736020828832 140736020827744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 266 226 213 0 72 0
[pid=22624] ppid=22623 vsize=433996 CPUtime=34.3 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22617 21157 0 -1 4202496 68435 0 0 0 3415 15 0 0 20 0 1 0 279176770 444411904 98299 33554432000 4194304 5208918 140735410700608 140735410698360 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 108499 98299 104 248 0 108248 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 812444

[startup+102.3 s]
/proc/loadavg: 2.09 2.17 2.08 3/183 22624
/proc/meminfo: memFree=28034864/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=360152 CPUtime=16.77 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) S 22617 22617 21157 0 -1 4202496 29362 93916 0 0 523 33 1068 53 20 0 1 0 279175090 368795648 62424 33554432000 4194304 5992684 140736143593824 140736143588944 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22618/statm: 90038 62424 174 440 0 89594 0
[pid=22623] ppid=22618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22618 22617 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279176769 9367552 266 33554432000 4194304 5064252 140736020828832 140736020827744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 266 226 213 0 72 0
[pid=22624] ppid=22623 vsize=434448 CPUtime=85.48 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22617 21157 0 -1 4202496 68538 0 0 0 8533 15 0 0 20 0 1 0 279176770 444874752 98402 33554432000 4194304 5208918 140735410700608 140735410698504 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 108612 98402 104 248 0 108361 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 812896

[startup+162.307 s]
/proc/loadavg: 2.09 2.15 2.08 3/182 22624
/proc/meminfo: memFree=28019476/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=360152 CPUtime=16.77 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) S 22617 22617 21157 0 -1 4202496 29362 93916 0 0 523 33 1068 53 20 0 1 0 279175090 368795648 62424 33554432000 4194304 5992684 140736143593824 140736143588944 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22618/statm: 90038 62424 174 440 0 89594 0
[pid=22623] ppid=22618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22623/stat : 22623 (satsolver.sh) S 22618 22617 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279176769 9367552 266 33554432000 4194304 5064252 140736020828832 140736020827744 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22623/statm: 2287 266 226 213 0 72 0
[pid=22624] ppid=22623 vsize=434580 CPUtime=145.48 cores=0,2,4,6
/proc/22624/stat : 22624 (glucose) R 22623 22617 21157 0 -1 4202496 68575 0 0 0 14533 15 0 0 20 0 1 0 279176770 445009920 98439 33554432000 4194304 5208918 140735410700608 140735410698504 4229039 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22624/statm: 108645 98439 104 248 0 108394 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 813028

[startup+222.3 s]
/proc/loadavg: 2.03 2.12 2.07 3/183 22625
/proc/meminfo: memFree=28041060/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=360152 CPUtime=16.77 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) S 22617 22617 21157 0 -1 4202496 29362 93916 0 0 523 33 1068 53 20 0 1 0 279175090 368795648 62424 33554432000 4194304 5992684 140736143593824 140736143588944 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22618/statm: 90038 62424 174 440 0 89594 0
[pid=22623] ppid=22618 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/22659/statm: 115471 107919 105 248 0 115220 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 876156

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22672
/proc/meminfo: memFree=27703700/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=395976 CPUtime=690.06 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) S 22617 22617 21157 0 -1 4202496 40949 175508 0 0 729 491 67690 96 20 0 1 0 279175090 405479424 71211 33554432000 4194304 5992684 140736143593824 140736143586144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/22618/statm: 98994 71211 183 440 0 98550 0
[pid=22658] ppid=22618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (satsolver.sh) S 22618 22617 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279244124 9367552 266 33554432000 4194304 5064252 140737444799280 140737444798192 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22658/statm: 2287 266 226 213 0 72 0
[pid=22659] ppid=22658 vsize=511972 CPUtime=731.81 cores=0,2,4,6
/proc/22659/stat : 22659 (glucose) R 22658 22617 21157 0 -1 4202496 73301 0 0 0 73157 24 0 0 20 0 1 0 279244125 524259328 110824 33554432000 4194304 5208918 140736065996576 140736065992952 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22659/statm: 127993 110824 105 248 0 127742 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 926244

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22672
/proc/meminfo: memFree=27684424/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=395976 CPUtime=690.06 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) S 22617 22617 21157 0 -1 4202496 40949 175508 0 0 729 491 67690 96 20 0 1 0 279175090 405479424 71211 33554432000 4194304 5992684 140736143593824 140736143586144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/22618/statm: 98994 71211 183 440 0 98550 0
[pid=22658] ppid=22618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (satsolver.sh) S 22618 22617 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279244124 9367552 266 33554432000 4194304 5064252 140737444799280 140737444798192 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22658/statm: 2287 266 226 213 0 72 0
[pid=22659] ppid=22658 vsize=511972 CPUtime=791.8 cores=0,2,4,6
/proc/22659/stat : 22659 (glucose) R 22658 22617 21157 0 -1 4202496 73309 0 0 0 79156 24 0 0 20 0 1 0 279244125 524259328 113002 33554432000 4194304 5208918 140736065996576 140736065992952 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22659/statm: 127993 113002 105 248 0 127742 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 926244

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 22675
/proc/meminfo: memFree=27694132/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=395976 CPUtime=690.06 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) S 22617 22617 21157 0 -1 4202496 40949 175508 0 0 729 491 67690 96 20 0 1 0 279175090 405479424 71211 33554432000 4194304 5992684 140736143593824 140736143586144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/22618/statm: 98994 71211 183 440 0 98550 0
[pid=22658] ppid=22618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (satsolver.sh) S 22618 22617 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279244124 9367552 266 33554432000 4194304 5064252 140737444799280 140737444798192 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22658/statm: 2287 266 226 213 0 72 0
[pid=22659] ppid=22658 vsize=511972 CPUtime=851.8 cores=0,2,4,6
/proc/22659/stat : 22659 (glucose) R 22658 22617 21157 0 -1 4202496 73366 0 0 0 85155 25 0 0 20 0 1 0 279244125 524259328 116125 33554432000 4194304 5208918 140736065996576 140736065992952 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22659/statm: 127993 116125 105 248 0 127742 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 926244

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22675
/proc/meminfo: memFree=27699348/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=395976 CPUtime=690.06 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) S 22617 22617 21157 0 -1 4202496 40949 175508 0 0 729 491 67690 96 20 0 1 0 279175090 405479424 71211 33554432000 4194304 5992684 140736143593824 140736143586144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/22618/statm: 98994 71211 183 440 0 98550 0
[pid=22658] ppid=22618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (satsolver.sh) S 22618 22617 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279244124 9367552 266 33554432000 4194304 5064252 140737444799280 140737444798192 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22658/statm: 2287 266 226 213 0 72 0
[pid=22659] ppid=22658 vsize=511972 CPUtime=911.78 cores=0,2,4,6
/proc/22659/stat : 22659 (glucose) R 22658 22617 21157 0 -1 4202496 74342 0 0 0 91151 27 0 0 20 0 1 0 279244125 524259328 111157 33554432000 4194304 5208918 140736065996576 140736065992392 4211574 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22659/statm: 127993 111157 105 248 0 127742 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 926244

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22675
/proc/meminfo: memFree=27689008/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=395976 CPUtime=690.06 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) S 22617 22617 21157 0 -1 4202496 40949 175508 0 0 729 491 67690 96 20 0 1 0 279175090 405479424 71211 33554432000 4194304 5992684 140736143593824 140736143586144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/22618/statm: 98994 71211 183 440 0 98550 0
[pid=22658] ppid=22618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (satsolver.sh) S 22618 22617 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279244124 9367552 266 33554432000 4194304 5064252 140737444799280 140737444798192 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22658/statm: 2287 266 226 213 0 72 0
[pid=22659] ppid=22658 vsize=511972 CPUtime=971.78 cores=0,2,4,6
/proc/22659/stat : 22659 (glucose) R 22658 22617 21157 0 -1 4202496 74599 0 0 0 97151 27 0 0 20 0 1 0 279244125 524259328 114480 33554432000 4194304 5208918 140736065996576 140736065992952 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22659/statm: 127993 114480 105 248 0 127742 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 926244

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22683
/proc/meminfo: memFree=27747132/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=395976 CPUtime=1686.76 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) S 22617 22617 21157 0 -1 4202496 44782 254833 0 0 739 492 167302 143 20 0 1 0 279175090 405479424 71211 33554432000 4194304 5992684 140736143593824 140736143586144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/22618/statm: 98994 71211 183 440 0 98550 0
[pid=22681] ppid=22618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22681/stat : 22681 (satsolver.sh) S 22618 22617 21157 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279343813 9367552 267 33554432000 4194304 5064252 140734396765232 140734396764144 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22681/statm: 2287 267 226 213 0 72 0
[pid=22682] ppid=22681 vsize=435052 CPUtime=35.04 cores=0,2,4,6
/proc/22682/stat : 22682 (glucose) R 22681 22617 21157 0 -1 4202496 68404 0 0 0 3490 14 0 0 20 0 1 0 279343814 445493248 99212 33554432000 4194304 5208918 140735611789504 140735611787352 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22682/statm: 108763 99212 104 248 0 108512 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 849324

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 22735
/proc/meminfo: memFree=27529112/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=395976 CPUtime=1686.76 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) S 22617 22617 21157 0 -1 4202496 44782 254833 0 0 739 492 167302 143 20 0 1 0 279175090 405479424 71211 33554432000 4194304 5992684 140736143593824 140736143586144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/22618/statm: 98994 71211 183 440 0 98550 0
[pid=22681] ppid=22618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22681/stat : 22681 (satsolver.sh) S 22618 22617 21157 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279343813 9367552 267 33554432000 4194304 5064252 140734396765232 140734396764144 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22681/statm: 2287 267 226 213 0 72 0
[pid=22682] ppid=22681 vsize=438540 CPUtime=95.04 cores=0,2,4,6
/proc/22682/stat : 22682 (glucose) R 22681 22617 21157 0 -1 4202496 69450 0 0 0 9489 15 0 0 20 0 1 0 279343814 449064960 101791 33554432000 4194304 5208918 140735611789504 140735611785880 4228965 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22682/statm: 109635 101791 104 248 0 109384 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 852812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 22735
/proc/meminfo: memFree=27524644/32873648 swapFree=7116/7116
[pid=22617] ppid=22615 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22617/stat : 22617 (npSolver-pbo.sh) S 22615 22617 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279175090 9367552 274 33554432000 4194304 5064252 140734971997056 140734971995968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22617/statm: 2287 274 233 213 0 72 0
[pid=22618] ppid=22617 vsize=395976 CPUtime=1686.76 cores=0,2,4,6
/proc/22618/stat : 22618 (npSolver-pbo) S 22617 22617 21157 0 -1 4202496 44782 254833 0 0 739 492 167302 143 20 0 1 0 279175090 405479424 71211 33554432000 4194304 5992684 140736143593824 140736143586144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/22618/statm: 98994 71211 183 440 0 98550 0
[pid=22681] ppid=22618 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22681/stat : 22681 (satsolver.sh) S 22618 22617 21157 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 279343813 9367552 267 33554432000 4194304 5064252 140734396765232 140734396764144 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22681/statm: 2287 267 226 213 0 72 0
[pid=22682] ppid=22681 vsize=439184 CPUtime=113.34 cores=0,2,4,6
/proc/22682/stat : 22682 (glucose) R 22681 22617 21157 0 -1 4202496 69590 0 0 0 11319 15 0 0 20 0 1 0 279343814 449724416 102442 33554432000 4194304 5208918 140735611789504 140735611787464 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22682/statm: 109796 102442 104 248 0 109545 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 853456

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.62
CPU time (s): 1800.1
CPU user time (s): 1793.6
CPU system time (s): 6.5
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 1406856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1680.43
system time used= 6.37503
maximum resident set size= 1044908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300581
page faults= 0
swaps= 0
block input operations= 0
block output operations= 984000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3011
involuntary context switches= 1896

runsolver used 4.20936 second user time and 10.9253 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 16:54:37
IDJOB=3700897
IDBENCH=92523
IDSOLVER=2277
FILE ID=node114/3700897-1338130476
RUNJOBID= node114-1338123068-21173
PBS_JOBID= 14624495
Free space on /tmp= 71348 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_50null10mast_rapportOE2.0_TMAX15_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700897-1338130476/watcher-3700897-1338130476 -o /tmp/evaluation-result-3700897-1338130476/solver-3700897-1338130476 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700897-1338130476.opb 1983189677 HOME HOME

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

MD5SUM BENCH= bce39ea6470f5e2e6c53fe3acb1a7559
RANDOM SEED=1983189677

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.242
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.242
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:       32873648 kB
MemFree:        28766424 kB
Buffers:          513160 kB
Cached:          2078936 kB
SwapCached:         2128 kB
Active:          1996920 kB
Inactive:        1255968 kB
Active(anon):     654580 kB
Inactive(anon):     7892 kB
Active(file):    1342340 kB
Inactive(file):  1248076 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103892 kB
Dirty:             36436 kB
Writeback:             0 kB
AnonPages:        669628 kB
Mapped:            15480 kB
Shmem:               116 kB
Slab:             712800 kB
SReclaimable:     155856 kB
SUnreclaim:       556944 kB
KernelStack:        1480 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     934448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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= 71028 MiB
End job on node114 at 2012-05-27 17:24:40