Trace number 3689843

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.02 1795.36

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null50mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM187352532546cdf6dd143df196fcb0ac
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-8192
Best CPU time to get the best result obtained on this benchmark1800.93
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
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 912385
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 912385
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689843-1337893501.opb
0.08/0.13	c reading problem ... 
7.67/5.57	c ... done. Wall clock time 5.449s.
7.67/5.57	c declared #vars     400896
7.67/5.57	c #constraints  402763
7.67/5.57	c constraints type 
7.67/5.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.67/5.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.67/5.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.67/5.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.67/5.57	c 402763 constraints processed.
7.67/5.57	c objective function length is 892 literals
45.84/43.01	c cleaning 2496 clauses out of 4999 with flag 5000/5000
88.89/85.88	c cleaning 4237 clauses out of 8504 with flag 11001/11001
132.71/129.65	c cleaning 5621 clauses out of 11267 with flag 18001/18001
178.46/175.34	c cleaning 6807 clauses out of 13645 with flag 26000/26000
234.44/231.26	c cleaning 7909 clauses out of 15838 with flag 35000/35000
317.67/314.40	c cleaning 8964 clauses out of 17929 with flag 45000/45000
402.42/399.15	c cleaning 9976 clauses out of 19965 with flag 56000/56000
499.62/496.30	c cleaning 10992 clauses out of 21990 with flag 68001/68001
589.23/585.99	c cleaning 11991 clauses out of 23997 with flag 81000/81000
657.87/654.58	c cleaning 12502 clauses out of 26008 with flag 95002/95002
709.22/705.87	c cleaning 14231 clauses out of 28505 with flag 110001/110001
764.71/761.27	c cleaning 15026 clauses out of 30273 with flag 126000/126000
829.78/826.29	c cleaning 16108 clauses out of 32247 with flag 143000/143000
901.01/897.30	c cleaning 16739 clauses out of 34139 with flag 161000/161000
976.35/972.57	c cleaning 18160 clauses out of 36400 with flag 180000/180000
1053.84/1049.97	c cleaning 19101 clauses out of 38241 with flag 200001/200001
1133.74/1129.75	c cleaning 19999 clauses out of 40139 with flag 221000/221000
1213.82/1209.79	c cleaning 21039 clauses out of 42141 with flag 243001/243001
1296.29/1292.16	c cleaning 22049 clauses out of 44101 with flag 266000/266000
1384.66/1380.42	c cleaning 22989 clauses out of 46052 with flag 290000/290000
1475.65/1471.38	c cleaning 24026 clauses out of 48064 with flag 315001/315001
1560.78/1556.44	c cleaning 24922 clauses out of 50038 with flag 341001/341001
1653.94/1649.46	c cleaning 26026 clauses out of 52116 with flag 368001/368001
1749.12/1744.59	c cleaning 27005 clauses out of 54089 with flag 396000/396000
1800.02/1795.32	c starts		: 148
1800.02/1795.32	c conflicts		: 409844
1800.02/1795.32	c decisions		: 11748719
1800.02/1795.32	c propagations		: 6071346787
1800.02/1795.32	c inspects		: 2261388119
1800.02/1795.32	c shortcuts		: 0
1800.02/1795.32	c learnt literals	: 1
1800.02/1795.32	c learnt binary clauses	: 2688
1800.02/1795.32	c learnt ternary clauses	: 1533
1800.02/1795.32	c learnt constraints	: 409842
1800.02/1795.32	c ignored constraints	: 0
1800.02/1795.32	c root simplifications	: 0
1800.02/1795.32	c removed literals (reason simplification)	: 0
1800.02/1795.32	c reason swapping (by a shorter reason)	: 0
1800.02/1795.32	c Calls to reduceDB	: 24
1800.02/1795.32	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.32	c number of learned constraints concerned by reduction	: 0
1800.02/1795.32	c number of learning phase by resolution	: 0
1800.02/1795.32	c number of learning phase by cutting planes	: 0
1800.02/1795.32	c speed (assignments/second)	: 3392443.0603888542
1800.02/1795.32	c non guided choices	455
1800.02/1795.33	c learnt constraints type 
1800.02/1795.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2688
1800.02/1795.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38245
1800.02/1795.33	c constraints type 
1800.02/1795.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.02/1795.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.02/1795.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.02/1795.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.02/1795.33	c 402763 constraints processed.
1800.02/1795.33	s UNKNOWN
1800.02/1795.33	c Total wall clock time (in seconds): 1795.206

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-3689843-1337893501/watcher-3689843-1337893501 -o /tmp/evaluation-result-3689843-1337893501/solver-3689843-1337893501 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689843-1337893501.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.94 2.03 2.01 3/194 30035
/proc/meminfo: memFree=26826920/32873844 swapFree=7612/7612
[pid=30035] ppid=30033 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30035/stat : 30035 (java) R 30033 30035 25404 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 255474554 9515008 185 33554432000 1073741824 1073778376 140736210064544 140736210055768 251044457911 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30035/statm: 2323 185 142 9 0 71 0

