Trace number 3281485

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1302.35 1300.06

General information on the benchmark

NameSAT_RACE08/Q1/
SAT_dat.k85.cnf
MD5SUMdce41996d9c5153aa0c253fa128d227c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark43.2814
Satisfiable
(Un)Satisfiability was proved
Number of variables181484
Number of clauses890298
Sum of the clauses size2349692
Maximum clause length19
Minimum clause length1
Number of clauses of size 1771
Number of clauses of size 2667172
Number of clauses of size 3144951
Number of clauses of size 424791
Number of clauses of size 510950
Number of clauses of size over 541663

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.10	c Expensive reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483647s
0.08/0.10	c DB Simplification allowed=true
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3281485-1303752219.cnf
0.08/0.10	c reading problem ... 
1.17/1.02	c ... done. Wall clock time 0.925s.
1.17/1.02	c #vars     181484
1.17/1.02	c #constraints  890274
1.17/1.02	c constraints type 
1.17/1.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 222355
1.17/1.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 667124
5.98/5.12	c cleaning 2484 clauses out of 4986 with flag 5001/5001
10.42/9.27	c cleaning 4227 clauses out of 8502 with flag 11003/11003
14.04/12.85	c cleaning 5629 clauses out of 11272 with flag 18001/18001
18.05/16.86	c cleaning 6773 clauses out of 13643 with flag 26001/26001
22.37/21.13	c cleaning 7910 clauses out of 15869 with flag 35000/35000
27.67/26.43	c cleaning 8941 clauses out of 17961 with flag 45002/45002
33.18/31.97	c cleaning 9995 clauses out of 20018 with flag 56001/56001
40.10/38.88	c cleaning 11006 clauses out of 22019 with flag 68000/68000
48.10/46.86	c cleaning 11968 clauses out of 24014 with flag 81001/81001
56.31/55.09	c cleaning 12982 clauses out of 25984 with flag 95000/95000
63.33/62.05	c cleaning 13960 clauses out of 27962 with flag 110000/110000
71.15/69.84	c cleaning 14968 clauses out of 30000 with flag 126001/126001
79.96/78.63	c cleaning 15988 clauses out of 32017 with flag 143001/143001
88.48/87.20	c cleaning 16975 clauses out of 34019 with flag 161002/161002
97.78/96.41	c cleaning 17995 clauses out of 36039 with flag 180000/180000
108.10/106.76	c cleaning 19003 clauses out of 38034 with flag 200001/200001
119.21/117.84	c cleaning 19924 clauses out of 39882 with flag 221000/221000
130.03/128.69	c cleaning 20925 clauses out of 41918 with flag 243000/243000
142.25/140.85	c cleaning 21961 clauses out of 43974 with flag 266002/266002
155.16/153.74	c cleaning 22801 clauses out of 45989 with flag 290000/290000
168.89/167.45	c cleaning 24047 clauses out of 48184 with flag 315000/315000
182.79/181.32	c cleaning 24878 clauses out of 50103 with flag 341000/341000
196.01/194.58	c cleaning 26021 clauses out of 52172 with flag 368000/368000
210.43/208.98	c cleaning 26744 clauses out of 54125 with flag 396000/396000
226.85/225.39	c cleaning 28147 clauses out of 56358 with flag 425001/425001
245.06/243.54	c cleaning 28977 clauses out of 58196 with flag 455002/455002
262.28/260.78	c cleaning 29990 clauses out of 60202 with flag 486004/486004
278.60/277.08	c cleaning 30999 clauses out of 62051 with flag 518001/518001
296.32/294.70	c cleaning 31536 clauses out of 64026 with flag 551001/551001
317.44/315.84	c cleaning 33194 clauses out of 66466 with flag 585000/585000
345.86/344.22	c cleaning 33960 clauses out of 68264 with flag 620000/620000
370.97/369.37	c cleaning 35047 clauses out of 70303 with flag 656001/656001
392.29/390.61	c cleaning 35868 clauses out of 72152 with flag 693000/693000
416.11/414.40	c cleaning 36978 clauses out of 74223 with flag 731000/731000
435.93/434.21	c cleaning 37892 clauses out of 76124 with flag 770000/770000
458.65/456.98	c cleaning 39018 clauses out of 78104 with flag 810001/810001
497.67/495.94	c cleaning 39821 clauses out of 80076 with flag 851004/851004
525.60/523.84	c cleaning 40500 clauses out of 82217 with flag 893000/893000
555.92/554.11	c cleaning 41909 clauses out of 84711 with flag 936000/936000
579.93/578.18	c cleaning 42883 clauses out of 86645 with flag 980003/980003
608.36/606.53	c cleaning 43860 clauses out of 88715 with flag 1025000/1025000
635.58/633.80	c cleaning 43871 clauses out of 90855 with flag 1071000/1071000
667.29/665.46	c cleaning 45268 clauses out of 93958 with flag 1118001/1118001
699.62/697.79	c cleaning 46063 clauses out of 96637 with flag 1166000/1166000
734.53/732.68	c cleaning 47209 clauses out of 99529 with flag 1215000/1215000
768.76/766.90	c cleaning 48919 clauses out of 102306 with flag 1265002/1265002
802.88/800.95	c cleaning 49058 clauses out of 104352 with flag 1316000/1316000
838.81/836.85	c cleaning 50616 clauses out of 107171 with flag 1368000/1368000
876.53/874.59	c cleaning 51341 clauses out of 109514 with flag 1421001/1421001
914.15/912.18	c cleaning 51790 clauses out of 112083 with flag 1475000/1475000
950.27/948.22	c cleaning 53603 clauses out of 115288 with flag 1530001/1530001
989.99/988.00	c cleaning 54263 clauses out of 117481 with flag 1586000/1586000
1032.41/1030.30	c cleaning 55025 clauses out of 120151 with flag 1643003/1643003
1079.04/1076.93	c cleaning 56745 clauses out of 123111 with flag 1701000/1701000
1131.36/1129.29	c cleaning 57443 clauses out of 125318 with flag 1760001/1760001
1184.79/1182.69	c cleaning 58121 clauses out of 127871 with flag 1820000/1820000
1240.61/1238.43	c cleaning 59532 clauses out of 130717 with flag 1881002/1881002
1301.24/1299.04	c cleaning 60790 clauses out of 133180 with flag 1943000/1943000
1302.27/1300.01	c starts		: 1463
1302.27/1300.01	c conflicts		: 1943794
1302.27/1300.01	c decisions		: 5409944
1302.27/1300.01	c propagations		: 2588927349
1302.27/1300.01	c inspects		: 8749731132
1302.27/1300.01	c shortcuts		: 0
1302.27/1300.01	c learnt literals	: 269
1302.27/1300.01	c learnt binary clauses	: 27377
1302.27/1300.01	c learnt ternary clauses	: 63160
1302.27/1300.01	c learnt constraints	: 1943525
1302.27/1300.01	c ignored constraints	: 0
1302.27/1300.01	c root simplifications	: 1732
1302.27/1300.01	c removed literals (reason simplification)	: 34733604
1302.27/1300.01	c reason swapping (by a shorter reason)	: 0
1302.27/1300.01	c Calls to reduceDB	: 58
1302.27/1300.01	c speed (assignments/second)	: 1993042.4924729578
1302.27/1300.01	c non guided choices	214053
1302.27/1300.04	c learnt constraints type 
1302.27/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26945
1302.27/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46240
1302.27/1300.04	c constraints type 
1302.27/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 222355
1302.27/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 667124
1302.27/1300.04	s UNKNOWN
1302.27/1300.04	c Total wall clock time (in seconds) : 1299.91

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3281485-1303752219/watcher-3281485-1303752219 -o /tmp/evaluation-result-3281485-1303752219/solver-3281485-1303752219 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3281485-1303752219.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.76 3.95 3.70 4/201 6686
/proc/meminfo: memFree=23223748/32951124 swapFree=67111348/67111528
[pid=6686] ppid=6684 vsize=9100 CPUtime=0 cores=5,7
/proc/6686/stat : 6686 (java) S 6684 6686 5867 0 -1 4202496 236 0 0 0 0 0 0 0 22 0 1 0 565452430 9318400 170 33554432000 1073741824 1073778376 140735169605184 18446744073709551615 252458061669 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/6686/statm: 2275 170 130 9 0 67 0

