Trace number 3749947

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 (fixed)? (TO) 1800.11 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/
datasets/caixa/normalized-550.cudf.paranoid.opb
MD5SUM267fb7bfa40fc21a854e56ff0f102017
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.3118
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6685
Total number of constraints36083
Number of constraints which are clauses36083
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1415
Number of terms in the objective function 3213
Biggest coefficient in the objective function 1802
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 2548026
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 1802
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 2548026
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

0.00/0.10	c run usual solver
0.00/0.33	c model valid
0.00/0.33	c current solution ok
0.00/0.35	o 279467
0.00/0.35	c current bound: 139733
0.00/0.35	c fallback to adder encoding
1800.08/1800.41	c error: unexpected solver exit code
1800.08/1800.41	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-3749947-1339160765/watcher-3749947-1339160765 -o /tmp/evaluation-result-3749947-1339160765/solver-3749947-1339160765 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3749947-1339160765.opb 1422401057 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.07 2.02 2.21 3/179 3218
/proc/meminfo: memFree=31082112/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0

[startup+0.00719505 s]
/proc/loadavg: 2.07 2.02 2.21 3/179 3218
/proc/meminfo: memFree=31082112/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100246 s]
/proc/loadavg: 2.07 2.02 2.21 3/179 3218
/proc/meminfo: memFree=31082112/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300169 s]
/proc/loadavg: 2.07 2.02 2.21 3/179 3218
/proc/meminfo: memFree=31082112/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700218 s]
/proc/loadavg: 2.07 2.02 2.21 3/179 3218
/proc/meminfo: memFree=31082112/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.15 2.03 2.21 3/183 3232
/proc/meminfo: memFree=30962140/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=57476 CPUtime=0.79 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 13374 0 0 0 77 2 0 0 20 0 1 0 382203909 58855424 12833 33554432000 4194304 5208918 140735567542624 140735567540728 4205247 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 14369 12833 104 248 0 14118 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 139076

[startup+3.1004 s]
/proc/loadavg: 2.15 2.03 2.21 3/183 3232
/proc/meminfo: memFree=30982356/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=58048 CPUtime=2.38 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 13701 0 0 0 236 2 0 0 20 0 1 0 382203909 59441152 13143 33554432000 4194304 5208918 140735567542624 140735567540456 4211897 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 14512 13143 105 248 0 14261 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 139648

[startup+6.30042 s]
/proc/loadavg: 2.15 2.03 2.21 3/183 3232
/proc/meminfo: memFree=30980388/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=66352 CPUtime=5.58 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 14301 0 0 0 556 2 0 0 20 0 1 0 382203909 67944448 13721 33554432000 4194304 5208918 140735567542624 140735567539000 4211641 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 16588 13721 105 248 0 16337 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 147952

[startup+12.7004 s]
/proc/loadavg: 2.12 2.03 2.21 3/183 3232
/proc/meminfo: memFree=30964964/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=79936 CPUtime=11.98 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 15980 0 0 0 1195 3 0 0 20 0 1 0 382203909 81854464 17312 33554432000 4194304 5208918 140735567542624 140735567538936 4211553 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 19984 17312 105 248 0 19733 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 161536

[startup+25.5005 s]
/proc/loadavg: 2.10 2.03 2.21 3/183 3232
/proc/meminfo: memFree=30946676/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=98612 CPUtime=24.78 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 16176 0 0 0 2475 3 0 0 20 0 1 0 382203909 100978688 22083 33554432000 4194304 5208918 140735567542624 140735567538312 4205681 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 24653 22083 105 248 0 24402 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 180212

[startup+51.1005 s]
/proc/loadavg: 2.07 2.03 2.20 3/183 3233
/proc/meminfo: memFree=30942440/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=110284 CPUtime=50.37 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 17836 0 0 0 5033 4 0 0 20 0 1 0 382203909 112930816 19373 33554432000 4194304 5208918 140735567542624 140735567540568 4211553 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 27571 19373 105 248 0 27320 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 191884

