Trace number 3710201

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.8 1788.26

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__32.opb
MD5SUM88a1b10031770f0260ca582c16661bcb
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark121608
Best CPU time to get the best result obtained on this benchmark1801.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables321998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint32
Maximum length of a constraint1409
Number of terms in the objective function 320000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 11088799392
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 11088799392
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.07	c version 2.3.2.v20120418
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		501472288
0.02/0.07	c Max memory 		7480803328
0.02/0.07	c Total memory 		504102912
0.02/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710201-1338178264.opb
0.10/0.11	c reading problem ... 
10.19/8.01	c ... done. Wall clock time 7.908s.
10.19/8.01	c declared #vars     321998
10.19/8.01	c #constraints  14000
10.19/8.01	c constraints type 
10.19/8.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
10.19/8.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 10002
10.19/8.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3996
10.19/8.01	c 14000 constraints processed.
19.84/17.14	c cleaning 2499 clauses out of 5001 with flag 5001/5001
27.92/25.05	c cleaning 4253 clauses out of 8506 with flag 11005/11005
35.50/32.57	c cleaning 5629 clauses out of 11272 with flag 18024/18024
45.50/42.49	c cleaning 6818 clauses out of 13640 with flag 26021/26021
56.36/53.13	c cleaning 7904 clauses out of 15817 with flag 35016/35016
66.14/62.80	c cleaning 8946 clauses out of 17898 with flag 45001/45001
79.35/76.00	c cleaning 9972 clauses out of 19954 with flag 56003/56003
89.55/86.06	c cleaning 10987 clauses out of 21979 with flag 68000/68000
104.22/100.68	c cleaning 11983 clauses out of 23992 with flag 81000/81000
115.84/112.18	c cleaning 12996 clauses out of 26012 with flag 95003/95003
125.12/121.34	c cleaning 13923 clauses out of 28013 with flag 110000/110000
143.29/139.45	c cleaning 15042 clauses out of 30090 with flag 126000/126000
157.52/153.59	c cleaning 15996 clauses out of 32048 with flag 143000/143000
171.49/167.38	c cleaning 16978 clauses out of 34058 with flag 161006/161006
186.41/182.15	c cleaning 18034 clauses out of 36077 with flag 180003/180003
203.39/199.06	c cleaning 18997 clauses out of 38040 with flag 200000/200000
221.07/216.64	c cleaning 20003 clauses out of 40046 with flag 221003/221003
232.94/228.31	c cleaning 21013 clauses out of 42040 with flag 243000/243000
254.14/249.40	c cleaning 22013 clauses out of 44045 with flag 266018/266018
273.34/268.58	c cleaning 22964 clauses out of 46014 with flag 290000/290000
288.13/283.20	c cleaning 23989 clauses out of 48057 with flag 315007/315007
303.63/298.68	c cleaning 24993 clauses out of 50077 with flag 341016/341016
315.21/310.14	c cleaning 25944 clauses out of 52069 with flag 368001/368001
337.90/332.70	c cleaning 27054 clauses out of 54133 with flag 396009/396009
365.99/360.76	c cleaning 28020 clauses out of 56090 with flag 425020/425020
385.29/379.90	c cleaning 28928 clauses out of 58050 with flag 455000/455000
404.19/398.74	c cleaning 29997 clauses out of 60127 with flag 486005/486005
421.72/416.13	c cleaning 31015 clauses out of 62125 with flag 518000/518000
439.12/433.44	c cleaning 32020 clauses out of 64110 with flag 551000/551000
461.62/455.82	c cleaning 32987 clauses out of 66090 with flag 585000/585000
494.92/489.00	c cleaning 34034 clauses out of 68104 with flag 620001/620001
519.83/513.99	c cleaning 35019 clauses out of 70069 with flag 656000/656000
541.32/535.47	c cleaning 35977 clauses out of 72054 with flag 693004/693004
555.12/549.23	c cleaning 36970 clauses out of 74073 with flag 731000/731000
564.72/558.90	c cleaning 37947 clauses out of 76103 with flag 770000/770000
584.65/578.71	c cleaning 39049 clauses out of 78176 with flag 810020/810020
606.84/600.96	c cleaning 39994 clauses out of 80107 with flag 851000/851000
633.05/627.11	c cleaning 41033 clauses out of 82118 with flag 893005/893005
667.96/662.07	c cleaning 41919 clauses out of 84080 with flag 936000/936000
695.16/689.20	c cleaning 43017 clauses out of 86176 with flag 980015/980015
715.26/709.38	c cleaning 44008 clauses out of 88144 with flag 1025000/1025000
736.86/730.90	c cleaning 45030 clauses out of 90136 with flag 1071000/1071000
762.56/756.69	c cleaning 45945 clauses out of 92124 with flag 1118018/1118018
782.66/776.74	c cleaning 46980 clauses out of 94165 with flag 1166004/1166004
812.56/806.68	c cleaning 48011 clauses out of 96189 with flag 1215008/1215008
838.47/832.59	c cleaning 48948 clauses out of 98170 with flag 1265000/1265000
860.16/854.24	c cleaning 50043 clauses out of 100233 with flag 1316011/1316011
908.76/902.87	c cleaning 51072 clauses out of 102193 with flag 1368014/1368014
950.53/944.17	c cleaning 51955 clauses out of 104107 with flag 1421000/1421000
973.91/967.31	c cleaning 52957 clauses out of 106152 with flag 1475000/1475000
994.21/987.46	c cleaning 54067 clauses out of 108219 with flag 1530024/1530024
1017.98/1011.00	c cleaning 55022 clauses out of 110128 with flag 1586000/1586000
1045.98/1038.93	c cleaning 55975 clauses out of 112106 with flag 1643000/1643000
1074.63/1067.43	c cleaning 56973 clauses out of 114139 with flag 1701008/1701008
1101.83/1094.42	c cleaning 57963 clauses out of 116158 with flag 1760000/1760000
1130.10/1122.51	c cleaning 59020 clauses out of 118218 with flag 1820023/1820023
1155.47/1147.73	c cleaning 60024 clauses out of 120188 with flag 1881013/1881013
1181.58/1173.79	c cleaning 60880 clauses out of 122174 with flag 1943023/1943023
1219.39/1211.42	c cleaning 62121 clauses out of 124272 with flag 2006001/2006001
1266.46/1258.12	c cleaning 63035 clauses out of 126152 with flag 2070002/2070002
1300.37/1291.82	c cleaning 64027 clauses out of 128116 with flag 2135001/2135001
1333.83/1325.02	c cleaning 64960 clauses out of 130091 with flag 2201003/2201003
1364.71/1355.73	c cleaning 65912 clauses out of 132128 with flag 2268000/2268000
1397.13/1388.03	c cleaning 66944 clauses out of 134216 with flag 2336000/2336000
1421.54/1412.28	c cleaning 68118 clauses out of 136282 with flag 2405010/2405010
1460.20/1450.70	c cleaning 69036 clauses out of 138155 with flag 2475001/2475001
1501.59/1491.72	c cleaning 69998 clauses out of 140122 with flag 2546004/2546004
1532.09/1522.18	c cleaning 70855 clauses out of 142120 with flag 2618000/2618000
1566.76/1556.65	c cleaning 72054 clauses out of 144265 with flag 2691000/2691000
1599.04/1588.75	c cleaning 73062 clauses out of 146216 with flag 2765005/2765005
1633.55/1623.17	c cleaning 73944 clauses out of 148149 with flag 2840000/2840000
1659.00/1648.42	c cleaning 74927 clauses out of 150205 with flag 2916000/2916000
1692.69/1682.07	c cleaning 76124 clauses out of 152278 with flag 2993000/2993000
1741.91/1730.79	c cleaning 77051 clauses out of 154155 with flag 3071001/3071001
1780.59/1768.99	c cleaning 78045 clauses out of 156124 with flag 3150021/3150021
1800.06/1788.21	c starts		: 249
1800.06/1788.21	c conflicts		: 3187120
1800.06/1788.21	c decisions		: 62743678
1800.06/1788.21	c propagations		: 1759413883
1800.06/1788.21	c inspects		: 4196154980
1800.06/1788.21	c shortcuts		: 0
1800.06/1788.21	c learnt literals	: 0
1800.06/1788.21	c learnt binary clauses	: 0
1800.06/1788.21	c learnt ternary clauses	: 0
1800.06/1788.21	c learnt constraints	: 3187119
1800.06/1788.21	c ignored constraints	: 0
1800.06/1788.21	c root simplifications	: 249
1800.06/1788.21	c removed literals (reason simplification)	: 6205182
1800.06/1788.21	c reason swapping (by a shorter reason)	: 0
1800.06/1788.21	c Calls to reduceDB	: 75
1800.06/1788.21	c number of reductions to clauses (during analyze)	: 0
1800.06/1788.21	c number of learned constraints concerned by reduction	: 0
1800.06/1788.21	c number of learning phase by resolution	: 0
1800.06/1788.21	c number of learning phase by cutting planes	: 0
1800.06/1788.21	c speed (assignments/second)	: 988357.5849975761
1800.06/1788.21	c non guided choices	33658790
1800.06/1788.24	c learnt constraints type 
1800.06/1788.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 115193
1800.06/1788.24	c constraints type 
1800.06/1788.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.06/1788.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 10002
1800.06/1788.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3996
1800.06/1788.24	c 14000 constraints processed.
1800.06/1788.24	s UNKNOWN
1800.06/1788.24	c Total wall clock time (in seconds): 1788.13

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-3710201-1338178264/watcher-3710201-1338178264 -o /tmp/evaluation-result-3710201-1338178264/solver-3710201-1338178264 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710201-1338178264.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 15208
/proc/meminfo: memFree=28394352/32873844 swapFree=7372/7372
[pid=15208] ppid=15206 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/15208/stat : 15208 (java) R 15206 15208 12979 0 -1 4202496 1063 0 0 0 0 0 0 0 20 0 1 0 283952546 23793664 791 33554432000 1073741824 1073778376 140737169985232 140737169974296 139890798546921 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15208/statm: 5809 811 605 9 0 128 0