[startup+0.0885821 s]
/proc/loadavg: 3.76 3.95 3.70 4/201 6686
/proc/meminfo: memFree=23223748/32951124 swapFree=67111348/67111528
[pid=6686] ppid=6684 vsize=7569940 CPUtime=0.07 cores=5,7
/proc/6686/stat : 6686 (java) S 6684 6686 5867 0 -1 4202496 9468 0 1 0 6 1 0 0 22 0 18 0 565452430 7751618560 9163 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6686/statm: 1892485 9164 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7569940

[startup+0.100544 s]
/proc/loadavg: 3.76 3.95 3.70 4/201 6686
/proc/meminfo: memFree=23223748/32951124 swapFree=67111348/67111528
[pid=6686] ppid=6684 vsize=7570236 CPUtime=0.08 cores=5,7
/proc/6686/stat : 6686 (java) S 6684 6686 5867 0 -1 4202496 9843 0 1 0 7 1 0 0 22 0 18 0 565452430 7751921664 9538 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6686/statm: 1892559 9538 1913 9 0 1883297 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7570236

[startup+0.300511 s]
/proc/loadavg: 3.76 3.95 3.70 4/201 6686
/proc/meminfo: memFree=23223748/32951124 swapFree=67111348/67111528
[pid=6686] ppid=6684 vsize=7637372 CPUtime=0.35 cores=5,7
/proc/6686/stat : 6686 (java) S 6684 6686 5867 0 -1 4202496 13014 0 1 0 34 1 0 0 22 0 18 0 565452430 7820668928 12652 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6686/statm: 1909343 12652 2182 9 0 1900081 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 7637372

