Trace number 3689453

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.01 1796.85

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820146.opb
MD5SUM04a6efcac49375b9407fbc5f15fae5c7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689453-1337890498.opb
0.09/0.11	c reading problem ... 
0.25/0.22	c ... done. Wall clock time 0.103s.
0.25/0.22	c declared #vars     600
0.25/0.22	c #constraints  845
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 675
0.25/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
0.25/0.22	c 845 constraints processed.
0.86/0.50	c cleaning 2496 clauses out of 5000 with flag 5000/5000
1.09/0.75	c cleaning 4247 clauses out of 8504 with flag 11000/11000
1.53/1.17	c cleaning 5615 clauses out of 11257 with flag 18000/18000
2.23/1.81	c cleaning 6809 clauses out of 13643 with flag 26001/26001
3.05/2.63	c cleaning 7907 clauses out of 15834 with flag 35001/35001
4.15/3.78	c cleaning 8950 clauses out of 17926 with flag 45000/45000
5.55/5.10	c cleaning 9972 clauses out of 19976 with flag 56000/56000
7.46/7.02	c cleaning 10978 clauses out of 22004 with flag 68000/68000
9.36/8.99	c cleaning 12005 clauses out of 24026 with flag 81000/81000
11.57/11.18	c cleaning 12977 clauses out of 26022 with flag 95001/95001
13.98/13.54	c cleaning 13993 clauses out of 28044 with flag 110000/110000
16.49/16.07	c cleaning 15015 clauses out of 30052 with flag 126001/126001
19.79/19.36	c cleaning 16004 clauses out of 32036 with flag 143000/143000
23.32/22.86	c cleaning 16986 clauses out of 34033 with flag 161001/161001
26.73/26.28	c cleaning 18008 clauses out of 36046 with flag 180000/180000
30.64/30.16	c cleaning 18998 clauses out of 38040 with flag 200002/200002
34.55/34.09	c cleaning 20001 clauses out of 40041 with flag 221001/221001
39.44/38.95	c cleaning 21003 clauses out of 42040 with flag 243001/243001
44.86/44.35	c cleaning 21998 clauses out of 44037 with flag 266001/266001
49.87/49.31	c cleaning 23010 clauses out of 46039 with flag 290001/290001
55.77/55.26	c cleaning 23998 clauses out of 48029 with flag 315001/315001
62.99/62.41	c cleaning 25004 clauses out of 50031 with flag 341001/341001
68.40/67.89	c cleaning 25980 clauses out of 52026 with flag 368000/368000
74.52/73.92	c cleaning 27014 clauses out of 54047 with flag 396001/396001
82.44/81.83	c cleaning 28006 clauses out of 56033 with flag 425001/425001
92.14/91.54	c cleaning 28996 clauses out of 58027 with flag 455001/455001
101.66/101.04	c cleaning 30007 clauses out of 60030 with flag 486000/486000
111.28/110.66	c cleaning 31002 clauses out of 62024 with flag 518001/518001
120.78/120.10	c cleaning 31993 clauses out of 64022 with flag 551001/551001
131.12/130.49	c cleaning 32988 clauses out of 66028 with flag 585000/585000
140.55/139.88	c cleaning 34004 clauses out of 68042 with flag 620002/620002
153.86/153.12	c cleaning 35008 clauses out of 70036 with flag 656000/656000
167.79/167.06	c cleaning 36003 clauses out of 72032 with flag 693004/693004
182.21/181.48	c cleaning 36991 clauses out of 74026 with flag 731001/731001
197.93/197.12	c cleaning 37994 clauses out of 76034 with flag 770000/770000
213.66/212.81	c cleaning 39007 clauses out of 78045 with flag 810005/810005
231.48/230.69	c cleaning 40010 clauses out of 80033 with flag 851000/851000
249.22/248.38	c cleaning 41000 clauses out of 82025 with flag 893002/893002
264.64/263.79	c cleaning 41983 clauses out of 84023 with flag 936000/936000
283.67/282.77	c cleaning 43008 clauses out of 86040 with flag 980000/980000
305.63/304.66	c cleaning 43991 clauses out of 88033 with flag 1025001/1025001
328.79/327.72	c cleaning 44996 clauses out of 90043 with flag 1071002/1071002
352.42/351.31	c cleaning 45990 clauses out of 92046 with flag 1118001/1118001
381.05/379.97	c cleaning 47001 clauses out of 94055 with flag 1166000/1166000
407.20/406.04	c cleaning 47996 clauses out of 96055 with flag 1215001/1215001
433.03/431.88	c cleaning 48986 clauses out of 98061 with flag 1265003/1265003
461.66/460.46	c cleaning 50020 clauses out of 100072 with flag 1316000/1316000
485.54/484.27	c cleaning 51009 clauses out of 102052 with flag 1368000/1368000
513.38/512.09	c cleaning 51988 clauses out of 104043 with flag 1421000/1421000
545.15/543.77	c cleaning 53004 clauses out of 106055 with flag 1475000/1475000
584.96/583.54	c cleaning 54017 clauses out of 108052 with flag 1530001/1530001
619.72/618.26	c cleaning 55008 clauses out of 110034 with flag 1586000/1586000
655.57/654.08	c cleaning 55994 clauses out of 112026 with flag 1643000/1643000
689.74/688.16	c cleaning 57005 clauses out of 114034 with flag 1701002/1701002
728.62/727.00	c cleaning 57986 clauses out of 116028 with flag 1760001/1760001
765.72/763.98	c cleaning 59015 clauses out of 118041 with flag 1820000/1820000
798.07/796.23	c cleaning 59994 clauses out of 120029 with flag 1881003/1881003
831.03/829.13	c cleaning 60991 clauses out of 122032 with flag 1943000/1943000
872.42/870.42	c cleaning 61980 clauses out of 124041 with flag 2006000/2006000
918.30/916.28	c cleaning 63004 clauses out of 126062 with flag 2070001/2070001
974.48/972.34	c cleaning 64017 clauses out of 128059 with flag 2135002/2135002
1034.54/1032.34	c cleaning 65011 clauses out of 130042 with flag 2201002/2201002
1096.53/1094.21	c cleaning 66004 clauses out of 132032 with flag 2268003/2268003
1155.71/1153.32	c cleaning 67001 clauses out of 134026 with flag 2336001/2336001
1220.22/1217.79	c cleaning 68001 clauses out of 136025 with flag 2405001/2405001
1274.72/1272.18	c cleaning 68985 clauses out of 138023 with flag 2475000/2475000
1332.50/1329.90	c cleaning 69995 clauses out of 140042 with flag 2546004/2546004
1393.15/1390.42	c cleaning 70999 clauses out of 142045 with flag 2618002/2618002
1442.17/1439.41	c cleaning 72002 clauses out of 144046 with flag 2691002/2691002
1497.48/1494.70	c cleaning 73005 clauses out of 146042 with flag 2765000/2765000
1567.18/1564.30	c cleaning 74000 clauses out of 148037 with flag 2840000/2840000
1640.76/1637.86	c cleaning 75008 clauses out of 150037 with flag 2916000/2916000
1726.77/1723.71	c cleaning 76007 clauses out of 152029 with flag 2993000/2993000
1796.37/1793.26	c cleaning 77009 clauses out of 154025 with flag 3071003/3071003
1800.01/1796.81	c starts		: 247
1800.01/1796.81	c conflicts		: 3077429
1800.01/1796.81	c decisions		: 4019809
1800.01/1796.81	c propagations		: 317071404
1800.01/1796.81	c inspects		: 26450154815
1800.01/1796.81	c shortcuts		: 0
1800.01/1796.81	c learnt literals	: 0
1800.01/1796.81	c learnt binary clauses	: 0
1800.01/1796.81	c learnt ternary clauses	: 0
1800.01/1796.81	c learnt constraints	: 3077429
1800.01/1796.81	c ignored constraints	: 0
1800.01/1796.81	c root simplifications	: 0
1800.01/1796.81	c removed literals (reason simplification)	: 0
1800.01/1796.81	c reason swapping (by a shorter reason)	: 0
1800.01/1796.81	c Calls to reduceDB	: 74
1800.01/1796.81	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.81	c number of learned constraints concerned by reduction	: 0
1800.01/1796.81	c number of learning phase by resolution	: 0
1800.01/1796.81	c number of learning phase by cutting planes	: 0
1800.01/1796.81	c speed (assignments/second)	: 176484.9426024384
1800.01/1796.81	c non guided choices	1088
1800.01/1796.84	c learnt constraints type 
1800.01/1796.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83460
1800.01/1796.84	c constraints type 
1800.01/1796.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 675
1800.01/1796.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
1800.01/1796.84	c 845 constraints processed.
1800.01/1796.84	s UNKNOWN
1800.01/1796.84	c Total wall clock time (in seconds): 1796.727

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 2.02 2.06 3/194 11765
/proc/meminfo: memFree=28242684/32873844 swapFree=6592/6592
[pid=11765] ppid=11763 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11765/stat : 11765 (java) R 11763 11765 8709 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255174627 9515008 182 33554432000 1073741824 1073778376 140736071887696 140736071878728 213419638453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11765/statm: 2323 182 140 9 0 71 0