[startup+0.041408 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 15208
/proc/meminfo: memFree=28394352/32873844 swapFree=7372/7372
[pid=15208] ppid=15206 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/15208/stat : 15208 (java) S 15206 15208 12979 0 -1 4202496 3062 0 1 0 2 0 0 0 20 0 13 0 283952546 9446973440 3759 33554432000 1073741824 1073778376 140737169985232 140737169976368 251035418685 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15208/statm: 2306390 3759 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100191 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 15208
/proc/meminfo: memFree=28394352/32873844 swapFree=7372/7372
[pid=15208] ppid=15206 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/15208/stat : 15208 (java) S 15206 15208 12979 0 -1 4202496 4385 0 1 0 10 0 0 0 20 0 18 0 283952546 9787842560 6103 33554432000 1073741824 1073778376 140737169985232 140737169976368 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15208/statm: 2389610 6103 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300267 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 15208
/proc/meminfo: memFree=28394352/32873844 swapFree=7372/7372
[pid=15208] ppid=15206 vsize=9558440 CPUtime=0.46 cores=0,2,4,6
/proc/15208/stat : 15208 (java) S 15206 15208 12979 0 -1 4202496 5210 0 1 0 45 1 0 0 20 0 18 0 283952546 9787842560 15302 33554432000 1073741824 1073778376 140737169985232 140737169976368 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15208/statm: 2389610 15302 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700319 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 15208
/proc/meminfo: memFree=28394352/32873844 swapFree=7372/7372
[pid=15208] ppid=15206 vsize=9558440 CPUtime=0.94 cores=0,2,4,6
/proc/15208/stat : 15208 (java) S 15206 15208 12979 0 -1 4202496 5405 0 1 0 89 5 0 0 20 0 18 0 283952546 9787842560 45102 33554432000 1073741824 1073778376 140737169985232 140737169976368 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15208/statm: 2389610 45102 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9558440

[startup+1.50061 s]
/proc/loadavg: 1.92 1.99 1.99 10/212 15226
/proc/meminfo: memFree=28160708/32873844 swapFree=7372/7372
[pid=15208] ppid=15206 vsize=9558440 CPUtime=2.46 cores=0,2,4,6
/proc/15208/stat : 15208 (java) S 15206 15208 12979 0 -1 4202496 10091 0 1 0 222 24 0 0 20 0 18 0 283952546 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 140737169976368 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15208/statm: 2389610 107522 2254 9 0 2380296 0
[pid=15208/tid=15210] ppid=15206 vsize=9558440 CPUtime=1.3 cores=0,2,4,6
/proc/15208/task/15210/stat : 15210 (java) S 15206 15208 12979 0 -1 4202560 2624 0 1 0 125 5 0 0 20 0 18 0 283952546 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890792021016 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15208/tid=15211] ppid=15206 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/15208/task/15211/stat : 15211 (java) R 15206 15208 12979 0 -1 4202560 154 0 0 0 7 3 0 0 20 0 18 0 283952547 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890781084592 139890795300764 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15212] ppid=15206 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/15208/task/15212/stat : 15212 (java) R 15206 15208 12979 0 -1 4202560 50 0 0 0 5 2 0 0 20 0 18 0 283952547 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890780031936 139890798918572 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15213] ppid=15206 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/15208/task/15213/stat : 15213 (java) R 15206 15208 12979 0 -1 4202560 337 0 0 0 5 2 0 0 20 0 18 0 283952547 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890778978872 139890794493641 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15214] ppid=15206 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/15208/task/15214/stat : 15214 (java) R 15206 15208 12979 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 18 0 283952547 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890777926336 139890798918572 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15215] ppid=15206 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/15208/task/15215/stat : 15215 (java) R 15206 15208 12979 0 -1 4202560 142 0 0 0 6 3 0 0 20 0 18 0 283952547 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890776873688 139890798918572 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15216] ppid=15206 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/15208/task/15216/stat : 15216 (java) R 15206 15208 12979 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 18 0 283952547 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890630802008 139890795779183 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15217] ppid=15206 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/15208/task/15217/stat : 15217 (java) R 15206 15208 12979 0 -1 4202560 135 0 0 0 8 3 0 0 20 0 18 0 283952547 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890629749032 139890798918572 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15208/tid=15218] ppid=15206 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/15208/task/15218/stat : 15218 (java) R 15206 15208 12979 0 -1 4202560 102 0 0 0 3 1 0 0 20 0 18 0 283952547 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890628696408 139890798918572 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15219] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15219/stat : 15219 (java) S 15206 15208 12979 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 283952548 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890616285064 251035431996 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15220] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15220/stat : 15220 (java) S 15206 15208 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 283952548 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890615232248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15221] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15221/stat : 15221 (java) S 15206 15208 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 283952548 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890614179336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15222] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15222/stat : 15222 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283952550 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890613127824 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15223] ppid=15206 vsize=9558440 CPUtime=0.2 cores=0,2,4,6
/proc/15208/task/15223/stat : 15223 (java) S 15206 15208 12979 0 -1 4202560 1479 0 0 0 20 0 0 0 20 0 18 0 283952550 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890612074936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15224] ppid=15206 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/15208/task/15224/stat : 15224 (java) S 15206 15208 12979 0 -1 4202560 3749 0 0 0 21 0 0 0 20 0 18 0 283952550 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890611022136 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15225] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15225/stat : 15225 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283952550 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890609969528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15226] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15226/stat : 15226 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283952550 9787842560 107522 33554432000 1073741824 1073778376 140737169985232 139890608916936 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9558440

