Trace number 3190263

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.64 1300.08

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S533496308-018-UNKNOWN.cnf
MD5SUMd893b9743a6b7d8026df42df0d29d561
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark122.788
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c no version file found!!!
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.18-164.el5
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		6997539544
0.01/0.07	c Max memory 		7034241024
0.01/0.07	c Total memory 		7034241024
0.01/0.07	c Number of processors 	8
0.01/0.09	c --- Begin Solver configuration ---
0.01/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.01/0.09	c Learn all clauses as in MiniSAT
0.01/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.01/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.01/0.09	c Expensive reason simplification
0.01/0.09	c Armin Biere (Picosat) restarts strategy
0.01/0.09	c Glucose learned constraints deletion strategy
0.01/0.09	c timeout=2147483647s
0.01/0.09	c DB Simplification allowed=true
0.01/0.09	c --- End Solver configuration ---
0.01/0.09	c solving HOME/instance-3190263-1302597669.cnf
0.01/0.09	c reading problem ... 
0.29/0.27	c ... done. Wall clock time 0.181s.
0.29/0.27	c #vars     25000
0.29/0.27	c #constraints  105000
0.29/0.27	c constraints type 
0.29/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 105000
4.25/3.72	c cleaning 2495 clauses out of 5000 with flag 5000/5000
8.01/7.20	c cleaning 4249 clauses out of 8505 with flag 11000/11000
11.92/11.19	c cleaning 5628 clauses out of 11257 with flag 18001/18001
16.63/15.85	c cleaning 6811 clauses out of 13628 with flag 26000/26000
21.94/21.15	c cleaning 7902 clauses out of 15817 with flag 35000/35000
27.85/27.05	c cleaning 8955 clauses out of 17915 with flag 45000/45000
34.26/33.42	c cleaning 9976 clauses out of 19960 with flag 56000/56000
41.36/40.60	c cleaning 10988 clauses out of 21985 with flag 68001/68001
48.97/48.15	c cleaning 11996 clauses out of 23997 with flag 81001/81001
57.38/56.59	c cleaning 12998 clauses out of 26000 with flag 95000/95000
66.49/65.63	c cleaning 13993 clauses out of 28002 with flag 110000/110000
76.00/75.10	c cleaning 15005 clauses out of 30012 with flag 126003/126003
86.30/85.45	c cleaning 15999 clauses out of 32005 with flag 143001/143001
97.21/96.31	c cleaning 16997 clauses out of 34006 with flag 161001/161001
108.82/107.90	c cleaning 18000 clauses out of 36008 with flag 180000/180000
120.93/120.02	c cleaning 18993 clauses out of 38008 with flag 200000/200000
133.53/132.68	c cleaning 20003 clauses out of 40016 with flag 221001/221001
147.04/146.18	c cleaning 21004 clauses out of 42012 with flag 243000/243000
161.15/160.24	c cleaning 21999 clauses out of 44008 with flag 266000/266000
175.66/174.75	c cleaning 22989 clauses out of 46009 with flag 290000/290000
191.07/190.19	c cleaning 24005 clauses out of 48021 with flag 315001/315001
207.48/206.59	c cleaning 25000 clauses out of 50015 with flag 341000/341000
224.49/223.52	c cleaning 26000 clauses out of 52017 with flag 368002/368002
241.61/240.64	c cleaning 27004 clauses out of 54015 with flag 396000/396000
260.02/259.00	c cleaning 27999 clauses out of 56011 with flag 425000/425000
279.23/278.29	c cleaning 28999 clauses out of 58013 with flag 455001/455001
298.53/297.58	c cleaning 29998 clauses out of 60013 with flag 486000/486000
319.04/318.09	c cleaning 31000 clauses out of 62016 with flag 518001/518001
340.25/339.25	c cleaning 32003 clauses out of 64016 with flag 551001/551001
361.78/360.71	c cleaning 32994 clauses out of 66012 with flag 585000/585000
384.78/383.72	c cleaning 34001 clauses out of 68018 with flag 620000/620000
407.20/406.14	c cleaning 35003 clauses out of 70017 with flag 656000/656000
431.61/430.51	c cleaning 35998 clauses out of 72014 with flag 693000/693000
455.42/454.35	c cleaning 36997 clauses out of 74016 with flag 731000/731000
481.33/480.25	c cleaning 38002 clauses out of 76020 with flag 770001/770001
507.44/506.30	c cleaning 38998 clauses out of 78017 with flag 810000/810000
535.36/534.25	c cleaning 40003 clauses out of 80022 with flag 851003/851003
562.67/561.53	c cleaning 40999 clauses out of 82019 with flag 893003/893003
592.08/590.95	c cleaning 42002 clauses out of 84017 with flag 936000/936000
620.80/619.64	c cleaning 42998 clauses out of 86018 with flag 980003/980003
652.11/650.96	c cleaning 43998 clauses out of 88017 with flag 1025000/1025000
682.72/681.52	c cleaning 45008 clauses out of 90022 with flag 1071003/1071003
715.84/714.66	c cleaning 46005 clauses out of 92012 with flag 1118001/1118001
747.86/746.61	c cleaning 46991 clauses out of 94006 with flag 1166000/1166000
781.07/779.89	c cleaning 47997 clauses out of 96017 with flag 1215002/1215002
816.29/815.03	c cleaning 48992 clauses out of 98018 with flag 1265000/1265000
851.20/849.97	c cleaning 49996 clauses out of 100026 with flag 1316000/1316000
888.74/887.40	c cleaning 51010 clauses out of 102031 with flag 1368001/1368001
924.85/923.56	c cleaning 52005 clauses out of 104022 with flag 1421002/1421002
962.87/961.52	c cleaning 53004 clauses out of 106017 with flag 1475002/1475002
1003.19/1001.87	c cleaning 53992 clauses out of 108012 with flag 1530001/1530001
1042.10/1040.73	c cleaning 54997 clauses out of 110021 with flag 1586002/1586002
1082.52/1081.13	c cleaning 55998 clauses out of 112022 with flag 1643000/1643000
1124.94/1123.57	c cleaning 56998 clauses out of 114024 with flag 1701000/1701000
1166.46/1165.06	c cleaning 58000 clauses out of 116026 with flag 1760000/1760000
1210.98/1209.55	c cleaning 58994 clauses out of 118026 with flag 1820000/1820000
1254.80/1253.33	c cleaning 60009 clauses out of 120032 with flag 1881000/1881000
1298.92/1297.44	c cleaning 61005 clauses out of 122023 with flag 1943000/1943000
1301.54/1300.01	c starts		: 1536
1301.54/1300.01	c conflicts		: 1946760
1301.54/1300.01	c decisions		: 5571481
1301.54/1300.01	c propagations		: 1866101749
1301.54/1300.01	c inspects		: 5166437495
1301.54/1300.01	c shortcuts		: 0
1301.54/1300.01	c learnt literals	: 0
1301.54/1300.01	c learnt binary clauses	: 0
1301.54/1300.01	c learnt ternary clauses	: 72
1301.54/1300.01	c learnt constraints	: 1946760
1301.54/1300.01	c ignored constraints	: 0
1301.54/1300.01	c root simplifications	: 1536
1301.54/1300.01	c removed literals (reason simplification)	: 32601125
1301.54/1300.01	c reason swapping (by a shorter reason)	: 0
1301.54/1300.01	c Calls to reduceDB	: 58
1301.54/1300.01	c speed (assignments/second)	: 1435751.1384978062
1301.54/1300.01	c non guided choices	2287
1301.54/1300.06	c learnt constraints type 
1301.54/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 64834
1301.54/1300.06	c constraints type 
1301.54/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 105000
1301.54/1300.06	s UNKNOWN
1301.54/1300.06	c Total wall clock time (in seconds) : 1299.92

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-3190263-1302597669/watcher-3190263-1302597669 -o /tmp/evaluation-result-3190263-1302597669/solver-3190263-1302597669 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190263-1302597669.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: 0.92 0.98 1.15 13/247 29464
/proc/meminfo: memFree=10963992/32951124 swapFree=67111524/67111528
[pid=29464] ppid=29462 vsize=23028 CPUtime=0 cores=1,3
/proc/29464/stat : 29464 (java) R 29462 29464 29350 0 -1 4202496 963 0 0 0 0 0 0 0 21 0 1 0 371365063 23580672 705 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 47718842567216 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29464/statm: 5757 718 530 9 0 124 0

