Trace number 3689619

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K82.opb
MD5SUM007cb74ee15cb0b4c01d23d6abd9d82b
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 variables5576
Total number of constraints5742
Number of constraints which are clauses5660
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint82
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 83
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689619-1337891796.opb
0.08/0.15	c reading problem ... 
0.53/0.37	c ... done. Wall clock time 0.248s.
0.53/0.37	c declared #vars     5576
0.53/0.37	c #constraints  5742
0.53/0.37	c constraints type 
0.53/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4605
0.53/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
0.53/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.53/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1053
0.53/0.37	c 5742 constraints processed.
1.74/1.12	c cleaning 2464 clauses out of 4994 with flag 5001/5001
2.50/1.88	c cleaning 4248 clauses out of 8522 with flag 11000/11000
3.43/2.71	c cleaning 5587 clauses out of 11270 with flag 18000/18000
4.35/3.69	c cleaning 6806 clauses out of 13682 with flag 26000/26000
5.50/4.78	c cleaning 7857 clauses out of 15873 with flag 35000/35000
6.91/6.13	c cleaning 8907 clauses out of 18016 with flag 45001/45001
8.33/7.53	c cleaning 9989 clauses out of 20109 with flag 56001/56001
9.85/9.08	c cleaning 10892 clauses out of 22120 with flag 68001/68001
11.67/10.81	c cleaning 12044 clauses out of 24226 with flag 81000/81000
13.58/12.71	c cleaning 12979 clauses out of 26181 with flag 95000/95000
15.62/14.77	c cleaning 14002 clauses out of 28202 with flag 110000/110000
18.04/17.14	c cleaning 15015 clauses out of 30199 with flag 126000/126000
20.56/19.61	c cleaning 15978 clauses out of 32183 with flag 143000/143000
23.00/22.01	c cleaning 16979 clauses out of 34206 with flag 161002/161002
25.81/24.81	c cleaning 17889 clauses out of 36224 with flag 180000/180000
30.54/29.56	c cleaning 18878 clauses out of 38335 with flag 200000/200000
33.63/32.55	c cleaning 20122 clauses out of 40457 with flag 221002/221002
37.56/36.47	c cleaning 21010 clauses out of 42333 with flag 243000/243000
41.38/40.28	c cleaning 22050 clauses out of 44325 with flag 266002/266002
45.62/44.44	c cleaning 22862 clauses out of 46273 with flag 290000/290000
49.44/48.27	c cleaning 24089 clauses out of 48411 with flag 315000/315000
53.68/52.44	c cleaning 24970 clauses out of 50323 with flag 341001/341001
58.65/57.36	c cleaning 25881 clauses out of 52354 with flag 368003/368003
64.19/62.84	c cleaning 26884 clauses out of 54469 with flag 396000/396000
72.05/70.61	c cleaning 27816 clauses out of 56586 with flag 425001/425001
77.75/76.28	c cleaning 29204 clauses out of 58769 with flag 455000/455000
83.21/81.65	c cleaning 29967 clauses out of 60566 with flag 486001/486001
89.77/88.11	c cleaning 31092 clauses out of 62598 with flag 518000/518000
97.00/95.30	c cleaning 32183 clauses out of 64507 with flag 551001/551001
102.99/101.26	c cleaning 33130 clauses out of 66323 with flag 585000/585000
111.12/109.34	c cleaning 33923 clauses out of 68193 with flag 620000/620000
117.28/115.43	c cleaning 34952 clauses out of 70268 with flag 656000/656000
124.81/122.93	c cleaning 36014 clauses out of 72316 with flag 693000/693000
132.70/130.76	c cleaning 36866 clauses out of 74302 with flag 731000/731000
140.77/138.74	c cleaning 37940 clauses out of 76436 with flag 770000/770000
153.41/151.30	c cleaning 39069 clauses out of 78496 with flag 810000/810000
161.70/159.44	c cleaning 40078 clauses out of 80428 with flag 851001/851001
169.47/167.20	c cleaning 40940 clauses out of 82349 with flag 893000/893000
178.19/175.81	c cleaning 41936 clauses out of 84410 with flag 936001/936001
186.62/184.20	c cleaning 42945 clauses out of 86473 with flag 980000/980000
195.68/193.25	c cleaning 44061 clauses out of 88528 with flag 1025000/1025000
207.99/205.44	c cleaning 45135 clauses out of 90468 with flag 1071001/1071001
225.05/222.30	c cleaning 45958 clauses out of 92332 with flag 1118000/1118000
241.28/238.41	c cleaning 46845 clauses out of 94374 with flag 1166000/1166000
261.65/258.53	c cleaning 48075 clauses out of 96530 with flag 1215001/1215001
274.09/270.91	c cleaning 48910 clauses out of 98454 with flag 1265000/1265000
293.54/290.18	c cleaning 49779 clauses out of 100548 with flag 1316004/1316004
313.26/309.63	c cleaning 51225 clauses out of 102772 with flag 1368007/1368007
323.81/320.11	c cleaning 52131 clauses out of 104541 with flag 1421001/1421001
336.36/332.68	c cleaning 52849 clauses out of 106409 with flag 1475000/1475000
349.86/346.06	c cleaning 54006 clauses out of 108560 with flag 1530000/1530000
368.26/364.35	c cleaning 54882 clauses out of 110554 with flag 1586000/1586000
383.27/379.29	c cleaning 56146 clauses out of 112672 with flag 1643000/1643000
402.06/397.94	c cleaning 57069 clauses out of 114528 with flag 1701002/1701002
421.95/417.51	c cleaning 57878 clauses out of 116461 with flag 1760004/1760004
445.28/440.04	c cleaning 59121 clauses out of 118579 with flag 1820000/1820000
462.02/456.38	c cleaning 59961 clauses out of 120458 with flag 1881000/1881000
478.25/472.21	c cleaning 61069 clauses out of 122498 with flag 1943001/1943001
506.74/500.19	c cleaning 61974 clauses out of 124429 with flag 2006001/2006001
528.46/521.47	c cleaning 62992 clauses out of 126455 with flag 2070001/2070001
547.68/540.21	c cleaning 63850 clauses out of 128463 with flag 2135001/2135001
568.73/560.87	c cleaning 65093 clauses out of 130612 with flag 2201000/2201000
586.94/578.68	c cleaning 65928 clauses out of 132519 with flag 2268000/2268000
613.25/604.37	c cleaning 67144 clauses out of 134591 with flag 2336000/2336000
638.99/629.41	c cleaning 67727 clauses out of 136448 with flag 2405002/2405002
670.11/659.99	c cleaning 68968 clauses out of 138720 with flag 2475001/2475001
694.98/684.17	c cleaning 70160 clauses out of 140752 with flag 2546001/2546001
727.98/716.57	c cleaning 71120 clauses out of 142593 with flag 2618002/2618002
756.97/744.94	c cleaning 72080 clauses out of 144473 with flag 2691002/2691002
781.88/769.23	c cleaning 72944 clauses out of 146394 with flag 2765003/2765003
813.75/800.59	c cleaning 73956 clauses out of 148449 with flag 2840002/2840002
840.89/827.07	c cleaning 75029 clauses out of 150491 with flag 2916000/2916000
879.54/864.82	c cleaning 75902 clauses out of 152466 with flag 2993004/2993004
910.46/895.19	c cleaning 76993 clauses out of 154560 with flag 3071000/3071000
939.04/923.14	c cleaning 77980 clauses out of 156567 with flag 3150000/3150000
966.52/949.96	c cleaning 78942 clauses out of 158587 with flag 3230000/3230000
996.15/978.86	c cleaning 80000 clauses out of 160646 with flag 3311001/3311001
1029.08/1011.17	c cleaning 81038 clauses out of 162644 with flag 3393000/3393000
1068.24/1049.37	c cleaning 81796 clauses out of 164606 with flag 3476000/3476000
1106.32/1086.59	c cleaning 82862 clauses out of 166813 with flag 3560003/3560003
1136.94/1116.41	c cleaning 84039 clauses out of 168948 with flag 3645000/3645000
1177.37/1155.87	c cleaning 85215 clauses out of 170910 with flag 3731001/3731001
1209.26/1187.00	c cleaning 86155 clauses out of 172695 with flag 3818001/3818001
1248.32/1225.36	c cleaning 86949 clauses out of 174539 with flag 3906000/3906000
1281.00/1257.42	c cleaning 88029 clauses out of 176592 with flag 3995002/3995002
1324.54/1300.35	c cleaning 89135 clauses out of 178565 with flag 4085004/4085004
1356.14/1331.43	c cleaning 90082 clauses out of 180428 with flag 4176002/4176002
1387.31/1362.27	c cleaning 90964 clauses out of 182346 with flag 4268002/4268002
1426.38/1400.73	c cleaning 91937 clauses out of 184380 with flag 4361000/4361000
1467.88/1441.68	c cleaning 92959 clauses out of 186445 with flag 4455002/4455002
1508.67/1481.84	c cleaning 94058 clauses out of 188485 with flag 4550001/4550001
1559.39/1531.70	c cleaning 94975 clauses out of 190427 with flag 4646001/4646001
1592.77/1564.52	c cleaning 96029 clauses out of 192453 with flag 4743002/4743002
1633.33/1604.31	c cleaning 97000 clauses out of 194423 with flag 4841001/4841001
1691.19/1661.55	c cleaning 97867 clauses out of 196422 with flag 4940000/4940000
1753.56/1722.20	c cleaning 98685 clauses out of 198561 with flag 5040006/5040006
1800.10/1767.91	c starts		: 273
1800.10/1767.91	c conflicts		: 5125617
1800.10/1767.91	c decisions		: 26425478
1800.10/1767.91	c propagations		: 1646602649
1800.10/1767.91	c inspects		: 11694145955
1800.10/1767.91	c shortcuts		: 0
1800.10/1767.91	c learnt literals	: 37
1800.10/1767.91	c learnt binary clauses	: 80434
1800.10/1767.91	c learnt ternary clauses	: 95394
1800.10/1767.91	c learnt constraints	: 5125580
1800.10/1767.91	c ignored constraints	: 0
1800.10/1767.91	c root simplifications	: 0
1800.10/1767.91	c removed literals (reason simplification)	: 0
1800.10/1767.91	c reason swapping (by a shorter reason)	: 0
1800.10/1767.91	c Calls to reduceDB	: 96
1800.10/1767.91	c number of reductions to clauses (during analyze)	: 0
1800.10/1767.91	c number of learned constraints concerned by reduction	: 0
1800.10/1767.91	c number of learning phase by resolution	: 0
1800.10/1767.91	c number of learning phase by cutting planes	: 0
1800.10/1767.91	c speed (assignments/second)	: 931585.5729502293
1800.10/1767.91	c non guided choices	4211
1800.10/1767.97	c learnt constraints type 
1800.10/1767.97	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 80434
1800.10/1767.97	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 105079
1800.10/1767.97	c constraints type 
1800.10/1767.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4605
1800.10/1767.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
1800.10/1767.97	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.10/1767.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1053
1800.10/1767.97	c 5742 constraints processed.
1800.10/1767.97	s UNKNOWN
1800.10/1767.97	c Total wall clock time (in seconds): 1767.843

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

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

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