[startup+0.700468 s]
/proc/loadavg: 3.76 3.95 3.70 4/201 6686
/proc/meminfo: memFree=23223748/32951124 swapFree=67111348/67111528
[pid=6686] ppid=6684 vsize=7643640 CPUtime=0.86 cores=5,7
/proc/6686/stat : 6686 (java) S 6684 6686 5867 0 -1 4202496 26124 0 1 0 83 3 0 0 22 0 18 0 565452430 7827087360 25329 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6686/statm: 1910910 25330 2197 9 0 1901648 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 7643640

[startup+1.50129 s]
/proc/loadavg: 3.76 3.95 3.70 5/219 6704
/proc/meminfo: memFree=23013784/32951124 swapFree=67111348/67111528
[pid=6686] ppid=6684 vsize=7646100 CPUtime=2.13 cores=5,7
/proc/6686/stat : 6686 (java) S 6684 6686 5867 0 -1 4202496 39144 0 1 0 209 4 0 0 22 0 19 0 565452430 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6686/statm: 1911525 38094 2220 9 0 1902263 0
[pid=6686/tid=6688] ppid=6684 vsize=7646100 CPUtime=1.47 cores=5,7
/proc/6686/task/6688/stat : 6688 (java) R 6684 6686 5867 0 -1 4202560 34379 0 1 0 143 4 0 0 20 0 19 0 565452432 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 47017609352080 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6686/tid=6689] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6689/stat : 6689 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 565452433 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6690] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6690/stat : 6690 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452433 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6691] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6691/stat : 6691 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452433 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6692] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6692/stat : 6692 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452433 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6693] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6693/stat : 6693 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452433 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6694] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6694/stat : 6694 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452433 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6695] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6695/stat : 6695 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452433 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6696] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6696/stat : 6696 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452433 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6697] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6697/stat : 6697 (java) S 6684 6686 5867 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 565452434 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 0 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6698] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6698/stat : 6698 (java) S 6684 6686 5867 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 565452434 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6699] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6699/stat : 6699 (java) S 6684 6686 5867 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 565452434 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6700] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6700/stat : 6700 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452437 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469889457 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6701] ppid=6684 vsize=7646100 CPUtime=0.5 cores=5,7
/proc/6686/task/6701/stat : 6701 (java) R 6684 6686 5867 0 -1 4202560 1269 0 0 0 50 0 0 0 18 0 19 0 565452437 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 47017610184059 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6686/tid=6702] ppid=6684 vsize=7646100 CPUtime=0.14 cores=5,7
/proc/6686/task/6702/stat : 6702 (java) R 6684 6686 5867 0 -1 4202560 2334 0 0 0 14 0 0 0 19 0 19 0 565452437 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 47017609643913 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6686/tid=6703] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6703/stat : 6703 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452437 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6704] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6704/stat : 6704 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 565452437 7829606400 38094 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 7646100