[startup+0.0193161 s]
/proc/loadavg: 1.94 2.03 2.01 3/194 30035
/proc/meminfo: memFree=26826920/32873844 swapFree=7612/7612
[pid=30035] ppid=30033 vsize=102664 CPUtime=0 cores=0,2,4,6
/proc/30035/stat : 30035 (java) S 30033 30035 25404 0 -1 4202496 1429 0 1 0 0 0 0 0 20 0 2 0 255474554 105127936 1110 33554432000 1073741824 1073778376 140736092106032 140736092097168 251048001597 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30035/statm: 25666 1110 856 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100181 s]
/proc/loadavg: 1.94 2.03 2.01 3/194 30035
/proc/meminfo: memFree=26826920/32873844 swapFree=7612/7612
[pid=30035] ppid=30033 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/30035/stat : 30035 (java) S 30033 30035 25404 0 -1 4202496 3950 0 1 0 7 1 0 0 20 0 18 0 255474554 9787813888 5155 33554432000 1073741824 1073778376 140736092106032 140736092097168 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30035/statm: 2389603 5156 2035 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300228 s]
/proc/loadavg: 1.94 2.03 2.01 3/194 30035
/proc/meminfo: memFree=26826920/32873844 swapFree=7612/7612
[pid=30035] ppid=30033 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/30035/stat : 30035 (java) S 30033 30035 25404 0 -1 4202496 5633 0 1 0 45 2 0 0 20 0 18 0 255474554 9787813888 12367 33554432000 1073741824 1073778376 140736092106032 140736092097168 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30035/statm: 2389603 12367 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700173 s]
/proc/loadavg: 1.94 2.03 2.01 3/194 30035
/proc/meminfo: memFree=26826920/32873844 swapFree=7612/7612
[pid=30035] ppid=30033 vsize=9558412 CPUtime=1.28 cores=0,2,4,6
/proc/30035/stat : 30035 (java) S 30033 30035 25404 0 -1 4202496 9297 0 1 0 122 6 0 0 20 0 18 0 255474554 9787813888 44967 33554432000 1073741824 1073778376 140736092106032 140736092097168 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30035/statm: 2389603 44967 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9558412