[startup+3.10082 s]
/proc/loadavg: 1.92 1.99 1.99 3/212 15226
/proc/meminfo: memFree=27869400/32873844 swapFree=7372/7372
[pid=15208] ppid=15206 vsize=9558440 CPUtime=4.96 cores=0,2,4,6
/proc/15208/stat : 15208 (java) S 15206 15208 12979 0 -1 4202496 12846 0 1 0 440 56 0 0 20 0 18 0 283952546 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 140737169976368 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15208/statm: 2389610 330274 2254 9 0 2380296 0
[pid=15208/tid=15210] ppid=15206 vsize=9558440 CPUtime=2.58 cores=0,2,4,6
/proc/15208/task/15210/stat : 15210 (java) R 15206 15208 12979 0 -1 4202560 3609 0 1 0 243 15 0 0 20 0 18 0 283952546 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890792020352 139890799787095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15211] ppid=15206 vsize=9558440 CPUtime=0.22 cores=0,2,4,6
/proc/15208/task/15211/stat : 15211 (java) S 15206 15208 12979 0 -1 4202560 241 0 0 0 17 5 0 0 20 0 18 0 283952547 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890781084712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15212] ppid=15206 vsize=9558440 CPUtime=0.24 cores=0,2,4,6
/proc/15208/task/15212/stat : 15212 (java) S 15206 15208 12979 0 -1 4202560 117 0 0 0 18 6 0 0 20 0 18 0 283952547 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890780031912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15213] ppid=15206 vsize=9558440 CPUtime=0.24 cores=0,2,4,6
/proc/15208/task/15213/stat : 15213 (java) S 15206 15208 12979 0 -1 4202560 389 0 0 0 19 5 0 0 20 0 18 0 283952547 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890778979112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15214] ppid=15206 vsize=9558440 CPUtime=0.17 cores=0,2,4,6
/proc/15208/task/15214/stat : 15214 (java) S 15206 15208 12979 0 -1 4202560 341 0 0 0 14 3 0 0 20 0 18 0 283952547 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890777926312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15215] ppid=15206 vsize=9558440 CPUtime=0.25 cores=0,2,4,6
/proc/15208/task/15215/stat : 15215 (java) S 15206 15208 12979 0 -1 4202560 199 0 0 0 19 6 0 0 20 0 18 0 283952547 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890776873512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15216] ppid=15206 vsize=9558440 CPUtime=0.2 cores=0,2,4,6
/proc/15208/task/15216/stat : 15216 (java) S 15206 15208 12979 0 -1 4202560 94 0 0 0 15 5 0 0 20 0 18 0 283952547 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890630801832 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15217] ppid=15206 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/15208/task/15217/stat : 15217 (java) S 15206 15208 12979 0 -1 4202560 260 0 0 0 20 7 0 0 20 0 18 0 283952547 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890629749032 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15218] ppid=15206 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/15208/task/15218/stat : 15218 (java) S 15206 15208 12979 0 -1 4202560 153 0 0 0 14 4 0 0 20 0 18 0 283952547 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890628696232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15208/tid=15219] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15219/stat : 15219 (java) S 15206 15208 12979 0 -1 4202560 1040 0 0 0 0 0 0 0 20 0 18 0 283952548 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890616286184 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15208/tid=15220] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15220/stat : 15220 (java) S 15206 15208 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 283952548 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890615232248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15221] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15221/stat : 15221 (java) S 15206 15208 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 283952548 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890614179336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15222] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15222/stat : 15222 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283952550 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890613127824 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15223] ppid=15206 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/15208/task/15223/stat : 15223 (java) S 15206 15208 12979 0 -1 4202560 1479 0 0 0 21 0 0 0 20 0 18 0 283952550 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890612074936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15224] ppid=15206 vsize=9558440 CPUtime=0.23 cores=0,2,4,6
/proc/15208/task/15224/stat : 15224 (java) S 15206 15208 12979 0 -1 4202560 3749 0 0 0 23 0 0 0 20 0 18 0 283952550 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890611022136 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15225] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15225/stat : 15225 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283952550 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890609969528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15226] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15226/stat : 15226 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283952550 9787842560 330274 33554432000 1073741824 1073778376 140737169985232 139890608916936 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 9558440