[startup+0 s]
/proc/loadavg: 1.95 1.99 1.99 3/196 25758
/proc/meminfo: memFree=27662688/32873844 swapFree=7608/7608
[pid=25758] ppid=25756 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25758/stat : 25758 (java) D 25756 25758 23031 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 255304388 9515008 176 33554432000 1073741824 1073778376 140735682015408 140735681998136 215124624272 0 0 4096 0 18446744072100748580 0 0 17 3 0 0 0 0 0
/proc/25758/statm: 2323 176 133 9 0 71 0

[startup+0.096576 s]
/proc/loadavg: 1.95 1.99 1.99 3/196 25758
/proc/meminfo: memFree=27662688/32873844 swapFree=7608/7608
[pid=25758] ppid=25756 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/25758/stat : 25758 (java) S 25756 25758 23031 0 -1 4202496 3643 0 1 0 6 1 0 0 20 0 18 0 255304388 9787813888 4851 33554432000 1073741824 1073778376 140734847582432 140734847573568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25758/statm: 2389603 4851 1932 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100235 s]
/proc/loadavg: 1.95 1.99 1.99 3/196 25758
/proc/meminfo: memFree=27662688/32873844 swapFree=7608/7608
[pid=25758] ppid=25756 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25758/stat : 25758 (java) S 25756 25758 23031 0 -1 4202496 4083 0 1 0 7 1 0 0 20 0 18 0 255304388 9787813888 5278 33554432000 1073741824 1073778376 140734847582432 140734847573568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25758/statm: 2389603 5281 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300196 s]
/proc/loadavg: 1.95 1.99 1.99 3/196 25758
/proc/meminfo: memFree=27662688/32873844 swapFree=7608/7608
[pid=25758] ppid=25756 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/25758/stat : 25758 (java) S 25756 25758 23031 0 -1 4202496 7152 0 1 0 51 2 0 0 20 0 18 0 255304388 9787813888 9304 33554432000 1073741824 1073778376 140734847582432 140734847573568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25758/statm: 2389603 9304 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700197 s]
/proc/loadavg: 1.95 1.99 1.99 3/196 25758
/proc/meminfo: memFree=27662688/32873844 swapFree=7608/7608
[pid=25758] ppid=25756 vsize=9624976 CPUtime=1.33 cores=1,3,5,7
/proc/25758/stat : 25758 (java) S 25756 25758 23031 0 -1 4202496 8978 0 1 0 130 3 0 0 20 0 19 0 255304388 9855975424 14741 33554432000 1073741824 1073778376 140734847582432 140734847573568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25758/statm: 2406244 14741 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9624976