[startup+1.50073 s]
/proc/loadavg: 2.27 2.10 2.03 10/212 30053
/proc/meminfo: memFree=26474524/32873844 swapFree=7612/7612
[pid=30035] ppid=30033 vsize=9558412 CPUtime=2.37 cores=0,2,4,6
/proc/30035/stat : 30035 (java) S 30033 30035 25404 0 -1 4202496 10008 0 1 0 223 14 0 0 20 0 18 0 255474554 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140736092097168 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30035/statm: 2389603 89547 2247 9 0 2380296 0
[pid=30035/tid=30037] ppid=30033 vsize=9558412 CPUtime=1.33 cores=0,2,4,6
/proc/30035/task/30037/stat : 30037 (java) R 30033 30035 25404 0 -1 4202560 2558 0 1 0 129 4 0 0 20 0 18 0 255474555 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140466021322640 251048027405 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30038] ppid=30033 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/30035/task/30038/stat : 30038 (java) S 30033 30035 25404 0 -1 4202560 50 0 0 0 4 2 0 0 20 0 18 0 255474556 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465982823080 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30039] ppid=30033 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/30035/task/30039/stat : 30039 (java) S 30033 30035 25404 0 -1 4202560 85 0 0 0 3 0 0 0 20 0 18 0 255474556 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465981770536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30040] ppid=30033 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/30035/task/30040/stat : 30040 (java) S 30033 30035 25404 0 -1 4202560 114 0 0 0 2 1 0 0 20 0 18 0 255474556 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465980717992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30041] ppid=30033 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/30035/task/30041/stat : 30041 (java) S 30033 30035 25404 0 -1 4202560 43 0 0 0 4 1 0 0 20 0 18 0 255474556 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465979665448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30042] ppid=30033 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/30035/task/30042/stat : 30042 (java) S 30033 30035 25404 0 -1 4202560 119 0 0 0 3 2 0 0 20 0 18 0 255474556 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465978611880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/30035/task/30043/stat : 30043 (java) S 30033 30035 25404 0 -1 4202560 129 0 0 0 3 2 0 0 20 0 18 0 255474556 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465977559336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/30035/task/30044/stat : 30044 (java) S 30033 30035 25404 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 18 0 255474556 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465976506792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/30035/task/30045/stat : 30045 (java) S 30033 30035 25404 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 18 0 255474556 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465975454248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30046/stat : 30046 (java) S 30033 30035 25404 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255474557 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465845287528 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30047/stat : 30047 (java) S 30033 30035 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255474558 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465844233848 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30048/stat : 30048 (java) S 30033 30035 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255474558 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465843181192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30049/stat : 30049 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255474561 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465842129936 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30050] ppid=30033 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/30035/task/30050/stat : 30050 (java) S 30033 30035 25404 0 -1 4202560 2857 0 0 0 27 0 0 0 20 0 18 0 255474561 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465841076280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30051] ppid=30033 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/30035/task/30051/stat : 30051 (java) S 30033 30035 25404 0 -1 4202560 2637 0 0 0 26 1 0 0 20 0 18 0 255474561 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465840023736 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30052] ppid=30033 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30052/stat : 30052 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255474561 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465838971384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30053] ppid=30033 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30053/stat : 30053 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255474561 9787813888 89547 33554432000 1073741824 1073778376 140736092106032 140465837919048 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9558412