[startup+0.025173 s]
/proc/loadavg: 0.92 0.98 1.15 13/247 29464
/proc/meminfo: memFree=10963992/32951124 swapFree=67111524/67111528
[pid=29464] ppid=29462 vsize=7551884 CPUtime=0.01 cores=1,3
/proc/29464/stat : 29464 (java) S 29462 29464 29350 0 -1 4202496 8200 0 1 0 0 1 0 0 21 0 10 0 371365063 7733129216 7897 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/29464/statm: 1887971 7898 1515 9 0 1878719 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7551884

[startup+0.101131 s]
/proc/loadavg: 0.92 0.98 1.15 13/247 29464
/proc/meminfo: memFree=10963992/32951124 swapFree=67111524/67111528
[pid=29464] ppid=29462 vsize=7570800 CPUtime=0.09 cores=1,3
/proc/29464/stat : 29464 (java) S 29462 29464 29350 0 -1 4202496 10518 0 1 0 8 1 0 0 21 0 18 0 371365063 7752499200 10213 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29464/statm: 1892700 10214 2061 9 0 1883438 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7570800

[startup+0.301094 s]
/proc/loadavg: 0.92 0.98 1.15 13/247 29464
/proc/meminfo: memFree=10963992/32951124 swapFree=67111524/67111528
[pid=29464] ppid=29462 vsize=7571720 CPUtime=0.43 cores=1,3
/proc/29464/stat : 29464 (java) S 29462 29464 29350 0 -1 4202496 14823 0 1 0 41 2 0 0 21 0 18 0 371365063 7753441280 14345 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29464/statm: 1892930 14345 2205 9 0 1883668 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 7571720

