Trace number 3750412

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.09 1800.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-2.opb
MD5SUM669011fc499ae56e44c354cc6cddc4c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-47
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80851
Number of constraints which are clauses80851
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 constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
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 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
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.21	c run usual solver
0.00/0.47	c model valid
0.00/0.47	c current solution ok
0.00/0.60	o 0
0.00/0.60	c current bound: 575
0.00/0.60	c (debug) using card networks
0.00/0.60	c old isEQ: 63, new EQ is 0
5.28/5.35	c current bound: 863
5.28/5.35	c (debug) using card networks
5.28/5.35	c old isEQ: 95, new EQ is 0
14.17/14.28	c current bound: 1007
14.17/14.28	c (debug) using card networks
14.17/14.28	c old isEQ: 239, new EQ is 0
26.06/26.17	c current bound: 1079
26.06/26.17	c (debug) using card networks
26.06/26.17	c old isEQ: 55, new EQ is 0
43.07/43.14	c current bound: 1115
43.07/43.14	c (debug) using card networks
43.07/43.14	c old isEQ: 91, new EQ is 0
46.76/46.81	c model valid
46.76/46.81	c current solution ok
46.76/46.81	o -37
46.76/46.81	c current bound: 1096
46.76/46.81	c (debug) using card networks
46.76/46.81	c old isEQ: 72, new EQ is 0
62.36/62.41	c current bound: 1105
62.36/62.41	c (debug) using card networks
62.36/62.41	c old isEQ: 81, new EQ is 0
91.26/91.41	c model valid
91.26/91.41	c current solution ok
91.26/91.41	o -45
91.26/91.41	c current bound: 1101
91.26/91.41	c (debug) using card networks
91.26/91.41	c old isEQ: 77, new EQ is 0
1800.09/1800.51	c error: unexpected solver exit code
1800.09/1800.51	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-3750412-1339121340/watcher-3750412-1339121340 -o /tmp/evaluation-result-3750412-1339121340/solver-3750412-1339121340 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750412-1339121340.opb 331058593 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.00 2.01 2.00 3/179 10549
/proc/meminfo: memFree=28329648/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0

