Trace number 4117041

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round22-2.opb
MD5SUM1603e350e855b53698c29e37bc064a30
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 variables4128
Total number of constraints8720
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
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-2013 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 PB16.v20160501
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@2b21cc40
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 Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4117041-1466965401.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.70/0.41	c ... done. Wall clock time 0.294s.
0.70/0.41	c declared #vars     4128
0.70/0.41	c #constraints  10016
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.70/0.41	c org.sat4j.specs.Constr$1 => 920
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.70/0.41	c 10016 constraints processed.
1.72/1.09	c cleaning 2494 clauses out of 4998 with flag 16820/5000
2.57/1.73	c cleaning 4245 clauses out of 8504 with flag 38943/11000
3.27/2.47	c cleaning 5628 clauses out of 11259 with flag 66906/18001
4.19/3.35	c cleaning 6815 clauses out of 13631 with flag 103373/26001
5.20/4.33	c cleaning 7886 clauses out of 15815 with flag 145503/35000
6.30/5.49	c cleaning 8925 clauses out of 17929 with flag 195454/45000
7.70/6.82	c cleaning 10002 clauses out of 20004 with flag 251958/56000
9.11/8.23	c cleaning 10997 clauses out of 22002 with flag 313099/68000
10.61/9.79	c cleaning 11998 clauses out of 24005 with flag 382288/81000
12.41/11.55	c cleaning 12987 clauses out of 26008 with flag 458828/95001
14.31/13.45	c cleaning 13987 clauses out of 28022 with flag 541398/110002
16.32/15.50	c cleaning 14966 clauses out of 30034 with flag 629969/126001
18.52/17.68	c cleaning 16020 clauses out of 32067 with flag 726239/143000
20.91/20.08	c cleaning 16990 clauses out of 34047 with flag 828739/161000
23.61/22.74	c cleaning 18008 clauses out of 36057 with flag 937985/180000
26.51/25.66	c cleaning 19025 clauses out of 38049 with flag 1053915/200000
29.62/28.72	c cleaning 20005 clauses out of 40025 with flag 1177485/221001
32.92/32.05	c cleaning 20980 clauses out of 42019 with flag 1305897/243000
36.31/35.48	c cleaning 22008 clauses out of 44039 with flag 1442579/266000
40.01/39.18	c cleaning 22988 clauses out of 46031 with flag 1585395/290000
44.01/43.15	c cleaning 24001 clauses out of 48043 with flag 1732004/315000
48.11/47.26	c cleaning 25007 clauses out of 50042 with flag 1885592/341000
52.51/51.62	c cleaning 25985 clauses out of 52036 with flag 2046612/368001
57.21/56.35	c cleaning 27012 clauses out of 54050 with flag 2215526/396000
61.85/60.93	c cleaning 28013 clauses out of 56038 with flag 2392687/425000
66.54/65.63	c cleaning 28987 clauses out of 58026 with flag 2573323/455001
71.45/70.51	c cleaning 30001 clauses out of 60038 with flag 2758007/486000
76.54/75.66	c cleaning 31007 clauses out of 62038 with flag 2950903/518001
81.94/81.07	c cleaning 31986 clauses out of 64031 with flag 3150750/551001
87.54/86.68	c cleaning 33009 clauses out of 66044 with flag 3356051/585000
93.45/92.56	c cleaning 33978 clauses out of 68035 with flag 3570402/620000
99.85/98.91	c cleaning 34999 clauses out of 70057 with flag 3788544/656000
106.35/105.42	c cleaning 36006 clauses out of 72058 with flag 4013299/693000
113.26/112.32	c cleaning 37018 clauses out of 74053 with flag 4241209/731001
120.35/119.44	c cleaning 37993 clauses out of 76034 with flag 4477937/770000
127.75/126.82	c cleaning 38995 clauses out of 78041 with flag 4719373/810000
135.45/134.58	c cleaning 40015 clauses out of 80046 with flag 4973545/851000
143.45/142.59	c cleaning 41004 clauses out of 82033 with flag 5228575/893002
151.83/150.83	c cleaning 41989 clauses out of 84027 with flag 5493832/936000
160.12/159.12	c cleaning 42971 clauses out of 86039 with flag 5765065/980001
168.62/167.65	c cleaning 44003 clauses out of 88068 with flag 6037814/1025001
177.52/176.58	c cleaning 45012 clauses out of 90066 with flag 6318770/1071002
186.82/185.81	c cleaning 45984 clauses out of 92052 with flag 6608899/1118000
196.42/195.44	c cleaning 47005 clauses out of 94068 with flag 6906599/1166000
206.22/205.29	c cleaning 48000 clauses out of 96065 with flag 7210506/1215002
216.64/215.66	c cleaning 49003 clauses out of 98063 with flag 7519392/1265000
227.34/226.35	c cleaning 50019 clauses out of 100060 with flag 7834991/1316000
238.44/237.47	c cleaning 51007 clauses out of 102041 with flag 8155362/1368000
249.94/248.98	c cleaning 51998 clauses out of 104034 with flag 8484058/1421000
261.59/260.51	c cleaning 53005 clauses out of 106037 with flag 8815426/1475001
273.29/272.21	c cleaning 53982 clauses out of 108031 with flag 9152274/1530000
285.69/284.62	c cleaning 55000 clauses out of 110050 with flag 9496182/1586001
298.30/297.22	c cleaning 55983 clauses out of 112050 with flag 9846712/1643001
311.20/310.17	c cleaning 56986 clauses out of 114066 with flag 10199005/1701000
324.81/323.70	c cleaning 58033 clauses out of 116081 with flag 10563794/1760001
338.92/337.84	c cleaning 58995 clauses out of 118048 with flag 10932478/1820001
353.31/352.27	c cleaning 60023 clauses out of 120052 with flag 11306700/1881000
368.21/367.14	c cleaning 60978 clauses out of 122031 with flag 11688982/1943002
382.96/381.81	c cleaning 62022 clauses out of 124053 with flag 12079965/2006002
398.04/396.98	c cleaning 62993 clauses out of 126029 with flag 12476040/2070000
413.66/412.51	c cleaning 63991 clauses out of 128036 with flag 12876471/2135000
429.76/428.67	c cleaning 65009 clauses out of 130046 with flag 13285718/2201001
446.26/445.13	c cleaning 65995 clauses out of 132036 with flag 13701391/2268000
463.36/462.25	c cleaning 66985 clauses out of 134042 with flag 14121706/2336001
480.86/479.72	c cleaning 68009 clauses out of 136057 with flag 14544987/2405001
498.82/497.65	c cleaning 68999 clauses out of 138047 with flag 14977711/2475000
517.12/515.93	c cleaning 70003 clauses out of 140049 with flag 15415892/2546001
535.62/534.44	c cleaning 70996 clauses out of 142047 with flag 15857948/2618002
554.81/553.60	c cleaning 71995 clauses out of 144049 with flag 16306122/2691000
574.91/573.76	c cleaning 73010 clauses out of 146054 with flag 16762015/2765000
595.21/594.01	c cleaning 74022 clauses out of 148044 with flag 17222463/2840000
616.21/615.02	c cleaning 75000 clauses out of 150024 with flag 17690820/2916002
637.35/636.18	c cleaning 75979 clauses out of 152023 with flag 18162072/2993001
659.05/657.83	c cleaning 77010 clauses out of 154043 with flag 18638858/3071000
681.14/679.95	c cleaning 77977 clauses out of 156033 with flag 19119920/3150000
704.33/703.12	c cleaning 78983 clauses out of 158057 with flag 19610217/3230001
727.83/726.63	c cleaning 79988 clauses out of 160074 with flag 20105870/3311001
752.03/750.81	c cleaning 81005 clauses out of 162085 with flag 20607368/3393000
776.38/775.12	c cleaning 82015 clauses out of 164080 with flag 21117042/3476000
801.18/799.96	c cleaning 83021 clauses out of 166065 with flag 21635423/3560000
826.68/825.44	c cleaning 83995 clauses out of 168045 with flag 22155572/3645001
852.78/851.57	c cleaning 84975 clauses out of 170049 with flag 22681570/3731000
879.97/878.74	c cleaning 85999 clauses out of 172074 with flag 23214117/3818000
907.64/906.35	c cleaning 87005 clauses out of 174075 with flag 23755514/3906000
935.24/933.91	c cleaning 88036 clauses out of 176072 with flag 24300891/3995002
963.64/962.38	c cleaning 88980 clauses out of 178034 with flag 24851947/4085000
993.12/991.80	c cleaning 90027 clauses out of 180054 with flag 25408246/4176000
1022.42/1021.16	c cleaning 90928 clauses out of 182027 with flag 25973415/4268000
1052.28/1050.95	c cleaning 92043 clauses out of 184103 with flag 26546322/4361004
1082.97/1081.61	c cleaning 92994 clauses out of 186056 with flag 27125950/4455000
1113.97/1112.61	c cleaning 94006 clauses out of 188062 with flag 27707704/4550000
1146.07/1144.72	c cleaning 94976 clauses out of 190056 with flag 28290274/4646000
1178.26/1176.86	c cleaning 96034 clauses out of 192080 with flag 28882495/4743000
1211.27/1209.86	c cleaning 96980 clauses out of 194046 with flag 29474367/4841000
1245.37/1243.92	c cleaning 98013 clauses out of 196067 with flag 30078866/4940001
1279.78/1278.35	c cleaning 99017 clauses out of 198053 with flag 30689853/5040000
1317.40/1315.88	c cleaning 100006 clauses out of 200036 with flag 31307222/5141000
1353.79/1352.22	c cleaning 100992 clauses out of 202030 with flag 31931909/5243000
1390.40/1388.84	c cleaning 102003 clauses out of 204038 with flag 32559806/5346000
1427.29/1425.55	c cleaning 102991 clauses out of 206035 with flag 33198754/5450000
1465.58/1463.89	c cleaning 103980 clauses out of 208045 with flag 33839535/5555001
1504.80/1503.04	c cleaning 105026 clauses out of 210064 with flag 34480943/5661000
1544.90/1543.19	c cleaning 105994 clauses out of 212038 with flag 35137033/5768000
1587.04/1585.24	c cleaning 106980 clauses out of 214045 with flag 35796285/5876001
1629.54/1627.74	c cleaning 107998 clauses out of 216064 with flag 36459834/5985000
1671.74/1669.92	c cleaning 109019 clauses out of 218066 with flag 37130501/6095000
1714.62/1712.76	c cleaning 110001 clauses out of 220049 with flag 37803663/6206002
1758.51/1756.64	c cleaning 111012 clauses out of 222046 with flag 38485047/6318000
1800.02/1798.10	c starts		: 57819
1800.02/1798.10	c conflicts		: 6424524
1800.02/1798.10	c decisions		: 56600179
1800.02/1798.10	c propagations		: 849494669
1800.02/1798.10	c inspects		: 25133768403
1800.02/1798.10	c shortcuts		: 0
1800.02/1798.10	c learnt literals	: 3
1800.02/1798.10	c learnt binary clauses	: 77
1800.02/1798.10	c learnt ternary clauses	: 863
1800.02/1798.10	c learnt constraints	: 6424521
1800.02/1798.10	c ignored constraints	: 0
1800.02/1798.10	c root simplifications	: 0
1800.02/1798.10	c removed literals (reason simplification)	: 0
1800.02/1798.10	c reason swapping (by a shorter reason)	: 0
1800.02/1798.10	c Calls to reduceDB	: 108
1800.02/1798.10	c Number of update (reduction) of LBD	: 1354712
1800.02/1798.10	c Imported unit clauses	: 0
1800.02/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.10	c number of learned constraints concerned by reduction	: 0
1800.02/1798.10	c timeout
1800.02/1798.10	c number of learning phase by resolution	: 0
1800.02/1798.10	c number of learning phase by cutting planes	: 0
1800.02/1798.10	c speed (assignments/second)	: 472549.2335976548
1800.02/1798.10	c non guided choices	10724
1800.02/1798.13	c learnt constraints type 
1800.02/1798.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 77
1800.02/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 217481
1800.02/1798.13	s UNKNOWN
1800.02/1798.13	c Total wall clock time (in seconds): 1798.016

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4117041-1466965401/watcher-4117041-1466965401 -o /tmp/evaluation-result-4117041-1466965401/solver-4117041-1466965401 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117041-1466965401.opb 

