Trace number 3750081

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 NameAnswerCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.07 1800.82

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_0.opb
MD5SUMd0955493ad3dd18776a949983101631a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2908167
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints7606
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints7500
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 4950
Biggest coefficient in the objective function 153130375
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 41352812606
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 153130375
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 41352812606
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.03	c old isEQ: 0, new EQ is 1
0.00/0.14	c old isEQ: 24, new EQ is 1
0.00/0.17	c old isEQ: 1, new EQ is 1
0.00/0.21	c run usual solver
41.01/41.14	c model valid
41.01/41.14	c current solution ok
41.45/41.53	o 211816791
41.45/41.53	c current bound: 105908420
41.45/41.53	c fallback to adder encoding
46.53/46.67	c model valid
46.53/46.67	c current solution ok
46.61/47.00	o 82459693
46.61/47.00	c current bound: 41229871
46.61/47.00	c fallback to adder encoding
74.99/75.84	c model valid
74.99/75.84	c current solution ok
74.99/75.86	o 37452641
74.99/75.86	c current bound: 18726345
74.99/75.86	c fallback to adder encoding
94.84/95.64	c model valid
94.84/95.64	c current solution ok
94.84/95.66	o 18200325
94.84/95.66	c current bound: 9100187
94.84/95.66	c fallback to adder encoding
123.89/124.38	c model valid
123.89/124.38	c current solution ok
123.89/124.39	o 8604883
123.89/124.39	c current bound: 4302466
123.89/124.39	c fallback to adder encoding
491.26/492.08	c model valid
491.26/492.08	c current solution ok
491.26/492.09	o 3519231
491.26/492.09	c current bound: 1759640
491.26/492.09	c fallback to adder encoding
1212.47/1213.18	c current bound: 2639461
1212.47/1213.18	c fallback to adder encoding
1800.07/1800.81	c error: unexpected solver exit code
1800.07/1800.81	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-3750081-1339181673/watcher-3750081-1339181673 -o /tmp/evaluation-result-3750081-1339181673/solver-3750081-1339181673 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750081-1339181673.opb 1453575309 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.51 1.84 1.92 3/171 5215
/proc/meminfo: memFree=30905588/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0

[startup+0.0980281 s]
/proc/loadavg: 1.51 1.84 1.92 3/171 5215
/proc/meminfo: memFree=30905588/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100197 s]
/proc/loadavg: 1.51 1.84 1.92 3/171 5215
/proc/meminfo: memFree=30905588/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300167 s]
/proc/loadavg: 1.51 1.84 1.92 3/171 5215
/proc/meminfo: memFree=30905588/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700191 s]
/proc/loadavg: 1.51 1.84 1.92 3/171 5215
/proc/meminfo: memFree=30905588/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 1.51 1.84 1.92 3/181 5229
/proc/meminfo: memFree=30711220/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=18808 CPUtime=0.2 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 5387 0 0 0 18 2 0 0 20 0 1 0 384292729 19259392 3885 33554432000 4194304 6004724 140736631131936 140736631125984 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 4702 3885 164 442 0 4256 0
[pid=5228] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5228/stat : 5228 (cp2_pre.sh) S 5216 5215 16392 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 384292751 9367552 277 33554432000 4194304 5064252 140736446181792 140736446180496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5228/statm: 2287 277 234 213 0 72 0
[pid=5229] ppid=5228 vsize=84044 CPUtime=1.26 cores=1,3,5,7
/proc/5229/stat : 5229 (coprocessor) R 5228 5215 16392 0 -1 4202496 16181 0 0 0 124 2 0 0 20 0 1 0 384292751 86061056 20159 33554432000 4194304 6586260 140735426157408 140735426152776 5599209 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/5229/statm: 21011 20159 192 584 0 20423 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 121148

[startup+3.10036 s]
/proc/loadavg: 1.55 1.84 1.92 3/181 5232
/proc/meminfo: memFree=30681692/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=18808 CPUtime=1.99 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 5395 18134 0 0 18 2 171 8 20 0 1 0 384292729 19259392 3885 33554432000 4194304 6004724 140736631131936 140736631127072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 4702 3885 164 442 0 4256 0
[pid=5231] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5216 5215 16392 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384292932 9367552 266 33554432000 4194304 5064252 140734201830224 140734201829136 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5231/statm: 2287 266 226 213 0 72 0
[pid=5232] ppid=5231 vsize=48452 CPUtime=1.06 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5215 16392 0 -1 4202496 8991 0 0 0 104 2 0 0 20 0 1 0 384292932 49614848 10474 33554432000 4194304 5208918 140734417973728 140734417971880 4229968 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5232/statm: 12113 10474 96 248 0 11862 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 85556