[startup+3.10102 s]
/proc/loadavg: 3.76 3.95 3.70 5/220 6705
/proc/meminfo: memFree=22916112/32951124 swapFree=67111348/67111528
[pid=6686] ppid=6684 vsize=7646100 CPUtime=3.97 cores=5,7
/proc/6686/stat : 6686 (java) S 6684 6686 5867 0 -1 4202496 39559 0 1 0 393 4 0 0 22 0 19 0 565452430 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6686/statm: 1911525 38508 2225 9 0 1902263 0
[pid=6686/tid=6688] ppid=6684 vsize=7646100 CPUtime=3.07 cores=5,7
/proc/6686/task/6688/stat : 6688 (java) R 6684 6686 5867 0 -1 4202560 34677 0 1 0 303 4 0 0 25 0 19 0 565452432 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 46912505741083 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6686/tid=6689] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6689/stat : 6689 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 565452433 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6690] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6690/stat : 6690 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452433 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6691] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6691/stat : 6691 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452433 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6692] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6692/stat : 6692 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452433 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6693] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6693/stat : 6693 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452433 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6694] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6694/stat : 6694 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452433 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6695] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6695/stat : 6695 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452433 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6696] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6696/stat : 6696 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452433 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6697] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6697/stat : 6697 (java) S 6684 6686 5867 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 565452434 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 0 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6698] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6698/stat : 6698 (java) S 6684 6686 5867 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 565452434 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6699] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6699/stat : 6699 (java) S 6684 6686 5867 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 565452434 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6700] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6700/stat : 6700 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452437 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469889457 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6701] ppid=6684 vsize=7646100 CPUtime=0.59 cores=5,7
/proc/6686/task/6701/stat : 6701 (java) S 6684 6686 5867 0 -1 4202560 1359 0 0 0 59 0 0 0 15 0 19 0 565452437 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6702] ppid=6684 vsize=7646100 CPUtime=0.3 cores=5,7
/proc/6686/task/6702/stat : 6702 (java) S 6684 6686 5867 0 -1 4202560 2360 0 0 0 30 0 0 0 15 0 19 0 565452437 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6703] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6703/stat : 6703 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452437 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6704] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6704/stat : 6704 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 565452437 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6705] ppid=6684 vsize=7646100 CPUtime=0 cores=5,7
/proc/6686/task/6705/stat : 6705 (java) S 6684 6686 5867 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 565452541 7829606400 38508 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 7646100

[startup+6.30143 s]
/proc/loadavg: 3.78 3.95 3.70 5/220 6705
/proc/meminfo: memFree=22551068/32951124 swapFree=67111348/67111528
[pid=6686] ppid=6684 vsize=7645952 CPUtime=7.49 cores=5,7
/proc/6686/stat : 6686 (java) S 6684 6686 5867 0 -1 4202496 90027 0 1 0 738 11 0 0 22 0 19 0 565452430 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6686/statm: 1911488 88533 2251 9 0 1902226 0
[pid=6686/tid=6688] ppid=6684 vsize=7645952 CPUtime=5.8 cores=5,7
/proc/6686/task/6688/stat : 6688 (java) R 6684 6686 5867 0 -1 4202560 34928 0 1 0 576 4 0 0 25 0 19 0 565452432 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 46912505741083 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6686/tid=6689] ppid=6684 vsize=7645952 CPUtime=0.11 cores=5,7
/proc/6686/task/6689/stat : 6689 (java) S 6684 6686 5867 0 -1 4202560 12542 0 0 0 10 1 0 0 18 0 19 0 565452433 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6690] ppid=6684 vsize=7645952 CPUtime=0.1 cores=5,7
/proc/6686/task/6690/stat : 6690 (java) S 6684 6686 5867 0 -1 4202560 7186 0 0 0 10 0 0 0 18 0 19 0 565452433 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6691] ppid=6684 vsize=7645952 CPUtime=0.01 cores=5,7
/proc/6686/task/6691/stat : 6691 (java) S 6684 6686 5867 0 -1 4202560 1620 0 0 0 1 0 0 0 18 0 19 0 565452433 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6692] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6692/stat : 6692 (java) S 6684 6686 5867 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 19 0 565452433 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6693] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6693/stat : 6693 (java) S 6684 6686 5867 0 -1 4202560 81 0 0 0 0 0 0 0 17 0 19 0 565452433 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6694] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6694/stat : 6694 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 565452433 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6695] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6695/stat : 6695 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 565452433 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6696] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6696/stat : 6696 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 565452433 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6697] ppid=6684 vsize=7645952 CPUtime=0.32 cores=5,7
/proc/6686/task/6697/stat : 6697 (java) S 6684 6686 5867 0 -1 4202560 27626 0 0 0 29 3 0 0 16 0 19 0 565452434 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 0 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6698] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6698/stat : 6698 (java) S 6684 6686 5867 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 565452434 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6699] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6699/stat : 6699 (java) S 6684 6686 5867 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 565452434 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6700] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6700/stat : 6700 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452437 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469889457 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6701] ppid=6684 vsize=7645952 CPUtime=0.75 cores=5,7
/proc/6686/task/6701/stat : 6701 (java) S 6684 6686 5867 0 -1 4202560 1766 0 0 0 75 0 0 0 16 0 19 0 565452437 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6702] ppid=6684 vsize=7645952 CPUtime=0.32 cores=5,7
/proc/6686/task/6702/stat : 6702 (java) S 6684 6686 5867 0 -1 4202560 2366 0 0 0 32 0 0 0 15 0 19 0 565452437 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6703] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6703/stat : 6703 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452437 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6704] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6704/stat : 6704 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 565452437 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6705] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6705/stat : 6705 (java) S 6684 6686 5867 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 565452541 7829454848 88533 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 7645952

