Trace number 3190279

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) 1301.57 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S970100151-015-UNKNOWN.cnf
MD5SUM1ba3e47e885ea3862e5726ce64a96a9c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark136.94
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.08/0.09	c --- Begin Solver configuration ---
0.08/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.08/0.09	c Learn all clauses as in MiniSAT
0.08/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.09	c Expensive reason simplification
0.08/0.09	c Armin Biere (Picosat) restarts strategy
0.08/0.09	c Glucose learned constraints deletion strategy
0.08/0.09	c timeout=2147483647s
0.08/0.09	c DB Simplification allowed=true
0.08/0.09	c --- End Solver configuration ---
0.08/0.09	c solving HOME/instance-3190279-1302597985.cnf
0.08/0.09	c reading problem ... 
0.40/0.31	c ... done. Wall clock time 0.22s.
0.40/0.31	c #vars     35000
0.40/0.31	c #constraints  147000
0.40/0.31	c constraints type 
0.40/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147000
5.80/5.27	c cleaning 2500 clauses out of 5001 with flag 5001/5001
11.05/10.26	c cleaning 4246 clauses out of 8502 with flag 11002/11002
16.85/16.00	c cleaning 5627 clauses out of 11254 with flag 18000/18000
23.46/22.61	c cleaning 6809 clauses out of 13627 with flag 26000/26000
30.67/29.89	c cleaning 7907 clauses out of 15819 with flag 35001/35001
38.98/38.15	c cleaning 8954 clauses out of 17911 with flag 45000/45000
47.88/47.04	c cleaning 9975 clauses out of 19957 with flag 56000/56000
58.00/57.12	c cleaning 10985 clauses out of 21982 with flag 68000/68000
68.50/67.60	c cleaning 11993 clauses out of 23998 with flag 81001/81001
80.11/79.29	c cleaning 12999 clauses out of 26004 with flag 95000/95000
92.82/91.93	c cleaning 13990 clauses out of 28006 with flag 110001/110001
106.12/105.22	c cleaning 15001 clauses out of 30015 with flag 126000/126000
120.33/119.45	c cleaning 16006 clauses out of 32016 with flag 143002/143002
135.44/134.50	c cleaning 17001 clauses out of 34008 with flag 161000/161000
151.25/150.36	c cleaning 17999 clauses out of 36007 with flag 180000/180000
168.07/167.13	c cleaning 18997 clauses out of 38008 with flag 200000/200000
186.07/185.15	c cleaning 20001 clauses out of 40012 with flag 221001/221001
204.89/203.98	c cleaning 21001 clauses out of 42010 with flag 243000/243000
224.39/223.44	c cleaning 22005 clauses out of 44011 with flag 266002/266002
244.20/243.23	c cleaning 22987 clauses out of 46005 with flag 290001/290001
265.51/264.56	c cleaning 23996 clauses out of 48017 with flag 315000/315000
287.72/286.72	c cleaning 25009 clauses out of 50021 with flag 341000/341000
311.25/310.29	c cleaning 26004 clauses out of 52012 with flag 368000/368000
335.05/334.01	c cleaning 26999 clauses out of 54010 with flag 396002/396002
360.26/359.23	c cleaning 27992 clauses out of 56010 with flag 425001/425001
387.38/386.35	c cleaning 29001 clauses out of 58017 with flag 455000/455000
414.19/413.11	c cleaning 30003 clauses out of 60018 with flag 486002/486002
442.40/441.34	c cleaning 30994 clauses out of 62014 with flag 518001/518001
471.12/470.02	c cleaning 32006 clauses out of 64020 with flag 551001/551001
500.64/499.51	c cleaning 33004 clauses out of 66014 with flag 585001/585001
532.04/530.99	c cleaning 34000 clauses out of 68009 with flag 620000/620000
563.07/561.94	c cleaning 34998 clauses out of 70009 with flag 656000/656000
597.29/596.14	c cleaning 35999 clauses out of 72011 with flag 693000/693000
630.80/629.63	c cleaning 37001 clauses out of 74015 with flag 731003/731003
666.72/665.52	c cleaning 38001 clauses out of 76011 with flag 770000/770000
702.13/700.94	c cleaning 38996 clauses out of 78011 with flag 810001/810001
740.04/738.85	c cleaning 40002 clauses out of 80014 with flag 851000/851000
777.45/776.29	c cleaning 40992 clauses out of 82013 with flag 893001/893001
817.47/816.29	c cleaning 42001 clauses out of 84020 with flag 936000/936000
857.39/856.11	c cleaning 43001 clauses out of 86020 with flag 980001/980001
900.21/898.92	c cleaning 44009 clauses out of 88019 with flag 1025001/1025001
941.62/940.37	c cleaning 44998 clauses out of 90010 with flag 1071001/1071001
986.74/985.48	c cleaning 46000 clauses out of 92011 with flag 1118000/1118000
1030.76/1029.49	c cleaning 46984 clauses out of 94011 with flag 1166000/1166000
1075.88/1074.57	c cleaning 47997 clauses out of 96027 with flag 1215000/1215000
1123.60/1122.20	c cleaning 49007 clauses out of 98030 with flag 1265000/1265000
1169.91/1168.51	c cleaning 49995 clauses out of 100024 with flag 1316001/1316001
1219.45/1218.09	c cleaning 51006 clauses out of 102028 with flag 1368000/1368000
1268.57/1267.12	c cleaning 52000 clauses out of 104022 with flag 1421000/1421000
1301.49/1300.01	c starts		: 1375
1301.49/1300.01	c conflicts		: 1457021
1301.49/1300.01	c decisions		: 5563993
1301.49/1300.01	c propagations		: 1750339034
1301.49/1300.01	c inspects		: 4334545099
1301.49/1300.01	c shortcuts		: 0
1301.49/1300.01	c learnt literals	: 0
1301.49/1300.01	c learnt binary clauses	: 0
1301.49/1300.01	c learnt ternary clauses	: 76
1301.49/1300.01	c learnt constraints	: 1457021
1301.49/1300.01	c ignored constraints	: 0
1301.49/1300.01	c root simplifications	: 1375
1301.49/1300.01	c removed literals (reason simplification)	: 20293116
1301.49/1300.01	c reason swapping (by a shorter reason)	: 0
1301.49/1300.01	c Calls to reduceDB	: 49
1301.49/1300.01	c speed (assignments/second)	: 1346729.569068459
1301.49/1300.01	c non guided choices	3207
1301.49/1300.04	c learnt constraints type 
1301.49/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88073
1301.49/1300.04	c constraints type 
1301.49/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147000
1301.49/1300.04	s UNKNOWN
1301.49/1300.04	c Total wall clock time (in seconds) : 1299.917

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 1,3

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: 4.01 4.00 3.38 7/236 15048
/proc/meminfo: memFree=11089392/32951124 swapFree=67110456/67111528
[pid=15048] ppid=15046 vsize=30540 CPUtime=0 cores=1,3
/proc/15048/stat : 15048 (java) S 15046 15048 14712 0 -1 4202496 1252 0 0 0 0 0 0 0 18 0 2 0 450029230 31272960 969 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296728549 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/15048/statm: 7635 969 741 9 0 386 0
[pid=15048/tid=15054] ppid=15046 vsize=30540 CPUtime=0 cores=1,3
/proc/15048/task/15054/stat : 15054 (java) R 15046 15048 14712 0 -1 4202560 135 0 0 0 0 0 0 0 19 0 2 0 450029230 31272960 969 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224284925755 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0876549 s]
/proc/loadavg: 4.01 4.00 3.38 7/236 15048
/proc/meminfo: memFree=11089392/32951124 swapFree=67110456/67111528
[pid=15048] ppid=15046 vsize=7570804 CPUtime=0.08 cores=1,3
/proc/15048/stat : 15048 (java) S 15046 15048 14712 0 -1 4202496 10092 0 1 0 6 2 0 0 18 0 18 0 450029230 7752503296 9786 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15048/statm: 1892701 9786 2076 9 0 1883439 0
[pid=15048/tid=15054] ppid=15046 vsize=7570804 CPUtime=0.06 cores=1,3
/proc/15048/task/15054/stat : 15054 (java) R 15046 15048 14712 0 -1 4202560 8381 0 1 0 5 1 0 0 25 0 18 0 450029230 7752503296 9786 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 46912505212127 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7570804