[startup+1.50055 s]
/proc/loadavg: 1.95 1.99 1.99 3/215 25777
/proc/meminfo: memFree=27610256/32873844 swapFree=7608/7608
[pid=25758] ppid=25756 vsize=9624976 CPUtime=2.18 cores=1,3,5,7
/proc/25758/stat : 25758 (java) S 25756 25758 23031 0 -1 4202496 9049 0 1 0 215 3 0 0 20 0 19 0 255304388 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140734847573568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25758/statm: 2406244 17866 2275 9 0 2396937 0
[pid=25758/tid=25760] ppid=25756 vsize=9624976 CPUtime=1.43 cores=1,3,5,7
/proc/25758/task/25760/stat : 25760 (java) R 25756 25758 23031 0 -1 4202560 2474 0 1 0 141 2 0 0 20 0 19 0 255304389 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173812736152 140173657121475 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25758/tid=25761] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25761/stat : 25761 (java) S 25756 25758 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173656451368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25762] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25762/stat : 25762 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173655398568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25763] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25763/stat : 25763 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173654346280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25764] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25764/stat : 25764 (java) S 25756 25758 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173653293480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25758/tid=25765] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25765/stat : 25765 (java) S 25756 25758 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173652241192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25766] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25766/stat : 25766 (java) S 25756 25758 23031 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173651188392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25758/tid=25767] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25767/stat : 25767 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173650136104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25758/tid=25768] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25768/stat : 25768 (java) S 25756 25758 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173649083304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25769] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25769/stat : 25769 (java) S 25756 25758 23031 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 255304391 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173166754024 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25770] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25770/stat : 25770 (java) S 25756 25758 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255304392 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173165700088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25771] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25771/stat : 25771 (java) S 25756 25758 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304392 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173164647688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25772] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25772/stat : 25772 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173163596176 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25773] ppid=25756 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/25758/task/25773/stat : 25773 (java) S 25756 25758 23031 0 -1 4202560 2287 0 0 0 37 0 0 0 20 0 19 0 255304395 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173162543800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25758/tid=25774] ppid=25756 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/25758/task/25774/stat : 25774 (java) S 25756 25758 23031 0 -1 4202560 3039 0 0 0 31 0 0 0 20 0 19 0 255304395 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173161491000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25775] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25775/stat : 25775 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173160438904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25776] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25776/stat : 25776 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173159386312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25777] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25777/stat : 25777 (java) S 25756 25758 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255304426 9855975424 17866 33554432000 1073741824 1073778376 140734847582432 140173158331304 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9624976