[startup+12.7012 s]
/proc/loadavg: 3.88 3.97 3.70 6/260 6751
/proc/meminfo: memFree=21508684/32951124 swapFree=67111348/67111528

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

[pid=6686/tid=6694] ppid=6684 vsize=7645952 CPUtime=0.19 cores=5,7
/proc/6686/task/6694/stat : 6694 (java) S 6684 6686 5867 0 -1 4202560 16 0 0 0 19 0 0 0 15 0 19 0 565452433 7829454848 93209 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6695] ppid=6684 vsize=7645952 CPUtime=0.25 cores=5,7
/proc/6686/task/6695/stat : 6695 (java) S 6684 6686 5867 0 -1 4202560 12 0 0 0 25 0 0 0 16 0 19 0 565452433 7829454848 93209 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6696] ppid=6684 vsize=7645952 CPUtime=0.21 cores=5,7
/proc/6686/task/6696/stat : 6696 (java) S 6684 6686 5867 0 -1 4202560 70 0 0 0 21 0 0 0 16 0 19 0 565452433 7829454848 93209 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6697] ppid=6684 vsize=7645952 CPUtime=14.67 cores=5,7
/proc/6686/task/6697/stat : 6697 (java) S 6684 6686 5867 0 -1 4202560 32171 0 0 0 1463 4 0 0 15 0 19 0 565452434 7829454848 93209 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 0 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6698] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6698/stat : 6698 (java) S 6684 6686 5867 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 565452434 7829454848 93209 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6699] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6699/stat : 6699 (java) S 6684 6686 5867 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 565452434 7829454848 93209 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6700] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6700/stat : 6700 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452437 7829454848 93209 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469889457 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6701] ppid=6684 vsize=7645952 CPUtime=0.78 cores=5,7
/proc/6686/task/6701/stat : 6701 (java) S 6684 6686 5867 0 -1 4202560 1768 0 0 0 78 0 0 0 15 0 19 0 565452437 7829454848 93209 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6702] ppid=6684 vsize=7645952 CPUtime=0.34 cores=5,7
/proc/6686/task/6702/stat : 6702 (java) S 6684 6686 5867 0 -1 4202560 2370 0 0 0 34 0 0 0 15 0 19 0 565452437 7829454848 93209 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6703] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6703/stat : 6703 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452437 7829454848 93209 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6704] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6704/stat : 6704 (java) S 6684 6686 5867 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 565452437 7829454848 93209 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6705] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6705/stat : 6705 (java) S 6684 6686 5867 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 565452541 7829454848 93209 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1184.49
Current children cumulated vsize (KiB) 7645952