[startup+0.100655 s]
/proc/loadavg: 4.01 4.00 3.38 7/236 15048
/proc/meminfo: memFree=11089392/32951124 swapFree=67110456/67111528
[pid=15048] ppid=15046 vsize=7636476 CPUtime=0.1 cores=1,3
/proc/15048/stat : 15048 (java) S 15046 15048 14712 0 -1 4202496 10649 0 1 0 8 2 0 0 18 0 18 0 450029230 7819751424 10343 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15048/statm: 1909119 10343 2093 9 0 1899857 0
[pid=15048/tid=15054] ppid=15046 vsize=7636476 CPUtime=0.07 cores=1,3
/proc/15048/task/15054/stat : 15054 (java) R 15046 15048 14712 0 -1 4202560 8880 0 1 0 6 1 0 0 25 0 18 0 450029230 7819751424 10343 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 47488277136106 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636476

[startup+0.30062 s]
/proc/loadavg: 4.01 4.00 3.38 7/236 15048
/proc/meminfo: memFree=11089392/32951124 swapFree=67110456/67111528
[pid=15048] ppid=15046 vsize=7636920 CPUtime=0.4 cores=1,3
/proc/15048/stat : 15048 (java) S 15046 15048 14712 0 -1 4202496 15374 0 1 0 38 2 0 0 18 0 18 0 450029230 7820206080 14817 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15048/statm: 1909230 14817 2197 9 0 1899968 0
[pid=15048/tid=15054] ppid=15046 vsize=7636920 CPUtime=0.28 cores=1,3
/proc/15048/task/15054/stat : 15054 (java) R 15046 15048 14712 0 -1 4202560 13003 0 1 0 26 2 0 0 25 0 18 0 450029230 7820206080 14817 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 46912505498644 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 7636920