[startup+6.30062 s]
/proc/loadavg: 2.49 2.10 2.03 3/212 15226
/proc/meminfo: memFree=25627904/32873844 swapFree=7372/7372
[pid=15208] ppid=15206 vsize=9558440 CPUtime=8.42 cores=0,2,4,6
/proc/15208/stat : 15208 (java) S 15206 15208 12979 0 -1 4202496 14011 0 1 0 758 84 0 0 20 0 18 0 283952546 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 140737169976368 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15208/statm: 2389610 693947 2254 9 0 2380296 0
[pid=15208/tid=15210] ppid=15206 vsize=9558440 CPUtime=5.67 cores=0,2,4,6
/proc/15208/task/15210/stat : 15210 (java) R 15206 15208 12979 0 -1 4202560 4318 0 1 0 525 42 0 0 20 0 18 0 283952546 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890792013648 139890658854048 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15211] ppid=15206 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/15208/task/15211/stat : 15211 (java) S 15206 15208 12979 0 -1 4202560 242 0 0 0 21 6 0 0 20 0 18 0 283952547 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890781084712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15212] ppid=15206 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/15208/task/15212/stat : 15212 (java) S 15206 15208 12979 0 -1 4202560 122 0 0 0 21 6 0 0 20 0 18 0 283952547 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890780031912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15213] ppid=15206 vsize=9558440 CPUtime=0.28 cores=0,2,4,6
/proc/15208/task/15213/stat : 15213 (java) S 15206 15208 12979 0 -1 4202560 396 0 0 0 22 6 0 0 20 0 18 0 283952547 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890778979112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15214] ppid=15206 vsize=9558440 CPUtime=0.22 cores=0,2,4,6
/proc/15208/task/15214/stat : 15214 (java) S 15206 15208 12979 0 -1 4202560 344 0 0 0 19 3 0 0 20 0 18 0 283952547 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890777926312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15215] ppid=15206 vsize=9558440 CPUtime=0.29 cores=0,2,4,6
/proc/15208/task/15215/stat : 15215 (java) S 15206 15208 12979 0 -1 4202560 204 0 0 0 23 6 0 0 20 0 18 0 283952547 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890776873512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15216] ppid=15206 vsize=9558440 CPUtime=0.26 cores=0,2,4,6
/proc/15208/task/15216/stat : 15216 (java) S 15206 15208 12979 0 -1 4202560 103 0 0 0 21 5 0 0 20 0 18 0 283952547 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890630801832 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15208/tid=15217] ppid=15206 vsize=9558440 CPUtime=0.29 cores=0,2,4,6
/proc/15208/task/15217/stat : 15217 (java) S 15206 15208 12979 0 -1 4202560 262 0 0 0 22 7 0 0 20 0 18 0 283952547 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890629749032 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15218] ppid=15206 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/15208/task/15218/stat : 15218 (java) S 15206 15208 12979 0 -1 4202560 162 0 0 0 17 4 0 0 20 0 18 0 283952547 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890628696232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15219] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15219/stat : 15219 (java) S 15206 15208 12979 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 283952548 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890616286184 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15220] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15220/stat : 15220 (java) S 15206 15208 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 283952548 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890615232248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15221] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15221/stat : 15221 (java) S 15206 15208 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 283952548 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890614179336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15222] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15222/stat : 15222 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283952550 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890613127824 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15223] ppid=15206 vsize=9558440 CPUtime=0.24 cores=0,2,4,6
/proc/15208/task/15223/stat : 15223 (java) S 15206 15208 12979 0 -1 4202560 1647 0 0 0 24 0 0 0 20 0 18 0 283952550 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890612074936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15224] ppid=15206 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/15208/task/15224/stat : 15224 (java) S 15206 15208 12979 0 -1 4202560 3774 0 0 0 27 0 0 0 20 0 18 0 283952550 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890611022136 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15225] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15225/stat : 15225 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283952550 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890609969528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15226] ppid=15206 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15226/stat : 15226 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283952550 9787842560 693947 33554432000 1073741824 1073778376 140737169985232 139890608916936 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 9558440