[startup+0.032683 s]
/proc/loadavg: 1.99 2.02 2.06 3/194 11765
/proc/meminfo: memFree=28242684/32873844 swapFree=6592/6592
[pid=11765] ppid=11763 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/11765/stat : 11765 (java) S 11763 11765 8709 0 -1 4202496 2777 0 1 0 0 0 0 0 20 0 10 0 255174627 9233014784 3477 33554432000 1073741824 1073778376 140734214459712 140734214450848 213422997565 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11765/statm: 2254154 3477 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100327 s]
/proc/loadavg: 1.99 2.02 2.06 3/194 11765
/proc/meminfo: memFree=28242684/32873844 swapFree=6592/6592
[pid=11765] ppid=11763 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/11765/stat : 11765 (java) S 11763 11765 8709 0 -1 4202496 4287 0 1 0 8 1 0 0 20 0 18 0 255174627 9787813888 5471 33554432000 1073741824 1073778376 140734214459712 140734214450848 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11765/statm: 2389603 5471 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300301 s]
/proc/loadavg: 1.99 2.02 2.06 3/194 11765
/proc/meminfo: memFree=28242684/32873844 swapFree=6592/6592
[pid=11765] ppid=11763 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/11765/stat : 11765 (java) S 11763 11765 8709 0 -1 4202496 7117 0 1 0 49 2 0 0 20 0 19 0 255174627 9855975424 8035 33554432000 1073741824 1073778376 140734214459712 140734214450848 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11765/statm: 2406244 8035 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9624976