[startup+3.10074 s]
/proc/loadavg: 2.27 2.10 2.03 3/212 30053
/proc/meminfo: memFree=26195440/32873844 swapFree=7612/7612
[pid=30035] ppid=30033 vsize=9558412 CPUtime=4.25 cores=0,2,4,6
/proc/30035/stat : 30035 (java) S 30033 30035 25404 0 -1 4202496 10737 0 1 0 400 25 0 0 20 0 18 0 255474554 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140736092097168 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30035/statm: 2389603 159686 2247 9 0 2380296 0
[pid=30035/tid=30037] ppid=30033 vsize=9558412 CPUtime=2.83 cores=0,2,4,6
/proc/30035/task/30037/stat : 30037 (java) R 30033 30035 25404 0 -1 4202560 2840 0 1 0 276 7 0 0 20 0 18 0 255474555 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140466021330336 140465848896395 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30038] ppid=30033 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/30035/task/30038/stat : 30038 (java) S 30033 30035 25404 0 -1 4202560 65 0 0 0 7 2 0 0 20 0 18 0 255474556 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465982823080 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30035/tid=30039] ppid=30033 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/30035/task/30039/stat : 30039 (java) S 30033 30035 25404 0 -1 4202560 105 0 0 0 6 1 0 0 20 0 18 0 255474556 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465981770536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30040] ppid=30033 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/30035/task/30040/stat : 30040 (java) S 30033 30035 25404 0 -1 4202560 134 0 0 0 6 2 0 0 20 0 18 0 255474556 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465980717992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30041] ppid=30033 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/30035/task/30041/stat : 30041 (java) S 30033 30035 25404 0 -1 4202560 53 0 0 0 7 2 0 0 20 0 18 0 255474556 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465979665448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30042] ppid=30033 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/30035/task/30042/stat : 30042 (java) S 30033 30035 25404 0 -1 4202560 142 0 0 0 6 3 0 0 20 0 18 0 255474556 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465978611880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/30035/task/30043/stat : 30043 (java) S 30033 30035 25404 0 -1 4202560 151 0 0 0 7 3 0 0 20 0 18 0 255474556 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465977559336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/30035/task/30044/stat : 30044 (java) S 30033 30035 25404 0 -1 4202560 36 0 0 0 7 1 0 0 20 0 18 0 255474556 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465976506792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/30035/task/30045/stat : 30045 (java) S 30033 30035 25404 0 -1 4202560 63 0 0 0 8 2 0 0 20 0 18 0 255474556 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465975454248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30046/stat : 30046 (java) S 30033 30035 25404 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 18 0 255474557 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465845287528 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30047/stat : 30047 (java) S 30033 30035 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255474558 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465844233848 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30048/stat : 30048 (java) S 30033 30035 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255474558 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465843181192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30049/stat : 30049 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255474561 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465842129936 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30050] ppid=30033 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/30035/task/30050/stat : 30050 (java) S 30033 30035 25404 0 -1 4202560 2857 0 0 0 27 0 0 0 20 0 18 0 255474561 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465841076280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30051] ppid=30033 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/30035/task/30051/stat : 30051 (java) S 30033 30035 25404 0 -1 4202560 2637 0 0 0 26 1 0 0 20 0 18 0 255474561 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465840023736 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30052] ppid=30033 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30052/stat : 30052 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255474561 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465838971384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30053] ppid=30033 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30053/stat : 30053 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255474561 9787813888 159686 33554432000 1073741824 1073778376 140736092106032 140465837919048 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9558412