[startup+1242.3 s]
/proc/loadavg: 1.00 1.14 1.94 2/190 6845
/proc/meminfo: memFree=24339440/32951124 swapFree=67111348/67111528
[pid=6686] ppid=6684 vsize=7645952 CPUtime=1244.53 cores=5,7
/proc/6686/stat : 6686 (java) S 6684 6686 5867 0 -1 4202496 94967 0 1 0 124440 13 0 0 22 0 19 0 565452430 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6686/statm: 1911488 93277 2253 9 0 1902226 0
[pid=6686/tid=6688] ppid=6684 vsize=7645952 CPUtime=1225.82 cores=5,7
/proc/6686/task/6688/stat : 6688 (java) R 6684 6686 5867 0 -1 4202560 34985 0 1 0 122578 4 0 0 25 0 19 0 565452432 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 46912505708027 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6686/tid=6689] ppid=6684 vsize=7645952 CPUtime=0.36 cores=5,7
/proc/6686/task/6689/stat : 6689 (java) S 6684 6686 5867 0 -1 4202560 12560 0 0 0 35 1 0 0 15 0 19 0 565452433 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6690] ppid=6684 vsize=7645952 CPUtime=0.41 cores=5,7
/proc/6686/task/6690/stat : 6690 (java) S 6684 6686 5867 0 -1 4202560 7206 0 0 0 41 0 0 0 15 0 19 0 565452433 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6691] ppid=6684 vsize=7645952 CPUtime=0.27 cores=5,7
/proc/6686/task/6691/stat : 6691 (java) S 6684 6686 5867 0 -1 4202560 1646 0 0 0 27 0 0 0 15 0 19 0 565452433 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6692] ppid=6684 vsize=7645952 CPUtime=0.2 cores=5,7
/proc/6686/task/6692/stat : 6692 (java) S 6684 6686 5867 0 -1 4202560 771 0 0 0 20 0 0 0 16 0 19 0 565452433 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6693] ppid=6684 vsize=7645952 CPUtime=0.26 cores=5,7
/proc/6686/task/6693/stat : 6693 (java) S 6684 6686 5867 0 -1 4202560 100 0 0 0 26 0 0 0 16 0 19 0 565452433 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6694] ppid=6684 vsize=7645952 CPUtime=0.21 cores=5,7
/proc/6686/task/6694/stat : 6694 (java) S 6684 6686 5867 0 -1 4202560 19 0 0 0 21 0 0 0 16 0 19 0 565452433 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6695] ppid=6684 vsize=7645952 CPUtime=0.26 cores=5,7
/proc/6686/task/6695/stat : 6695 (java) S 6684 6686 5867 0 -1 4202560 12 0 0 0 26 0 0 0 15 0 19 0 565452433 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6696] ppid=6684 vsize=7645952 CPUtime=0.22 cores=5,7
/proc/6686/task/6696/stat : 6696 (java) S 6684 6686 5867 0 -1 4202560 70 0 0 0 22 0 0 0 16 0 19 0 565452433 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6697] ppid=6684 vsize=7645952 CPUtime=15.3 cores=5,7
/proc/6686/task/6697/stat : 6697 (java) S 6684 6686 5867 0 -1 4202560 32238 0 0 0 1526 4 0 0 15 0 19 0 565452434 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 0 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6698] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6698/stat : 6698 (java) S 6684 6686 5867 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 565452434 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6699] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6699/stat : 6699 (java) S 6684 6686 5867 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 565452434 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6700] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6700/stat : 6700 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452437 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469889457 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6701] ppid=6684 vsize=7645952 CPUtime=0.78 cores=5,7
/proc/6686/task/6701/stat : 6701 (java) S 6684 6686 5867 0 -1 4202560 1768 0 0 0 78 0 0 0 15 0 19 0 565452437 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6702] ppid=6684 vsize=7645952 CPUtime=0.34 cores=5,7
/proc/6686/task/6702/stat : 6702 (java) S 6684 6686 5867 0 -1 4202560 2370 0 0 0 34 0 0 0 15 0 19 0 565452437 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6703] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6703/stat : 6703 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452437 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6704] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6704/stat : 6704 (java) S 6684 6686 5867 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 565452437 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6705] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6705/stat : 6705 (java) S 6684 6686 5867 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 565452541 7829454848 93277 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1244.53
Current children cumulated vsize (KiB) 7645952



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.11 1.88 2/190 6847
/proc/meminfo: memFree=24338428/32951124 swapFree=67111348/67111528
[pid=6686] ppid=6684 vsize=7645952 CPUtime=1302.27 cores=5,7
/proc/6686/stat : 6686 (java) S 6684 6686 5867 0 -1 4202496 95210 0 1 0 130214 13 0 0 22 0 19 0 565452430 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6686/statm: 1911488 93513 2253 9 0 1902226 0
[pid=6686/tid=6688] ppid=6684 vsize=7645952 CPUtime=1283.24 cores=5,7
/proc/6686/task/6688/stat : 6688 (java) R 6684 6686 5867 0 -1 4202560 34986 0 1 0 128320 4 0 0 25 0 19 0 565452432 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 46912505741083 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6686/tid=6689] ppid=6684 vsize=7645952 CPUtime=0.36 cores=5,7
/proc/6686/task/6689/stat : 6689 (java) S 6684 6686 5867 0 -1 4202560 12560 0 0 0 35 1 0 0 15 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6690] ppid=6684 vsize=7645952 CPUtime=0.43 cores=5,7
/proc/6686/task/6690/stat : 6690 (java) S 6684 6686 5867 0 -1 4202560 7207 0 0 0 43 0 0 0 16 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6691] ppid=6684 vsize=7645952 CPUtime=0.27 cores=5,7
/proc/6686/task/6691/stat : 6691 (java) S 6684 6686 5867 0 -1 4202560 1646 0 0 0 27 0 0 0 15 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6692] ppid=6684 vsize=7645952 CPUtime=0.23 cores=5,7
/proc/6686/task/6692/stat : 6692 (java) S 6684 6686 5867 0 -1 4202560 771 0 0 0 23 0 0 0 16 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6693] ppid=6684 vsize=7645952 CPUtime=0.26 cores=5,7
/proc/6686/task/6693/stat : 6693 (java) S 6684 6686 5867 0 -1 4202560 100 0 0 0 26 0 0 0 16 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6694] ppid=6684 vsize=7645952 CPUtime=0.21 cores=5,7
/proc/6686/task/6694/stat : 6694 (java) S 6684 6686 5867 0 -1 4202560 19 0 0 0 21 0 0 0 15 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6695] ppid=6684 vsize=7645952 CPUtime=0.26 cores=5,7
/proc/6686/task/6695/stat : 6695 (java) S 6684 6686 5867 0 -1 4202560 12 0 0 0 26 0 0 0 15 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6696] ppid=6684 vsize=7645952 CPUtime=0.22 cores=5,7
/proc/6686/task/6696/stat : 6696 (java) S 6684 6686 5867 0 -1 4202560 70 0 0 0 22 0 0 0 15 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6697] ppid=6684 vsize=7645952 CPUtime=15.56 cores=5,7
/proc/6686/task/6697/stat : 6697 (java) S 6684 6686 5867 0 -1 4202560 32475 0 0 0 1552 4 0 0 16 0 19 0 565452434 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 0 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6698] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6698/stat : 6698 (java) S 6684 6686 5867 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 565452434 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6699] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6699/stat : 6699 (java) S 6684 6686 5867 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 565452434 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6700] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6700/stat : 6700 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452437 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469889457 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6701] ppid=6684 vsize=7645952 CPUtime=0.78 cores=5,7
/proc/6686/task/6701/stat : 6701 (java) S 6684 6686 5867 0 -1 4202560 1768 0 0 0 78 0 0 0 15 0 19 0 565452437 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6702] ppid=6684 vsize=7645952 CPUtime=0.34 cores=5,7
/proc/6686/task/6702/stat : 6702 (java) S 6684 6686 5867 0 -1 4202560 2370 0 0 0 34 0 0 0 15 0 19 0 565452437 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6703] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6703/stat : 6703 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452437 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6704] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6704/stat : 6704 (java) R 6684 6686 5867 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 565452437 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6686/tid=6705] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6705/stat : 6705 (java) S 6684 6686 5867 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 565452541 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1302.27
Current children cumulated vsize (KiB) 7645952

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

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