[startup+0.70102 s]
/proc/loadavg: 0.92 0.98 1.15 13/247 29464
/proc/meminfo: memFree=10963992/32951124 swapFree=67111524/67111528
[pid=29464] ppid=29462 vsize=7577872 CPUtime=1.16 cores=1,3
/proc/29464/stat : 29464 (java) S 29462 29464 29350 0 -1 4202496 17509 0 1 0 113 3 0 0 21 0 19 0 371365063 7759740928 16059 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29464/statm: 1894468 16059 2221 9 0 1885206 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 7577872

[startup+1.50091 s]
/proc/loadavg: 0.92 0.98 1.15 5/266 29483
/proc/meminfo: memFree=10856328/32951124 swapFree=67111524/67111528
[pid=29464] ppid=29462 vsize=7577872 CPUtime=2.04 cores=1,3
/proc/29464/stat : 29464 (java) S 29462 29464 29350 0 -1 4202496 18063 0 1 0 201 3 0 0 21 0 19 0 371365063 7759740928 16480 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29464/statm: 1894468 16480 2224 9 0 1885206 0
[pid=29464/tid=29466] ppid=29462 vsize=7577872 CPUtime=1.48 cores=1,3
/proc/29464/task/29466/stat : 29466 (java) R 29462 29464 29350 0 -1 4202560 13350 0 1 0 146 2 0 0 25 0 19 0 371365063 7759740928 16480 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 46912505625830 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29464/tid=29467] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29467/stat : 29467 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 371365065 7759740928 16480 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29468] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29468/stat : 29468 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 371365065 7759740928 16480 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29469] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29469/stat : 29469 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365065 7759740928 16480 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29470] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29470/stat : 29470 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365065 7759740928 16480 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29471] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29471/stat : 29471 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365065 7759740928 16480 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29472] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29472/stat : 29472 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365065 7759740928 16480 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29473] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29473/stat : 29473 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365065 7759740928 16480 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29474] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29474/stat : 29474 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365065 7759740928 16480 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29475] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29475/stat : 29475 (java) S 29462 29464 29350 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 371365066 7759740928 16480 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 0 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29476] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29476/stat : 29476 (java) S 29462 29464 29350 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 371365066 7759740928 16480 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29477] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29477/stat : 29477 (java) S 29462 29464 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371365066 7759740928 16480 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29478] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29478/stat : 29478 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365068 7759740928 16480 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528657841 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29479] ppid=29462 vsize=7577872 CPUtime=0.29 cores=1,3
/proc/29464/task/29479/stat : 29479 (java) S 29462 29464 29350 0 -1 4202560 2331 0 0 0 29 0 0 0 23 0 19 0 371365068 7759740928 16480 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29480] ppid=29462 vsize=7577872 CPUtime=0.25 cores=1,3
/proc/29464/task/29480/stat : 29480 (java) S 29462 29464 29350 0 -1 4202560 1219 0 0 0 25 0 0 0 20 0 19 0 371365068 7759740928 16481 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29481] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29481/stat : 29481 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365068 7759740928 16481 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29482] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29482/stat : 29482 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371365068 7759740928 16481 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29483] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29483/stat : 29483 (java) S 29462 29464 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371365094 7759740928 16481 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 7577872