[startup+3.10063 s]
/proc/loadavg: 1.95 1.99 1.99 3/215 25777
/proc/meminfo: memFree=27595672/32873844 swapFree=7608/7608
[pid=25758] ppid=25756 vsize=9624976 CPUtime=3.85 cores=1,3,5,7
/proc/25758/stat : 25758 (java) S 25756 25758 23031 0 -1 4202496 9068 0 1 0 381 4 0 0 20 0 19 0 255304388 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140734847573568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25758/statm: 2406244 19920 2275 9 0 2396937 0
[pid=25758/tid=25760] ppid=25756 vsize=9624976 CPUtime=2.98 cores=1,3,5,7
/proc/25758/task/25760/stat : 25760 (java) R 25756 25758 23031 0 -1 4202560 2475 0 1 0 296 2 0 0 20 0 19 0 255304389 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173812736288 140173657059356 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25761] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25761/stat : 25761 (java) S 25756 25758 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173656451368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25762] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25762/stat : 25762 (java) S 25756 25758 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173655398568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25763] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25763/stat : 25763 (java) S 25756 25758 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173654346280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25764] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25764/stat : 25764 (java) S 25756 25758 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173653293480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25758/tid=25765] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25765/stat : 25765 (java) S 25756 25758 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173652241192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25766] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25766/stat : 25766 (java) S 25756 25758 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173651188392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25767] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25767/stat : 25767 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173650136104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25758/tid=25768] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25768/stat : 25768 (java) S 25756 25758 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173649083304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25769] ppid=25756 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/25758/task/25769/stat : 25769 (java) S 25756 25758 23031 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 255304391 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173166754024 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25770] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25770/stat : 25770 (java) S 25756 25758 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255304392 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173165700088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25771] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25771/stat : 25771 (java) S 25756 25758 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304392 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173164647688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25772] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25772/stat : 25772 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173163596176 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25773] ppid=25756 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25758/task/25773/stat : 25773 (java) S 25756 25758 23031 0 -1 4202560 2287 0 0 0 39 0 0 0 20 0 19 0 255304395 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173162543800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25774] ppid=25756 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/25758/task/25774/stat : 25774 (java) S 25756 25758 23031 0 -1 4202560 3040 0 0 0 33 0 0 0 20 0 19 0 255304395 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173161491000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25775] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25775/stat : 25775 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173160438904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25776] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25776/stat : 25776 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173159386312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25777] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25777/stat : 25777 (java) S 25756 25758 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255304426 9855975424 19920 33554432000 1073741824 1073778376 140734847582432 140173158331304 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9624976