[startup+6.3003 s]
/proc/loadavg: 1.55 1.84 1.92 3/183 5234
/proc/meminfo: memFree=29979760/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=18808 CPUtime=1.99 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 5395 18134 0 0 18 2 171 8 20 0 1 0 384292729 19259392 3885 33554432000 4194304 6004724 140736631131936 140736631127072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 4702 3885 164 442 0 4256 0
[pid=5231] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5216 5215 16392 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384292932 9367552 266 33554432000 4194304 5064252 140734201830224 140734201829136 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5231/statm: 2287 266 226 213 0 72 0
[pid=5232] ppid=5231 vsize=79656 CPUtime=4.26 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5215 16392 0 -1 4202496 11368 0 0 0 423 3 0 0 20 0 1 0 384292932 81567744 18465 33554432000 4194304 5208918 140734417973728 140734417971720 4205139 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5232/statm: 19914 18465 96 248 0 19663 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 116760

[startup+12.7004 s]
/proc/loadavg: 1.69 1.86 1.93 3/183 5234
/proc/meminfo: memFree=29675044/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=18808 CPUtime=1.99 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 5395 18134 0 0 18 2 171 8 20 0 1 0 384292729 19259392 3885 33554432000 4194304 6004724 140736631131936 140736631127072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 4702 3885 164 442 0 4256 0
[pid=5231] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5216 5215 16392 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384292932 9367552 266 33554432000 4194304 5064252 140734201830224 140734201829136 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5231/statm: 2287 266 226 213 0 72 0
[pid=5232] ppid=5231 vsize=130180 CPUtime=10.66 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5215 16392 0 -1 4202496 13599 0 0 0 1060 6 0 0 20 0 1 0 384292932 133304320 25934 33554432000 4194304 5208918 140734417973728 140734417971880 4229365 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5232/statm: 32545 25934 96 248 0 32294 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 167284

[startup+25.5005 s]
/proc/loadavg: 1.81 1.88 1.93 3/183 5237
/proc/meminfo: memFree=30290656/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=18808 CPUtime=1.99 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 5395 18134 0 0 18 2 171 8 20 0 1 0 384292729 19259392 3885 33554432000 4194304 6004724 140736631131936 140736631127072 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 4702 3885 164 442 0 4256 0
[pid=5231] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5231/stat : 5231 (satsolver.sh) S 5216 5215 16392 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384292932 9367552 266 33554432000 4194304 5064252 140734201830224 140734201829136 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5231/statm: 2287 266 226 213 0 72 0
[pid=5232] ppid=5231 vsize=130180 CPUtime=23.46 cores=1,3,5,7
/proc/5232/stat : 5232 (glucose) R 5231 5215 16392 0 -1 4202496 16318 0 0 0 2336 10 0 0 20 0 1 0 384292932 133304320 24911 33554432000 4194304 5208918 140734417973728 140734417971880 4211553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5232/statm: 32545 24911 96 248 0 32294 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 167284

[startup+51.1004 s]
/proc/loadavg: 1.96 1.91 1.94 3/183 5251
/proc/meminfo: memFree=30153484/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=83804 CPUtime=47.38 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 16332 80464 0 0 168 51 4466 53 20 0 1 0 384292729 85815296 15590 33554432000 4194304 6004724 140736631131936 140736631124288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 20951 15590 181 442 0 20505 0
[pid=5250] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5250/stat : 5250 (satsolver.sh) S 5216 5215 16392 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384297503 9367552 267 33554432000 4194304 5064252 140736701688288 140736701687200 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5250/statm: 2287 267 226 213 0 72 0
[pid=5251] ppid=5250 vsize=152120 CPUtime=3.34 cores=1,3,5,7
/proc/5251/stat : 5251 (glucose) R 5250 5215 16392 0 -1 4202496 29109 0 0 0 327 7 0 0 20 0 1 0 384297504 155770880 34345 33554432000 4194304 5208918 140737435285120 140737435282872 4229251 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5251/statm: 38030 34345 103 248 0 37779 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 254220