[startup+0.094364 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10549
/proc/meminfo: memFree=28329648/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100358 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10549
/proc/meminfo: memFree=28329648/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300325 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10549
/proc/meminfo: memFree=28329648/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700236 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 10549
/proc/meminfo: memFree=28329648/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50048 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 10563
/proc/meminfo: memFree=28239828/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=0.65 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 9707 7393 0 0 34 14 15 2 20 0 1 0 378262489 58699776 13992 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10550/statm: 14331 13992 171 442 0 13885 0
[pid=10562] ppid=10550 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10562/stat : 10562 (satsolver.sh) S 10550 10549 7856 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378262555 9367552 266 33554432000 4194304 5064252 140733496357664 140733496356576 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10562/statm: 2287 266 226 213 0 72 0
[pid=10563] ppid=10562 vsize=33876 CPUtime=0.83 cores=1,3,5,7
/proc/10563/stat : 10563 (glucose) R 10562 10549 7856 0 -1 4202496 7566 0 0 0 82 1 0 0 20 0 1 0 378262555 34689024 7500 33554432000 4194304 5208918 140734484280272 140734484278216 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10563/statm: 8469 7500 95 248 0 8218 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 109496

[startup+3.10047 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 10563
/proc/meminfo: memFree=28239084/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=0.65 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 9707 7393 0 0 34 14 15 2 20 0 1 0 378262489 58699776 13992 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10550/statm: 14331 13992 171 442 0 13885 0
[pid=10562] ppid=10550 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10562/stat : 10562 (satsolver.sh) S 10550 10549 7856 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378262555 9367552 266 33554432000 4194304 5064252 140733496357664 140733496356576 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10562/statm: 2287 266 226 213 0 72 0
[pid=10563] ppid=10562 vsize=33876 CPUtime=2.43 cores=1,3,5,7
/proc/10563/stat : 10563 (glucose) R 10562 10549 7856 0 -1 4202496 7613 0 0 0 242 1 0 0 20 0 1 0 378262555 34689024 7547 33554432000 4194304 5208918 140734484280272 140734484278104 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10563/statm: 8469 7547 95 248 0 8218 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 109496

[startup+6.30038 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 10568
/proc/meminfo: memFree=28271024/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=5.39 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 11123 18391 0 0 39 14 481 5 20 0 1 0 378262489 58699776 13993 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10550/statm: 14331 13993 172 442 0 13885 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 66472

[startup+12.7005 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 10570
/proc/meminfo: memFree=28238052/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=5.39 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 11123 18391 0 0 39 14 481 5 20 0 1 0 378262489 58699776 13993 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10550/statm: 14331 13993 172 442 0 13885 0
[pid=10569] ppid=10550 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10569/stat : 10569 (satsolver.sh) S 10550 10549 7856 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378263030 9367552 266 33554432000 4194304 5064252 140736538418192 140736538417104 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10569/statm: 2287 266 226 213 0 72 0
[pid=10570] ppid=10569 vsize=36676 CPUtime=7.27 cores=1,3,5,7
/proc/10570/stat : 10570 (glucose) R 10569 10549 7856 0 -1 4202496 6910 0 0 0 726 1 0 0 20 0 1 0 378263030 37556224 7705 33554432000 4194304 5208918 140735809476768 140735809474920 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10570/statm: 9169 7705 95 248 0 8918 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 112296

[startup+25.5005 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 10577
/proc/meminfo: memFree=28204104/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=14.32 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 12538 28174 0 0 44 15 1365 8 20 0 1 0 378262489 58699776 13993 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10550/statm: 14331 13993 172 442 0 13885 0
[pid=10576] ppid=10550 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10576/stat : 10576 (satsolver.sh) S 10550 10549 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378263923 9367552 267 33554432000 4194304 5064252 140737036449504 140737036448416 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10576/statm: 2287 267 226 213 0 72 0
[pid=10577] ppid=10576 vsize=37016 CPUtime=11.14 cores=1,3,5,7
/proc/10577/stat : 10577 (glucose) R 10576 10549 7856 0 -1 4202496 7972 0 0 0 1113 1 0 0 20 0 1 0 378263923 37904384 7907 33554432000 4194304 5208918 140735475403376 140735475401208 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10577/statm: 9254 7907 103 248 0 9003 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 112636

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10598
/proc/meminfo: memFree=28216816/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=46.85 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 16991 62957 0 0 69 17 4572 27 20 0 1 0 378262489 58699776 13993 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10550/statm: 14331 13993 172 442 0 13885 0
[pid=10597] ppid=10550 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10597/stat : 10597 (satsolver.sh) S 10550 10549 7856 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378267176 9367552 267 33554432000 4194304 5064252 140735640319776 140735640318688 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10597/statm: 2287 267 226 213 0 72 0
[pid=10598] ppid=10597 vsize=37392 CPUtime=4.22 cores=1,3,5,7
/proc/10598/stat : 10598 (glucose) R 10597 10549 7856 0 -1 4202496 8128 0 0 0 420 2 0 0 20 0 1 0 378267177 38289408 8115 33554432000 4194304 5208918 140736177681936 140736177680088 4210724 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10598/statm: 9348 8115 103 248 0 9097 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 113012

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 10615
/proc/meminfo: memFree=28203328/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=91.34 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 19969 93678 0 0 88 19 8985 42 20 0 1 0 378262489 58699776 13993 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/10550/statm: 14331 13993 172 442 0 13885 0
[pid=10614] ppid=10550 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10614/stat : 10614 (satsolver.sh) S 10550 10549 7856 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378271636 9367552 267 33554432000 4194304 5064252 140734410713264 140734410712176 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10614/statm: 2287 267 226 213 0 72 0
[pid=10615] ppid=10614 vsize=38160 CPUtime=10.81 cores=1,3,5,7
/proc/10615/stat : 10615 (glucose) R 10614 10549 7856 0 -1 4202496 9653 0 0 0 1079 2 0 0 20 0 1 0 378271637 39075840 8640 33554432000 4194304 5208918 140736779937408 140736779933784 4212680 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10615/statm: 9540 8640 105 248 0 9289 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 113780

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 10616
/proc/meminfo: memFree=28171048/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=91.34 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 19969 93678 0 0 88 19 8985 42 20 0 1 0 378262489 58699776 13993 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/10550/statm: 14331 13993 172 442 0 13885 0
[pid=10614] ppid=10550 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10614/stat : 10614 (satsolver.sh) S 10550 10549 7856 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378271636 9367552 267 33554432000 4194304 5064252 140734410713264 140734410712176 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10614/statm: 2287 267 226 213 0 72 0
[pid=10615] ppid=10614 vsize=68540 CPUtime=70.79 cores=1,3,5,7
/proc/10615/stat : 10615 (glucose) R 10614 10549 7856 0 -1 4202496 14486 0 0 0 7075 4 0 0 20 0 1 0 378271637 70184960 16552 33554432000 4194304 5208918 140736779937408 140736779933720 4211744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10615/statm: 17135 16552 105 248 0 16884 0
Current children cumulated CPU time (s) 162.13

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

/proc/10615/stat : 10615 (glucose) R 10614 10549 7856 0 -1 4202496 35347 0 0 0 133016 45 0 0 20 0 1 0 378271637 215953408 44724 33554432000 4194304 5208918 140736779937408 140736779935560 4229517 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10615/statm: 52723 44724 105 248 0 52472 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 286512

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10672
/proc/meminfo: memFree=28068472/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=91.34 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 19969 93678 0 0 88 19 8985 42 20 0 1 0 378262489 58699776 13993 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/10550/statm: 14331 13993 172 442 0 13885 0
[pid=10614] ppid=10550 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10614/stat : 10614 (satsolver.sh) S 10550 10549 7856 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378271636 9367552 267 33554432000 4194304 5064252 140734410713264 140734410712176 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10614/statm: 2287 267 226 213 0 72 0
[pid=10615] ppid=10614 vsize=210892 CPUtime=1390.59 cores=1,3,5,7
/proc/10615/stat : 10615 (glucose) R 10614 10549 7856 0 -1 4202496 36272 0 0 0 139012 47 0 0 20 0 1 0 378271637 215953408 46283 33554432000 4194304 5208918 140736779937408 140736779935560 4229734 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10615/statm: 52723 46283 105 248 0 52472 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 286512

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 10672
/proc/meminfo: memFree=28108172/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=91.34 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 19969 93678 0 0 88 19 8985 42 20 0 1 0 378262489 58699776 13993 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/10550/statm: 14331 13993 172 442 0 13885 0
[pid=10614] ppid=10550 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10614/stat : 10614 (satsolver.sh) S 10550 10549 7856 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378271636 9367552 267 33554432000 4194304 5064252 140734410713264 140734410712176 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10614/statm: 2287 267 226 213 0 72 0
[pid=10615] ppid=10614 vsize=130752 CPUtime=1450.58 cores=1,3,5,7
/proc/10615/stat : 10615 (glucose) R 10614 10549 7856 0 -1 4202496 37177 0 0 0 145009 49 0 0 20 0 1 0 378271637 133890048 32105 33554432000 4194304 5208918 140736779937408 140736779933720 4229780 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10615/statm: 32688 32105 105 248 0 32437 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 206372

[startup+1602.3 s]
/proc/loadavg: 2.19 2.05 2.01 3/184 10673
/proc/meminfo: memFree=28064628/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=91.34 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 19969 93678 0 0 88 19 8985 42 20 0 1 0 378262489 58699776 13993 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/10550/statm: 14331 13993 172 442 0 13885 0
[pid=10614] ppid=10550 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10614/stat : 10614 (satsolver.sh) S 10550 10549 7856 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378271636 9367552 267 33554432000 4194304 5064252 140734410713264 140734410712176 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10614/statm: 2287 267 226 213 0 72 0
[pid=10615] ppid=10614 vsize=180072 CPUtime=1510.57 cores=1,3,5,7
/proc/10615/stat : 10615 (glucose) R 10614 10549 7856 0 -1 4202496 38386 0 0 0 151005 52 0 0 20 0 1 0 378271637 184393728 40072 33554432000 4194304 5208918 140736779937408 140736779935400 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10615/statm: 45018 40072 105 248 0 44767 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 255692

[startup+1662.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/183 10674
/proc/meminfo: memFree=28123824/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=91.34 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 19969 93678 0 0 88 19 8985 42 20 0 1 0 378262489 58699776 13993 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/10550/statm: 14331 13993 172 442 0 13885 0
[pid=10614] ppid=10550 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10614/stat : 10614 (satsolver.sh) S 10550 10549 7856 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378271636 9367552 267 33554432000 4194304 5064252 140734410713264 140734410712176 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10614/statm: 2287 267 226 213 0 72 0
[pid=10615] ppid=10614 vsize=180072 CPUtime=1570.56 cores=1,3,5,7
/proc/10615/stat : 10615 (glucose) R 10614 10549 7856 0 -1 4202496 39293 0 0 0 157002 54 0 0 20 0 1 0 378271637 184393728 41096 33554432000 4194304 5208918 140736779937408 140736779935400 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10615/statm: 45018 41096 105 248 0 44767 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 255692

[startup+1722.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/183 10674
/proc/meminfo: memFree=28047816/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=91.34 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 19969 93678 0 0 88 19 8985 42 20 0 1 0 378262489 58699776 13993 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/10550/statm: 14331 13993 172 442 0 13885 0
[pid=10614] ppid=10550 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10614/stat : 10614 (satsolver.sh) S 10550 10549 7856 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378271636 9367552 267 33554432000 4194304 5064252 140734410713264 140734410712176 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10614/statm: 2287 267 226 213 0 72 0
[pid=10615] ppid=10614 vsize=180072 CPUtime=1630.55 cores=1,3,5,7
/proc/10615/stat : 10615 (glucose) R 10614 10549 7856 0 -1 4202496 40204 0 0 0 162999 56 0 0 20 0 1 0 378271637 184393728 42632 33554432000 4194304 5208918 140736779937408 140736779935400 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10615/statm: 45018 42632 105 248 0 44767 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 255692

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 10674
/proc/meminfo: memFree=28111596/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=91.34 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 19969 93678 0 0 88 19 8985 42 20 0 1 0 378262489 58699776 13993 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/10550/statm: 14331 13993 172 442 0 13885 0
[pid=10614] ppid=10550 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10614/stat : 10614 (satsolver.sh) S 10550 10549 7856 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378271636 9367552 267 33554432000 4194304 5064252 140734410713264 140734410712176 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10614/statm: 2287 267 226 213 0 72 0
[pid=10615] ppid=10614 vsize=180072 CPUtime=1690.54 cores=1,3,5,7
/proc/10615/stat : 10615 (glucose) R 10614 10549 7856 0 -1 4202496 41111 0 0 0 168996 58 0 0 20 0 1 0 378271637 184393728 44168 33554432000 4194304 5208918 140736779937408 140736779935400 4229311 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10615/statm: 45018 44168 105 248 0 44767 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 255692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 10674
/proc/meminfo: memFree=28055868/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=91.34 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 19969 93678 0 0 88 19 8985 42 20 0 1 0 378262489 58699776 13993 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/10550/statm: 14331 13993 172 442 0 13885 0
[pid=10614] ppid=10550 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10614/stat : 10614 (satsolver.sh) S 10550 10549 7856 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378271636 9367552 267 33554432000 4194304 5064252 140734410713264 140734410712176 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10614/statm: 2287 267 226 213 0 72 0
[pid=10615] ppid=10614 vsize=210892 CPUtime=1708.75 cores=1,3,5,7
/proc/10615/stat : 10615 (glucose) R 10614 10549 7856 0 -1 4202496 41704 0 0 0 170816 59 0 0 20 0 1 0 378271637 215953408 46283 33554432000 4194304 5208918 140736779937408 140736779935560 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10615/statm: 52723 46283 105 248 0 52472 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 286512

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 10674
/proc/meminfo: memFree=28055868/32873844 swapFree=7384/7384
[pid=10549] ppid=10547 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10549/stat : 10549 (npSolver-pbo.sh) S 10547 10549 7856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378262489 9367552 275 33554432000 4194304 5064252 140733904050320 140733904049232 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10549/statm: 2287 275 233 213 0 72 0
[pid=10550] ppid=10549 vsize=57324 CPUtime=91.34 cores=1,3,5,7
/proc/10550/stat : 10550 (npSolver-pbo) S 10549 10549 7856 0 -1 4202496 19969 93678 0 0 88 19 8985 42 20 0 1 0 378262489 58699776 13993 33554432000 4194304 6004724 140735833148096 140735833140448 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 10 0 0
/proc/10550/statm: 14331 13993 172 442 0 13885 0
[pid=10614] ppid=10550 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10614/stat : 10614 (satsolver.sh) S 10550 10549 7856 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378271636 9367552 267 33554432000 4194304 5064252 140734410713264 140734410712176 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10614/statm: 2287 267 226 213 0 72 0
[pid=10615] ppid=10614 vsize=210892 CPUtime=1708.75 cores=1,3,5,7
/proc/10615/stat : 10615 (glucose) R 10614 10549 7856 0 -1 4202496 41704 0 0 0 170816 59 0 0 20 0 1 0 378271637 215953408 46283 33554432000 4194304 5208918 140736779937408 140736779935560 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10615/statm: 52723 46283 105 248 0 52472 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 286512

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10549 and gives
#  childrusage.ru_utime.tv_sec=90
#  childrusage.ru_utime.tv_usec=740205
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=622905
# CPU time returned by wait4() is 91.3631
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.09
CPU user time (s): 1798.89
CPU system time (s): 1.2
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 286512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.7402
system time used= 0.622905
maximum resident set size= 58616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114623
page faults= 0
swaps= 0
block input operations= 0
block output operations= 70976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 502
involuntary context switches= 194

runsolver used 7.75382 second user time and 18.4032 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-08 04:09:00
IDJOB=3750412
IDBENCH=2264
IDSOLVER=2334
FILE ID=node106/3750412-1339121340
RUNJOBID= node106-1339112327-9432
PBS_JOBID= 14643747
Free space on /tmp= 71080 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750412-1339121340/watcher-3750412-1339121340 -o /tmp/evaluation-result-3750412-1339121340/solver-3750412-1339121340 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750412-1339121340.opb 331058593 HOME HOME

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

MD5SUM BENCH= 669011fc499ae56e44c354cc6cddc4c7
RANDOM SEED=331058593

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:        28330020 kB
Buffers:          417560 kB
Cached:          3088028 kB
SwapCached:         2340 kB
Active:          1517720 kB
Inactive:        2118704 kB
Active(anon):     127460 kB
Inactive(anon):     5500 kB
Active(file):    1390260 kB
Inactive(file):  2113204 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67100732 kB
Dirty:             10128 kB
Writeback:             0 kB
AnonPages:        134912 kB
Mapped:            10184 kB
Shmem:                 0 kB
Slab:             765408 kB
SReclaimable:     207404 kB
SUnreclaim:       558004 kB
KernelStack:        1480 kB
PageTables:         4528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     253060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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= 71072 MiB
End job on node106 at 2012-06-08 04:39:01