[startup+0.700571 s]
/proc/loadavg: 4.01 4.00 3.38 7/236 15048
/proc/meminfo: memFree=11089392/32951124 swapFree=67110456/67111528
[pid=15048] ppid=15046 vsize=7643884 CPUtime=1.16 cores=1,3
/proc/15048/stat : 15048 (java) S 15046 15048 14712 0 -1 4202496 21764 0 1 0 113 3 0 0 18 0 19 0 450029230 7827337216 19649 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15048/statm: 1910971 19649 2221 9 0 1901709 0
[pid=15048/tid=15054] ppid=15046 vsize=7643884 CPUtime=0.67 cores=1,3
/proc/15048/task/15054/stat : 15054 (java) R 15046 15048 14712 0 -1 4202560 14417 0 1 0 65 2 0 0 25 0 19 0 450029230 7827337216 19649 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 46912505666087 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 7643884

[startup+1.50142 s]
/proc/loadavg: 4.01 4.00 3.38 7/262 15074
/proc/meminfo: memFree=10935184/32951124 swapFree=67110456/67111528
[pid=15048] ppid=15046 vsize=7641740 CPUtime=2.1 cores=1,3
/proc/15048/stat : 15048 (java) S 15046 15048 14712 0 -1 4202496 22356 0 1 0 207 3 0 0 18 0 19 0 450029230 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15048/statm: 1910435 19756 2225 9 0 1901173 0
[pid=15048/tid=15054] ppid=15046 vsize=7641740 CPUtime=1.47 cores=1,3
/proc/15048/task/15054/stat : 15054 (java) R 15046 15048 14712 0 -1 4202560 14909 0 1 0 145 2 0 0 25 0 19 0 450029230 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 46912505769633 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15048/tid=15056] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15056/stat : 15056 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 450029232 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15057] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15057/stat : 15057 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029232 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15058] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15058/stat : 15058 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029232 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15059] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15059/stat : 15059 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029232 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15060] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15060/stat : 15060 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029232 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15061] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15061/stat : 15061 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029232 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15062] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15062/stat : 15062 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029232 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15063] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15063/stat : 15063 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 450029232 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15064] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15064/stat : 15064 (java) S 15046 15048 14712 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 450029233 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 0 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15065] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15065/stat : 15065 (java) S 15046 15048 14712 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 450029233 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15066] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15066/stat : 15066 (java) S 15046 15048 14712 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 450029233 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15067] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15067/stat : 15067 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 450029235 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296749489 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15068] ppid=15046 vsize=7641740 CPUtime=0.24 cores=1,3
/proc/15048/task/15068/stat : 15068 (java) S 15046 15048 14712 0 -1 4202560 2641 0 0 0 24 0 0 0 17 0 19 0 450029235 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15069] ppid=15046 vsize=7641740 CPUtime=0.37 cores=1,3
/proc/15048/task/15069/stat : 15069 (java) S 15046 15048 14712 0 -1 4202560 3642 0 0 0 37 0 0 0 19 0 19 0 450029235 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15070] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15070/stat : 15070 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 450029235 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15071] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15071/stat : 15071 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450029235 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15074] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15074/stat : 15074 (java) S 15046 15048 14712 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450029265 7825141760 19756 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 7641740