[startup+102.3 s]
/proc/loadavg: 2.07 1.95 1.95 3/183 5265
/proc/meminfo: memFree=30202012/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=82612 CPUtime=95.85 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 27842 152788 0 0 280 66 9132 107 20 0 1 0 384292729 84594688 12220 33554432000 4194304 6004724 140736631131936 140736631124288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 20653 12220 181 442 0 20207 0
[pid=5264] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5264/stat : 5264 (satsolver.sh) S 5216 5215 16392 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384302354 9367552 267 33554432000 4194304 5064252 140735523788496 140735523787408 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5264/statm: 2287 267 226 213 0 72 0
[pid=5265] ppid=5264 vsize=127764 CPUtime=6.04 cores=1,3,5,7
/proc/5265/stat : 5265 (glucose) R 5264 5215 16392 0 -1 4202496 24685 0 0 0 598 6 0 0 20 0 1 0 384302354 130830336 27636 33554432000 4194304 5208918 140736231423216 140736231420968 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5265/statm: 31941 27636 104 248 0 31690 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 228672

[startup+162.3 s]
/proc/loadavg: 2.09 1.97 1.96 3/183 5279
/proc/meminfo: memFree=29165636/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=49276 CPUtime=124.45 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 32672 184317 0 0 323 71 11921 130 20 0 1 0 384292729 50458624 10542 33554432000 4194304 6004724 140736631131936 140736631124288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 12319 10542 181 442 0 11873 0
[pid=5271] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/5333/stat : 5333 (glucose) R 5332 5215 16392 0 -1 4202496 26338 0 0 0 20854 11 0 0 20 0 1 0 384414089 184832000 39592 33554432000 4194304 5208918 140733446129712 140733446127704 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5333/statm: 45125 39592 105 248 0 44874 0
Current children cumulated CPU time (s) 1421.62
Current children cumulated vsize (KiB) 280684

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 1.99 3/183 5334
/proc/meminfo: memFree=29272744/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=81888 CPUtime=1212.97 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 40206 260913 0 0 396 80 120621 200 20 0 1 0 384292729 83853312 18151 33554432000 4194304 6004724 140736631131936 140736631124288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 20472 18151 181 442 0 20026 0
[pid=5332] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5332/stat : 5332 (satsolver.sh) S 5216 5215 16392 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384414089 9367552 266 33554432000 4194304 5064252 140735826956464 140735826955376 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5332/statm: 2287 266 226 213 0 72 0
[pid=5333] ppid=5332 vsize=180500 CPUtime=268.64 cores=1,3,5,7
/proc/5333/stat : 5333 (glucose) R 5332 5215 16392 0 -1 4202496 26599 0 0 0 26852 12 0 0 20 0 1 0 384414089 184832000 41135 33554432000 4194304 5208918 140733446129712 140733446126024 4211871 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5333/statm: 45125 41135 105 248 0 44874 0
Current children cumulated CPU time (s) 1481.61
Current children cumulated vsize (KiB) 280684

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 1.99 3/184 5337
/proc/meminfo: memFree=29253392/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=81888 CPUtime=1212.97 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 40206 260913 0 0 396 80 120621 200 20 0 1 0 384292729 83853312 18151 33554432000 4194304 6004724 140736631131936 140736631124288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 20472 18151 181 442 0 20026 0
[pid=5332] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5332/stat : 5332 (satsolver.sh) S 5216 5215 16392 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384414089 9367552 266 33554432000 4194304 5064252 140735826956464 140735826955376 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5332/statm: 2287 266 226 213 0 72 0
[pid=5333] ppid=5332 vsize=180500 CPUtime=328.64 cores=1,3,5,7
/proc/5333/stat : 5333 (glucose) R 5332 5215 16392 0 -1 4202496 26693 0 0 0 32851 13 0 0 20 0 1 0 384414089 184832000 43183 33554432000 4194304 5208918 140733446129712 140733446126088 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5333/statm: 45125 43183 105 248 0 44874 0
Current children cumulated CPU time (s) 1541.61
Current children cumulated vsize (KiB) 280684

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/183 5337
/proc/meminfo: memFree=29236816/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=81888 CPUtime=1212.97 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 40206 260913 0 0 396 80 120621 200 20 0 1 0 384292729 83853312 18151 33554432000 4194304 6004724 140736631131936 140736631124288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 20472 18151 181 442 0 20026 0
[pid=5332] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5332/stat : 5332 (satsolver.sh) S 5216 5215 16392 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384414089 9367552 266 33554432000 4194304 5064252 140735826956464 140735826955376 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5332/statm: 2287 266 226 213 0 72 0
[pid=5333] ppid=5332 vsize=211320 CPUtime=388.62 cores=1,3,5,7
/proc/5333/stat : 5333 (glucose) R 5332 5215 16392 0 -1 4202496 27946 0 0 0 38847 15 0 0 20 0 1 0 384414089 216391680 46834 33554432000 4194304 5208918 140733446129712 140733446125480 4229424 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5333/statm: 52830 46834 105 248 0 52579 0
Current children cumulated CPU time (s) 1601.59
Current children cumulated vsize (KiB) 311504

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/183 5337
/proc/meminfo: memFree=29243104/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=81888 CPUtime=1212.97 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 40206 260913 0 0 396 80 120621 200 20 0 1 0 384292729 83853312 18151 33554432000 4194304 6004724 140736631131936 140736631124288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 20472 18151 181 442 0 20026 0
[pid=5332] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5332/stat : 5332 (satsolver.sh) S 5216 5215 16392 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384414089 9367552 266 33554432000 4194304 5064252 140735826956464 140735826955376 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5332/statm: 2287 266 226 213 0 72 0
[pid=5333] ppid=5332 vsize=211320 CPUtime=448.61 cores=1,3,5,7
/proc/5333/stat : 5333 (glucose) R 5332 5215 16392 0 -1 4202496 28620 0 0 0 44844 17 0 0 20 0 1 0 384414089 216391680 44786 33554432000 4194304 5208918 140733446129712 140733446127864 4211732 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5333/statm: 52830 44786 105 248 0 52579 0
Current children cumulated CPU time (s) 1661.58
Current children cumulated vsize (KiB) 311504

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 5338
/proc/meminfo: memFree=29249204/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=81888 CPUtime=1212.97 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 40206 260913 0 0 396 80 120621 200 20 0 1 0 384292729 83853312 18151 33554432000 4194304 6004724 140736631131936 140736631124288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 20472 18151 181 442 0 20026 0
[pid=5332] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5332/stat : 5332 (satsolver.sh) S 5216 5215 16392 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384414089 9367552 266 33554432000 4194304 5064252 140735826956464 140735826955376 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5332/statm: 2287 266 226 213 0 72 0
[pid=5333] ppid=5332 vsize=180500 CPUtime=508.6 cores=1,3,5,7
/proc/5333/stat : 5333 (glucose) R 5332 5215 16392 0 -1 4202496 28711 0 0 0 50842 18 0 0 20 0 1 0 384414089 184832000 42671 33554432000 4194304 5208918 140733446129712 140733446125400 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5333/statm: 45125 42671 105 248 0 44874 0
Current children cumulated CPU time (s) 1721.57
Current children cumulated vsize (KiB) 280684

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 5338
/proc/meminfo: memFree=29253196/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=81888 CPUtime=1212.97 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 40206 260913 0 0 396 80 120621 200 20 0 1 0 384292729 83853312 18151 33554432000 4194304 6004724 140736631131936 140736631124288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 20472 18151 181 442 0 20026 0
[pid=5332] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5332/stat : 5332 (satsolver.sh) S 5216 5215 16392 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384414089 9367552 266 33554432000 4194304 5064252 140735826956464 140735826955376 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5332/statm: 2287 266 226 213 0 72 0
[pid=5333] ppid=5332 vsize=180500 CPUtime=568.59 cores=1,3,5,7
/proc/5333/stat : 5333 (glucose) R 5332 5215 16392 0 -1 4202496 29388 0 0 0 56839 20 0 0 20 0 1 0 384414089 184832000 41135 33554432000 4194304 5208918 140733446129712 140733446127800 4228924 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5333/statm: 45125 41135 105 248 0 44874 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 280684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.81 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 5338
/proc/meminfo: memFree=29245188/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=81888 CPUtime=1212.97 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 40206 260913 0 0 396 80 120621 200 20 0 1 0 384292729 83853312 18151 33554432000 4194304 6004724 140736631131936 140736631124288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 20472 18151 181 442 0 20026 0
[pid=5332] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5332/stat : 5332 (satsolver.sh) S 5216 5215 16392 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384414089 9367552 266 33554432000 4194304 5064252 140735826956464 140735826955376 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5332/statm: 2287 266 226 213 0 72 0
[pid=5333] ppid=5332 vsize=180500 CPUtime=587.1 cores=1,3,5,7
/proc/5333/stat : 5333 (glucose) R 5332 5215 16392 0 -1 4202496 29392 0 0 0 58690 20 0 0 20 0 1 0 384414089 184832000 43183 33554432000 4194304 5208918 140733446129712 140733446127800 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5333/statm: 45125 43183 105 248 0 44874 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 280684

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.81 s]
/proc/loadavg: 2.00 2.00 1.99 3/183 5338
/proc/meminfo: memFree=29245188/32873648 swapFree=7628/7628
[pid=5215] ppid=5213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5215/stat : 5215 (npSolver-pbo.sh) S 5213 5215 16392 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384292729 9367552 275 33554432000 4194304 5064252 140736643134640 140736643133552 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5215/statm: 2287 275 233 213 0 72 0
[pid=5216] ppid=5215 vsize=81888 CPUtime=1212.97 cores=1,3,5,7
/proc/5216/stat : 5216 (npSolver-pbo) S 5215 5215 16392 0 -1 4202496 40206 260913 0 0 396 80 120621 200 20 0 1 0 384292729 83853312 18151 33554432000 4194304 6004724 140736631131936 140736631124288 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5216/statm: 20472 18151 181 442 0 20026 0
[pid=5332] ppid=5216 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5332/stat : 5332 (satsolver.sh) S 5216 5215 16392 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384414089 9367552 266 33554432000 4194304 5064252 140735826956464 140735826955376 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5332/statm: 2287 266 226 213 0 72 0
[pid=5333] ppid=5332 vsize=180500 CPUtime=587.1 cores=1,3,5,7
/proc/5333/stat : 5333 (glucose) R 5332 5215 16392 0 -1 4202496 29392 0 0 0 58690 20 0 0 20 0 1 0 384414089 184832000 43183 33554432000 4194304 5208918 140733446129712 140733446127800 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5333/statm: 45125 43183 105 248 0 44874 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 280684

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5215 and gives
#  childrusage.ru_utime.tv_sec=1210
#  childrusage.ru_utime.tv_usec=186023
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=806573
# CPU time returned by wait4() is 1212.99
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.82
CPU time (s): 1800.07
CPU user time (s): 1797.07
CPU system time (s): 3
CPU usage (%): 99.9583
Max. virtual memory (cumulated for all children) (KiB): 427864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1210.19
system time used= 2.80657
maximum resident set size= 287696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302095
page faults= 0
swaps= 0
block input operations= 0
block output operations= 612912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3265
involuntary context switches= 1620