[startup+1300 s]
/proc/loadavg: 1.00 1.11 1.88 2/190 6847
/proc/meminfo: memFree=24338428/32951124 swapFree=67111348/67111528
[pid=6686] ppid=6684 vsize=7645952 CPUtime=1302.27 cores=5,7
/proc/6686/stat : 6686 (java) S 6684 6686 5867 0 -1 4202496 95210 0 1 0 130214 13 0 0 22 0 19 0 565452430 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/6686/statm: 1911488 93513 2253 9 0 1902226 0
[pid=6686/tid=6688] ppid=6684 vsize=7645952 CPUtime=1283.24 cores=5,7
/proc/6686/task/6688/stat : 6688 (java) R 6684 6686 5867 0 -1 4202560 34986 0 1 0 128320 4 0 0 25 0 19 0 565452432 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 46912505741083 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6686/tid=6689] ppid=6684 vsize=7645952 CPUtime=0.36 cores=5,7
/proc/6686/task/6689/stat : 6689 (java) S 6684 6686 5867 0 -1 4202560 12560 0 0 0 35 1 0 0 15 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6690] ppid=6684 vsize=7645952 CPUtime=0.43 cores=5,7
/proc/6686/task/6690/stat : 6690 (java) S 6684 6686 5867 0 -1 4202560 7207 0 0 0 43 0 0 0 16 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6691] ppid=6684 vsize=7645952 CPUtime=0.27 cores=5,7
/proc/6686/task/6691/stat : 6691 (java) S 6684 6686 5867 0 -1 4202560 1646 0 0 0 27 0 0 0 15 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6692] ppid=6684 vsize=7645952 CPUtime=0.23 cores=5,7
/proc/6686/task/6692/stat : 6692 (java) S 6684 6686 5867 0 -1 4202560 771 0 0 0 23 0 0 0 16 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6693] ppid=6684 vsize=7645952 CPUtime=0.26 cores=5,7
/proc/6686/task/6693/stat : 6693 (java) S 6684 6686 5867 0 -1 4202560 100 0 0 0 26 0 0 0 16 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6694] ppid=6684 vsize=7645952 CPUtime=0.21 cores=5,7
/proc/6686/task/6694/stat : 6694 (java) S 6684 6686 5867 0 -1 4202560 19 0 0 0 21 0 0 0 15 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6695] ppid=6684 vsize=7645952 CPUtime=0.26 cores=5,7
/proc/6686/task/6695/stat : 6695 (java) S 6684 6686 5867 0 -1 4202560 12 0 0 0 26 0 0 0 15 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6696] ppid=6684 vsize=7645952 CPUtime=0.22 cores=5,7
/proc/6686/task/6696/stat : 6696 (java) S 6684 6686 5867 0 -1 4202560 70 0 0 0 22 0 0 0 15 0 19 0 565452433 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6697] ppid=6684 vsize=7645952 CPUtime=15.56 cores=5,7
/proc/6686/task/6697/stat : 6697 (java) S 6684 6686 5867 0 -1 4202560 32475 0 0 0 1552 4 0 0 16 0 19 0 565452434 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 0 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6698] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6698/stat : 6698 (java) S 6684 6686 5867 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 565452434 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6699] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6699/stat : 6699 (java) S 6684 6686 5867 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 565452434 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6700] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6700/stat : 6700 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452437 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469889457 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6701] ppid=6684 vsize=7645952 CPUtime=0.78 cores=5,7
/proc/6686/task/6701/stat : 6701 (java) S 6684 6686 5867 0 -1 4202560 1768 0 0 0 78 0 0 0 15 0 19 0 565452437 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6702] ppid=6684 vsize=7645952 CPUtime=0.34 cores=5,7
/proc/6686/task/6702/stat : 6702 (java) S 6684 6686 5867 0 -1 4202560 2370 0 0 0 34 0 0 0 15 0 19 0 565452437 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 7 0 0 0
[pid=6686/tid=6703] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6703/stat : 6703 (java) S 6684 6686 5867 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 565452437 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469881753 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
[pid=6686/tid=6704] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6704/stat : 6704 (java) R 6684 6686 5867 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 565452437 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6686/tid=6705] ppid=6684 vsize=7645952 CPUtime=0 cores=5,7
/proc/6686/task/6705/stat : 6705 (java) S 6684 6686 5867 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 565452541 7829454848 93513 33554432000 1073741824 1073778376 140736381037424 18446744073709551615 252469882368 0 4 0 16800975 18446604469768310912 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1302.27
Current children cumulated vsize (KiB) 7645952