[startup+3.10119 s]
/proc/loadavg: 4.01 4.00 3.38 6/262 15074
/proc/meminfo: memFree=10917888/32951124 swapFree=67110456/67111528
[pid=15048] ppid=15046 vsize=7641740 CPUtime=3.7 cores=1,3
/proc/15048/stat : 15048 (java) S 15046 15048 14712 0 -1 4202496 22853 0 1 0 367 3 0 0 18 0 19 0 450029230 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15048/statm: 1910435 20253 2225 9 0 1901173 0
[pid=15048/tid=15054] ppid=15046 vsize=7641740 CPUtime=3.06 cores=1,3
/proc/15048/task/15054/stat : 15054 (java) R 15046 15048 14712 0 -1 4202560 15406 0 1 0 304 2 0 0 25 0 19 0 450029230 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 46912505665994 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15048/tid=15056] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15056/stat : 15056 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 450029232 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15057] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15057/stat : 15057 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029232 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15058] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15058/stat : 15058 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029232 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15059] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15059/stat : 15059 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029232 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15060] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15060/stat : 15060 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029232 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15061] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15061/stat : 15061 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029232 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15062] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15062/stat : 15062 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 450029232 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15063] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15063/stat : 15063 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 450029232 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15064] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15064/stat : 15064 (java) S 15046 15048 14712 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 450029233 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 0 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15065] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15065/stat : 15065 (java) S 15046 15048 14712 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 450029233 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15066] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15066/stat : 15066 (java) S 15046 15048 14712 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 450029233 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15067] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15067/stat : 15067 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 450029235 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296749489 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15068] ppid=15046 vsize=7641740 CPUtime=0.24 cores=1,3
/proc/15048/task/15068/stat : 15068 (java) S 15046 15048 14712 0 -1 4202560 2641 0 0 0 24 0 0 0 17 0 19 0 450029235 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15069] ppid=15046 vsize=7641740 CPUtime=0.37 cores=1,3
/proc/15048/task/15069/stat : 15069 (java) S 15046 15048 14712 0 -1 4202560 3642 0 0 0 37 0 0 0 19 0 19 0 450029235 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15070] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15070/stat : 15070 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 450029235 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15071] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15071/stat : 15071 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 450029235 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15074] ppid=15046 vsize=7641740 CPUtime=0 cores=1,3
/proc/15048/task/15074/stat : 15074 (java) S 15046 15048 14712 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450029265 7825141760 20253 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 7641740

[startup+6.30062 s]
/proc/loadavg: 4.01 4.00 3.38 5/262 15074
/proc/meminfo: memFree=10832336/32951124 swapFree=67110456/67111528
[pid=15048] ppid=15046 vsize=7662288 CPUtime=7.13 cores=1,3
/proc/15048/stat : 15048 (java) S 15046 15048 14712 0 -1 4202496 41487 0 1 0 707 6 0 0 18 0 19 0 450029230 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15048/statm: 1915572 37097 2252 9 0 1906310 0
[pid=15048/tid=15054] ppid=15046 vsize=7662288 CPUtime=6.11 cores=1,3
/proc/15048/task/15054/stat : 15054 (java) R 15046 15048 14712 0 -1 4202560 16107 0 1 0 609 2 0 0 25 0 19 0 450029230 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 46912505578409 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15048/tid=15056] ppid=15046 vsize=7662288 CPUtime=0.03 cores=1,3
/proc/15048/task/15056/stat : 15056 (java) S 15046 15048 14712 0 -1 4202560 1881 0 0 0 3 0 0 0 17 0 19 0 450029232 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15057] ppid=15046 vsize=7662288 CPUtime=0 cores=1,3
/proc/15048/task/15057/stat : 15057 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 450029232 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15058] ppid=15046 vsize=7662288 CPUtime=0 cores=1,3
/proc/15048/task/15058/stat : 15058 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 450029232 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15059] ppid=15046 vsize=7662288 CPUtime=0 cores=1,3
/proc/15048/task/15059/stat : 15059 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 450029232 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15060] ppid=15046 vsize=7662288 CPUtime=0 cores=1,3
/proc/15048/task/15060/stat : 15060 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 450029232 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15061] ppid=15046 vsize=7662288 CPUtime=0 cores=1,3
/proc/15048/task/15061/stat : 15061 (java) S 15046 15048 14712 0 -1 4202560 178 0 0 0 0 0 0 0 17 0 19 0 450029232 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15062] ppid=15046 vsize=7662288 CPUtime=0.03 cores=1,3
/proc/15048/task/15062/stat : 15062 (java) S 15046 15048 14712 0 -1 4202560 3228 0 0 0 3 0 0 0 17 0 19 0 450029232 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15063] ppid=15046 vsize=7662288 CPUtime=0 cores=1,3
/proc/15048/task/15063/stat : 15063 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 450029232 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15064] ppid=15046 vsize=7662288 CPUtime=0.09 cores=1,3
/proc/15048/task/15064/stat : 15064 (java) S 15046 15048 14712 0 -1 4202560 6288 0 0 0 9 0 0 0 16 0 19 0 450029233 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 0 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15065] ppid=15046 vsize=7662288 CPUtime=0 cores=1,3
/proc/15048/task/15065/stat : 15065 (java) S 15046 15048 14712 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450029233 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15066] ppid=15046 vsize=7662288 CPUtime=0 cores=1,3
/proc/15048/task/15066/stat : 15066 (java) S 15046 15048 14712 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450029233 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15067] ppid=15046 vsize=7662288 CPUtime=0 cores=1,3
/proc/15048/task/15067/stat : 15067 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 450029235 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296749489 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15068] ppid=15046 vsize=7662288 CPUtime=0.25 cores=1,3
/proc/15048/task/15068/stat : 15068 (java) S 15046 15048 14712 0 -1 4202560 2642 0 0 0 25 0 0 0 15 0 19 0 450029235 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15069] ppid=15046 vsize=7662288 CPUtime=0.56 cores=1,3
/proc/15048/task/15069/stat : 15069 (java) S 15046 15048 14712 0 -1 4202560 10004 0 0 0 55 1 0 0 16 0 19 0 450029235 7846182912 37097 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0

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

