Trace number 4084980

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
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800 1796.24

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null50mast_rapportOE2.0_TMAX60_K192_cod1.opb
MD5SUM8ae7872201a01b380c649cec8e185bc6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 174896981
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 174896981
Number of bits of the biggest sum of numbers28
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4084980-1465315817.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
8.63/6.06	c ... done. Wall clock time 5.953s.
8.63/6.06	c declared #vars     399113
8.63/6.06	c #constraints  400980
8.63/6.06	c constraints type 
8.63/6.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
8.63/6.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
8.63/6.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
8.63/6.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
8.63/6.06	c 400980 constraints processed.
8.63/6.06	c objective function length is 306555 literals
107.37/104.12	c cleaning 2498 clauses out of 4996 with flag 22228/5000
234.08/230.72	c cleaning 4236 clauses out of 8499 with flag 44146/11001
363.90/360.56	c cleaning 5588 clauses out of 11262 with flag 75499/18000
520.85/517.48	c cleaning 6831 clauses out of 13674 with flag 110784/26000
661.20/657.80	c cleaning 7912 clauses out of 15843 with flag 146822/35000
805.94/802.49	c cleaning 8965 clauses out of 17934 with flag 191763/45003
942.39/938.84	c cleaning 9981 clauses out of 19967 with flag 244101/56001
1098.33/1094.70	c cleaning 10988 clauses out of 21985 with flag 302837/68000
1311.99/1308.32	c cleaning 11990 clauses out of 23997 with flag 360950/81000
1606.06/1602.31	c cleaning 12956 clauses out of 26007 with flag 419663/95000
1800.00/1796.20	c starts		: 281
1800.00/1796.20	c conflicts		: 104614
1800.00/1796.20	c decisions		: 1042465
1800.00/1796.20	c propagations		: 2600414741
1800.00/1796.20	c inspects		: 2329323359
1800.00/1796.20	c shortcuts		: 0
1800.00/1796.20	c learnt literals	: 4
1800.00/1796.20	c learnt binary clauses	: 752
1800.00/1796.20	c learnt ternary clauses	: 489
1800.00/1796.20	c learnt constraints	: 104610
1800.00/1796.20	c ignored constraints	: 0
1800.00/1796.20	c root simplifications	: 0
1800.00/1796.20	c removed literals (reason simplification)	: 0
1800.00/1796.20	c reason swapping (by a shorter reason)	: 0
1800.00/1796.20	c Calls to reduceDB	: 10
1800.00/1796.20	c Number of update (reduction) of LBD	: 27439
1800.00/1796.20	c Imported unit clauses	: 0
1800.00/1796.20	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.20	c number of learned constraints concerned by reduction	: 0
1800.00/1796.20	c number of learning phase by resolution	: 0
1800.00/1796.20	c number of learning phase by cutting planes	: 0
1800.00/1796.20	c speed (assignments/second)	: 1452726.6209838528
1800.00/1796.20	c non guided choices	71
1800.00/1796.21	c learnt constraints type 
1800.00/1796.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 752
1800.00/1796.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21913
1800.00/1796.21	s UNKNOWN
1800.00/1796.21	c Total wall clock time (in seconds): 1796.109

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4084980-1465315817/watcher-4084980-1465315817 -o /tmp/evaluation-result-4084980-1465315817/solver-4084980-1465315817 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465310425-9810 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084980-1465315817.opb 