[startup+6.30073 s]
/proc/loadavg: 1.95 1.99 1.99 3/215 25777
/proc/meminfo: memFree=27588784/32873844 swapFree=7608/7608
[pid=25758] ppid=25756 vsize=9624976 CPUtime=7.13 cores=1,3,5,7
/proc/25758/stat : 25758 (java) S 25756 25758 23031 0 -1 4202496 9225 0 1 0 708 5 0 0 20 0 19 0 255304388 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140734847573568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25758/statm: 2406244 20425 2275 9 0 2396937 0
[pid=25758/tid=25760] ppid=25756 vsize=9624976 CPUtime=6.09 cores=1,3,5,7
/proc/25758/task/25760/stat : 25760 (java) R 25756 25758 23031 0 -1 4202560 2478 0 1 0 607 2 0 0 20 0 19 0 255304389 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173812736288 140173657121168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25761] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25761/stat : 25761 (java) S 25756 25758 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173656451368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25762] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25762/stat : 25762 (java) S 25756 25758 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173655398568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25763] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25763/stat : 25763 (java) S 25756 25758 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173654346280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25758/tid=25764] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25764/stat : 25764 (java) S 25756 25758 23031 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173653293480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25765] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25765/stat : 25765 (java) S 25756 25758 23031 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173652241192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25766] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25766/stat : 25766 (java) S 25756 25758 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173651188392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25767] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25767/stat : 25767 (java) S 25756 25758 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173650136104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25768] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25768/stat : 25768 (java) S 25756 25758 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255304390 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173649083304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25769] ppid=25756 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/25758/task/25769/stat : 25769 (java) S 25756 25758 23031 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 255304391 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173166754024 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25770] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25770/stat : 25770 (java) S 25756 25758 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255304392 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173165700088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25771] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25771/stat : 25771 (java) S 25756 25758 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304392 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173164647688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25772] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25772/stat : 25772 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173163596176 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25773] ppid=25756 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25758/task/25773/stat : 25773 (java) S 25756 25758 23031 0 -1 4202560 2287 0 0 0 39 0 0 0 20 0 19 0 255304395 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173162543800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25774] ppid=25756 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/25758/task/25774/stat : 25774 (java) S 25756 25758 23031 0 -1 4202560 3180 0 0 0 37 0 0 0 20 0 19 0 255304395 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173161491000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25775] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25775/stat : 25775 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173160438904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25776] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25776/stat : 25776 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173159386312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25777] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25777/stat : 25777 (java) S 25756 25758 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255304426 9855975424 20425 33554432000 1073741824 1073778376 140734847582432 140173158331304 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=25758/tid=25773] ppid=25756 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25758/task/25773/stat : 25773 (java) S 25756 25758 23031 0 -1 4202560 2287 0 0 0 39 0 0 0 20 0 19 0 255304395 9855975424 208622 33554432000 1073741824 1073778376 140734847582432 140173162543800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25774] ppid=25756 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25758/task/25774/stat : 25774 (java) S 25756 25758 23031 0 -1 4202560 3183 0 0 0 39 0 0 0 20 0 19 0 255304395 9855975424 208622 33554432000 1073741824 1073778376 140734847582432 140173161491000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25775] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25775/stat : 25775 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 208622 33554432000 1073741824 1073778376 140734847582432 140173160438904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25776] ppid=25756 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/25758/task/25776/stat : 25776 (java) S 25756 25758 23031 0 -1 4202560 94 0 0 0 41 30 0 0 20 0 19 0 255304395 9855975424 208622 33554432000 1073741824 1073778376 140734847582432 140173159386312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25777] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25777/stat : 25777 (java) S 25756 25758 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255304426 9855975424 208622 33554432000 1073741824 1073778376 140734847582432 140173158331304 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1692.14
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.03 3/215 25874
/proc/meminfo: memFree=27043048/32873844 swapFree=7608/7608
[pid=25758] ppid=25756 vsize=9624976 CPUtime=1753.78 cores=1,3,5,7
/proc/25758/stat : 25758 (java) S 25756 25758 23031 0 -1 4202496 25917 0 1 0 175162 216 0 0 20 0 19 0 255304388 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140734847573568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25758/statm: 2406244 257368 2276 9 0 2396937 0
[pid=25758/tid=25760] ppid=25756 vsize=9624976 CPUtime=1700.99 cores=1,3,5,7
/proc/25758/task/25760/stat : 25760 (java) S 25756 25758 23031 0 -1 4202560 2950 0 1 0 170068 31 0 0 20 0 19 0 255304389 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173812736408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25761] ppid=25756 vsize=9624976 CPUtime=5 cores=1,3,5,7
/proc/25758/task/25761/stat : 25761 (java) S 25756 25758 23031 0 -1 4202560 1108 0 0 0 480 20 0 0 20 0 19 0 255304390 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173656451368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25762] ppid=25756 vsize=9624976 CPUtime=5.45 cores=1,3,5,7
/proc/25758/task/25762/stat : 25762 (java) S 25756 25758 23031 0 -1 4202560 1995 0 0 0 525 20 0 0 20 0 19 0 255304390 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173655398568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25763] ppid=25756 vsize=9624976 CPUtime=4.98 cores=1,3,5,7
/proc/25758/task/25763/stat : 25763 (java) S 25756 25758 23031 0 -1 4202560 1010 0 0 0 482 16 0 0 20 0 19 0 255304390 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173654346280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25764] ppid=25756 vsize=9624976 CPUtime=5.26 cores=1,3,5,7
/proc/25758/task/25764/stat : 25764 (java) S 25756 25758 23031 0 -1 4202560 2242 0 0 0 501 25 0 0 20 0 19 0 255304390 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173653293480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25765] ppid=25756 vsize=9624976 CPUtime=5.21 cores=1,3,5,7
/proc/25758/task/25765/stat : 25765 (java) S 25756 25758 23031 0 -1 4202560 2734 0 0 0 501 20 0 0 20 0 19 0 255304390 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173652241192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25766] ppid=25756 vsize=9624976 CPUtime=5.3 cores=1,3,5,7
/proc/25758/task/25766/stat : 25766 (java) S 25756 25758 23031 0 -1 4202560 1796 0 0 0 506 24 0 0 20 0 19 0 255304390 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173651188392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25758/tid=25767] ppid=25756 vsize=9624976 CPUtime=5.18 cores=1,3,5,7
/proc/25758/task/25767/stat : 25767 (java) S 25756 25758 23031 0 -1 4202560 1907 0 0 0 497 21 0 0 20 0 19 0 255304390 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173650136104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25758/tid=25768] ppid=25756 vsize=9624976 CPUtime=5.38 cores=1,3,5,7
/proc/25758/task/25768/stat : 25768 (java) S 25756 25758 23031 0 -1 4202560 2417 0 0 0 514 24 0 0 20 0 19 0 255304390 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173649083304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25769] ppid=25756 vsize=9624976 CPUtime=5.22 cores=1,3,5,7
/proc/25758/task/25769/stat : 25769 (java) R 25756 25758 23031 0 -1 4202560 1005 0 0 0 515 7 0 0 20 0 19 0 255304391 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173166753000 140173819591255 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25770] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25770/stat : 25770 (java) S 25756 25758 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255304392 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173165700088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25771] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25771/stat : 25771 (java) S 25756 25758 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304392 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173164647688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25772] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25772/stat : 25772 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173163596176 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25773] ppid=25756 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25758/task/25773/stat : 25773 (java) S 25756 25758 23031 0 -1 4202560 2287 0 0 0 39 0 0 0 20 0 19 0 255304395 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173162543800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25774] ppid=25756 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25758/task/25774/stat : 25774 (java) S 25756 25758 23031 0 -1 4202560 3183 0 0 0 39 0 0 0 20 0 19 0 255304395 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173161491000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25775] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25775/stat : 25775 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173160438904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25776] ppid=25756 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/25758/task/25776/stat : 25776 (java) S 25756 25758 23031 0 -1 4202560 98 0 0 0 43 31 0 0 20 0 19 0 255304395 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173159386312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25777] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25777/stat : 25777 (java) S 25756 25758 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255304426 9855975424 257368 33554432000 1073741824 1073778376 140734847582432 140173158331304 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1753.78
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1767.9 s]
/proc/loadavg: 2.18 2.09 2.04 3/215 25874
/proc/meminfo: memFree=27071960/32873844 swapFree=7608/7608
[pid=25758] ppid=25756 vsize=9624976 CPUtime=1800.1 cores=1,3,5,7
/proc/25758/stat : 25758 (java) S 25756 25758 23031 0 -1 4202496 25930 0 1 0 179792 218 0 0 20 0 19 0 255304388 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140734847573568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25758/statm: 2406244 239435 2276 9 0 2396937 0
[pid=25758/tid=25760] ppid=25756 vsize=9624976 CPUtime=1746.16 cores=1,3,5,7
/proc/25758/task/25760/stat : 25760 (java) R 25756 25758 23031 0 -1 4202560 2959 0 1 0 174584 32 0 0 20 0 19 0 255304389 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173812735344 140173657120649 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25761] ppid=25756 vsize=9624976 CPUtime=5.1 cores=1,3,5,7
/proc/25758/task/25761/stat : 25761 (java) S 25756 25758 23031 0 -1 4202560 1108 0 0 0 490 20 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173656451368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25762] ppid=25756 vsize=9624976 CPUtime=5.57 cores=1,3,5,7
/proc/25758/task/25762/stat : 25762 (java) S 25756 25758 23031 0 -1 4202560 1995 0 0 0 537 20 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173655398568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25763] ppid=25756 vsize=9624976 CPUtime=5.12 cores=1,3,5,7
/proc/25758/task/25763/stat : 25763 (java) S 25756 25758 23031 0 -1 4202560 1010 0 0 0 496 16 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173654346280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25764] ppid=25756 vsize=9624976 CPUtime=5.37 cores=1,3,5,7
/proc/25758/task/25764/stat : 25764 (java) S 25756 25758 23031 0 -1 4202560 2242 0 0 0 512 25 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173653293480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25765] ppid=25756 vsize=9624976 CPUtime=5.31 cores=1,3,5,7
/proc/25758/task/25765/stat : 25765 (java) S 25756 25758 23031 0 -1 4202560 2734 0 0 0 511 20 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173652241192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25766] ppid=25756 vsize=9624976 CPUtime=5.45 cores=1,3,5,7
/proc/25758/task/25766/stat : 25766 (java) S 25756 25758 23031 0 -1 4202560 1796 0 0 0 521 24 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173651188392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25767] ppid=25756 vsize=9624976 CPUtime=5.32 cores=1,3,5,7
/proc/25758/task/25767/stat : 25767 (java) S 25756 25758 23031 0 -1 4202560 1907 0 0 0 511 21 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173650136104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25758/tid=25768] ppid=25756 vsize=9624976 CPUtime=5.52 cores=1,3,5,7
/proc/25758/task/25768/stat : 25768 (java) S 25756 25758 23031 0 -1 4202560 2417 0 0 0 528 24 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173649083304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25769] ppid=25756 vsize=9624976 CPUtime=5.25 cores=1,3,5,7
/proc/25758/task/25769/stat : 25769 (java) S 25756 25758 23031 0 -1 4202560 1007 0 0 0 518 7 0 0 20 0 19 0 255304391 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173166754024 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25770] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25770/stat : 25770 (java) S 25756 25758 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255304392 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173165700088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25771] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25771/stat : 25771 (java) S 25756 25758 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304392 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173164647688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25772] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25772/stat : 25772 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173163596176 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25773] ppid=25756 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25758/task/25773/stat : 25773 (java) S 25756 25758 23031 0 -1 4202560 2287 0 0 0 39 0 0 0 20 0 19 0 255304395 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173162543800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25774] ppid=25756 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25758/task/25774/stat : 25774 (java) S 25756 25758 23031 0 -1 4202560 3183 0 0 0 39 0 0 0 20 0 19 0 255304395 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173161491000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25775] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25775/stat : 25775 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173160438904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25776] ppid=25756 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/25758/task/25776/stat : 25776 (java) S 25756 25758 23031 0 -1 4202560 100 0 0 0 44 32 0 0 20 0 19 0 255304395 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173159386312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25777] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25777/stat : 25777 (java) S 25756 25758 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255304426 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173158331304 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1767.9 s]
/proc/loadavg: 2.18 2.09 2.04 3/215 25874
/proc/meminfo: memFree=27071960/32873844 swapFree=7608/7608
[pid=25758] ppid=25756 vsize=9624976 CPUtime=1800.1 cores=1,3,5,7
/proc/25758/stat : 25758 (java) S 25756 25758 23031 0 -1 4202496 25930 0 1 0 179792 218 0 0 20 0 19 0 255304388 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140734847573568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25758/statm: 2406244 239435 2276 9 0 2396937 0
[pid=25758/tid=25760] ppid=25756 vsize=9624976 CPUtime=1746.16 cores=1,3,5,7
/proc/25758/task/25760/stat : 25760 (java) R 25756 25758 23031 0 -1 4202560 2959 0 1 0 174584 32 0 0 20 0 19 0 255304389 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173812735344 140173657120649 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25761] ppid=25756 vsize=9624976 CPUtime=5.1 cores=1,3,5,7
/proc/25758/task/25761/stat : 25761 (java) S 25756 25758 23031 0 -1 4202560 1108 0 0 0 490 20 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173656451368 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25762] ppid=25756 vsize=9624976 CPUtime=5.57 cores=1,3,5,7
/proc/25758/task/25762/stat : 25762 (java) S 25756 25758 23031 0 -1 4202560 1995 0 0 0 537 20 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173655398568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25763] ppid=25756 vsize=9624976 CPUtime=5.12 cores=1,3,5,7
/proc/25758/task/25763/stat : 25763 (java) S 25756 25758 23031 0 -1 4202560 1010 0 0 0 496 16 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173654346280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25764] ppid=25756 vsize=9624976 CPUtime=5.37 cores=1,3,5,7
/proc/25758/task/25764/stat : 25764 (java) S 25756 25758 23031 0 -1 4202560 2242 0 0 0 512 25 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173653293480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25765] ppid=25756 vsize=9624976 CPUtime=5.31 cores=1,3,5,7
/proc/25758/task/25765/stat : 25765 (java) S 25756 25758 23031 0 -1 4202560 2734 0 0 0 511 20 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173652241192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25766] ppid=25756 vsize=9624976 CPUtime=5.45 cores=1,3,5,7
/proc/25758/task/25766/stat : 25766 (java) S 25756 25758 23031 0 -1 4202560 1796 0 0 0 521 24 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173651188392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25767] ppid=25756 vsize=9624976 CPUtime=5.32 cores=1,3,5,7
/proc/25758/task/25767/stat : 25767 (java) S 25756 25758 23031 0 -1 4202560 1907 0 0 0 511 21 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173650136104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25758/tid=25768] ppid=25756 vsize=9624976 CPUtime=5.52 cores=1,3,5,7
/proc/25758/task/25768/stat : 25768 (java) S 25756 25758 23031 0 -1 4202560 2417 0 0 0 528 24 0 0 20 0 19 0 255304390 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173649083304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25769] ppid=25756 vsize=9624976 CPUtime=5.25 cores=1,3,5,7
/proc/25758/task/25769/stat : 25769 (java) S 25756 25758 23031 0 -1 4202560 1007 0 0 0 518 7 0 0 20 0 19 0 255304391 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173166754024 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25770] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25770/stat : 25770 (java) S 25756 25758 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255304392 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173165700088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25771] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25771/stat : 25771 (java) S 25756 25758 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255304392 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173164647688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25772] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25772/stat : 25772 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173163596176 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25773] ppid=25756 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25758/task/25773/stat : 25773 (java) S 25756 25758 23031 0 -1 4202560 2287 0 0 0 39 0 0 0 20 0 19 0 255304395 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173162543800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25774] ppid=25756 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25758/task/25774/stat : 25774 (java) S 25756 25758 23031 0 -1 4202560 3183 0 0 0 39 0 0 0 20 0 19 0 255304395 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173161491000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25758/tid=25775] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25775/stat : 25775 (java) S 25756 25758 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255304395 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173160438904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25758/tid=25776] ppid=25756 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/25758/task/25776/stat : 25776 (java) S 25756 25758 23031 0 -1 4202560 100 0 0 0 44 32 0 0 20 0 19 0 255304395 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173159386312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25758/tid=25777] ppid=25756 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25758/task/25777/stat : 25777 (java) S 25756 25758 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255304426 9855975424 239435 33554432000 1073741824 1073778376 140734847582432 140173158331304 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25758 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=559337
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=580607
# CPU time returned by wait4() is 1796.14
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1767.98
CPU time (s): 1800.1
CPU user time (s): 1797.92
CPU system time (s): 2.18
CPU usage (%): 101.817
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.56
system time used= 2.58061
maximum resident set size= 1029472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25968
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50914
involuntary context switches= 60508