[startup+0.700296 s]
/proc/loadavg: 1.99 2.02 2.06 3/194 11765
/proc/meminfo: memFree=28242684/32873844 swapFree=6592/6592
[pid=11765] ppid=11763 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/11765/stat : 11765 (java) S 11763 11765 8709 0 -1 4202496 7756 0 1 0 106 3 0 0 20 0 19 0 255174627 9855975424 10151 33554432000 1073741824 1073778376 140734214459712 140734214450848 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11765/statm: 2406244 10151 2268 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9624976

[startup+1.50066 s]
/proc/loadavg: 1.99 2.02 2.06 3/213 11784
/proc/meminfo: memFree=28208404/32873844 swapFree=6592/6592
[pid=11765] ppid=11763 vsize=9624976 CPUtime=1.93 cores=1,3,5,7
/proc/11765/stat : 11765 (java) S 11763 11765 8709 0 -1 4202496 7762 0 1 0 190 3 0 0 20 0 19 0 255174627 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140734214450848 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11765/statm: 2406244 10664 2268 9 0 2396937 0
[pid=11765/tid=11767] ppid=11763 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/11765/task/11767/stat : 11767 (java) R 11763 11765 8709 0 -1 4202560 2461 0 1 0 142 0 0 0 20 0 19 0 255174629 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140324481794320 140324316328093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11768] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11768/stat : 11768 (java) S 11763 11765 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140324443285928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11769] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11769/stat : 11769 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140324442233384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11770] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11770/stat : 11770 (java) S 11763 11765 8709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140324441180328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11771] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11771/stat : 11771 (java) S 11763 11765 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140324440127784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11772] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11772/stat : 11772 (java) S 11763 11765 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140324439075752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11773] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11773/stat : 11773 (java) S 11763 11765 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140324438023208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11774] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11774/stat : 11774 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140324436970152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11775] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11775/stat : 11775 (java) S 11763 11765 8709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140324435917608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11776] ppid=11763 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/11765/task/11776/stat : 11776 (java) S 11763 11765 8709 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 19 0 255174631 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140324305758568 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11777] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11777/stat : 11777 (java) S 11763 11765 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255174631 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140324304704888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11778] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11778/stat : 11778 (java) S 11763 11765 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255174631 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140324303651720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11779] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11779/stat : 11779 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140324302600464 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11780] ppid=11763 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/11765/task/11780/stat : 11780 (java) S 11763 11765 8709 0 -1 4202560 1837 0 0 0 21 0 0 0 20 0 19 0 255174634 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140324301548344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11781] ppid=11763 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/11765/task/11781/stat : 11781 (java) S 11763 11765 8709 0 -1 4202560 2220 0 0 0 21 0 0 0 20 0 19 0 255174634 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140324300495800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11782] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11782/stat : 11782 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140323426659064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11783] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11783/stat : 11783 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140323425606728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11784] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11784/stat : 11784 (java) S 11763 11765 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255174650 9855975424 10664 33554432000 1073741824 1073778376 140734214459712 140323424551976 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 1.99 2.02 2.06 3/213 11784
/proc/meminfo: memFree=28208032/32873844 swapFree=6592/6592
[pid=11765] ppid=11763 vsize=9624976 CPUtime=3.55 cores=1,3,5,7
/proc/11765/stat : 11765 (java) S 11763 11765 8709 0 -1 4202496 7771 0 1 0 352 3 0 0 20 0 19 0 255174627 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140734214450848 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11765/statm: 2406244 11693 2268 9 0 2396937 0
[pid=11765/tid=11767] ppid=11763 vsize=9624976 CPUtime=2.99 cores=1,3,5,7
/proc/11765/task/11767/stat : 11767 (java) R 11763 11765 8709 0 -1 4202560 2462 0 1 0 299 0 0 0 20 0 19 0 255174629 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140324481794320 140324316323027 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11768] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11768/stat : 11768 (java) S 11763 11765 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140324443285928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11769] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11769/stat : 11769 (java) S 11763 11765 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140324442233384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11770] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11770/stat : 11770 (java) S 11763 11765 8709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140324441180328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11771] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11771/stat : 11771 (java) S 11763 11765 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140324440127784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11772] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11772/stat : 11772 (java) S 11763 11765 8709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140324439075752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11773] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11773/stat : 11773 (java) S 11763 11765 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140324438023208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11774] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11774/stat : 11774 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140324436970152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11775] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11775/stat : 11775 (java) S 11763 11765 8709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140324435917608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11776] ppid=11763 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/11765/task/11776/stat : 11776 (java) S 11763 11765 8709 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 255174631 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140324305758568 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11777] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11777/stat : 11777 (java) S 11763 11765 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255174631 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140324304704888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11778] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11778/stat : 11778 (java) S 11763 11765 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255174631 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140324303651720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11779] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11779/stat : 11779 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140324302600464 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11780] ppid=11763 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/11765/task/11780/stat : 11780 (java) S 11763 11765 8709 0 -1 4202560 1837 0 0 0 21 0 0 0 20 0 19 0 255174634 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140324301548344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11781] ppid=11763 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/11765/task/11781/stat : 11781 (java) S 11763 11765 8709 0 -1 4202560 2221 0 0 0 22 0 0 0 20 0 19 0 255174634 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140324300495800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11782] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11782/stat : 11782 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140323426659064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11783] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11783/stat : 11783 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140323425606728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11784] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11784/stat : 11784 (java) S 11763 11765 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255174650 9855975424 11693 33554432000 1073741824 1073778376 140734214459712 140323424551976 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 1.99 2.02 2.06 3/213 11784
/proc/meminfo: memFree=28203688/32873844 swapFree=6592/6592
[pid=11765] ppid=11763 vsize=9624976 CPUtime=6.76 cores=1,3,5,7
/proc/11765/stat : 11765 (java) S 11763 11765 8709 0 -1 4202496 7779 0 1 0 673 3 0 0 20 0 19 0 255174627 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140734214450848 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11765/statm: 2406244 11647 2268 9 0 2396937 0
[pid=11765/tid=11767] ppid=11763 vsize=9624976 CPUtime=6.15 cores=1,3,5,7
/proc/11765/task/11767/stat : 11767 (java) R 11763 11765 8709 0 -1 4202560 2465 0 1 0 615 0 0 0 20 0 19 0 255174629 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140324481794320 140324316328044 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11768] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11768/stat : 11768 (java) S 11763 11765 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140324443285928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11769] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11769/stat : 11769 (java) S 11763 11765 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140324442233384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11770] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11770/stat : 11770 (java) S 11763 11765 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140324441180328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11771] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11771/stat : 11771 (java) S 11763 11765 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140324440127784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11772] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11772/stat : 11772 (java) S 11763 11765 8709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140324439075752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11773] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11773/stat : 11773 (java) S 11763 11765 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140324438023208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11774] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11774/stat : 11774 (java) S 11763 11765 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140324436970152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11775] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11775/stat : 11775 (java) S 11763 11765 8709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255174630 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140324435917608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11776] ppid=11763 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/11765/task/11776/stat : 11776 (java) S 11763 11765 8709 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 255174631 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140324305758568 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11777] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11777/stat : 11777 (java) S 11763 11765 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255174631 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140324304704888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11778] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11778/stat : 11778 (java) S 11763 11765 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255174631 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140324303651720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11779] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11779/stat : 11779 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140324302600464 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11780] ppid=11763 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/11765/task/11780/stat : 11780 (java) S 11763 11765 8709 0 -1 4202560 1837 0 0 0 21 0 0 0 20 0 19 0 255174634 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140324301548344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11781] ppid=11763 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/11765/task/11781/stat : 11781 (java) S 11763 11765 8709 0 -1 4202560 2221 0 0 0 22 0 0 0 20 0 19 0 255174634 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140324300495800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11782] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11782/stat : 11782 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140323426659064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11783] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11783/stat : 11783 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140323425606728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11784] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11784/stat : 11784 (java) S 11763 11765 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255174650 9855975424 11647 33554432000 1073741824 1073778376 140734214459712 140323424551976 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=11765/tid=11780] ppid=11763 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/11765/task/11780/stat : 11780 (java) S 11763 11765 8709 0 -1 4202560 2074 0 0 0 23 0 0 0 20 0 19 0 255174634 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324301548344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11781] ppid=11763 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/11765/task/11781/stat : 11781 (java) S 11763 11765 8709 0 -1 4202560 2221 0 0 0 22 0 0 0 20 0 19 0 255174634 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324300495800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11782] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11782/stat : 11782 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140323426659064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11783] ppid=11763 vsize=9624976 CPUtime=0.82 cores=1,3,5,7
/proc/11765/task/11783/stat : 11783 (java) S 11763 11765 8709 0 -1 4202560 95 0 0 0 38 44 0 0 20 0 19 0 255174634 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140323425606728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11784] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11784/stat : 11784 (java) S 11763 11765 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255174650 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140323424551976 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1665.28
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/213 11858
/proc/meminfo: memFree=24942624/32873844 swapFree=6592/6592
[pid=11765] ppid=11763 vsize=9624976 CPUtime=1725.36 cores=1,3,5,7
/proc/11765/stat : 11765 (java) S 11763 11765 8709 0 -1 4202496 8752 0 1 0 172440 96 0 0 20 0 19 0 255174627 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140734214450848 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11765/statm: 2406244 30306 2269 9 0 2396937 0
[pid=11765/tid=11767] ppid=11763 vsize=9624976 CPUtime=1715.13 cores=1,3,5,7
/proc/11765/task/11767/stat : 11767 (java) R 11763 11765 8709 0 -1 4202560 2539 0 1 0 171485 28 0 0 20 0 19 0 255174629 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324481794320 140324316359010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11768] ppid=11763 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/11765/task/11768/stat : 11768 (java) S 11763 11765 8709 0 -1 4202560 65 0 0 0 22 1 0 0 20 0 19 0 255174630 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324443285928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11769] ppid=11763 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/11765/task/11769/stat : 11769 (java) S 11763 11765 8709 0 -1 4202560 55 0 0 0 23 0 0 0 20 0 19 0 255174630 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324442233384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11770] ppid=11763 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/11765/task/11770/stat : 11770 (java) S 11763 11765 8709 0 -1 4202560 79 0 0 0 22 0 0 0 20 0 19 0 255174630 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324441180328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11771] ppid=11763 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/11765/task/11771/stat : 11771 (java) S 11763 11765 8709 0 -1 4202560 61 0 0 0 26 0 0 0 20 0 19 0 255174630 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324440127784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11772] ppid=11763 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/11765/task/11772/stat : 11772 (java) S 11763 11765 8709 0 -1 4202560 73 0 0 0 21 0 0 0 20 0 19 0 255174630 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324439075752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11773] ppid=11763 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/11765/task/11773/stat : 11773 (java) S 11763 11765 8709 0 -1 4202560 85 0 0 0 26 0 0 0 20 0 19 0 255174630 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324438023208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11774] ppid=11763 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/11765/task/11774/stat : 11774 (java) S 11763 11765 8709 0 -1 4202560 38 0 0 0 21 0 0 0 20 0 19 0 255174630 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324436970152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11775] ppid=11763 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/11765/task/11775/stat : 11775 (java) S 11763 11765 8709 0 -1 4202560 52 0 0 0 23 1 0 0 20 0 19 0 255174630 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324435917608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11776] ppid=11763 vsize=9624976 CPUtime=2 cores=1,3,5,7
/proc/11765/task/11776/stat : 11776 (java) S 11763 11765 8709 0 -1 4202560 131 0 0 0 197 3 0 0 20 0 19 0 255174631 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324305758568 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11777] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11777/stat : 11777 (java) S 11763 11765 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255174631 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324304704888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11778] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11778/stat : 11778 (java) S 11763 11765 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255174631 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324303651720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11779] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11779/stat : 11779 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324302600464 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11780] ppid=11763 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/11765/task/11780/stat : 11780 (java) S 11763 11765 8709 0 -1 4202560 2074 0 0 0 23 0 0 0 20 0 19 0 255174634 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324301548344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11781] ppid=11763 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/11765/task/11781/stat : 11781 (java) S 11763 11765 8709 0 -1 4202560 2221 0 0 0 22 0 0 0 20 0 19 0 255174634 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140324300495800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11782] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11782/stat : 11782 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140323426659064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11783] ppid=11763 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/11765/task/11783/stat : 11783 (java) S 11763 11765 8709 0 -1 4202560 99 0 0 0 39 46 0 0 20 0 19 0 255174634 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140323425606728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11784] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11784/stat : 11784 (java) S 11763 11765 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255174650 9855975424 30306 33554432000 1073741824 1073778376 140734214459712 140323424551976 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.36
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 11858
/proc/meminfo: memFree=24942156/32873844 swapFree=6592/6592
[pid=11765] ppid=11763 vsize=9624976 CPUtime=1785.47 cores=1,3,5,7
/proc/11765/stat : 11765 (java) S 11763 11765 8709 0 -1 4202496 8776 0 1 0 178446 101 0 0 20 0 19 0 255174627 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140734214450848 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11765/statm: 2406244 30323 2269 9 0 2396937 0
[pid=11765/tid=11767] ppid=11763 vsize=9624976 CPUtime=1774.92 cores=1,3,5,7
/proc/11765/task/11767/stat : 11767 (java) R 11763 11765 8709 0 -1 4202560 2540 0 1 0 177464 28 0 0 20 0 19 0 255174629 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324481794320 140324316359010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11768] ppid=11763 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/11765/task/11768/stat : 11768 (java) S 11763 11765 8709 0 -1 4202560 65 0 0 0 22 1 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324443285928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11769] ppid=11763 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/11765/task/11769/stat : 11769 (java) S 11763 11765 8709 0 -1 4202560 55 0 0 0 24 0 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324442233384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11770] ppid=11763 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/11765/task/11770/stat : 11770 (java) S 11763 11765 8709 0 -1 4202560 79 0 0 0 22 0 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324441180328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11771] ppid=11763 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/11765/task/11771/stat : 11771 (java) S 11763 11765 8709 0 -1 4202560 61 0 0 0 26 0 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324440127784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11772] ppid=11763 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/11765/task/11772/stat : 11772 (java) S 11763 11765 8709 0 -1 4202560 90 0 0 0 21 0 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324439075752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11773] ppid=11763 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/11765/task/11773/stat : 11773 (java) S 11763 11765 8709 0 -1 4202560 85 0 0 0 26 0 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324438023208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11774] ppid=11763 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/11765/task/11774/stat : 11774 (java) S 11763 11765 8709 0 -1 4202560 38 0 0 0 22 0 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324436970152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11775] ppid=11763 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/11765/task/11775/stat : 11775 (java) S 11763 11765 8709 0 -1 4202560 52 0 0 0 23 1 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324435917608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11776] ppid=11763 vsize=9624976 CPUtime=2.04 cores=1,3,5,7
/proc/11765/task/11776/stat : 11776 (java) S 11763 11765 8709 0 -1 4202560 133 0 0 0 201 3 0 0 20 0 19 0 255174631 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324305758568 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11777] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11777/stat : 11777 (java) S 11763 11765 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255174631 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324304704888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11778] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11778/stat : 11778 (java) S 11763 11765 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255174631 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324303651720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11779] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11779/stat : 11779 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324302600464 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11780] ppid=11763 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/11765/task/11780/stat : 11780 (java) S 11763 11765 8709 0 -1 4202560 2074 0 0 0 23 0 0 0 20 0 19 0 255174634 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324301548344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11781] ppid=11763 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/11765/task/11781/stat : 11781 (java) S 11763 11765 8709 0 -1 4202560 2221 0 0 0 22 0 0 0 20 0 19 0 255174634 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324300495800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11782] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11782/stat : 11782 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140323426659064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11783] ppid=11763 vsize=9624976 CPUtime=0.88 cores=1,3,5,7
/proc/11765/task/11783/stat : 11783 (java) S 11763 11765 8709 0 -1 4202560 103 0 0 0 41 47 0 0 20 0 19 0 255174634 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140323425606728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11784] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11784/stat : 11784 (java) S 11763 11765 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255174650 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140323424551976 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.47
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 11858
/proc/meminfo: memFree=24941720/32873844 swapFree=6592/6592
[pid=11765] ppid=11763 vsize=9624976 CPUtime=1800.01 cores=1,3,5,7
/proc/11765/stat : 11765 (java) S 11763 11765 8709 0 -1 4202496 8779 0 1 0 179900 101 0 0 20 0 19 0 255174627 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140734214450848 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11765/statm: 2406244 30323 2269 9 0 2396937 0
[pid=11765/tid=11767] ppid=11763 vsize=9624976 CPUtime=1789.34 cores=1,3,5,7
/proc/11765/task/11767/stat : 11767 (java) R 11763 11765 8709 0 -1 4202560 2541 0 1 0 178905 29 0 0 20 0 19 0 255174629 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324481794320 140324316359010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11768] ppid=11763 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/11765/task/11768/stat : 11768 (java) S 11763 11765 8709 0 -1 4202560 65 0 0 0 23 1 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324443285928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11769] ppid=11763 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/11765/task/11769/stat : 11769 (java) S 11763 11765 8709 0 -1 4202560 55 0 0 0 25 0 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324442233384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11770] ppid=11763 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/11765/task/11770/stat : 11770 (java) S 11763 11765 8709 0 -1 4202560 79 0 0 0 23 0 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324441180328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11765/tid=11771] ppid=11763 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/11765/task/11771/stat : 11771 (java) S 11763 11765 8709 0 -1 4202560 61 0 0 0 26 0 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324440127784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11772] ppid=11763 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/11765/task/11772/stat : 11772 (java) S 11763 11765 8709 0 -1 4202560 90 0 0 0 22 0 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324439075752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11773] ppid=11763 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/11765/task/11773/stat : 11773 (java) S 11763 11765 8709 0 -1 4202560 85 0 0 0 27 0 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324438023208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11774] ppid=11763 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/11765/task/11774/stat : 11774 (java) S 11763 11765 8709 0 -1 4202560 38 0 0 0 23 0 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324436970152 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11775] ppid=11763 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/11765/task/11775/stat : 11775 (java) S 11763 11765 8709 0 -1 4202560 52 0 0 0 24 1 0 0 20 0 19 0 255174630 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324435917608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11776] ppid=11763 vsize=9624976 CPUtime=2.08 cores=1,3,5,7
/proc/11765/task/11776/stat : 11776 (java) S 11763 11765 8709 0 -1 4202560 135 0 0 0 205 3 0 0 20 0 19 0 255174631 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324305758568 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11777] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11777/stat : 11777 (java) S 11763 11765 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255174631 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324304704888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11778] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11778/stat : 11778 (java) S 11763 11765 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255174631 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324303651720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11779] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11779/stat : 11779 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324302600464 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11780] ppid=11763 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/11765/task/11780/stat : 11780 (java) S 11763 11765 8709 0 -1 4202560 2074 0 0 0 23 0 0 0 20 0 19 0 255174634 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324301548344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11765/tid=11781] ppid=11763 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/11765/task/11781/stat : 11781 (java) S 11763 11765 8709 0 -1 4202560 2221 0 0 0 22 0 0 0 20 0 19 0 255174634 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140324300495800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11782] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11782/stat : 11782 (java) S 11763 11765 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255174634 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140323426659064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11765/tid=11783] ppid=11763 vsize=9624976 CPUtime=0.89 cores=1,3,5,7
/proc/11765/task/11783/stat : 11783 (java) S 11763 11765 8709 0 -1 4202560 103 0 0 0 41 48 0 0 20 0 19 0 255174634 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140323425606728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11765/tid=11784] ppid=11763 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/11765/task/11784/stat : 11784 (java) S 11763 11765 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255174650 9855975424 30323 33554432000 1073741824 1073778376 140734214459712 140323424551976 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 11765 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=89256
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=963853
# CPU time returned by wait4() is 1795.05
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.85
CPU time (s): 1800.01
CPU user time (s): 1799
CPU system time (s): 1.01
CPU usage (%): 100.176
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.09
system time used= 0.963853
maximum resident set size= 121456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8823
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39921
involuntary context switches= 11819