pid=10427
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.12 2.21 2.18 3/195 10430
/proc/meminfo: memFree=27617404/32872528 swapFree=17892/1720544
[pid=10430] ppid=10427 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/10430/stat : 10430 (java) S 10427 10430 8023 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 113514926 94019584 917 33554432000 1073741824 1073778376 140737394711264 140737394702400 270333411389 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10430/statm: 22954 917 697 9 0 16769 0
[pid=10430/tid=10431] ppid=10427 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10431/stat : 10431 (java) R 10427 10430 8023 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 113514926 95129600 927 33554432000 1073741824 1073778376 140737394711264 140444160855592 270320889127 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 2.12 2.21 2.18 3/195 10430
/proc/meminfo: memFree=27617404/32872528 swapFree=17892/1720544
[pid=10430] ppid=10427 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/10430/stat : 10430 (java) S 10427 10430 8023 0 -1 4202496 4509 0 1 0 9 1 0 0 20 0 18 0 113514926 9787879424 5628 33554432000 1073741824 1073778376 140737394711264 140737394702400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10430/statm: 2389619 5628 2155 9 0 2380296 0
[pid=10430/tid=10431] ppid=10427 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10430/task/10431/stat : 10431 (java) R 10427 10430 8023 0 -1 4202560 2433 0 1 0 6 1 0 0 20 0 18 0 113514926 9787879424 5629 33554432000 1073741824 1073778376 140737394711264 140444160859040 270333437197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200383 s]
/proc/loadavg: 2.12 2.21 2.18 3/195 10430
/proc/meminfo: memFree=27617404/32872528 swapFree=17892/1720544
[pid=10430] ppid=10427 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/10430/stat : 10430 (java) S 10427 10430 8023 0 -1 4202496 5227 0 1 0 29 1 0 0 20 0 18 0 113514926 9787879424 9228 33554432000 1073741824 1073778376 140737394711264 140737394702400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10430/statm: 2389619 9228 2226 9 0 2380296 0
[pid=10430/tid=10431] ppid=10427 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/10430/task/10431/stat : 10431 (java) R 10427 10430 8023 0 -1 4202560 2456 0 1 0 16 1 0 0 20 0 18 0 113514926 9787879424 9228 33554432000 1073741824 1073778376 140737394711264 140444160859040 140444032724384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300406 s]
/proc/loadavg: 2.12 2.21 2.18 3/195 10430
/proc/meminfo: memFree=27617404/32872528 swapFree=17892/1720544
[pid=10430] ppid=10427 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/10430/stat : 10430 (java) S 10427 10430 8023 0 -1 4202496 5920 0 1 0 45 2 0 0 20 0 18 0 113514926 9787879424 16096 33554432000 1073741824 1073778376 140737394711264 140737394702400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10430/statm: 2389619 16096 2231 9 0 2380296 0
[pid=10430/tid=10431] ppid=10427 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/10430/task/10431/stat : 10431 (java) R 10427 10430 8023 0 -1 4202560 2470 0 1 0 25 2 0 0 20 0 18 0 113514926 9787879424 16096 33554432000 1073741824 1073778376 140737394711264 140444160859040 270333437197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.70035 s]
/proc/loadavg: 2.12 2.21 2.18 3/195 10430
/proc/meminfo: memFree=27617404/32872528 swapFree=17892/1720544
[pid=10430] ppid=10427 vsize=9558476 CPUtime=0.98 cores=1,3,5,7
/proc/10430/stat : 10430 (java) S 10427 10430 8023 0 -1 4202496 6147 0 1 0 92 6 0 0 20 0 18 0 113514926 9787879424 44907 33554432000 1073741824 1073778376 140737394711264 140737394702400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10430/statm: 2389619 44907 2247 9 0 2380296 0
[pid=10430/tid=10431] ppid=10427 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/10430/task/10431/stat : 10431 (java) R 10427 10430 8023 0 -1 4202560 2517 0 1 0 60 3 0 0 20 0 18 0 113514926 9787879424 44907 33554432000 1073741824 1073778376 140737394711264 140444160859400 140444032761151 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 2.12 2.21 2.18 3/213 10448
/proc/meminfo: memFree=27405964/32872528 swapFree=17892/1720544
[pid=10430] ppid=10427 vsize=9558476 CPUtime=2.31 cores=1,3,5,7
/proc/10430/stat : 10430 (java) S 10427 10430 8023 0 -1 4202496 8181 0 1 0 214 17 0 0 20 0 18 0 113514926 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140737394702400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10430/statm: 2389619 94601 2263 9 0 2380296 0
[pid=10430/tid=10431] ppid=10427 vsize=9558476 CPUtime=1.33 cores=1,3,5,7
/proc/10430/task/10431/stat : 10431 (java) R 10427 10430 8023 0 -1 4202560 2572 0 1 0 128 5 0 0 20 0 18 0 113514926 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140444160858984 140444033057783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10433] ppid=10427 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/10430/task/10433/stat : 10433 (java) S 10427 10430 8023 0 -1 4202560 115 0 0 0 3 2 0 0 20 0 18 0 113514927 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140444004903208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10434] ppid=10427 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/10430/task/10434/stat : 10434 (java) S 10427 10430 8023 0 -1 4202560 76 0 0 0 4 2 0 0 20 0 18 0 113514927 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140444003850408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10435] ppid=10427 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/10430/task/10435/stat : 10435 (java) S 10427 10430 8023 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 18 0 113514927 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140444002798120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10436] ppid=10427 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/10430/task/10436/stat : 10436 (java) S 10427 10430 8023 0 -1 4202560 50 0 0 0 4 1 0 0 20 0 18 0 113514927 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140444001745320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10437] ppid=10427 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10430/task/10437/stat : 10437 (java) S 10427 10430 8023 0 -1 4202560 268 0 0 0 5 2 0 0 20 0 18 0 113514927 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140444000693032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10438] ppid=10427 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/10430/task/10438/stat : 10438 (java) S 10427 10430 8023 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 113514927 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140443999640232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10439] ppid=10427 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/10430/task/10439/stat : 10439 (java) S 10427 10430 8023 0 -1 4202560 41 0 0 0 3 2 0 0 20 0 18 0 113514927 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140443998587944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10440] ppid=10427 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/10430/task/10440/stat : 10440 (java) S 10427 10430 8023 0 -1 4202560 43 0 0 0 4 2 0 0 20 0 18 0 113514927 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140443997535144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10441] ppid=10427 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10441/stat : 10441 (java) S 10427 10430 8023 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 113514928 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140443985123560 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10442] ppid=10427 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10442/stat : 10442 (java) S 10427 10430 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113514928 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140443984069624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10443] ppid=10427 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10443/stat : 10443 (java) S 10427 10430 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 113514928 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140443983017224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10444] ppid=10427 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10444/stat : 10444 (java) S 10427 10430 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113514931 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140443981965712 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10445] ppid=10427 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/10430/task/10445/stat : 10445 (java) S 10427 10430 8023 0 -1 4202560 1447 0 0 0 21 0 0 0 20 0 18 0 113514931 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140443980913336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10446] ppid=10427 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/10430/task/10446/stat : 10446 (java) S 10427 10430 8023 0 -1 4202560 2067 0 0 0 23 0 0 0 20 0 18 0 113514931 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140443979860536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10447] ppid=10427 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10447/stat : 10447 (java) S 10427 10430 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113514931 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140443978808440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10448] ppid=10427 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10448/stat : 10448 (java) S 10427 10430 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113514931 9787879424 94601 33554432000 1073741824 1073778376 140737394711264 140443977755848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9558476