[startup+6.30063 s]
/proc/loadavg: 2.25 2.09 2.03 4/212 30053
/proc/meminfo: memFree=24601556/32873844 swapFree=7612/7612
[pid=30035] ppid=30033 vsize=9624976 CPUtime=8.95 cores=0,2,4,6
/proc/30035/stat : 30035 (java) S 30033 30035 25404 0 -1 4202496 18440 0 1 0 829 66 0 0 20 0 19 0 255474554 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140736092097168 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30035/statm: 2406244 557580 2264 9 0 2396937 0
[pid=30035/tid=30037] ppid=30033 vsize=9624976 CPUtime=5.69 cores=0,2,4,6
/proc/30035/task/30037/stat : 30037 (java) R 30033 30035 25404 0 -1 4202560 4360 0 1 0 539 30 0 0 20 0 19 0 255474555 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140466021331176 140465849313632 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30035/tid=30038] ppid=30033 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/30035/task/30038/stat : 30038 (java) S 30033 30035 25404 0 -1 4202560 433 0 0 0 19 5 0 0 20 0 19 0 255474556 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465982823080 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30039] ppid=30033 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/30035/task/30039/stat : 30039 (java) S 30033 30035 25404 0 -1 4202560 155 0 0 0 18 2 0 0 20 0 19 0 255474556 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465981770536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30035/tid=30040] ppid=30033 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/30035/task/30040/stat : 30040 (java) S 30033 30035 25404 0 -1 4202560 482 0 0 0 18 4 0 0 20 0 19 0 255474556 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465980717992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30041] ppid=30033 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/30035/task/30041/stat : 30041 (java) S 30033 30035 25404 0 -1 4202560 122 0 0 0 22 5 0 0 20 0 19 0 255474556 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465979665448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30035/tid=30042] ppid=30033 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/30035/task/30042/stat : 30042 (java) S 30033 30035 25404 0 -1 4202560 462 0 0 0 20 4 0 0 20 0 19 0 255474556 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465978611880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/30035/task/30043/stat : 30043 (java) S 30033 30035 25404 0 -1 4202560 462 0 0 0 18 4 0 0 20 0 19 0 255474556 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465977559336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/30035/task/30044/stat : 30044 (java) S 30033 30035 25404 0 -1 4202560 93 0 0 0 20 4 0 0 20 0 19 0 255474556 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465976506792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/30035/task/30045/stat : 30045 (java) S 30033 30035 25404 0 -1 4202560 146 0 0 0 30 5 0 0 20 0 19 0 255474556 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465975454248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30046/stat : 30046 (java) S 30033 30035 25404 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 19 0 255474557 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465845287528 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30047/stat : 30047 (java) S 30033 30035 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255474558 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465844233848 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30048/stat : 30048 (java) S 30033 30035 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255474558 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465843181192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30049/stat : 30049 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474561 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465842129936 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30050] ppid=30033 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/30035/task/30050/stat : 30050 (java) S 30033 30035 25404 0 -1 4202560 2910 0 0 0 48 0 0 0 20 0 19 0 255474561 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465841076280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30051] ppid=30033 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/30035/task/30051/stat : 30051 (java) S 30033 30035 25404 0 -1 4202560 6367 0 0 0 61 1 0 0 20 0 19 0 255474561 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465840023736 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30052] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30052/stat : 30052 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474561 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465838971384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30053] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30053/stat : 30053 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474561 9855975424 557580 33554432000 1073741824 1073778376 140736092106032 140465837919048 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.95
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 2.23 2.09 2.03 3/213 30054
/proc/meminfo: memFree=24600588/32873844 swapFree=7612/7612
[pid=30035] ppid=30033 vsize=9624976 CPUtime=15.53 cores=0,2,4,6
/proc/30035/stat : 30035 (java) S 30033 30035 25404 0 -1 4202496 18493 0 1 0 1487 66 0 0 20 0 19 0 255474554 9855975424 557573 33554432000 1073741824 1073778376 140736092106032 140736092097168 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30035/statm: 2406244 557573 2265 9 0 2396937 0
[pid=30035/tid=30037] ppid=30033 vsize=9624976 CPUtime=12.06 cores=0,2,4,6

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