[pid=15048/tid=15061] ppid=15046 vsize=7654176 CPUtime=0.14 cores=1,3
/proc/15048/task/15061/stat : 15061 (java) S 15046 15048 14712 0 -1 4202560 3477 0 0 0 14 0 0 0 15 0 19 0 450029232 7837876224 77729 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15062] ppid=15046 vsize=7654176 CPUtime=0.21 cores=1,3
/proc/15048/task/15062/stat : 15062 (java) S 15046 15048 14712 0 -1 4202560 8998 0 0 0 21 0 0 0 15 0 19 0 450029232 7837876224 77729 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15063] ppid=15046 vsize=7654176 CPUtime=0.11 cores=1,3
/proc/15048/task/15063/stat : 15063 (java) S 15046 15048 14712 0 -1 4202560 2725 0 0 0 11 0 0 0 15 0 19 0 450029232 7837876224 77729 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15064] ppid=15046 vsize=7654176 CPUtime=4.3 cores=1,3
/proc/15048/task/15064/stat : 15064 (java) R 15046 15048 14712 0 -1 4202560 9883 0 0 0 429 1 0 0 15 0 19 0 450029233 7837876224 77729 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 47488278162708 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=15048/tid=15065] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15065/stat : 15065 (java) S 15046 15048 14712 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450029233 7837876224 77729 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15066] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15066/stat : 15066 (java) S 15046 15048 14712 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450029233 7837876224 77729 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15067] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15067/stat : 15067 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 450029235 7837876224 77729 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296749489 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15068] ppid=15046 vsize=7654176 CPUtime=0.29 cores=1,3
/proc/15048/task/15068/stat : 15068 (java) S 15046 15048 14712 0 -1 4202560 2652 0 0 0 29 0 0 0 15 0 19 0 450029235 7837876224 77729 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15069] ppid=15046 vsize=7654176 CPUtime=0.59 cores=1,3
/proc/15048/task/15069/stat : 15069 (java) S 15046 15048 14712 0 -1 4202560 10006 0 0 0 58 1 0 0 15 0 19 0 450029235 7837876224 77729 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15070] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15070/stat : 15070 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 450029235 7837876224 77729 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15071] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15071/stat : 15071 (java) S 15046 15048 14712 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 450029235 7837876224 77729 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15074] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15074/stat : 15074 (java) S 15046 15048 14712 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450029265 7837876224 77729 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1123.71
Current children cumulated vsize (KiB) 7654176