[startup+3.10079 s]
/proc/loadavg: 2.12 2.21 2.18 3/213 10448
/proc/meminfo: memFree=26465444/32872528 swapFree=17892/1720544
[pid=10430] ppid=10427 vsize=9558476 CPUtime=4.48 cores=1,3,5,7
/proc/10430/stat : 10430 (java) S 10427 10430 8023 0 -1 4202496 11628 0 1 0 395 53 0 0 20 0 18 0 113514926 9787879424 544496 33554432000 1073741824 1073778376 140737394711264 140737394702400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10430/statm: 2389619 544499 2263 9 0 2380296 0
[pid=10430/tid=10431] ppid=10427 vsize=9558476 CPUtime=2.72 cores=1,3,5,7
/proc/10430/task/10431/stat : 10431 (java) S 10427 10430 8023 0 -1 4202560 4031 0 1 0 244 28 0 0 20 0 18 0 113514926 9787879424 544501 33554432000 1073741824 1073778376 140737394711264 140444160858984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10433] ppid=10427 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/10430/task/10433/stat : 10433 (java) S 10427 10430 8023 0 -1 4202560 159 0 0 0 14 4 0 0 20 0 18 0 113514927 9787879424 544503 33554432000 1073741824 1073778376 140737394711264 140444004903208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10434] ppid=10427 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/10430/task/10434/stat : 10434 (java) S 10427 10430 8023 0 -1 4202560 107 0 0 0 10 3 0 0 20 0 18 0 113514927 9787879424 544504 33554432000 1073741824 1073778376 140737394711264 140444003850408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10435] ppid=10427 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/10430/task/10435/stat : 10435 (java) R 10427 10430 8023 0 -1 4202560 247 0 0 0 10 3 0 0 20 0 18 0 113514927 9787879424 544506 33554432000 1073741824 1073778376 140737394711264 140444002798120 140444164138908 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10436] ppid=10427 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/10430/task/10436/stat : 10436 (java) R 10427 10430 8023 0 -1 4202560 80 0 0 0 11 3 0 0 20 0 18 0 113514927 9787879424 544508 33554432000 1073741824 1073778376 140737394711264 140444001745320 140444163331769 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10437] ppid=10427 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/10430/task/10437/stat : 10437 (java) R 10427 10430 8023 0 -1 4202560 304 0 0 0 13 3 0 0 20 0 18 0 113514927 9787879424 544509 33554432000 1073741824 1073778376 140737394711264 140444000693032 270333424700 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10438] ppid=10427 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/10430/task/10438/stat : 10438 (java) R 10427 10430 8023 0 -1 4202560 333 0 0 0 8 2 0 0 20 0 18 0 113514927 9787879424 544511 33554432000 1073741824 1073778376 140737394711264 140443999640232 140444167769288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10439] ppid=10427 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/10430/task/10439/stat : 10439 (java) S 10427 10430 8023 0 -1 4202560 357 0 0 0 11 4 0 0 20 0 18 0 113514927 9787879424 544512 33554432000 1073741824 1073778376 140737394711264 140443998587944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10440] ppid=10427 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/10430/task/10440/stat : 10440 (java) R 10427 10430 8023 0 -1 4202560 290 0 0 0 13 4 0 0 20 0 18 0 113514927 9787879424 544514 33554432000 1073741824 1073778376 140737394711264 140443997535320 140444167369103 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10441] ppid=10427 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10441/stat : 10441 (java) S 10427 10430 8023 0 -1 4202560 965 0 0 0 0 0 0 0 20 0 18 0 113514928 9787879424 544516 33554432000 1073741824 1073778376 140737394711264 140443985122440 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10442] ppid=10427 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10442/stat : 10442 (java) S 10427 10430 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113514928 9787879424 544517 33554432000 1073741824 1073778376 140737394711264 140443984069624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10443] ppid=10427 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10443/stat : 10443 (java) S 10427 10430 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 113514928 9787879424 544519 33554432000 1073741824 1073778376 140737394711264 140443983017224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10444] ppid=10427 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10444/stat : 10444 (java) S 10427 10430 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113514931 9787879424 544521 33554432000 1073741824 1073778376 140737394711264 140443981965712 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10445] ppid=10427 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/10430/task/10445/stat : 10445 (java) S 10427 10430 8023 0 -1 4202560 1447 0 0 0 21 0 0 0 20 0 18 0 113514931 9787879424 544522 33554432000 1073741824 1073778376 140737394711264 140443980913336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10446] ppid=10427 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/10430/task/10446/stat : 10446 (java) S 10427 10430 8023 0 -1 4202560 2067 0 0 0 23 0 0 0 20 0 18 0 113514931 9787879424 544524 33554432000 1073741824 1073778376 140737394711264 140443979860536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10447] ppid=10427 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10447/stat : 10447 (java) S 10427 10430 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113514931 9787879424 544526 33554432000 1073741824 1073778376 140737394711264 140443978808440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10448] ppid=10427 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10448/stat : 10448 (java) S 10427 10430 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113514931 9787879424 544528 33554432000 1073741824 1073778376 140737394711264 140443977755848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9558476