[startup+3.10062 s]
/proc/loadavg: 0.92 0.98 1.15 6/266 29483
/proc/meminfo: memFree=10819624/32951124 swapFree=67111524/67111528
[pid=29464] ppid=29462 vsize=7577872 CPUtime=3.65 cores=1,3
/proc/29464/stat : 29464 (java) S 29462 29464 29350 0 -1 4202496 18715 0 1 0 361 4 0 0 21 0 19 0 371365063 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29464/statm: 1894468 17132 2224 9 0 1885206 0
[pid=29464/tid=29466] ppid=29462 vsize=7577872 CPUtime=3.08 cores=1,3
/proc/29464/task/29466/stat : 29466 (java) R 29462 29464 29350 0 -1 4202560 14002 0 1 0 305 3 0 0 25 0 19 0 371365063 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 46912505748013 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29464/tid=29467] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29467/stat : 29467 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 371365065 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29468] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29468/stat : 29468 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 371365065 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29469] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29469/stat : 29469 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365065 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29470] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29470/stat : 29470 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365065 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29471] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29471/stat : 29471 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365065 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29472] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29472/stat : 29472 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365065 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29473] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29473/stat : 29473 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365065 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29474] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29474/stat : 29474 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365065 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29475] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29475/stat : 29475 (java) S 29462 29464 29350 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 371365066 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 0 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29476] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29476/stat : 29476 (java) S 29462 29464 29350 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 371365066 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29477] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29477/stat : 29477 (java) S 29462 29464 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371365066 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29478] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29478/stat : 29478 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365068 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528657841 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29479] ppid=29462 vsize=7577872 CPUtime=0.29 cores=1,3
/proc/29464/task/29479/stat : 29479 (java) S 29462 29464 29350 0 -1 4202560 2331 0 0 0 29 0 0 0 23 0 19 0 371365068 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29480] ppid=29462 vsize=7577872 CPUtime=0.25 cores=1,3
/proc/29464/task/29480/stat : 29480 (java) S 29462 29464 29350 0 -1 4202560 1219 0 0 0 25 0 0 0 20 0 19 0 371365068 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29481] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29481/stat : 29481 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365068 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29482] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29482/stat : 29482 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371365068 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29483] ppid=29462 vsize=7577872 CPUtime=0 cores=1,3
/proc/29464/task/29483/stat : 29483 (java) S 29462 29464 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371365094 7759740928 17132 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 7577872

[startup+6.30105 s]
/proc/loadavg: 1.49 1.10 1.18 5/266 29483
/proc/meminfo: memFree=10766724/32951124 swapFree=67111524/67111528
[pid=29464] ppid=29462 vsize=7591004 CPUtime=7.09 cores=1,3
/proc/29464/stat : 29464 (java) S 29462 29464 29350 0 -1 4202496 33286 0 1 0 703 6 0 0 21 0 19 0 371365063 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29464/statm: 1897751 28324 2251 9 0 1888489 0
[pid=29464/tid=29466] ppid=29462 vsize=7591004 CPUtime=6.19 cores=1,3
/proc/29464/task/29466/stat : 29466 (java) R 29462 29464 29350 0 -1 4202560 14270 0 1 0 616 3 0 0 25 0 19 0 371365063 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 46912505768122 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29464/tid=29467] ppid=29462 vsize=7591004 CPUtime=0.02 cores=1,3
/proc/29464/task/29467/stat : 29467 (java) S 29462 29464 29350 0 -1 4202560 2362 0 0 0 2 0 0 0 18 0 19 0 371365065 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29468] ppid=29462 vsize=7591004 CPUtime=0.02 cores=1,3
/proc/29464/task/29468/stat : 29468 (java) S 29462 29464 29350 0 -1 4202560 1354 0 0 0 2 0 0 0 18 0 19 0 371365065 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29469] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29469/stat : 29469 (java) S 29462 29464 29350 0 -1 4202560 148 0 0 0 0 0 0 0 17 0 19 0 371365065 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29470] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29470/stat : 29470 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371365065 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29471] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29471/stat : 29471 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371365065 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29472] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29472/stat : 29472 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371365065 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29473] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29473/stat : 29473 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371365065 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29474] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29474/stat : 29474 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 371365065 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29475] ppid=29462 vsize=7591004 CPUtime=0.06 cores=1,3
/proc/29464/task/29475/stat : 29475 (java) S 29462 29464 29350 0 -1 4202560 3863 0 0 0 6 0 0 0 15 0 19 0 371365066 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 0 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29476] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29476/stat : 29476 (java) S 29462 29464 29350 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371365066 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29477] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29477/stat : 29477 (java) S 29462 29464 29350 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371365066 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29478] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29478/stat : 29478 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365068 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528657841 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29479] ppid=29462 vsize=7591004 CPUtime=0.3 cores=1,3
/proc/29464/task/29479/stat : 29479 (java) S 29462 29464 29350 0 -1 4202560 2331 0 0 0 30 0 0 0 15 0 19 0 371365068 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29480] ppid=29462 vsize=7591004 CPUtime=0.45 cores=1,3
/proc/29464/task/29480/stat : 29480 (java) S 29462 29464 29350 0 -1 4202560 7800 0 0 0 44 1 0 0 16 0 19 0 371365068 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29481] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29481/stat : 29481 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365068 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29482] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29482/stat : 29482 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371365068 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29483] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29483/stat : 29483 (java) S 29462 29464 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371365094 7773188096 28324 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 7591004