runsolver used 7.09992 second user time and 14.9737 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-24 22:36:36
IDJOB=3689619
IDBENCH=90125
IDSOLVER=2269
FILE ID=node135/3689619-1337891796
RUNJOBID= node135-1337871881-23049
PBS_JOBID= 14620069
Free space on /tmp= 71600 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K82.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689619-1337891796/watcher-3689619-1337891796 -o /tmp/evaluation-result-3689619-1337891796/solver-3689619-1337891796 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689619-1337891796.opb

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

MD5SUM BENCH= 007cb74ee15cb0b4c01d23d6abd9d82b
RANDOM SEED=186688073

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27663440 kB
Buffers:          223616 kB
Cached:          3359764 kB
SwapCached:            0 kB
Active:          1641744 kB
Inactive:        2796004 kB
Active(anon):     856884 kB
Inactive(anon):        0 kB
Active(file):     784860 kB
Inactive(file):  2796004 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               872 kB
Writeback:           116 kB
AnonPages:        861744 kB
Mapped:            22564 kB
Shmem:               212 kB
Slab:             632580 kB
SReclaimable:      74816 kB
SUnreclaim:       557764 kB
KernelStack:        1632 kB
PageTables:         5628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1151952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    815104 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= 71604 MiB
End job on node135 at 2012-05-24 23:06:06