Child status: 143
Real time (s): 1300.06
CPU time (s): 1302.35
CPU user time (s): 1302.2
CPU system time (s): 0.148977
CPU usage (%): 100.177
Max. virtual memory (cumulated for all children) (KiB): 7647972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.21
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95243
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28209
involuntary context switches= 4648

runsolver used 2.06768 second user time and 5.04623 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-25 19:23:40
IDJOB=3281485
IDBENCH=53034
IDSOLVER=1611
FILE ID=node111/3281485-1303752219
RUNJOBID= node111-1303750916-6416
PBS_JOBID= 13154051
Free space on /tmp= 70404 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT_RACE08/Q1/SAT_dat.k85.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281485-1303752219/watcher-3281485-1303752219 -o /tmp/evaluation-result-3281485-1303752219/solver-3281485-1303752219 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3281485-1303752219.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= dce41996d9c5153aa0c253fa128d227c
RANDOM SEED=1568959780

node111.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5428.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23224160 kB
Buffers:       1209884 kB
Cached:        6656312 kB
SwapCached:        132 kB
Active:        3869228 kB
Inactive:      5378092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23224160 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          145368 kB
Writeback:           0 kB
AnonPages:     1380640 kB
Mapped:          23340 kB
Slab:           411868 kB
PageTables:       7572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7476932 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70620 MiB
End job on node111 at 2011-04-25 19:45:22