[startup+12.7009 s]

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

[pid=29464/tid=29472] ppid=29462 vsize=7591004 CPUtime=0.07 cores=1,3
/proc/29464/task/29472/stat : 29472 (java) S 29462 29464 29350 0 -1 4202560 4437 0 0 0 7 0 0 0 15 0 19 0 371365065 7773188096 83655 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29473] ppid=29462 vsize=7591004 CPUtime=0.21 cores=1,3
/proc/29464/task/29473/stat : 29473 (java) S 29462 29464 29350 0 -1 4202560 7777 0 0 0 21 0 0 0 15 0 19 0 371365065 7773188096 83655 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29474] ppid=29462 vsize=7591004 CPUtime=0.1 cores=1,3
/proc/29464/task/29474/stat : 29474 (java) S 29462 29464 29350 0 -1 4202560 2162 0 0 0 10 0 0 0 15 0 19 0 371365065 7773188096 83655 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29475] ppid=29462 vsize=7591004 CPUtime=3.9 cores=1,3
/proc/29464/task/29475/stat : 29475 (java) S 29462 29464 29350 0 -1 4202560 8075 0 0 0 390 0 0 0 15 0 19 0 371365066 7773188096 83655 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 0 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29476] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29476/stat : 29476 (java) S 29462 29464 29350 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371365066 7773188096 83655 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29477] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29477/stat : 29477 (java) S 29462 29464 29350 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371365066 7773188096 83655 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29478] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29478/stat : 29478 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365068 7773188096 83655 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528657841 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29479] ppid=29462 vsize=7591004 CPUtime=0.33 cores=1,3
/proc/29464/task/29479/stat : 29479 (java) S 29462 29464 29350 0 -1 4202560 2334 0 0 0 33 0 0 0 15 0 19 0 371365068 7773188096 83655 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29480] ppid=29462 vsize=7591004 CPUtime=0.47 cores=1,3
/proc/29464/task/29480/stat : 29480 (java) S 29462 29464 29350 0 -1 4202560 7802 0 0 0 46 1 0 0 15 0 19 0 371365068 7773188096 83655 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29481] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29481/stat : 29481 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365068 7773188096 83655 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29482] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29482/stat : 29482 (java) S 29462 29464 29350 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 371365068 7773188096 83655 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29483] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29483/stat : 29483 (java) S 29462 29464 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371365094 7773188096 83655 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1123.74
Current children cumulated vsize (KiB) 7591004

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.24 5/266 29515
/proc/meminfo: memFree=10503144/32951124 swapFree=67111524/67111528
[pid=29464] ppid=29462 vsize=7591004 CPUtime=1183.77 cores=1,3
/proc/29464/stat : 29464 (java) S 29462 29464 29350 0 -1 4202496 89123 0 1 0 118361 16 0 0 21 0 19 0 371365063 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29464/statm: 1897751 83977 2253 9 0 1888489 0
[pid=29464/tid=29466] ppid=29462 vsize=7591004 CPUtime=1177.54 cores=1,3
/proc/29464/task/29466/stat : 29466 (java) R 29462 29464 29350 0 -1 4202560 32183 0 1 0 117745 9 0 0 25 0 19 0 371365063 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 46912505683318 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29464/tid=29467] ppid=29462 vsize=7591004 CPUtime=0.23 cores=1,3
/proc/29464/task/29467/stat : 29467 (java) S 29462 29464 29350 0 -1 4202560 9492 0 0 0 22 1 0 0 16 0 19 0 371365065 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29468] ppid=29462 vsize=7591004 CPUtime=0.21 cores=1,3
/proc/29464/task/29468/stat : 29468 (java) S 29462 29464 29350 0 -1 4202560 5470 0 0 0 21 0 0 0 15 0 19 0 371365065 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29469] ppid=29462 vsize=7591004 CPUtime=0.16 cores=1,3
/proc/29464/task/29469/stat : 29469 (java) S 29462 29464 29350 0 -1 4202560 1860 0 0 0 16 0 0 0 15 0 19 0 371365065 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29470] ppid=29462 vsize=7591004 CPUtime=0.11 cores=1,3
/proc/29464/task/29470/stat : 29470 (java) S 29462 29464 29350 0 -1 4202560 3060 0 0 0 11 0 0 0 15 0 19 0 371365065 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29471] ppid=29462 vsize=7591004 CPUtime=0.13 cores=1,3
/proc/29464/task/29471/stat : 29471 (java) S 29462 29464 29350 0 -1 4202560 2929 0 0 0 13 0 0 0 16 0 19 0 371365065 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29472] ppid=29462 vsize=7591004 CPUtime=0.09 cores=1,3
/proc/29464/task/29472/stat : 29472 (java) S 29462 29464 29350 0 -1 4202560 4437 0 0 0 9 0 0 0 16 0 19 0 371365065 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29473] ppid=29462 vsize=7591004 CPUtime=0.22 cores=1,3
/proc/29464/task/29473/stat : 29473 (java) S 29462 29464 29350 0 -1 4202560 7778 0 0 0 22 0 0 0 16 0 19 0 371365065 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29474] ppid=29462 vsize=7591004 CPUtime=0.1 cores=1,3
/proc/29464/task/29474/stat : 29474 (java) S 29462 29464 29350 0 -1 4202560 2162 0 0 0 10 0 0 0 15 0 19 0 371365065 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29475] ppid=29462 vsize=7591004 CPUtime=4.06 cores=1,3
/proc/29464/task/29475/stat : 29475 (java) S 29462 29464 29350 0 -1 4202560 8397 0 0 0 406 0 0 0 15 0 19 0 371365066 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 0 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29476] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29476/stat : 29476 (java) S 29462 29464 29350 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371365066 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29477] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29477/stat : 29477 (java) S 29462 29464 29350 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371365066 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29478] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29478/stat : 29478 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365068 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528657841 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29479] ppid=29462 vsize=7591004 CPUtime=0.33 cores=1,3
/proc/29464/task/29479/stat : 29479 (java) S 29462 29464 29350 0 -1 4202560 2334 0 0 0 33 0 0 0 15 0 19 0 371365068 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29480] ppid=29462 vsize=7591004 CPUtime=0.47 cores=1,3
/proc/29464/task/29480/stat : 29480 (java) S 29462 29464 29350 0 -1 4202560 7802 0 0 0 46 1 0 0 15 0 19 0 371365068 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29481] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29481/stat : 29481 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365068 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29482] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29482/stat : 29482 (java) S 29462 29464 29350 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 371365068 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29483] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29483/stat : 29483 (java) S 29462 29464 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371365094 7773188096 83977 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.77
Current children cumulated vsize (KiB) 7591004

