Trace number 3696986

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
pb2sat 2012-05-19? (TO) 1800.15 1800.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_1.opb
MD5SUM0945390fcac05113ffd57d1199a19e21
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-126
Best CPU time to get the best result obtained on this benchmark1798.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -126
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint25
Maximum length of a constraint51
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31640
Sum of products size (including duplicates)63280
Number of different products15820
Sum of products size31640

Solver Data

0.00/0.11	c model valid
0.00/0.11	c current solution ok
0.00/0.33	o 0
0.00/0.33	c current bound: 500
0.00/0.33	c (debug) using card networks
1800.11/1800.61	./satsolver.sh: line 5: 16947 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.11/1800.61	c error: unexpected solver exit code
1800.11/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-3696986-1338080558/watcher-3696986-1338080558 -o /tmp/evaluation-result-3696986-1338080558/solver-3696986-1338080558 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696986-1338080558.opb 1436238193 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.01 2.00 2.00 3/180 16940
/proc/meminfo: memFree=28052736/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0

[startup+0.062414 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 16940
/proc/meminfo: memFree=28052736/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100331 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 16940
/proc/meminfo: memFree=28052736/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300242 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 16940
/proc/meminfo: memFree=28052736/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700332 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 16940
/proc/meminfo: memFree=28052736/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 16947
/proc/meminfo: memFree=28022152/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=23008 CPUtime=1.14 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 5223 0 0 0 113 1 0 0 20 0 1 0 274184351 23560192 5169 33554432000 4194304 4896791 140735895684192 140735895681704 4203873 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 5752 5169 78 172 0 5578 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 50692

[startup+3.10041 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 16947
/proc/meminfo: memFree=28020540/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=23280 CPUtime=2.73 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 6242 0 0 0 272 1 0 0 20 0 1 0 274184351 23838720 5291 33554432000 4194304 4896791 140735895684192 140735895681592 4225108 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 5820 5291 78 172 0 5646 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 50964

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16947
/proc/meminfo: memFree=28019908/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=23740 CPUtime=5.93 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 7708 0 0 0 591 2 0 0 20 0 1 0 274184351 24309760 5462 33554432000 4194304 4896791 140735895684192 140735895681704 4204079 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 5935 5462 78 172 0 5761 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 51424

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16947
/proc/meminfo: memFree=28030400/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=31772 CPUtime=12.33 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 10236 0 0 0 1231 2 0 0 20 0 1 0 274184351 32534528 6486 33554432000 4194304 4896791 140735895684192 140735895681720 4224770 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 7943 6486 78 172 0 7769 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 59456

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16947
/proc/meminfo: memFree=28021964/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=28508 CPUtime=25.13 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 14772 0 0 0 2509 4 0 0 20 0 1 0 274184351 29192192 6017 33554432000 4194304 4896791 140735895684192 140735895681704 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 7127 6017 78 172 0 6953 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 56192

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16947
/proc/meminfo: memFree=28008664/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=30244 CPUtime=50.72 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 20406 0 0 0 5066 6 0 0 20 0 1 0 274184351 30969856 6791 33554432000 4194304 4896791 140735895684192 140735895681400 4225417 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 7561 6791 78 172 0 7387 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 57928

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16948
/proc/meminfo: memFree=28014332/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=44568 CPUtime=101.91 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 28753 0 0 0 10182 9 0 0 20 0 1 0 274184351 45637632 10402 33554432000 4194304 4896791 140735895684192 140735895681704 4225445 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 11142 10402 78 172 0 10968 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 72252

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16948
/proc/meminfo: memFree=28006312/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17215
/proc/meminfo: memFree=28028136/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=105112 CPUtime=1361.56 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 66704 0 0 0 136112 44 0 0 20 0 1 0 274184351 107634688 22863 33554432000 4194304 4896791 140735895684192 140735895679928 4224663 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 26278 22863 78 172 0 26104 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 132796

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17215
/proc/meminfo: memFree=28017664/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=136368 CPUtime=1421.56 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 67396 0 0 0 142111 45 0 0 20 0 1 0 274184351 139640832 27636 33554432000 4194304 4896791 140735895684192 140735895679928 4225662 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 34092 27636 78 172 0 33918 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 164052

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17215
/proc/meminfo: memFree=28037824/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=87608 CPUtime=1481.53 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 67870 0 0 0 148107 46 0 0 20 0 1 0 274184351 89710592 21143 33554432000 4194304 4896791 140735895684192 140735895681768 4224802 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 21902 21143 78 172 0 21728 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 115292

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17215
/proc/meminfo: memFree=28000256/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=106724 CPUtime=1541.52 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 68472 0 0 0 154105 47 0 0 20 0 1 0 274184351 109285376 25825 33554432000 4194304 4896791 140735895684192 140735895679928 4224960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 26681 25825 78 172 0 26507 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 134408

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17216
/proc/meminfo: memFree=28002004/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=138996 CPUtime=1601.52 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 69390 0 0 0 160104 48 0 0 20 0 1 0 274184351 142331904 28770 33554432000 4194304 4896791 140735895684192 140735895681400 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 34749 28770 78 172 0 34575 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 166680

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 17219
/proc/meminfo: memFree=28012164/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=90548 CPUtime=1661.5 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 70052 0 0 0 166102 48 0 0 20 0 1 0 274184351 92721152 21960 33554432000 4194304 4896791 140735895684192 140735895681400 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 22637 21960 78 172 0 22463 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 118232

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17219
/proc/meminfo: memFree=27993356/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=112860 CPUtime=1721.49 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 71371 0 0 0 172100 49 0 0 20 0 1 0 274184351 115568640 25271 33554432000 4194304 4896791 140735895684192 140735895681704 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 28215 25271 78 172 0 28041 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 140544

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17219
/proc/meminfo: memFree=27997224/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=95372 CPUtime=1781.47 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 72628 0 0 0 178095 52 0 0 20 0 1 0 274184351 97660928 22659 33554432000 4194304 4896791 140735895684192 140735895681768 4225204 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 23843 22659 78 172 0 23669 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 123056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17219
/proc/meminfo: memFree=28018296/32873844 swapFree=6856/6856
[pid=16940] ppid=16938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16940/stat : 16940 (runPb2sat.sh) S 16938 16940 14257 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274184315 9367552 275 33554432000 4194304 5064252 140734893753504 140734893752416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16940/statm: 2287 275 233 213 0 72 0
[pid=16941] ppid=16940 vsize=9388 CPUtime=0.33 cores=0,2,4,6
/proc/16941/stat : 16941 (pb2sat) S 16940 16940 14257 0 -1 4202496 2849 3586 0 0 12 18 2 1 20 0 1 0 274184316 9613312 1695 33554432000 4194304 5873084 140734579956512 140734579950328 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16941/statm: 2347 1695 174 410 0 1929 0
[pid=16946] ppid=16941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16946/stat : 16946 (satsolver.sh) S 16941 16940 14257 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274184351 9367552 266 33554432000 4194304 5064252 140736843205488 140736843204400 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16946/statm: 2287 266 226 213 0 72 0
[pid=16947] ppid=16946 vsize=114460 CPUtime=1799.78 cores=0,2,4,6
/proc/16947/stat : 16947 (glucose_static) R 16946 16940 14257 0 -1 4202496 73206 0 0 0 179926 52 0 0 20 0 1 0 274184351 117207040 24764 33554432000 4194304 4896791 140735895684192 140735895679928 4225144 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16947/statm: 28615 24764 78 172 0 28441 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 142144

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.15
CPU user time (s): 1799.42
CPU system time (s): 0.729889
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 203196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.729889
maximum resident set size= 151008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80628
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 1872

runsolver used 3.03954 second user time and 10.7314 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 03:02:38
IDJOB=3696986
IDBENCH=48193
IDSOLVER=2274
FILE ID=node106/3696986-1338080558
RUNJOBID= node106-1338052970-14273
PBS_JOBID= 14624417
Free space on /tmp= 71296 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_1.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696986-1338080558/watcher-3696986-1338080558 -o /tmp/evaluation-result-3696986-1338080558/solver-3696986-1338080558 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696986-1338080558.opb 1436238193 HOME HOME

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

MD5SUM BENCH= 0945390fcac05113ffd57d1199a19e21
RANDOM SEED=1436238193

node106.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.065
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.13
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.065
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		: 2667.065
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.91
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.065
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.92
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.065
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		: 2667.065
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.065
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		: 2667.065
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:        28053272 kB
Buffers:          311836 kB
Cached:          3611084 kB
SwapCached:            0 kB
Active:          1286380 kB
Inactive:        2723684 kB
Active(anon):      87228 kB
Inactive(anon):     2044 kB
Active(file):    1199152 kB
Inactive(file):  2721640 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8944 kB
Writeback:             0 kB
AnonPages:        171580 kB
Mapped:            15724 kB
Shmem:               200 kB
Slab:             669752 kB
SReclaimable:     112204 kB
SUnreclaim:       557548 kB
KernelStack:        1528 kB
PageTables:         4340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     208656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 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= 71352 MiB
End job on node106 at 2012-05-27 03:32:39