[startup+102.3 s]
/proc/loadavg: 2.07 2.03 2.19 3/183 3240
/proc/meminfo: memFree=30939936/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=140632 CPUtime=101.58 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 18391 0 0 0 10153 5 0 0 20 0 1 0 382203909 144007168 26042 33554432000 4194304 5208918 140735567542624 140735567539000 4211632 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 35158 26042 105 248 0 34907 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 222232

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.17 3/183 3240
/proc/meminfo: memFree=30908016/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 3330
/proc/meminfo: memFree=30647204/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=161112 CPUtime=1421.36 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 25844 0 0 0 142110 26 0 0 20 0 1 0 382203909 164978688 38760 33554432000 4194304 5208918 140735567542624 140735567539000 4229319 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 40278 38760 105 248 0 40027 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 242712

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/184 3333
/proc/meminfo: memFree=30618304/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=191932 CPUtime=1481.35 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 26437 0 0 0 148108 27 0 0 20 0 1 0 382203909 196538368 43435 33554432000 4194304 5208918 140735567542624 140735567539000 4211712 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 47983 43435 105 248 0 47732 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 273532

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 3334
/proc/meminfo: memFree=30591896/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=242020 CPUtime=1541.35 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 27266 0 0 0 154107 28 0 0 20 0 1 0 382203909 247828480 47832 33554432000 4194304 5208918 140735567542624 140735567540776 4211676 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 60505 47832 105 248 0 60254 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 323620

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 3335
/proc/meminfo: memFree=30626448/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=191932 CPUtime=1601.33 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 27991 0 0 0 160103 30 0 0 20 0 1 0 382203909 196538368 40875 33554432000 4194304 5208918 140735567542624 140735567539000 4229319 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 47983 40875 105 248 0 47732 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 273532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3335
/proc/meminfo: memFree=30607052/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=191932 CPUtime=1661.32 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 28002 0 0 0 166102 30 0 0 20 0 1 0 382203909 196538368 46507 33554432000 4194304 5208918 140735567542624 140735567538392 4211553 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 47983 46507 105 248 0 47732 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 273532

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 3335
/proc/meminfo: memFree=30626672/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=191932 CPUtime=1721.31 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 29551 0 0 0 172099 32 0 0 20 0 1 0 382203909 196538368 39851 33554432000 4194304 5208918 140735567542624 140735567540776 4211553 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 47983 39851 105 248 0 47732 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 273532

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 3335
/proc/meminfo: memFree=30596696/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=191932 CPUtime=1781.3 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 29561 0 0 0 178097 33 0 0 20 0 1 0 382203909 196538368 44971 33554432000 4194304 5208918 140735567542624 140735567539000 4211584 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 47983 44971 105 248 0 47732 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 273532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 3335
/proc/meminfo: memFree=30602180/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=191932 CPUtime=1799.41 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 29563 0 0 0 179908 33 0 0 20 0 1 0 382203909 196538368 45995 33554432000 4194304 5208918 140735567542624 140735567539000 4211553 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 47983 45995 105 248 0 47732 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 273532

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 3335
/proc/meminfo: memFree=30602180/32873648 swapFree=7124/7124
[pid=3218] ppid=3216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3218/stat : 3218 (npSolver-pbo.sh) S 3216 3218 30446 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 382203840 9367552 275 33554432000 4194304 5064252 140733955884048 140733955882960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3218/statm: 2287 275 233 213 0 72 0
[pid=3219] ppid=3218 vsize=63304 CPUtime=0.67 cores=1,3,5,7
/proc/3219/stat : 3219 (npSolver-pbo) S 3218 3218 30446 0 -1 4202496 10072 7006 0 0 42 8 15 2 20 0 1 0 382203840 64823296 12221 33554432000 4194304 6004724 140734564279920 140734564272272 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3219/statm: 15826 12221 175 442 0 15380 0
[pid=3231] ppid=3219 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (satsolver.sh) S 3219 3218 30446 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 382203908 9367552 266 33554432000 4194304 5064252 140735601318800 140735601317712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3231/statm: 2287 266 226 213 0 72 0
[pid=3232] ppid=3231 vsize=191932 CPUtime=1799.41 cores=1,3,5,7
/proc/3232/stat : 3232 (glucose) R 3231 3218 30446 0 -1 4202496 29563 0 0 0 179908 33 0 0 20 0 1 0 382203909 196538368 45995 33554432000 4194304 5208918 140735567542624 140735567539000 4211553 0 0 4096 0 0 0 0 17 5 0 0 1 0 0
/proc/3232/statm: 47983 45995 105 248 0 47732 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 273532

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.66
CPU system time (s): 0.45493
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 372940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.45493
maximum resident set size= 238852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47616
page faults= 0
swaps= 0
block input operations= 0
block output operations= 41496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44
involuntary context switches= 1875

runsolver used 3.20551 second user time and 8.15976 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-08 15:06:05
IDJOB=3749947
IDBENCH=72237
IDSOLVER=2334
FILE ID=node114/3749947-1339160765
RUNJOBID= node114-1339158202-2473
PBS_JOBID= 14643776
Free space on /tmp= 70292 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/caixa/normalized-550.cudf.paranoid.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749947-1339160765/watcher-3749947-1339160765 -o /tmp/evaluation-result-3749947-1339160765/solver-3749947-1339160765 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3749947-1339160765.opb 1422401057 HOME HOME

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

MD5SUM BENCH= 267fb7bfa40fc21a854e56ff0f102017
RANDOM SEED=1422401057

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:        31082656 kB
Buffers:          430044 kB
Cached:           306272 kB
SwapCached:         2536 kB
Active:           680192 kB
Inactive:         170260 kB
Active(anon):     111512 kB
Inactive(anon):     4712 kB
Active(file):     568680 kB
Inactive(file):   165548 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67099412 kB
Dirty:              8968 kB
Writeback:             0 kB
AnonPages:        131076 kB
Mapped:             9964 kB
Shmem:                 0 kB
Slab:             789940 kB
SReclaimable:     233868 kB
SUnreclaim:       556072 kB
KernelStack:        1480 kB
PageTables:         4380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     265220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 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= 70220 MiB
End job on node114 at 2012-06-08 15:36:05