[pid=30035/tid=30050] ppid=30033 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/30035/task/30050/stat : 30050 (java) S 30033 30035 25404 0 -1 4202560 2950 0 0 0 65 0 0 0 20 0 19 0 255474561 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465841076280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30051] ppid=30033 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/30035/task/30051/stat : 30051 (java) S 30033 30035 25404 0 -1 4202560 6427 0 0 0 78 2 0 0 20 0 19 0 255474561 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465840023736 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30052] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30052/stat : 30052 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474561 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465838971384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30053] ppid=30033 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/30035/task/30053/stat : 30053 (java) S 30033 30035 25404 0 -1 4202560 95 0 0 0 40 33 0 0 20 0 19 0 255474561 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465837919048 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30054] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30054/stat : 30054 (java) S 30033 30035 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255475119 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465836864808 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1666.91
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 30127
/proc/meminfo: memFree=24144496/32873844 swapFree=7612/7612
[pid=30035] ppid=30033 vsize=9624976 CPUtime=1726.92 cores=0,2,4,6
/proc/30035/stat : 30035 (java) S 30033 30035 25404 0 -1 4202496 19032 0 1 0 172571 121 0 0 20 0 19 0 255474554 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140736092097168 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30035/statm: 2406244 622182 2281 9 0 2396937 0
[pid=30035/tid=30037] ppid=30033 vsize=9624976 CPUtime=1705.82 cores=0,2,4,6
/proc/30035/task/30037/stat : 30037 (java) R 30033 30035 25404 0 -1 4202560 4387 0 1 0 170523 59 0 0 20 0 19 0 255474555 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140466021331232 140465849313615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30038] ppid=30033 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/30035/task/30038/stat : 30038 (java) S 30033 30035 25404 0 -1 4202560 462 0 0 0 40 7 0 0 20 0 19 0 255474556 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465982823080 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30039] ppid=30033 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/30035/task/30039/stat : 30039 (java) S 30033 30035 25404 0 -1 4202560 189 0 0 0 34 4 0 0 20 0 19 0 255474556 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465981770536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30040] ppid=30033 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/30035/task/30040/stat : 30040 (java) S 30033 30035 25404 0 -1 4202560 495 0 0 0 35 5 0 0 20 0 19 0 255474556 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465980717992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30041] ppid=30033 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/30035/task/30041/stat : 30041 (java) S 30033 30035 25404 0 -1 4202560 157 0 0 0 43 6 0 0 20 0 19 0 255474556 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465979665448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30035/tid=30042] ppid=30033 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/30035/task/30042/stat : 30042 (java) S 30033 30035 25404 0 -1 4202560 474 0 0 0 40 5 0 0 20 0 19 0 255474556 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465978611880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/30035/task/30043/stat : 30043 (java) S 30033 30035 25404 0 -1 4202560 495 0 0 0 36 7 0 0 20 0 19 0 255474556 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465977559336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/30035/task/30044/stat : 30044 (java) S 30033 30035 25404 0 -1 4202560 126 0 0 0 37 5 0 0 20 0 19 0 255474556 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465976506792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/30035/task/30045/stat : 30045 (java) S 30033 30035 25404 0 -1 4202560 182 0 0 0 52 7 0 0 20 0 19 0 255474556 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465975454248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=9624976 CPUtime=10.87 cores=0,2,4,6
/proc/30035/task/30046/stat : 30046 (java) S 30033 30035 25404 0 -1 4202560 1406 0 0 0 1083 4 0 0 20 0 19 0 255474557 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465845287528 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30047/stat : 30047 (java) S 30033 30035 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255474558 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465844233848 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30048/stat : 30048 (java) S 30033 30035 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255474558 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465843181192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30049/stat : 30049 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474561 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465842129936 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30050] ppid=30033 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/30035/task/30050/stat : 30050 (java) S 30033 30035 25404 0 -1 4202560 2950 0 0 0 65 0 0 0 20 0 19 0 255474561 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465841076280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30051] ppid=30033 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/30035/task/30051/stat : 30051 (java) S 30033 30035 25404 0 -1 4202560 6427 0 0 0 78 2 0 0 20 0 19 0 255474561 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465840023736 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30052] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30052/stat : 30052 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474561 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465838971384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30053] ppid=30033 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/30035/task/30053/stat : 30053 (java) S 30033 30035 25404 0 -1 4202560 99 0 0 0 41 35 0 0 20 0 19 0 255474561 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465837919048 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30054] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30054/stat : 30054 (java) S 30033 30035 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255475119 9855975424 622182 33554432000 1073741824 1073778376 140736092106032 140465836864808 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.92
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 30129
/proc/meminfo: memFree=24130656/32873844 swapFree=7612/7612
[pid=30035] ppid=30033 vsize=9624976 CPUtime=1787 cores=0,2,4,6
/proc/30035/stat : 30035 (java) S 30033 30035 25404 0 -1 4202496 19049 0 1 0 178577 123 0 0 20 0 19 0 255474554 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140736092097168 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30035/statm: 2406244 623209 2281 9 0 2396937 0
[pid=30035/tid=30037] ppid=30033 vsize=9624976 CPUtime=1765.06 cores=0,2,4,6
/proc/30035/task/30037/stat : 30037 (java) R 30033 30035 25404 0 -1 4202560 4388 0 1 0 176446 60 0 0 20 0 19 0 255474555 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140466021331232 140465849313484 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30038] ppid=30033 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/30035/task/30038/stat : 30038 (java) S 30033 30035 25404 0 -1 4202560 462 0 0 0 41 7 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465982823080 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30035/tid=30039] ppid=30033 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/30035/task/30039/stat : 30039 (java) S 30033 30035 25404 0 -1 4202560 191 0 0 0 36 5 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465981770536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30040] ppid=30033 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/30035/task/30040/stat : 30040 (java) S 30033 30035 25404 0 -1 4202560 496 0 0 0 36 5 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465980717992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30041] ppid=30033 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/30035/task/30041/stat : 30041 (java) S 30033 30035 25404 0 -1 4202560 159 0 0 0 43 7 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465979665448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30042] ppid=30033 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/30035/task/30042/stat : 30042 (java) S 30033 30035 25404 0 -1 4202560 476 0 0 0 41 5 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465978611880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/30035/task/30043/stat : 30043 (java) S 30033 30035 25404 0 -1 4202560 496 0 0 0 37 7 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465977559336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/30035/task/30044/stat : 30044 (java) S 30033 30035 25404 0 -1 4202560 128 0 0 0 37 5 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465976506792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/30035/task/30045/stat : 30045 (java) S 30033 30035 25404 0 -1 4202560 182 0 0 0 53 7 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465975454248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=9624976 CPUtime=11.45 cores=0,2,4,6
/proc/30035/task/30046/stat : 30046 (java) S 30033 30035 25404 0 -1 4202560 1408 0 0 0 1141 4 0 0 20 0 19 0 255474557 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465845287528 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30047/stat : 30047 (java) S 30033 30035 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255474558 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465844233848 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30048/stat : 30048 (java) S 30033 30035 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255474558 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465843181192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30049/stat : 30049 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474561 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465842129936 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30050] ppid=30033 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/30035/task/30050/stat : 30050 (java) S 30033 30035 25404 0 -1 4202560 2950 0 0 0 65 0 0 0 20 0 19 0 255474561 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465841076280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30051] ppid=30033 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/30035/task/30051/stat : 30051 (java) S 30033 30035 25404 0 -1 4202560 6427 0 0 0 78 2 0 0 20 0 19 0 255474561 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465840023736 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30052] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30052/stat : 30052 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474561 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465838971384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30053] ppid=30033 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/30035/task/30053/stat : 30053 (java) S 30033 30035 25404 0 -1 4202560 103 0 0 0 43 36 0 0 20 0 19 0 255474561 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465837919048 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30054] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30054/stat : 30054 (java) S 30033 30035 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255475119 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465836864808 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 30129
/proc/meminfo: memFree=24130656/32873844 swapFree=7612/7612
[pid=30035] ppid=30033 vsize=9624976 CPUtime=1800.02 cores=0,2,4,6
/proc/30035/stat : 30035 (java) S 30033 30035 25404 0 -1 4202496 19051 0 1 0 179879 123 0 0 20 0 19 0 255474554 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140736092097168 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30035/statm: 2406244 623209 2281 9 0 2396937 0
[pid=30035/tid=30037] ppid=30033 vsize=9624976 CPUtime=1778.04 cores=0,2,4,6
/proc/30035/task/30037/stat : 30037 (java) R 30033 30035 25404 0 -1 4202560 4388 0 1 0 177743 61 0 0 20 0 19 0 255474555 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140466021331280 140465849359051 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30038] ppid=30033 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/30035/task/30038/stat : 30038 (java) S 30033 30035 25404 0 -1 4202560 462 0 0 0 41 7 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465982823080 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30035/tid=30039] ppid=30033 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/30035/task/30039/stat : 30039 (java) S 30033 30035 25404 0 -1 4202560 191 0 0 0 36 5 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465981770536 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30040] ppid=30033 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/30035/task/30040/stat : 30040 (java) S 30033 30035 25404 0 -1 4202560 496 0 0 0 36 5 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465980717992 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30041] ppid=30033 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/30035/task/30041/stat : 30041 (java) S 30033 30035 25404 0 -1 4202560 159 0 0 0 43 7 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465979665448 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30042] ppid=30033 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/30035/task/30042/stat : 30042 (java) S 30033 30035 25404 0 -1 4202560 476 0 0 0 41 5 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465978611880 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30043] ppid=30033 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/30035/task/30043/stat : 30043 (java) S 30033 30035 25404 0 -1 4202560 496 0 0 0 37 7 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465977559336 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30044] ppid=30033 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/30035/task/30044/stat : 30044 (java) S 30033 30035 25404 0 -1 4202560 128 0 0 0 37 5 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465976506792 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30045] ppid=30033 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/30035/task/30045/stat : 30045 (java) S 30033 30035 25404 0 -1 4202560 182 0 0 0 53 7 0 0 20 0 19 0 255474556 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465975454248 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30046] ppid=30033 vsize=9624976 CPUtime=11.45 cores=0,2,4,6
/proc/30035/task/30046/stat : 30046 (java) S 30033 30035 25404 0 -1 4202560 1408 0 0 0 1141 4 0 0 20 0 19 0 255474557 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465845287528 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30035/tid=30047] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30047/stat : 30047 (java) S 30033 30035 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255474558 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465844233848 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30048] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30048/stat : 30048 (java) S 30033 30035 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255474558 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465843181192 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30049] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30049/stat : 30049 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474561 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465842129936 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30050] ppid=30033 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/30035/task/30050/stat : 30050 (java) S 30033 30035 25404 0 -1 4202560 2952 0 0 0 66 0 0 0 20 0 19 0 255474561 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465841076280 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30051] ppid=30033 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/30035/task/30051/stat : 30051 (java) S 30033 30035 25404 0 -1 4202560 6427 0 0 0 78 2 0 0 20 0 19 0 255474561 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465840023736 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30052] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30052/stat : 30052 (java) S 30033 30035 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474561 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465838971384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30035/tid=30053] ppid=30033 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/30035/task/30053/stat : 30053 (java) S 30033 30035 25404 0 -1 4202560 103 0 0 0 43 36 0 0 20 0 19 0 255474561 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465837919048 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30035/tid=30054] ppid=30033 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30035/task/30054/stat : 30054 (java) S 30033 30035 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255475119 9855975424 623209 33554432000 1073741824 1073778376 140736092106032 140465836864808 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

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