[startup+1182.3 s]
/proc/loadavg: 4.01 4.01 3.82 5/262 15115
/proc/meminfo: memFree=10152556/32951124 swapFree=67110456/67111528
[pid=15048] ppid=15046 vsize=7654176 CPUtime=1183.75 cores=1,3
/proc/15048/stat : 15048 (java) S 15046 15048 14712 0 -1 4202496 91554 0 1 0 118358 17 0 0 18 0 19 0 450029230 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15048/statm: 1913544 85055 2254 9 0 1904282 0
[pid=15048/tid=15054] ppid=15046 vsize=7654176 CPUtime=1177.1 cores=1,3
/proc/15048/task/15054/stat : 15054 (java) R 15046 15048 14712 0 -1 4202560 32202 0 1 0 117701 9 0 0 25 0 19 0 450029230 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 46912505769605 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15048/tid=15056] ppid=15046 vsize=7654176 CPUtime=0.21 cores=1,3
/proc/15048/task/15056/stat : 15056 (java) S 15046 15048 14712 0 -1 4202560 6098 0 0 0 21 0 0 0 15 0 19 0 450029232 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15057] ppid=15046 vsize=7654176 CPUtime=0.15 cores=1,3
/proc/15048/task/15057/stat : 15057 (java) S 15046 15048 14712 0 -1 4202560 3612 0 0 0 15 0 0 0 15 0 19 0 450029232 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15058] ppid=15046 vsize=7654176 CPUtime=0.17 cores=1,3
/proc/15048/task/15058/stat : 15058 (java) S 15046 15048 14712 0 -1 4202560 5735 0 0 0 17 0 0 0 15 0 19 0 450029232 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15059] ppid=15046 vsize=7654176 CPUtime=0.12 cores=1,3
/proc/15048/task/15059/stat : 15059 (java) S 15046 15048 14712 0 -1 4202560 2189 0 0 0 12 0 0 0 15 0 19 0 450029232 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15060] ppid=15046 vsize=7654176 CPUtime=0.11 cores=1,3
/proc/15048/task/15060/stat : 15060 (java) S 15046 15048 14712 0 -1 4202560 2208 0 0 0 11 0 0 0 15 0 19 0 450029232 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15061] ppid=15046 vsize=7654176 CPUtime=0.14 cores=1,3
/proc/15048/task/15061/stat : 15061 (java) S 15046 15048 14712 0 -1 4202560 3477 0 0 0 14 0 0 0 16 0 19 0 450029232 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15062] ppid=15046 vsize=7654176 CPUtime=0.21 cores=1,3
/proc/15048/task/15062/stat : 15062 (java) S 15046 15048 14712 0 -1 4202560 8998 0 0 0 21 0 0 0 15 0 19 0 450029232 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15063] ppid=15046 vsize=7654176 CPUtime=0.11 cores=1,3
/proc/15048/task/15063/stat : 15063 (java) S 15046 15048 14712 0 -1 4202560 2725 0 0 0 11 0 0 0 15 0 19 0 450029232 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15064] ppid=15046 vsize=7654176 CPUtime=4.42 cores=1,3
/proc/15048/task/15064/stat : 15064 (java) S 15046 15048 14712 0 -1 4202560 10430 0 0 0 441 1 0 0 15 0 19 0 450029233 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 0 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15065] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15065/stat : 15065 (java) S 15046 15048 14712 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450029233 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15066] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15066/stat : 15066 (java) S 15046 15048 14712 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450029233 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15067] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15067/stat : 15067 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 450029235 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296749489 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15068] ppid=15046 vsize=7654176 CPUtime=0.29 cores=1,3
/proc/15048/task/15068/stat : 15068 (java) S 15046 15048 14712 0 -1 4202560 2652 0 0 0 29 0 0 0 15 0 19 0 450029235 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15069] ppid=15046 vsize=7654176 CPUtime=0.59 cores=1,3
/proc/15048/task/15069/stat : 15069 (java) S 15046 15048 14712 0 -1 4202560 10006 0 0 0 58 1 0 0 15 0 19 0 450029235 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15070] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15070/stat : 15070 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 450029235 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15071] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15071/stat : 15071 (java) S 15046 15048 14712 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 450029235 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15074] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15074/stat : 15074 (java) S 15046 15048 14712 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450029265 7837876224 85055 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1183.75
Current children cumulated vsize (KiB) 7654176