pid=21823
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: 2.24 2.23 2.22 4/194 21826
/proc/meminfo: memFree=29966520/32872528 swapFree=1643088/1798432
[pid=21826] ppid=21823 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/21826/stat : 21826 (java) R 21823 21826 19053 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 29579181 278528 33 33554432000 1073741824 1073778376 140735213770704 140735421567912 260181159093 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21826/statm: 68 33 25 9 0 25 0

[startup+0.100061 s]
/proc/loadavg: 2.24 2.23 2.22 4/194 21826
/proc/meminfo: memFree=29966520/32872528 swapFree=1643088/1798432
[pid=21826] ppid=21823 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21826/stat : 21826 (java) S 21823 21826 19053 0 -1 4202496 4413 0 1 0 8 1 0 0 20 0 18 0 29579181 9787879424 6040 33554432000 1073741824 1073778376 140735213770704 140735213761840 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21826/statm: 2389619 6040 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200209 s]
/proc/loadavg: 2.24 2.23 2.22 4/194 21826
/proc/meminfo: memFree=29966520/32872528 swapFree=1643088/1798432
[pid=21826] ppid=21823 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/21826/stat : 21826 (java) S 21823 21826 19053 0 -1 4202496 4874 0 1 0 24 1 0 0 20 0 18 0 29579181 9787879424 6928 33554432000 1073741824 1073778376 140735213770704 140735213761840 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21826/statm: 2389619 6928 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300208 s]
/proc/loadavg: 2.24 2.23 2.22 4/194 21826
/proc/meminfo: memFree=29966520/32872528 swapFree=1643088/1798432
[pid=21826] ppid=21823 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/21826/stat : 21826 (java) S 21823 21826 19053 0 -1 4202496 5809 0 1 0 47 2 0 0 20 0 18 0 29579181 9787879424 9014 33554432000 1073741824 1073778376 140735213770704 140735213761840 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21826/statm: 2389619 9001 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700177 s]
/proc/loadavg: 2.24 2.23 2.22 4/194 21826
/proc/meminfo: memFree=29966520/32872528 swapFree=1643088/1798432
[pid=21826] ppid=21823 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/21826/stat : 21826 (java) S 21823 21826 19053 0 -1 4202496 10155 0 1 0 133 3 0 0 20 0 19 0 29579181 9856040960 16296 33554432000 1073741824 1073778376 140735213770704 140735213761840 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21826/statm: 2406260 16296 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.24 2.23 2.22 5/213 21845
/proc/meminfo: memFree=29911040/32872528 swapFree=1643088/1798432
[pid=21826] ppid=21823 vsize=9625040 CPUtime=2.35 cores=0,2,4,6
/proc/21826/stat : 21826 (java) S 21823 21826 19053 0 -1 4202496 11608 0 1 0 232 3 0 0 20 0 19 0 29579181 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 140735213761840 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21826/statm: 2406260 16455 2270 9 0 2396937 0
[pid=21826/tid=21828] ppid=21823 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (java) R 21823 21826 19053 0 -1 4202560 2434 0 1 0 144 2 0 0 20 0 19 0 29579182 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776547992088 139776372655284 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776509483816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21830] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21830/stat : 21830 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776508431016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21831] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21831/stat : 21831 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776507378728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21832] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21832/stat : 21832 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776506325928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21826/tid=21833] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21833/stat : 21833 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776505272616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21834] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21834/stat : 21834 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776504219816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21835] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21835/stat : 21835 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776503167528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21826/tid=21836] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21836/stat : 21836 (java) S 21823 21826 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776502114728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21837] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21837/stat : 21837 (java) S 21823 21826 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776371976936 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21838] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21838/stat : 21838 (java) S 21823 21826 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776370923000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21839] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21839/stat : 21839 (java) S 21823 21826 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776369870600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21840] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21840/stat : 21840 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776368819088 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21841] ppid=21823 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/21826/task/21841/stat : 21841 (java) S 21823 21826 19053 0 -1 4202560 3859 0 0 0 43 0 0 0 20 0 19 0 29579187 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776367765688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21842] ppid=21823 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/21826/task/21842/stat : 21842 (java) S 21823 21826 19053 0 -1 4202560 4037 0 0 0 41 1 0 0 20 0 19 0 29579187 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776366712888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21843] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21843/stat : 21843 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776365660792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21844] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21844/stat : 21844 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776364608200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21845] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21845/stat : 21845 (java) S 21823 21826 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29579223 9856040960 16455 33554432000 1073741824 1073778376 140735213770704 139776363554216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.24 2.23 2.22 3/213 21845
/proc/meminfo: memFree=29906440/32872528 swapFree=1643088/1798432
[pid=21826] ppid=21823 vsize=9625040 CPUtime=3.99 cores=0,2,4,6
/proc/21826/stat : 21826 (java) S 21823 21826 19053 0 -1 4202496 11611 0 1 0 396 3 0 0 20 0 19 0 29579181 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 140735213761840 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21826/statm: 2406260 17479 2270 9 0 2396937 0
[pid=21826/tid=21828] ppid=21823 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (java) R 21823 21826 19053 0 -1 4202560 2437 0 1 0 304 2 0 0 20 0 19 0 29579182 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776547983056 139776372586478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776509483816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21830] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21830/stat : 21830 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776508431016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21831] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21831/stat : 21831 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776507378728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21832] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21832/stat : 21832 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776506325928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21826/tid=21833] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21833/stat : 21833 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776505272616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21834] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21834/stat : 21834 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776504219816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21835] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21835/stat : 21835 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776503167528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21826/tid=21836] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21836/stat : 21836 (java) S 21823 21826 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776502114728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21837] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21837/stat : 21837 (java) S 21823 21826 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776371976936 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21838] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21838/stat : 21838 (java) S 21823 21826 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776370923000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21839] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21839/stat : 21839 (java) S 21823 21826 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776369870600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21840] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21840/stat : 21840 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776368819088 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21841] ppid=21823 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/21826/task/21841/stat : 21841 (java) S 21823 21826 19053 0 -1 4202560 3859 0 0 0 45 0 0 0 20 0 19 0 29579187 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776367765688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21842] ppid=21823 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/21826/task/21842/stat : 21842 (java) S 21823 21826 19053 0 -1 4202560 4037 0 0 0 43 1 0 0 20 0 19 0 29579187 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776366712888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21843] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21843/stat : 21843 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776365660792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21844] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21844/stat : 21844 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776364608200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21845] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21845/stat : 21845 (java) S 21823 21826 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29579223 9856040960 17479 33554432000 1073741824 1073778376 140735213770704 139776363554216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.30 2.24 2.22 3/213 21845
/proc/meminfo: memFree=29900420/32872528 swapFree=1643088/1798432
[pid=21826] ppid=21823 vsize=9625040 CPUtime=7.2 cores=0,2,4,6
/proc/21826/stat : 21826 (java) S 21823 21826 19053 0 -1 4202496 11617 0 1 0 717 3 0 0 20 0 19 0 29579181 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 140735213761840 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21826/statm: 2406260 19009 2271 9 0 2396937 0
[pid=21826/tid=21828] ppid=21823 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (java) R 21823 21826 19053 0 -1 4202560 2441 0 1 0 624 2 0 0 20 0 19 0 29579182 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776547991976 139776372635433 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776509483816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21830] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21830/stat : 21830 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776508431016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21831] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21831/stat : 21831 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776507378728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21832] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21832/stat : 21832 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776506325928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21826/tid=21833] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21833/stat : 21833 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776505272616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21834] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21834/stat : 21834 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776504219816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21835] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21835/stat : 21835 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776503167528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21826/tid=21836] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21836/stat : 21836 (java) S 21823 21826 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29579183 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776502114728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21837] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21837/stat : 21837 (java) S 21823 21826 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776371976936 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21838] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21838/stat : 21838 (java) S 21823 21826 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776370923000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21839] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21839/stat : 21839 (java) S 21823 21826 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776369870600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21840] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21840/stat : 21840 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776368819088 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21841] ppid=21823 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/21826/task/21841/stat : 21841 (java) S 21823 21826 19053 0 -1 4202560 3860 0 0 0 46 0 0 0 20 0 19 0 29579187 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776367765688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21842] ppid=21823 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/21826/task/21842/stat : 21842 (java) S 21823 21826 19053 0 -1 4202560 4037 0 0 0 43 1 0 0 20 0 19 0 29579187 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776366712888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21843] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21843/stat : 21843 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776365660792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21844] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21844/stat : 21844 (java) S 21823 21826 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776364608200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21845] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21845/stat : 21845 (java) S 21823 21826 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29579223 9856040960 19009 33554432000 1073741824 1073778376 140735213770704 139776363554216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 9625040


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