[startup+1242.3 s]
/proc/loadavg: 4.06 4.01 3.29 5/266 29525
/proc/meminfo: memFree=10487156/32951124 swapFree=67111524/67111528
[pid=29464] ppid=29462 vsize=7591004 CPUtime=1243.8 cores=1,3
/proc/29464/stat : 29464 (java) S 29462 29464 29350 0 -1 4202496 92537 0 1 0 124363 17 0 0 21 0 19 0 371365063 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29464/statm: 1897751 87384 2253 9 0 1888489 0
[pid=29464/tid=29466] ppid=29462 vsize=7591004 CPUtime=1237.4 cores=1,3
/proc/29464/task/29466/stat : 29466 (java) R 29462 29464 29350 0 -1 4202560 34467 0 1 0 123731 9 0 0 25 0 19 0 371365063 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 46912505788521 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29464/tid=29467] ppid=29462 vsize=7591004 CPUtime=0.23 cores=1,3
/proc/29464/task/29467/stat : 29467 (java) S 29462 29464 29350 0 -1 4202560 9492 0 0 0 22 1 0 0 15 0 19 0 371365065 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29468] ppid=29462 vsize=7591004 CPUtime=0.21 cores=1,3
/proc/29464/task/29468/stat : 29468 (java) S 29462 29464 29350 0 -1 4202560 5470 0 0 0 21 0 0 0 15 0 19 0 371365065 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29469] ppid=29462 vsize=7591004 CPUtime=0.16 cores=1,3
/proc/29464/task/29469/stat : 29469 (java) S 29462 29464 29350 0 -1 4202560 1860 0 0 0 16 0 0 0 15 0 19 0 371365065 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29470] ppid=29462 vsize=7591004 CPUtime=0.11 cores=1,3
/proc/29464/task/29470/stat : 29470 (java) S 29462 29464 29350 0 -1 4202560 3060 0 0 0 11 0 0 0 16 0 19 0 371365065 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29471] ppid=29462 vsize=7591004 CPUtime=0.15 cores=1,3
/proc/29464/task/29471/stat : 29471 (java) S 29462 29464 29350 0 -1 4202560 3542 0 0 0 15 0 0 0 16 0 19 0 371365065 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29472] ppid=29462 vsize=7591004 CPUtime=0.09 cores=1,3
/proc/29464/task/29472/stat : 29472 (java) S 29462 29464 29350 0 -1 4202560 4437 0 0 0 9 0 0 0 15 0 19 0 371365065 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29473] ppid=29462 vsize=7591004 CPUtime=0.22 cores=1,3
/proc/29464/task/29473/stat : 29473 (java) S 29462 29464 29350 0 -1 4202560 7778 0 0 0 22 0 0 0 15 0 19 0 371365065 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29474] ppid=29462 vsize=7591004 CPUtime=0.12 cores=1,3
/proc/29464/task/29474/stat : 29474 (java) S 29462 29464 29350 0 -1 4202560 2673 0 0 0 12 0 0 0 16 0 19 0 371365065 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29475] ppid=29462 vsize=7591004 CPUtime=4.17 cores=1,3
/proc/29464/task/29475/stat : 29475 (java) S 29462 29464 29350 0 -1 4202560 8399 0 0 0 417 0 0 0 15 0 19 0 371365066 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 0 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29476] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29476/stat : 29476 (java) S 29462 29464 29350 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371365066 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29477] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29477/stat : 29477 (java) S 29462 29464 29350 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371365066 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29478] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29478/stat : 29478 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365068 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528657841 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29479] ppid=29462 vsize=7591004 CPUtime=0.33 cores=1,3
/proc/29464/task/29479/stat : 29479 (java) S 29462 29464 29350 0 -1 4202560 2334 0 0 0 33 0 0 0 15 0 19 0 371365068 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29480] ppid=29462 vsize=7591004 CPUtime=0.47 cores=1,3
/proc/29464/task/29480/stat : 29480 (java) S 29462 29464 29350 0 -1 4202560 7802 0 0 0 46 1 0 0 15 0 19 0 371365068 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29481] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29481/stat : 29481 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365068 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29482] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29482/stat : 29482 (java) S 29462 29464 29350 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 371365068 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29483] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29483/stat : 29483 (java) S 29462 29464 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371365094 7773188096 87384 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.8
Current children cumulated vsize (KiB) 7591004



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.33 2/206 29536
/proc/meminfo: memFree=10726024/32951124 swapFree=67111524/67111528
[pid=29464] ppid=29462 vsize=7591004 CPUtime=1301.54 cores=1,3
/proc/29464/stat : 29464 (java) S 29462 29464 29350 0 -1 4202496 92750 0 1 0 130137 17 0 0 21 0 19 0 371365063 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29464/statm: 1897751 87587 2253 9 0 1888489 0
[pid=29464/tid=29466] ppid=29462 vsize=7591004 CPUtime=1294.91 cores=1,3
/proc/29464/task/29466/stat : 29466 (java) R 29462 29464 29350 0 -1 4202560 34469 0 1 0 129482 9 0 0 25 0 19 0 371365063 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 46912505748138 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29464/tid=29467] ppid=29462 vsize=7591004 CPUtime=0.25 cores=1,3
/proc/29464/task/29467/stat : 29467 (java) S 29462 29464 29350 0 -1 4202560 9493 0 0 0 24 1 0 0 15 0 19 0 371365065 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29468] ppid=29462 vsize=7591004 CPUtime=0.23 cores=1,3
/proc/29464/task/29468/stat : 29468 (java) S 29462 29464 29350 0 -1 4202560 5470 0 0 0 23 0 0 0 16 0 19 0 371365065 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29469] ppid=29462 vsize=7591004 CPUtime=0.16 cores=1,3
/proc/29464/task/29469/stat : 29469 (java) S 29462 29464 29350 0 -1 4202560 1860 0 0 0 16 0 0 0 15 0 19 0 371365065 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29470] ppid=29462 vsize=7591004 CPUtime=0.13 cores=1,3
/proc/29464/task/29470/stat : 29470 (java) S 29462 29464 29350 0 -1 4202560 3060 0 0 0 13 0 0 0 15 0 19 0 371365065 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29471] ppid=29462 vsize=7591004 CPUtime=0.15 cores=1,3
/proc/29464/task/29471/stat : 29471 (java) S 29462 29464 29350 0 -1 4202560 3542 0 0 0 15 0 0 0 15 0 19 0 371365065 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29472] ppid=29462 vsize=7591004 CPUtime=0.11 cores=1,3
/proc/29464/task/29472/stat : 29472 (java) S 29462 29464 29350 0 -1 4202560 4439 0 0 0 11 0 0 0 15 0 19 0 371365065 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29473] ppid=29462 vsize=7591004 CPUtime=0.23 cores=1,3
/proc/29464/task/29473/stat : 29473 (java) S 29462 29464 29350 0 -1 4202560 7778 0 0 0 23 0 0 0 15 0 19 0 371365065 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29474] ppid=29462 vsize=7591004 CPUtime=0.12 cores=1,3
/proc/29464/task/29474/stat : 29474 (java) S 29462 29464 29350 0 -1 4202560 2673 0 0 0 12 0 0 0 15 0 19 0 371365065 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29475] ppid=29462 vsize=7591004 CPUtime=4.33 cores=1,3
/proc/29464/task/29475/stat : 29475 (java) S 29462 29464 29350 0 -1 4202560 8603 0 0 0 433 0 0 0 15 0 19 0 371365066 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 0 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29476] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29476/stat : 29476 (java) S 29462 29464 29350 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371365066 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29477] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29477/stat : 29477 (java) S 29462 29464 29350 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371365066 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29478] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29478/stat : 29478 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365068 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528657841 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29479] ppid=29462 vsize=7591004 CPUtime=0.33 cores=1,3
/proc/29464/task/29479/stat : 29479 (java) S 29462 29464 29350 0 -1 4202560 2334 0 0 0 33 0 0 0 15 0 19 0 371365068 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29480] ppid=29462 vsize=7591004 CPUtime=0.47 cores=1,3
/proc/29464/task/29480/stat : 29480 (java) S 29462 29464 29350 0 -1 4202560 7802 0 0 0 46 1 0 0 15 0 19 0 371365068 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 3 0 0 0
[pid=29464/tid=29481] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29481/stat : 29481 (java) S 29462 29464 29350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371365068 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650137 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
[pid=29464/tid=29482] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29482/stat : 29482 (java) R 29462 29464 29350 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 371365068 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29464/tid=29483] ppid=29462 vsize=7591004 CPUtime=0 cores=1,3
/proc/29464/task/29483/stat : 29483 (java) S 29462 29464 29350 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371365094 7773188096 87587 33554432000 1073741824 1073778376 140733431687984 18446744073709551615 246528650752 0 4 0 16800975 18446604471133476736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.54
Current children cumulated vsize (KiB) 7591004

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.08
CPU time (s): 1301.64
CPU user time (s): 1301.45
CPU system time (s): 0.188971
CPU usage (%): 100.12
Max. virtual memory (cumulated for all children) (KiB): 7598780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.45
system time used= 0.188971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92786
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= 28160
involuntary context switches= 4239

runsolver used 2.09168 second user time and 5.02024 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-12 10:41:09
IDJOB=3190263
IDBENCH=82594
IDSOLVER=1611
FILE ID=node134/3190263-1302597669
RUNJOBID= node134-1302597668-29370
PBS_JOBID= 12958108
Free space on /tmp= 71432 MiB

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

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

MD5SUM BENCH= d893b9743a6b7d8026df42df0d29d561
RANDOM SEED=1121015898

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10964280 kB
Buffers:        688600 kB
Cached:       20669892 kB
SwapCached:          4 kB
Active:        9837472 kB
Inactive:     11697376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10964280 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4028 kB
Writeback:           0 kB
AnonPages:      175664 kB
Mapped:          23028 kB
Slab:           385972 kB
PageTables:       6700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 21996664 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71432 MiB
End job on node134 at 2011-04-12 11:02:51