[startup+6.30087 s]
/proc/loadavg: 2.11 2.20 2.18 3/213 10448
/proc/meminfo: memFree=25394400/32872528 swapFree=17892/1720544
[pid=10430] ppid=10427 vsize=9625040 CPUtime=9.19 cores=1,3,5,7
/proc/10430/stat : 10430 (java) S 10427 10430 8023 0 -1 4202496 18688 0 1 0 846 73 0 0 20 0 19 0 113514926 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140737394702400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10430/statm: 2406260 591735 2274 9 0 2396937 0
[pid=10430/tid=10431] ppid=10427 vsize=9625040 CPUtime=5.53 cores=1,3,5,7
/proc/10430/task/10431/stat : 10431 (java) R 10427 10430 8023 0 -1 4202560 4047 0 1 0 524 29 0 0 20 0 19 0 113514926 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140444160860408 140444033487753 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10433] ppid=10427 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/10430/task/10433/stat : 10433 (java) S 10427 10430 8023 0 -1 4202560 540 0 0 0 30 5 0 0 20 0 19 0 113514927 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140444004903208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10434] ppid=10427 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10430/task/10434/stat : 10434 (java) S 10427 10430 8023 0 -1 4202560 151 0 0 0 25 4 0 0 20 0 19 0 113514927 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140444003850408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10435] ppid=10427 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/10430/task/10435/stat : 10435 (java) S 10427 10430 8023 0 -1 4202560 381 0 0 0 23 5 0 0 20 0 19 0 113514927 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140444002798120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10436] ppid=10427 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10430/task/10436/stat : 10436 (java) S 10427 10430 8023 0 -1 4202560 143 0 0 0 30 6 0 0 20 0 19 0 113514927 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140444001745320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10437] ppid=10427 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/10430/task/10437/stat : 10437 (java) S 10427 10430 8023 0 -1 4202560 422 0 0 0 33 6 0 0 20 0 19 0 113514927 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140444000693032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10438] ppid=10427 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10430/task/10438/stat : 10438 (java) S 10427 10430 8023 0 -1 4202560 384 0 0 0 26 4 0 0 20 0 19 0 113514927 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140443999640232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10439] ppid=10427 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10430/task/10439/stat : 10439 (java) S 10427 10430 8023 0 -1 4202560 414 0 0 0 30 6 0 0 20 0 19 0 113514927 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140443998587944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10440] ppid=10427 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/10430/task/10440/stat : 10440 (java) S 10427 10430 8023 0 -1 4202560 799 0 0 0 26 6 0 0 20 0 19 0 113514927 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140443997535144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10441] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10441/stat : 10441 (java) S 10427 10430 8023 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 19 0 113514928 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140443985123560 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10442] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10442/stat : 10442 (java) S 10427 10430 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113514928 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140443984069624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10443] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10443/stat : 10443 (java) S 10427 10430 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113514928 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140443983017224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10444] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10444/stat : 10444 (java) S 10427 10430 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113514931 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140443981965712 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10445] ppid=10427 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/10430/task/10445/stat : 10445 (java) S 10427 10430 8023 0 -1 4202560 3138 0 0 0 38 0 0 0 20 0 19 0 113514931 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140443980913336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10446] ppid=10427 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/10430/task/10446/stat : 10446 (java) S 10427 10430 8023 0 -1 4202560 5746 0 0 0 46 0 0 0 20 0 19 0 113514931 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140443979860536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10447] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10447/stat : 10447 (java) S 10427 10430 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113514931 9856040960 591735 33554432000 1073741824 1073778376 140737394711264 140443978808440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10448] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=10430/tid=10449] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10449/stat : 10449 (java) S 10427 10430 8023 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113515544 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443976651688 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.07
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.18 2.18 3/213 10554
/proc/meminfo: memFree=25242072/32872528 swapFree=17892/1720544
[pid=10430] ppid=10427 vsize=9625040 CPUtime=1726.08 cores=1,3,5,7
/proc/10430/stat : 10430 (java) S 10427 10430 8023 0 -1 4202496 19379 0 1 0 172497 111 0 0 20 0 19 0 113514926 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140737394702400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10430/statm: 2406260 591930 2285 9 0 2396937 0
[pid=10430/tid=10431] ppid=10427 vsize=9625040 CPUtime=1717.09 cores=1,3,5,7
/proc/10430/task/10431/stat : 10431 (java) R 10427 10430 8023 0 -1 4202560 4054 0 1 0 171654 55 0 0 20 0 19 0 113514926 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444160851648 140444033500974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10433] ppid=10427 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/10430/task/10433/stat : 10433 (java) S 10427 10430 8023 0 -1 4202560 540 0 0 0 30 5 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444004903208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10434] ppid=10427 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10430/task/10434/stat : 10434 (java) S 10427 10430 8023 0 -1 4202560 151 0 0 0 25 4 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444003850408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10435] ppid=10427 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/10430/task/10435/stat : 10435 (java) S 10427 10430 8023 0 -1 4202560 381 0 0 0 23 5 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444002798120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10436] ppid=10427 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10430/task/10436/stat : 10436 (java) S 10427 10430 8023 0 -1 4202560 143 0 0 0 30 6 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444001745320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10437] ppid=10427 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/10430/task/10437/stat : 10437 (java) S 10427 10430 8023 0 -1 4202560 422 0 0 0 33 6 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444000693032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10438] ppid=10427 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10430/task/10438/stat : 10438 (java) S 10427 10430 8023 0 -1 4202560 384 0 0 0 26 4 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443999640232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10439] ppid=10427 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10430/task/10439/stat : 10439 (java) S 10427 10430 8023 0 -1 4202560 414 0 0 0 30 6 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443998587944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10440] ppid=10427 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/10430/task/10440/stat : 10440 (java) S 10427 10430 8023 0 -1 4202560 799 0 0 0 26 6 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443997535144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10441] ppid=10427 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10430/task/10441/stat : 10441 (java) S 10427 10430 8023 0 -1 4202560 1267 0 0 0 1 2 0 0 20 0 19 0 113514928 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443985123560 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10442] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10442/stat : 10442 (java) S 10427 10430 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113514928 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443984069624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10443] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10443/stat : 10443 (java) S 10427 10430 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113514928 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443983017224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10444] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10444/stat : 10444 (java) S 10427 10430 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113514931 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443981965712 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10445] ppid=10427 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/10430/task/10445/stat : 10445 (java) S 10427 10430 8023 0 -1 4202560 3658 0 0 0 67 2 0 0 20 0 19 0 113514931 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443980913336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10446] ppid=10427 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/10430/task/10446/stat : 10446 (java) S 10427 10430 8023 0 -1 4202560 5807 0 0 0 64 0 0 0 20 0 19 0 113514931 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443979860536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10447] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10447/stat : 10447 (java) S 10427 10430 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113514931 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443978808440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10448] ppid=10427 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/10430/task/10448/stat : 10448 (java) S 10427 10430 8023 0 -1 4202560 101 0 0 0 36 43 0 0 20 0 19 0 113514931 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443977755848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10449] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10449/stat : 10449 (java) S 10427 10430 8023 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113515544 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443976651688 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.08
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.17 2.17 4/213 10555
/proc/meminfo: memFree=25241952/32872528 swapFree=17892/1720544
[pid=10430] ppid=10427 vsize=9625040 CPUtime=1786.09 cores=1,3,5,7
/proc/10430/stat : 10430 (java) S 10427 10430 8023 0 -1 4202496 19381 0 1 0 178497 112 0 0 20 0 19 0 113514926 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140737394702400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10430/statm: 2406260 591930 2285 9 0 2396937 0
[pid=10430/tid=10431] ppid=10427 vsize=9625040 CPUtime=1776.94 cores=1,3,5,7
/proc/10430/task/10431/stat : 10431 (java) R 10427 10430 8023 0 -1 4202560 4054 0 1 0 177638 56 0 0 20 0 19 0 113514926 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444160851648 140444033638832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10433] ppid=10427 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/10430/task/10433/stat : 10433 (java) S 10427 10430 8023 0 -1 4202560 540 0 0 0 30 5 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444004903208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10434] ppid=10427 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10430/task/10434/stat : 10434 (java) S 10427 10430 8023 0 -1 4202560 151 0 0 0 25 4 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444003850408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10435] ppid=10427 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/10430/task/10435/stat : 10435 (java) S 10427 10430 8023 0 -1 4202560 381 0 0 0 23 5 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444002798120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10436] ppid=10427 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10430/task/10436/stat : 10436 (java) S 10427 10430 8023 0 -1 4202560 143 0 0 0 30 6 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444001745320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10437] ppid=10427 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/10430/task/10437/stat : 10437 (java) S 10427 10430 8023 0 -1 4202560 422 0 0 0 33 6 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444000693032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10438] ppid=10427 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10430/task/10438/stat : 10438 (java) S 10427 10430 8023 0 -1 4202560 384 0 0 0 26 4 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443999640232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10439] ppid=10427 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10430/task/10439/stat : 10439 (java) S 10427 10430 8023 0 -1 4202560 414 0 0 0 30 6 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443998587944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10440] ppid=10427 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/10430/task/10440/stat : 10440 (java) S 10427 10430 8023 0 -1 4202560 799 0 0 0 26 6 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443997535144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10441] ppid=10427 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10430/task/10441/stat : 10441 (java) S 10427 10430 8023 0 -1 4202560 1267 0 0 0 1 2 0 0 20 0 19 0 113514928 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443985123560 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10442] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10442/stat : 10442 (java) S 10427 10430 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113514928 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443984069624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10443] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10443/stat : 10443 (java) S 10427 10430 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113514928 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443983017224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10444] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10444/stat : 10444 (java) S 10427 10430 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113514931 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443981965712 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10445] ppid=10427 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/10430/task/10445/stat : 10445 (java) S 10427 10430 8023 0 -1 4202560 3658 0 0 0 67 2 0 0 20 0 19 0 113514931 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443980913336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10446] ppid=10427 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/10430/task/10446/stat : 10446 (java) S 10427 10430 8023 0 -1 4202560 5807 0 0 0 64 0 0 0 20 0 19 0 113514931 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443979860536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10447] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10447/stat : 10447 (java) S 10427 10430 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113514931 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443978808440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10448] ppid=10427 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/10430/task/10448/stat : 10448 (java) S 10427 10430 8023 0 -1 4202560 103 0 0 0 38 44 0 0 20 0 19 0 113514931 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443977755848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10449] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10449/stat : 10449 (java) S 10427 10430 8023 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113515544 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443976651688 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.09
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.19 2.18 2.18 4/214 10558
/proc/meminfo: memFree=25242040/32872528 swapFree=17892/1720544
[pid=10430] ppid=10427 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/10430/stat : 10430 (java) S 10427 10430 8023 0 -1 4202496 19383 0 1 0 179887 113 0 0 20 0 19 0 113514926 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140737394702400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10430/statm: 2406260 591930 2285 9 0 2396937 0
[pid=10430/tid=10431] ppid=10427 vsize=9625040 CPUtime=1790.8 cores=1,3,5,7
/proc/10430/task/10431/stat : 10431 (java) R 10427 10430 8023 0 -1 4202560 4054 0 1 0 179024 56 0 0 20 0 19 0 113514926 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444160851648 140444033516027 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10433] ppid=10427 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/10430/task/10433/stat : 10433 (java) S 10427 10430 8023 0 -1 4202560 540 0 0 0 30 5 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444004903208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10434] ppid=10427 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10430/task/10434/stat : 10434 (java) S 10427 10430 8023 0 -1 4202560 151 0 0 0 25 4 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444003850408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10435] ppid=10427 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/10430/task/10435/stat : 10435 (java) S 10427 10430 8023 0 -1 4202560 381 0 0 0 23 5 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444002798120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10436] ppid=10427 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10430/task/10436/stat : 10436 (java) S 10427 10430 8023 0 -1 4202560 143 0 0 0 30 6 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444001745320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10437] ppid=10427 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/10430/task/10437/stat : 10437 (java) S 10427 10430 8023 0 -1 4202560 422 0 0 0 33 6 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140444000693032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10438] ppid=10427 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10430/task/10438/stat : 10438 (java) S 10427 10430 8023 0 -1 4202560 384 0 0 0 26 4 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443999640232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10439] ppid=10427 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10430/task/10439/stat : 10439 (java) S 10427 10430 8023 0 -1 4202560 414 0 0 0 30 6 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443998587944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10440] ppid=10427 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/10430/task/10440/stat : 10440 (java) S 10427 10430 8023 0 -1 4202560 799 0 0 0 26 6 0 0 20 0 19 0 113514927 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443997535144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10430/tid=10441] ppid=10427 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/10430/task/10441/stat : 10441 (java) S 10427 10430 8023 0 -1 4202560 1267 0 0 0 1 2 0 0 20 0 19 0 113514928 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443985123560 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10442] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10442/stat : 10442 (java) S 10427 10430 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113514928 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443984069624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10443] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10443/stat : 10443 (java) S 10427 10430 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113514928 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443983017224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10444] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10444/stat : 10444 (java) S 10427 10430 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113514931 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443981965712 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10445] ppid=10427 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/10430/task/10445/stat : 10445 (java) S 10427 10430 8023 0 -1 4202560 3658 0 0 0 67 2 0 0 20 0 19 0 113514931 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443980913336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10430/tid=10446] ppid=10427 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/10430/task/10446/stat : 10446 (java) S 10427 10430 8023 0 -1 4202560 5807 0 0 0 64 0 0 0 20 0 19 0 113514931 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443979860536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10447] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10447/stat : 10447 (java) S 10427 10430 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113514931 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443978808440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10430/tid=10448] ppid=10427 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/10430/task/10448/stat : 10448 (java) S 10427 10430 8023 0 -1 4202560 105 0 0 0 38 44 0 0 20 0 19 0 113514931 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443977755848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10430/tid=10449] ppid=10427 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10430/task/10449/stat : 10449 (java) S 10427 10430 8023 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113515544 9856040960 591930 33554432000 1073741824 1073778376 140737394711264 140443976651688 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10430 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10430 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=318222
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=590758
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.24
CPU time (s): 1800
CPU user time (s): 1798.87
CPU system time (s): 1.13
CPU usage (%): 100.21
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.32
system time used= 1.59076
maximum resident set size= 2369360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19419
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38625
involuntary context switches= 3493

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1159 second user time and 10.1385 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-07 18:10:18
IDJOB=4084980
IDBENCH=92139
IDSOLVER=2546
FILE ID=node117/4084980-1465315817
RUNJOBID= node117-1465310425-9810
PBS_JOBID= 19848086
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null50mast_rapportOE2.0_TMAX60_K192_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084980-1465315817/watcher-4084980-1465315817 -o /tmp/evaluation-result-4084980-1465315817/solver-4084980-1465315817 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465310425-9810 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084980-1465315817.opb

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

MD5SUM BENCH= 8ae7872201a01b380c649cec8e185bc6
RANDOM SEED=966792615

node117.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.088
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.17
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.088
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	: 5332.55
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.088
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	: 5332.55
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.088
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	: 5332.56
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.088
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	: 5332.54
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.088
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	: 5332.55
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.088
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	: 5332.53
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.088
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27617660 kB
Buffers:          117344 kB
Cached:           285716 kB
SwapCached:        29276 kB
Active:          2497556 kB
Inactive:         293820 kB
Active(anon):    2362280 kB
Inactive(anon):    28816 kB
Active(file):     135276 kB
Inactive(file):   265004 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       67071200 kB
Dirty:             63636 kB
Writeback:             0 kB
AnonPages:       4038036 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             603528 kB
SReclaimable:      47120 kB
SUnreclaim:       556408 kB
KernelStack:        1664 kB
PageTables:        12360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4982516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3983360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71676 MiB
End job on node117 at 2016-06-07 18:40:14