runsolver used 3.23851 second user time and 7.64484 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-08 20:54:33
IDJOB=3750081
IDBENCH=92760
IDSOLVER=2334
FILE ID=node127/3750081-1339181673
RUNJOBID= node127-1339181673-5197
PBS_JOBID= 14643807
Free space on /tmp= 70832 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat50_4_16_0.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750081-1339181673/watcher-3750081-1339181673 -o /tmp/evaluation-result-3750081-1339181673/solver-3750081-1339181673 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750081-1339181673.opb 1453575309 HOME HOME

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

MD5SUM BENCH= d0955493ad3dd18776a949983101631a
RANDOM SEED=1453575309

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:        30906604 kB
Buffers:          443176 kB
Cached:           613328 kB
SwapCached:         2000 kB
Active:          1039408 kB
Inactive:          30688 kB
Active(anon):       1888 kB
Inactive(anon):     8268 kB
Active(file):    1037520 kB
Inactive(file):    22420 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67103464 kB
Dirty:             18516 kB
Writeback:             0 kB
AnonPages:         13028 kB
Mapped:             9468 kB
Shmem:                92 kB
Slab:             758996 kB
SReclaimable:     202284 kB
SUnreclaim:       556712 kB
KernelStack:        1448 kB
PageTables:         4020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70500 MiB
End job on node127 at 2012-06-08 21:24:34