[startup+1242.3 s]
/proc/loadavg: 4.08 4.02 3.83 6/262 15117
/proc/meminfo: memFree=10094452/32951124 swapFree=67110456/67111528
[pid=15048] ppid=15046 vsize=7654176 CPUtime=1243.77 cores=1,3
/proc/15048/stat : 15048 (java) S 15046 15048 14712 0 -1 4202496 93637 0 1 0 124360 17 0 0 18 0 19 0 450029230 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15048/statm: 1913544 87131 2254 9 0 1904282 0
[pid=15048/tid=15054] ppid=15046 vsize=7654176 CPUtime=1236.95 cores=1,3
/proc/15048/task/15054/stat : 15054 (java) R 15046 15048 14712 0 -1 4202560 32203 0 1 0 123686 9 0 0 25 0 19 0 450029230 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 46912505666226 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15048/tid=15056] ppid=15046 vsize=7654176 CPUtime=0.21 cores=1,3
/proc/15048/task/15056/stat : 15056 (java) S 15046 15048 14712 0 -1 4202560 6098 0 0 0 21 0 0 0 15 0 19 0 450029232 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15057] ppid=15046 vsize=7654176 CPUtime=0.15 cores=1,3
/proc/15048/task/15057/stat : 15057 (java) S 15046 15048 14712 0 -1 4202560 3612 0 0 0 15 0 0 0 15 0 19 0 450029232 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15058] ppid=15046 vsize=7654176 CPUtime=0.17 cores=1,3
/proc/15048/task/15058/stat : 15058 (java) S 15046 15048 14712 0 -1 4202560 5735 0 0 0 17 0 0 0 15 0 19 0 450029232 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15059] ppid=15046 vsize=7654176 CPUtime=0.12 cores=1,3
/proc/15048/task/15059/stat : 15059 (java) S 15046 15048 14712 0 -1 4202560 2189 0 0 0 12 0 0 0 15 0 19 0 450029232 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15060] ppid=15046 vsize=7654176 CPUtime=0.11 cores=1,3
/proc/15048/task/15060/stat : 15060 (java) S 15046 15048 14712 0 -1 4202560 2208 0 0 0 11 0 0 0 15 0 19 0 450029232 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15061] ppid=15046 vsize=7654176 CPUtime=0.16 cores=1,3
/proc/15048/task/15061/stat : 15061 (java) S 15046 15048 14712 0 -1 4202560 4546 0 0 0 16 0 0 0 16 0 19 0 450029232 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15062] ppid=15046 vsize=7654176 CPUtime=0.23 cores=1,3
/proc/15048/task/15062/stat : 15062 (java) S 15046 15048 14712 0 -1 4202560 10005 0 0 0 23 0 0 0 16 0 19 0 450029232 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15063] ppid=15046 vsize=7654176 CPUtime=0.11 cores=1,3
/proc/15048/task/15063/stat : 15063 (java) S 15046 15048 14712 0 -1 4202560 2725 0 0 0 11 0 0 0 15 0 19 0 450029232 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15064] ppid=15046 vsize=7654176 CPUtime=4.56 cores=1,3
/proc/15048/task/15064/stat : 15064 (java) S 15046 15048 14712 0 -1 4202560 10432 0 0 0 455 1 0 0 15 0 19 0 450029233 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 0 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15065] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15065/stat : 15065 (java) S 15046 15048 14712 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450029233 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15066] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15066/stat : 15066 (java) S 15046 15048 14712 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450029233 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15067] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15067/stat : 15067 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 450029235 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296749489 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15068] ppid=15046 vsize=7654176 CPUtime=0.29 cores=1,3
/proc/15048/task/15068/stat : 15068 (java) S 15046 15048 14712 0 -1 4202560 2652 0 0 0 29 0 0 0 15 0 19 0 450029235 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15069] ppid=15046 vsize=7654176 CPUtime=0.59 cores=1,3
/proc/15048/task/15069/stat : 15069 (java) S 15046 15048 14712 0 -1 4202560 10006 0 0 0 58 1 0 0 15 0 19 0 450029235 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15070] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15070/stat : 15070 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 450029235 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15071] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15071/stat : 15071 (java) S 15046 15048 14712 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 450029235 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15074] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15074/stat : 15074 (java) S 15046 15048 14712 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450029265 7837876224 87131 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1243.77
Current children cumulated vsize (KiB) 7654176



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.02 3.84 3/207 15128
/proc/meminfo: memFree=10834480/32951124 swapFree=67110456/67111528
[pid=15048] ppid=15046 vsize=7654176 CPUtime=1301.49 cores=1,3
/proc/15048/stat : 15048 (java) S 15046 15048 14712 0 -1 4202496 93645 0 1 0 130132 17 0 0 18 0 19 0 450029230 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15048/statm: 1913544 87132 2254 9 0 1904282 0
[pid=15048/tid=15054] ppid=15046 vsize=7654176 CPUtime=1294.54 cores=1,3
/proc/15048/task/15054/stat : 15054 (java) R 15046 15048 14712 0 -1 4202560 32204 0 1 0 129445 9 0 0 25 0 19 0 450029230 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 46912505769638 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15048/tid=15056] ppid=15046 vsize=7654176 CPUtime=0.23 cores=1,3
/proc/15048/task/15056/stat : 15056 (java) S 15046 15048 14712 0 -1 4202560 6098 0 0 0 23 0 0 0 16 0 19 0 450029232 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15057] ppid=15046 vsize=7654176 CPUtime=0.15 cores=1,3
/proc/15048/task/15057/stat : 15057 (java) S 15046 15048 14712 0 -1 4202560 3612 0 0 0 15 0 0 0 16 0 19 0 450029232 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15058] ppid=15046 vsize=7654176 CPUtime=0.19 cores=1,3
/proc/15048/task/15058/stat : 15058 (java) S 15046 15048 14712 0 -1 4202560 5736 0 0 0 19 0 0 0 16 0 19 0 450029232 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15059] ppid=15046 vsize=7654176 CPUtime=0.12 cores=1,3
/proc/15048/task/15059/stat : 15059 (java) S 15046 15048 14712 0 -1 4202560 2189 0 0 0 12 0 0 0 15 0 19 0 450029232 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15060] ppid=15046 vsize=7654176 CPUtime=0.11 cores=1,3
/proc/15048/task/15060/stat : 15060 (java) S 15046 15048 14712 0 -1 4202560 2208 0 0 0 11 0 0 0 15 0 19 0 450029232 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15061] ppid=15046 vsize=7654176 CPUtime=0.16 cores=1,3
/proc/15048/task/15061/stat : 15061 (java) S 15046 15048 14712 0 -1 4202560 4546 0 0 0 16 0 0 0 15 0 19 0 450029232 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15062] ppid=15046 vsize=7654176 CPUtime=0.23 cores=1,3
/proc/15048/task/15062/stat : 15062 (java) S 15046 15048 14712 0 -1 4202560 10005 0 0 0 23 0 0 0 15 0 19 0 450029232 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15063] ppid=15046 vsize=7654176 CPUtime=0.11 cores=1,3
/proc/15048/task/15063/stat : 15063 (java) S 15046 15048 14712 0 -1 4202560 2725 0 0 0 11 0 0 0 15 0 19 0 450029232 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15064] ppid=15046 vsize=7654176 CPUtime=4.66 cores=1,3
/proc/15048/task/15064/stat : 15064 (java) S 15046 15048 14712 0 -1 4202560 10434 0 0 0 465 1 0 0 15 0 19 0 450029233 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 0 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15065] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15065/stat : 15065 (java) S 15046 15048 14712 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 450029233 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15066] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15066/stat : 15066 (java) S 15046 15048 14712 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 450029233 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15067] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15067/stat : 15067 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 450029235 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296749489 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15068] ppid=15046 vsize=7654176 CPUtime=0.29 cores=1,3
/proc/15048/task/15068/stat : 15068 (java) S 15046 15048 14712 0 -1 4202560 2652 0 0 0 29 0 0 0 15 0 19 0 450029235 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15069] ppid=15046 vsize=7654176 CPUtime=0.59 cores=1,3
/proc/15048/task/15069/stat : 15069 (java) S 15046 15048 14712 0 -1 4202560 10006 0 0 0 58 1 0 0 15 0 19 0 450029235 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15070] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15070/stat : 15070 (java) S 15046 15048 14712 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 450029235 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296741785 0 4 0 16800975 18446604471098950720 0 0 -1 1 0 0 0
[pid=15048/tid=15071] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15071/stat : 15071 (java) S 15046 15048 14712 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 450029235 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
[pid=15048/tid=15074] ppid=15046 vsize=7654176 CPUtime=0 cores=1,3
/proc/15048/task/15074/stat : 15074 (java) S 15046 15048 14712 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 450029265 7837876224 87132 33554432000 1073741824 1073778376 140733953447120 18446744073709551615 224296742400 0 4 0 16800975 18446604471098950720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1301.49
Current children cumulated vsize (KiB) 7654176

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

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