[pid=21826/tid=21838] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21838/stat : 21838 (java) S 21823 21826 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776370923000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21839] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21839/stat : 21839 (java) S 21823 21826 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776369870600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21840] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21840/stat : 21840 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776368819088 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21841] ppid=21823 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/21826/task/21841/stat : 21841 (java) S 21823 21826 19053 0 -1 4202560 3868 0 0 0 50 0 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776367765688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21842] ppid=21823 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/21826/task/21842/stat : 21842 (java) S 21823 21826 19053 0 -1 4202560 4037 0 0 0 43 1 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776366712888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21843] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21843/stat : 21843 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776365660792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21844] ppid=21823 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/21826/task/21844/stat : 21844 (java) S 21823 21826 19053 0 -1 4202560 100 0 0 0 33 29 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776364608200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21845] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21845/stat : 21845 (java) S 21823 21826 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29579223 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776363554216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.21
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.40 2.27 2.20 4/213 21954
/proc/meminfo: memFree=29594672/32872528 swapFree=1643088/1798432
[pid=21826] ppid=21823 vsize=9625040 CPUtime=1784.21 cores=0,2,4,6
/proc/21826/stat : 21826 (java) S 21823 21826 19053 0 -1 4202496 13030 0 1 0 178367 54 0 0 20 0 19 0 29579181 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 140735213761840 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21826/statm: 2406260 87185 2285 9 0 2396937 0
[pid=21826/tid=21828] ppid=21823 vsize=9625040 CPUtime=1781.6 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (java) R 21823 21826 19053 0 -1 4202560 2500 0 1 0 178126 34 0 0 20 0 19 0 29579182 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776547983136 139776372655669 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (java) S 21823 21826 19053 0 -1 4202560 364 0 0 0 12 2 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776509483816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21830] ppid=21823 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21826/task/21830/stat : 21830 (java) S 21823 21826 19053 0 -1 4202560 87 0 0 0 13 3 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776508431016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21831] ppid=21823 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21826/task/21831/stat : 21831 (java) S 21823 21826 19053 0 -1 4202560 147 0 0 0 17 4 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776507378728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21832] ppid=21823 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21826/task/21832/stat : 21832 (java) S 21823 21826 19053 0 -1 4202560 86 0 0 0 17 4 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776506325928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21826/tid=21833] ppid=21823 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21826/task/21833/stat : 21833 (java) S 21823 21826 19053 0 -1 4202560 192 0 0 0 11 2 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776505272616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21834] ppid=21823 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21826/task/21834/stat : 21834 (java) S 21823 21826 19053 0 -1 4202560 174 0 0 0 12 2 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776504219816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21835] ppid=21823 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/21826/task/21835/stat : 21835 (java) S 21823 21826 19053 0 -1 4202560 30 0 0 0 10 1 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776503167528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21836] ppid=21823 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/21826/task/21836/stat : 21836 (java) S 21823 21826 19053 0 -1 4202560 117 0 0 0 14 3 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776502114728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21826/tid=21837] ppid=21823 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21826/task/21837/stat : 21837 (java) S 21823 21826 19053 0 -1 4202560 60 0 0 0 2 0 0 0 20 0 19 0 29579185 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776371976936 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21838] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21838/stat : 21838 (java) S 21823 21826 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776370923000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21839] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21839/stat : 21839 (java) S 21823 21826 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776369870600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21840] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21840/stat : 21840 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776368819088 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21841] ppid=21823 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/21826/task/21841/stat : 21841 (java) S 21823 21826 19053 0 -1 4202560 3868 0 0 0 50 0 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776367765688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21842] ppid=21823 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/21826/task/21842/stat : 21842 (java) S 21823 21826 19053 0 -1 4202560 4037 0 0 0 43 1 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776366712888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21843] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21843/stat : 21843 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776365660792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21844] ppid=21823 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/21826/task/21844/stat : 21844 (java) S 21823 21826 19053 0 -1 4202560 104 0 0 0 34 30 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776364608200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21845] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21845/stat : 21845 (java) S 21823 21826 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29579223 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776363554216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.21
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.38 2.27 2.20 3/213 21954
/proc/meminfo: memFree=29594928/32872528 swapFree=1643088/1798432
[pid=21826] ppid=21823 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/21826/stat : 21826 (java) S 21823 21826 19053 0 -1 4202496 13030 0 1 0 179947 55 0 0 20 0 19 0 29579181 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 140735213761840 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21826/statm: 2406260 87185 2285 9 0 2396937 0
[pid=21826/tid=21828] ppid=21823 vsize=9625040 CPUtime=1797.4 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (java) R 21823 21826 19053 0 -1 4202560 2500 0 1 0 179706 34 0 0 20 0 19 0 29579182 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776547983136 139776372626471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (java) S 21823 21826 19053 0 -1 4202560 364 0 0 0 12 2 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776509483816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21830] ppid=21823 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21826/task/21830/stat : 21830 (java) S 21823 21826 19053 0 -1 4202560 87 0 0 0 13 3 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776508431016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21831] ppid=21823 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21826/task/21831/stat : 21831 (java) S 21823 21826 19053 0 -1 4202560 147 0 0 0 17 4 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776507378728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21832] ppid=21823 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21826/task/21832/stat : 21832 (java) S 21823 21826 19053 0 -1 4202560 86 0 0 0 17 4 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776506325928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21826/tid=21833] ppid=21823 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21826/task/21833/stat : 21833 (java) S 21823 21826 19053 0 -1 4202560 192 0 0 0 11 2 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776505272616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21834] ppid=21823 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21826/task/21834/stat : 21834 (java) S 21823 21826 19053 0 -1 4202560 174 0 0 0 12 2 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776504219816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21835] ppid=21823 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/21826/task/21835/stat : 21835 (java) S 21823 21826 19053 0 -1 4202560 30 0 0 0 10 1 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776503167528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21836] ppid=21823 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/21826/task/21836/stat : 21836 (java) S 21823 21826 19053 0 -1 4202560 117 0 0 0 14 3 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776502114728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21826/tid=21837] ppid=21823 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21826/task/21837/stat : 21837 (java) S 21823 21826 19053 0 -1 4202560 60 0 0 0 2 0 0 0 20 0 19 0 29579185 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776371976936 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21838] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21838/stat : 21838 (java) S 21823 21826 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776370923000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21839] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21839/stat : 21839 (java) S 21823 21826 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776369870600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21840] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21840/stat : 21840 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776368819088 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21841] ppid=21823 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/21826/task/21841/stat : 21841 (java) S 21823 21826 19053 0 -1 4202560 3868 0 0 0 50 0 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776367765688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21842] ppid=21823 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/21826/task/21842/stat : 21842 (java) S 21823 21826 19053 0 -1 4202560 4037 0 0 0 43 1 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776366712888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21843] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21843/stat : 21843 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776365660792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21844] ppid=21823 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/21826/task/21844/stat : 21844 (java) S 21823 21826 19053 0 -1 4202560 104 0 0 0 34 30 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776364608200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21845] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21845/stat : 21845 (java) S 21823 21826 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29579223 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776363554216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1798.1 s]
/proc/loadavg: 2.38 2.27 2.20 3/213 21954
/proc/meminfo: memFree=29594928/32872528 swapFree=1643088/1798432
[pid=21826] ppid=21823 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/21826/stat : 21826 (java) S 21823 21826 19053 0 -1 4202496 13030 0 1 0 179947 55 0 0 20 0 19 0 29579181 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 140735213761840 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21826/statm: 2406260 87185 2285 9 0 2396937 0
[pid=21826/tid=21828] ppid=21823 vsize=9625040 CPUtime=1797.4 cores=0,2,4,6
/proc/21826/task/21828/stat : 21828 (java) R 21823 21826 19053 0 -1 4202560 2500 0 1 0 179706 34 0 0 20 0 19 0 29579182 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776547983136 139776372626471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21829] ppid=21823 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21826/task/21829/stat : 21829 (java) S 21823 21826 19053 0 -1 4202560 364 0 0 0 12 2 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776509483816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21830] ppid=21823 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21826/task/21830/stat : 21830 (java) S 21823 21826 19053 0 -1 4202560 87 0 0 0 13 3 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776508431016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21831] ppid=21823 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21826/task/21831/stat : 21831 (java) S 21823 21826 19053 0 -1 4202560 147 0 0 0 17 4 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776507378728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21832] ppid=21823 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21826/task/21832/stat : 21832 (java) S 21823 21826 19053 0 -1 4202560 86 0 0 0 17 4 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776506325928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21826/tid=21833] ppid=21823 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21826/task/21833/stat : 21833 (java) S 21823 21826 19053 0 -1 4202560 192 0 0 0 11 2 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776505272616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21834] ppid=21823 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21826/task/21834/stat : 21834 (java) S 21823 21826 19053 0 -1 4202560 174 0 0 0 12 2 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776504219816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21835] ppid=21823 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/21826/task/21835/stat : 21835 (java) S 21823 21826 19053 0 -1 4202560 30 0 0 0 10 1 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776503167528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21836] ppid=21823 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/21826/task/21836/stat : 21836 (java) S 21823 21826 19053 0 -1 4202560 117 0 0 0 14 3 0 0 20 0 19 0 29579183 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776502114728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21826/tid=21837] ppid=21823 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21826/task/21837/stat : 21837 (java) S 21823 21826 19053 0 -1 4202560 60 0 0 0 2 0 0 0 20 0 19 0 29579185 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776371976936 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21838] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21838/stat : 21838 (java) S 21823 21826 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776370923000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21839] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21839/stat : 21839 (java) S 21823 21826 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29579185 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776369870600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21840] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21840/stat : 21840 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776368819088 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21841] ppid=21823 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/21826/task/21841/stat : 21841 (java) S 21823 21826 19053 0 -1 4202560 3868 0 0 0 50 0 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776367765688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21826/tid=21842] ppid=21823 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/21826/task/21842/stat : 21842 (java) S 21823 21826 19053 0 -1 4202560 4037 0 0 0 43 1 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776366712888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21843] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21843/stat : 21843 (java) S 21823 21826 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776365660792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21826/tid=21844] ppid=21823 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/21826/task/21844/stat : 21844 (java) S 21823 21826 19053 0 -1 4202560 104 0 0 0 34 30 0 0 20 0 19 0 29579187 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776364608200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21826/tid=21845] ppid=21823 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21826/task/21845/stat : 21845 (java) S 21823 21826 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29579223 9856040960 87185 33554432000 1073741824 1073778376 140735213770704 139776363554216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.14
CPU time (s): 1800.59
CPU user time (s): 1799.58
CPU system time (s): 1.00985
CPU usage (%): 100.136
Max. virtual memory (cumulated for all children) (KiB): 9625484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 1.00985
maximum resident set size= 348856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13072
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38456
involuntary context switches= 20200

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0905 second user time and 13.9749 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 20:23:21
IDJOB=4117041
IDBENCH=109545
IDSOLVER=2546
FILE ID=node123/4117041-1466965401
RUNJOBID= node123-1466943595-19069
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round22-2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117041-1466965401/watcher-4117041-1466965401 -o /tmp/evaluation-result-4117041-1466965401/solver-4117041-1466965401 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117041-1466965401.opb

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

MD5SUM BENCH= 1603e350e855b53698c29e37bc064a30
RANDOM SEED=172765242

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29966520 kB
Buffers:           28480 kB
Cached:           114000 kB
SwapCached:         1772 kB
Active:           283136 kB
Inactive:         117020 kB
Active(anon):     259236 kB
Inactive(anon):      924 kB
Active(file):      23900 kB
Inactive(file):   116096 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098704 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:       2061828 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             565936 kB
SReclaimable:       9728 kB
SUnreclaim:       556208 kB
KernelStack:        1568 kB
PageTables:         8236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2508700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node123 at 2016-06-26 20:53:19