[startup+12.7008 s]
/proc/loadavg: 2.45 2.10 2.03 3/213 15227
/proc/meminfo: memFree=25591688/32873844 swapFree=7372/7372
[pid=15208] ppid=15206 vsize=9625004 CPUtime=15.43 cores=0,2,4,6
/proc/15208/stat : 15208 (java) S 15206 15208 12979 0 -1 4202496 15285 0 1 0 1458 85 0 0 20 0 19 0 283952546 9856004096 701279 33554432000 1073741824 1073778376 140737169985232 140737169976368 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15208/statm: 2406251 701279 2278 9 0 2396937 0
[pid=15208/tid=15210] ppid=15206 vsize=9625004 CPUtime=12.03 cores=0,2,4,6

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

[pid=15208/tid=15216] ppid=15206 vsize=9625004 CPUtime=1.57 cores=0,2,4,6
/proc/15208/task/15216/stat : 15216 (java) S 15206 15208 12979 0 -1 4202560 284 0 0 0 150 7 0 0 20 0 19 0 283952547 9856004096 813361 33554432000 1073741824 1073778376 140737169985232 139890630801832 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15217] ppid=15206 vsize=9625004 CPUtime=1.81 cores=0,2,4,6
/proc/15208/task/15217/stat : 15217 (java) S 15206 15208 12979 0 -1 4202560 502 0 0 0 170 11 0 0 20 0 19 0 283952547 9856004096 813361 33554432000 1073741824 1073778376 140737169985232 139890629749032 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15208/tid=15218] ppid=15206 vsize=9625004 CPUtime=1.69 cores=0,2,4,6
/proc/15208/task/15218/stat : 15218 (java) S 15206 15208 12979 0 -1 4202560 449 0 0 0 164 5 0 0 20 0 19 0 283952547 9856004096 813361 33554432000 1073741824 1073778376 140737169985232 139890628696232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15219] ppid=15206 vsize=9625004 CPUtime=71.24 cores=0,2,4,6
/proc/15208/task/15219/stat : 15219 (java) S 15206 15208 12979 0 -1 4202560 406805 0 0 0 7037 87 0 0 20 0 19 0 283952548 9856004096 813361 33554432000 1073741824 1073778376 140737169985232 139890616286184 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15220] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15220/stat : 15220 (java) S 15206 15208 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283952548 9856004096 813361 33554432000 1073741824 1073778376 140737169985232 139890615232248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15221] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15221/stat : 15221 (java) S 15206 15208 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283952548 9856004096 813361 33554432000 1073741824 1073778376 140737169985232 139890614179336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15222] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15222/stat : 15222 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283952550 9856004096 813361 33554432000 1073741824 1073778376 140737169985232 139890613127824 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15223] ppid=15206 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/15208/task/15223/stat : 15223 (java) S 15206 15208 12979 0 -1 4202560 2404 0 0 0 52 0 0 0 20 0 19 0 283952550 9856004096 813361 33554432000 1073741824 1073778376 140737169985232 139890612074936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15224] ppid=15206 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/15208/task/15224/stat : 15224 (java) S 15206 15208 12979 0 -1 4202560 4253 0 0 0 74 0 0 0 20 0 19 0 283952550 9856004096 813361 33554432000 1073741824 1073778376 140737169985232 139890611022136 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15225] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15225/stat : 15225 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283952550 9856004096 813361 33554432000 1073741824 1073778376 140737169985232 139890609969528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15226] ppid=15206 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/15208/task/15226/stat : 15226 (java) S 15206 15208 12979 0 -1 4202560 99 0 0 0 32 33 0 0 20 0 19 0 283952550 9856004096 813361 33554432000 1073741824 1073778376 140737169985232 139890608916936 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15227] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15227/stat : 15227 (java) S 15206 15208 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283953353 9856004096 813361 33554432000 1073741824 1073778376 140737169985232 139890607863464 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1733.51
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.93 1.99 1.99 3/214 15416
/proc/meminfo: memFree=25965592/32873844 swapFree=7372/7372
[pid=15208] ppid=15206 vsize=9625004 CPUtime=1794.15 cores=0,2,4,6
/proc/15208/stat : 15208 (java) S 15206 15208 12979 0 -1 4202496 422430 0 1 0 179204 211 0 0 20 0 19 0 283952546 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 140737169976368 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15208/statm: 2406251 814451 2291 9 0 2396937 0
[pid=15208/tid=15210] ppid=15206 vsize=9625004 CPUtime=1705 cores=0,2,4,6
/proc/15208/task/15210/stat : 15210 (java) R 15206 15208 12979 0 -1 4202560 4433 0 1 0 170431 69 0 0 20 0 19 0 283952546 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890792022320 139890659203364 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15208/tid=15211] ppid=15206 vsize=9625004 CPUtime=1.79 cores=0,2,4,6
/proc/15208/task/15211/stat : 15211 (java) S 15206 15208 12979 0 -1 4202560 401 0 0 0 172 7 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890781084712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15212] ppid=15206 vsize=9625004 CPUtime=1.64 cores=0,2,4,6
/proc/15208/task/15212/stat : 15212 (java) S 15206 15208 12979 0 -1 4202560 290 0 0 0 156 8 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890780031912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15208/tid=15213] ppid=15206 vsize=9625004 CPUtime=2.01 cores=0,2,4,6
/proc/15208/task/15213/stat : 15213 (java) S 15206 15208 12979 0 -1 4202560 419 0 0 0 193 8 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890778979112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15214] ppid=15206 vsize=9625004 CPUtime=1.62 cores=0,2,4,6
/proc/15208/task/15214/stat : 15214 (java) S 15206 15208 12979 0 -1 4202560 365 0 0 0 157 5 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890777926312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15215] ppid=15206 vsize=9625004 CPUtime=1.8 cores=0,2,4,6
/proc/15208/task/15215/stat : 15215 (java) S 15206 15208 12979 0 -1 4202560 498 0 0 0 172 8 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890776873512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15208/tid=15216] ppid=15206 vsize=9625004 CPUtime=1.68 cores=0,2,4,6
/proc/15208/task/15216/stat : 15216 (java) S 15206 15208 12979 0 -1 4202560 294 0 0 0 161 7 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890630801832 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15217] ppid=15206 vsize=9625004 CPUtime=1.92 cores=0,2,4,6
/proc/15208/task/15217/stat : 15217 (java) S 15206 15208 12979 0 -1 4202560 509 0 0 0 181 11 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890629749032 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15218] ppid=15206 vsize=9625004 CPUtime=1.83 cores=0,2,4,6
/proc/15208/task/15218/stat : 15218 (java) S 15206 15208 12979 0 -1 4202560 461 0 0 0 178 5 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890628696232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15219] ppid=15206 vsize=9625004 CPUtime=73.32 cores=0,2,4,6
/proc/15208/task/15219/stat : 15219 (java) S 15206 15208 12979 0 -1 4202560 406819 0 0 0 7244 88 0 0 20 0 19 0 283952548 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890616286184 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15220] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15220/stat : 15220 (java) S 15206 15208 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283952548 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890615232248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15221] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15221/stat : 15221 (java) S 15206 15208 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283952548 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890614179336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15222] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15222/stat : 15222 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283952550 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890613127824 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15223] ppid=15206 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/15208/task/15223/stat : 15223 (java) S 15206 15208 12979 0 -1 4202560 2404 0 0 0 52 0 0 0 20 0 19 0 283952550 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890612074936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15224] ppid=15206 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/15208/task/15224/stat : 15224 (java) S 15206 15208 12979 0 -1 4202560 4253 0 0 0 74 0 0 0 20 0 19 0 283952550 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890611022136 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15225] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15225/stat : 15225 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283952550 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890609969528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15226] ppid=15206 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/15208/task/15226/stat : 15226 (java) S 15206 15208 12979 0 -1 4202560 103 0 0 0 33 35 0 0 20 0 19 0 283952550 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890608916936 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15227] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15227/stat : 15227 (java) S 15206 15208 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283953353 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890607863464 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1794.15
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.2 s]
/proc/loadavg: 1.94 1.99 1.99 4/214 15416
/proc/meminfo: memFree=25969808/32873844 swapFree=7372/7372
[pid=15208] ppid=15206 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/15208/stat : 15208 (java) S 15206 15208 12979 0 -1 4202496 422430 0 1 0 179795 211 0 0 20 0 19 0 283952546 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 140737169976368 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15208/statm: 2406251 814451 2291 9 0 2396937 0
[pid=15208/tid=15210] ppid=15206 vsize=9625004 CPUtime=1710.9 cores=0,2,4,6
/proc/15208/task/15210/stat : 15210 (java) R 15206 15208 12979 0 -1 4202560 4433 0 1 0 171021 69 0 0 20 0 19 0 283952546 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890792022320 139890659203303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15208/tid=15211] ppid=15206 vsize=9625004 CPUtime=1.79 cores=0,2,4,6
/proc/15208/task/15211/stat : 15211 (java) S 15206 15208 12979 0 -1 4202560 401 0 0 0 172 7 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890781084712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15212] ppid=15206 vsize=9625004 CPUtime=1.64 cores=0,2,4,6
/proc/15208/task/15212/stat : 15212 (java) S 15206 15208 12979 0 -1 4202560 290 0 0 0 156 8 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890780031912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15208/tid=15213] ppid=15206 vsize=9625004 CPUtime=2.01 cores=0,2,4,6
/proc/15208/task/15213/stat : 15213 (java) S 15206 15208 12979 0 -1 4202560 419 0 0 0 193 8 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890778979112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15214] ppid=15206 vsize=9625004 CPUtime=1.62 cores=0,2,4,6
/proc/15208/task/15214/stat : 15214 (java) S 15206 15208 12979 0 -1 4202560 365 0 0 0 157 5 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890777926312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15215] ppid=15206 vsize=9625004 CPUtime=1.8 cores=0,2,4,6
/proc/15208/task/15215/stat : 15215 (java) S 15206 15208 12979 0 -1 4202560 498 0 0 0 172 8 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890776873512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15208/tid=15216] ppid=15206 vsize=9625004 CPUtime=1.68 cores=0,2,4,6
/proc/15208/task/15216/stat : 15216 (java) S 15206 15208 12979 0 -1 4202560 294 0 0 0 161 7 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890630801832 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15217] ppid=15206 vsize=9625004 CPUtime=1.92 cores=0,2,4,6
/proc/15208/task/15217/stat : 15217 (java) S 15206 15208 12979 0 -1 4202560 509 0 0 0 181 11 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890629749032 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15218] ppid=15206 vsize=9625004 CPUtime=1.83 cores=0,2,4,6
/proc/15208/task/15218/stat : 15218 (java) S 15206 15208 12979 0 -1 4202560 461 0 0 0 178 5 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890628696232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15219] ppid=15206 vsize=9625004 CPUtime=73.32 cores=0,2,4,6
/proc/15208/task/15219/stat : 15219 (java) S 15206 15208 12979 0 -1 4202560 406819 0 0 0 7244 88 0 0 20 0 19 0 283952548 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890616286184 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15220] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15220/stat : 15220 (java) S 15206 15208 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283952548 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890615232248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15221] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15221/stat : 15221 (java) S 15206 15208 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283952548 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890614179336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15222] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15222/stat : 15222 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283952550 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890613127824 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15223] ppid=15206 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/15208/task/15223/stat : 15223 (java) S 15206 15208 12979 0 -1 4202560 2404 0 0 0 52 0 0 0 20 0 19 0 283952550 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890612074936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15224] ppid=15206 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/15208/task/15224/stat : 15224 (java) S 15206 15208 12979 0 -1 4202560 4253 0 0 0 74 0 0 0 20 0 19 0 283952550 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890611022136 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15225] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15225/stat : 15225 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283952550 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890609969528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15226] ppid=15206 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/15208/task/15226/stat : 15226 (java) S 15206 15208 12979 0 -1 4202560 103 0 0 0 33 35 0 0 20 0 19 0 283952550 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890608916936 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15227] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15227/stat : 15227 (java) S 15206 15208 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283953353 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890607863464 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1788.2 s]
/proc/loadavg: 1.94 1.99 1.99 4/214 15416
/proc/meminfo: memFree=25969808/32873844 swapFree=7372/7372
[pid=15208] ppid=15206 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/15208/stat : 15208 (java) S 15206 15208 12979 0 -1 4202496 422430 0 1 0 179795 211 0 0 20 0 19 0 283952546 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 140737169976368 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15208/statm: 2406251 814451 2291 9 0 2396937 0
[pid=15208/tid=15210] ppid=15206 vsize=9625004 CPUtime=1710.9 cores=0,2,4,6
/proc/15208/task/15210/stat : 15210 (java) R 15206 15208 12979 0 -1 4202560 4433 0 1 0 171021 69 0 0 20 0 19 0 283952546 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890792022320 139890659203303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15208/tid=15211] ppid=15206 vsize=9625004 CPUtime=1.79 cores=0,2,4,6
/proc/15208/task/15211/stat : 15211 (java) S 15206 15208 12979 0 -1 4202560 401 0 0 0 172 7 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890781084712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15212] ppid=15206 vsize=9625004 CPUtime=1.64 cores=0,2,4,6
/proc/15208/task/15212/stat : 15212 (java) S 15206 15208 12979 0 -1 4202560 290 0 0 0 156 8 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890780031912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15208/tid=15213] ppid=15206 vsize=9625004 CPUtime=2.01 cores=0,2,4,6
/proc/15208/task/15213/stat : 15213 (java) S 15206 15208 12979 0 -1 4202560 419 0 0 0 193 8 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890778979112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15214] ppid=15206 vsize=9625004 CPUtime=1.62 cores=0,2,4,6
/proc/15208/task/15214/stat : 15214 (java) S 15206 15208 12979 0 -1 4202560 365 0 0 0 157 5 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890777926312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15215] ppid=15206 vsize=9625004 CPUtime=1.8 cores=0,2,4,6
/proc/15208/task/15215/stat : 15215 (java) S 15206 15208 12979 0 -1 4202560 498 0 0 0 172 8 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890776873512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15208/tid=15216] ppid=15206 vsize=9625004 CPUtime=1.68 cores=0,2,4,6
/proc/15208/task/15216/stat : 15216 (java) S 15206 15208 12979 0 -1 4202560 294 0 0 0 161 7 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890630801832 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15217] ppid=15206 vsize=9625004 CPUtime=1.92 cores=0,2,4,6
/proc/15208/task/15217/stat : 15217 (java) S 15206 15208 12979 0 -1 4202560 509 0 0 0 181 11 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890629749032 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15218] ppid=15206 vsize=9625004 CPUtime=1.83 cores=0,2,4,6
/proc/15208/task/15218/stat : 15218 (java) S 15206 15208 12979 0 -1 4202560 461 0 0 0 178 5 0 0 20 0 19 0 283952547 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890628696232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15219] ppid=15206 vsize=9625004 CPUtime=73.32 cores=0,2,4,6
/proc/15208/task/15219/stat : 15219 (java) S 15206 15208 12979 0 -1 4202560 406819 0 0 0 7244 88 0 0 20 0 19 0 283952548 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890616286184 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15220] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15220/stat : 15220 (java) S 15206 15208 12979 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283952548 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890615232248 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15221] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15221/stat : 15221 (java) S 15206 15208 12979 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283952548 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890614179336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15222] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15222/stat : 15222 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283952550 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890613127824 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15223] ppid=15206 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/15208/task/15223/stat : 15223 (java) S 15206 15208 12979 0 -1 4202560 2404 0 0 0 52 0 0 0 20 0 19 0 283952550 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890612074936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15208/tid=15224] ppid=15206 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/15208/task/15224/stat : 15224 (java) S 15206 15208 12979 0 -1 4202560 4253 0 0 0 74 0 0 0 20 0 19 0 283952550 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890611022136 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15225] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15225/stat : 15225 (java) S 15206 15208 12979 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283952550 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890609969528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15208/tid=15226] ppid=15206 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/15208/task/15226/stat : 15226 (java) S 15206 15208 12979 0 -1 4202560 103 0 0 0 33 35 0 0 20 0 19 0 283952550 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890608916936 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15208/tid=15227] ppid=15206 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15208/task/15227/stat : 15227 (java) S 15206 15208 12979 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283953353 9856004096 814451 33554432000 1073741824 1073778376 140737169985232 139890607863464 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1788.26
CPU time (s): 1800.8
CPU user time (s): 1798.13
CPU system time (s): 2.67059
CPU usage (%): 100.701
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.13
system time used= 2.67059
maximum resident set size= 3257920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 422461
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39892
involuntary context switches= 21610