runsolver used 6.48901 second user time and 16.3155 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-24 22:14:58
IDJOB=3689453
IDBENCH=89818
IDSOLVER=2269
FILE ID=node140/3689453-1337890498
RUNJOBID= node140-1337871881-8726
PBS_JOBID= 14620064
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689453-1337890498/watcher-3689453-1337890498 -o /tmp/evaluation-result-3689453-1337890498/solver-3689453-1337890498 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689453-1337890498.opb

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

MD5SUM BENCH= 04a6efcac49375b9407fbc5f15fae5c7
RANDOM SEED=2039336124

node140.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.094
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.18
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.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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		: 2667.094
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.92
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.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
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.094
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.90
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.094
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:        28242948 kB
Buffers:          237524 kB
Cached:          3291600 kB
SwapCached:            0 kB
Active:           707140 kB
Inactive:        3144340 kB
Active(anon):     323868 kB
Inactive(anon):        0 kB
Active(file):     383272 kB
Inactive(file):  3144340 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               304 kB
Writeback:             0 kB
AnonPages:        352200 kB
Mapped:            22636 kB
Shmem:               200 kB
Slab:             640428 kB
SReclaimable:      82852 kB
SUnreclaim:       557576 kB
KernelStack:        1600 kB
PageTables:         4956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     829664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 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= 71484 MiB
End job on node140 at 2012-05-24 22:44:57