Child status: 143
Real time (s): 1300.06
CPU time (s): 1301.57
CPU user time (s): 1301.38
CPU system time (s): 0.189971
CPU usage (%): 100.116
Max. virtual memory (cumulated for all children) (KiB): 7662288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.38
system time used= 0.189971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93680
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= 27952
involuntary context switches= 5562

runsolver used 2.06169 second user time and 5.05323 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-12 10:46:26
IDJOB=3190279
IDBENCH=82610
IDSOLVER=1611
FILE ID=node118/3190279-1302597985
RUNJOBID= node118-1302596683-14732
PBS_JOBID= 12958088
Free space on /tmp= 71912 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S970100151-015-UNKNOWN.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-3190279-1302597985/watcher-3190279-1302597985 -o /tmp/evaluation-result-3190279-1302597985/solver-3190279-1302597985 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190279-1302597985.cnf

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

MD5SUM BENCH= 1ba3e47e885ea3862e5726ce64a96a9c
RANDOM SEED=224955595

node118.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.842
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.68
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.842
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	: 5332.75
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.842
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.74
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.842
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.75
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.842
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.68
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.842
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.75
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.842
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.75
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11089804 kB
Buffers:        712320 kB
Cached:       20526108 kB
SwapCached:        640 kB
Active:        9805876 kB
Inactive:     11594208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11089804 kB
SwapTotal:    67111528 kB
SwapFree:     67110456 kB
Dirty:           10592 kB
Writeback:           0 kB
AnonPages:      160364 kB
Mapped:          23168 kB
Slab:           396728 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 21985904 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= 71912 MiB
End job on node118 at 2011-04-12 11:08:08