runsolver used 4.37033 second user time and 16.2135 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-28 06:11:05
IDJOB=3710201
IDBENCH=71904
IDSOLVER=2289
FILE ID=node118/3710201-1338178264
RUNJOBID= node118-1338156758-12995
PBS_JOBID= 14624527
Free space on /tmp= 71656 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__32.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710201-1338178264/watcher-3710201-1338178264 -o /tmp/evaluation-result-3710201-1338178264/solver-3710201-1338178264 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710201-1338178264.opb

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

MD5SUM BENCH= 88a1b10031770f0260ca582c16661bcb
RANDOM SEED=1384516397

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28394244 kB
Buffers:          380828 kB
Cached:           517812 kB
SwapCached:            0 kB
Active:          3262484 kB
Inactive:         374012 kB
Active(anon):    2727956 kB
Inactive(anon):    11320 kB
Active(file):     534528 kB
Inactive(file):   362692 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15344 kB
Writeback:             0 kB
AnonPages:       2744044 kB
Mapped:            19920 kB
Shmem:               200 kB
Slab:             696008 kB
SReclaimable:     137136 kB
SUnreclaim:       558872 kB
KernelStack:        1608 kB
PageTables:         9668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3138256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2686976 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= 71656 MiB
End job on node118 at 2012-05-28 06:40:55