Real time (s): 1795.36
CPU time (s): 1800.02
CPU user time (s): 1798.79
CPU system time (s): 1.23
CPU usage (%): 100.26
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.12
system time used= 1.66175
maximum resident set size= 2492960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19084
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38927
involuntary context switches= 10490

runsolver used 5.9001 second user time and 14.9337 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-24 23:05:02
IDJOB=3689843
IDBENCH=91052
IDSOLVER=2269
FILE ID=node143/3689843-1337893501
RUNJOBID= node143-1337889716-29642
PBS_JOBID= 14620061
Free space on /tmp= 71484 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null50mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689843-1337893501/watcher-3689843-1337893501 -o /tmp/evaluation-result-3689843-1337893501/solver-3689843-1337893501 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689843-1337893501.opb

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

MD5SUM BENCH= 187352532546cdf6dd143df196fcb0ac
RANDOM SEED=2062918419

node143.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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		: 2666.787
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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	: 5298.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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:        26826920 kB
Buffers:          238392 kB
Cached:          2630588 kB
SwapCached:            0 kB
Active:          2982172 kB
Inactive:        2245336 kB
Active(anon):    2361328 kB
Inactive(anon):        0 kB
Active(file):     620844 kB
Inactive(file):  2245336 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             28008 kB
Writeback:             0 kB
AnonPages:       2401176 kB
Mapped:            22536 kB
Shmem:               200 kB
Slab:             640868 kB
SReclaimable:      83216 kB
SUnreclaim:       557652 kB
KernelStack:        1592 kB
PageTables:         8888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3271504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2349056 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= 71456 MiB
End job on node143 at 2012-05-24 23:34:59