Trace number 3190339

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.23 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S386300535-065-UNKNOWN.cnf
MD5SUM2ca6073d25d8d5f2648d590c0edc75c0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.09	c no version file found!!!
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		6997539544
0.02/0.09	c Max memory 		7034241024
0.02/0.09	c Total memory 		7034241024
0.02/0.09	c Number of processors 	8
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@55fdc96c
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483647s
0.09/0.10	c DB Simplification allowed=true
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3190339-1302598832.cnf
0.09/0.10	c reading problem ... 
0.39/0.34	c ... done. Wall clock time 0.239s.
0.39/0.34	c #vars     40000
0.39/0.34	c #constraints  168000
0.39/0.34	c constraints type 
0.39/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 168000
6.67/6.30	c cleaning 2498 clauses out of 5001 with flag 5001/5001
12.92/12.43	c cleaning 4246 clauses out of 8502 with flag 11000/11000
20.13/19.63	c cleaning 5627 clauses out of 11256 with flag 18000/18000
28.03/27.58	c cleaning 6809 clauses out of 13630 with flag 26001/26001
37.13/36.66	c cleaning 7905 clauses out of 15820 with flag 35000/35000
47.24/46.79	c cleaning 8958 clauses out of 17915 with flag 45000/45000
58.25/57.71	c cleaning 9977 clauses out of 19957 with flag 56000/56000
70.46/69.98	c cleaning 10984 clauses out of 21981 with flag 68001/68001
83.37/82.88	c cleaning 11992 clauses out of 23998 with flag 81002/81002
97.39/96.86	c cleaning 13002 clauses out of 26005 with flag 95001/95001
112.29/111.71	c cleaning 13996 clauses out of 28003 with flag 110001/110001
128.50/127.95	c cleaning 14998 clauses out of 30006 with flag 126000/126000
145.51/144.92	c cleaning 15996 clauses out of 32008 with flag 143000/143000
163.92/163.33	c cleaning 16997 clauses out of 34012 with flag 161000/161000
183.43/182.90	c cleaning 18002 clauses out of 36016 with flag 180001/180001
204.34/203.73	c cleaning 19001 clauses out of 38013 with flag 200000/200000
226.25/225.63	c cleaning 19999 clauses out of 40013 with flag 221001/221001
249.46/248.81	c cleaning 21004 clauses out of 42013 with flag 243000/243000
273.78/273.10	c cleaning 22000 clauses out of 44009 with flag 266000/266000
298.39/297.70	c cleaning 23001 clauses out of 46009 with flag 290000/290000
324.30/323.61	c cleaning 23993 clauses out of 48009 with flag 315001/315001
351.72/351.01	c cleaning 25001 clauses out of 50015 with flag 341000/341000
380.34/379.66	c cleaning 26001 clauses out of 52014 with flag 368000/368000
409.45/408.74	c cleaning 27003 clauses out of 54013 with flag 396000/396000
439.97/439.28	c cleaning 27997 clauses out of 56010 with flag 425000/425000
471.88/471.10	c cleaning 29005 clauses out of 58015 with flag 455002/455002
504.50/503.76	c cleaning 29989 clauses out of 60008 with flag 486000/486000
538.91/538.18	c cleaning 31001 clauses out of 62019 with flag 518000/518000
574.22/573.47	c cleaning 32008 clauses out of 64019 with flag 551001/551001
610.64/609.83	c cleaning 32994 clauses out of 66010 with flag 585000/585000
648.85/648.07	c cleaning 34005 clauses out of 68016 with flag 620000/620000
686.97/686.10	c cleaning 35001 clauses out of 70011 with flag 656000/656000
727.19/726.30	c cleaning 36002 clauses out of 72012 with flag 693002/693002
767.61/766.73	c cleaning 36997 clauses out of 74008 with flag 731000/731000
810.23/809.39	c cleaning 38001 clauses out of 76011 with flag 770000/770000
853.04/852.14	c cleaning 38992 clauses out of 78011 with flag 810001/810001
898.86/897.99	c cleaning 40000 clauses out of 80018 with flag 851000/851000
943.98/943.00	c cleaning 41001 clauses out of 82018 with flag 893000/893000
991.90/990.95	c cleaning 42002 clauses out of 84017 with flag 936000/936000
1040.22/1039.26	c cleaning 42993 clauses out of 86015 with flag 980000/980000
1091.24/1090.21	c cleaning 44001 clauses out of 88024 with flag 1025002/1025002
1141.36/1140.31	c cleaning 45004 clauses out of 90022 with flag 1071001/1071001
1196.18/1195.13	c cleaning 46007 clauses out of 92019 with flag 1118002/1118002
1250.21/1249.17	c cleaning 46998 clauses out of 94010 with flag 1166000/1166000
1301.13/1300.01	c starts		: 1274
1301.13/1300.01	c conflicts		: 1211731
1301.13/1300.01	c decisions		: 5403009
1301.13/1300.01	c propagations		: 1596915856
1301.13/1300.01	c inspects		: 3802526752
1301.13/1300.01	c shortcuts		: 0
1301.13/1300.01	c learnt literals	: 0
1301.13/1300.01	c learnt binary clauses	: 0
1301.13/1300.01	c learnt ternary clauses	: 78
1301.13/1300.01	c learnt constraints	: 1211731
1301.13/1300.01	c ignored constraints	: 0
1301.13/1300.01	c root simplifications	: 1274
1301.13/1300.01	c removed literals (reason simplification)	: 16333136
1301.13/1300.01	c reason swapping (by a shorter reason)	: 0
1301.13/1300.01	c Calls to reduceDB	: 44
1301.13/1300.01	c speed (assignments/second)	: 1228709.69762301
1301.13/1300.01	c non guided choices	3578
1301.13/1300.04	c learnt constraints type 
1301.13/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92772
1301.13/1300.04	c constraints type 
1301.13/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 168000
1301.13/1300.04	s UNKNOWN
1301.13/1300.04	c Total wall clock time (in seconds) : 1299.909

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

running on 2 cores: 0,2

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.00 4.06 4.40 11/221 22940
/proc/meminfo: memFree=16696120/32950928 swapFree=67111528/67111528
[pid=22940] ppid=22938 vsize=9020 CPUtime=0 cores=0,2
/proc/22940/stat : 22940 (java) R 22938 22940 22624 0 -1 4194304 142 0 0 0 0 0 0 0 25 0 1 0 371482881 9236480 91 33554432000 1073741824 1073778376 140734829794064 18446744073709551615 274469044327 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22940/statm: 2242 84 63 9 0 34 0

[startup+0.036462 s]
/proc/loadavg: 4.00 4.06 4.40 11/221 22940
/proc/meminfo: memFree=16696120/32950928 swapFree=67111528/67111528
[pid=22940] ppid=22938 vsize=7562296 CPUtime=0.02 cores=0,2
/proc/22940/stat : 22940 (java) S 22938 22940 22624 0 -1 4202496 8564 0 1 0 1 1 0 0 25 0 11 0 371482881 7743791104 8260 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/22940/statm: 1890574 8260 1630 9 0 1881322 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7562296

[startup+0.10045 s]
/proc/loadavg: 4.00 4.06 4.40 11/221 22940
/proc/meminfo: memFree=16696120/32950928 swapFree=67111528/67111528
[pid=22940] ppid=22938 vsize=7571596 CPUtime=0.09 cores=0,2
/proc/22940/stat : 22940 (java) S 22938 22940 22624 0 -1 4202496 10360 0 1 0 8 1 0 0 25 0 18 0 371482881 7753314304 10054 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22940/statm: 1892899 10055 2091 9 0 1883637 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7571596

[startup+0.300415 s]
/proc/loadavg: 4.00 4.06 4.40 11/221 22940
/proc/meminfo: memFree=16696120/32950928 swapFree=67111528/67111528
[pid=22940] ppid=22938 vsize=7571692 CPUtime=0.39 cores=0,2
/proc/22940/stat : 22940 (java) S 22938 22940 22624 0 -1 4202496 15395 0 1 0 36 3 0 0 25 0 18 0 371482881 7753412608 14887 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22940/statm: 1892923 14887 2198 9 0 1883661 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7571692

[startup+0.700346 s]
/proc/loadavg: 4.00 4.06 4.40 11/221 22940
/proc/meminfo: memFree=16696120/32950928 swapFree=67111528/67111528
[pid=22940] ppid=22938 vsize=7647304 CPUtime=1.07 cores=0,2
/proc/22940/stat : 22940 (java) S 22938 22940 22624 0 -1 4202496 21633 0 1 0 104 3 0 0 25 0 19 0 371482881 7830839296 19383 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22940/statm: 1911826 19383 2222 9 0 1902564 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 7647304

[startup+1.50121 s]
/proc/loadavg: 4.00 4.06 4.40 5/262 22984
/proc/meminfo: memFree=16515752/32950928 swapFree=67111528/67111528
[pid=22940] ppid=22938 vsize=7647304 CPUtime=1.97 cores=0,2
/proc/22940/stat : 22940 (java) S 22938 22940 22624 0 -1 4202496 22105 0 1 0 193 4 0 0 25 0 19 0 371482881 7830839296 19854 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22940/statm: 1911826 19854 2225 9 0 1902564 0
[pid=22940/tid=22942] ppid=22938 vsize=7647304 CPUtime=1.39 cores=0,2
/proc/22940/task/22942/stat : 22942 (java) R 22938 22940 22624 0 -1 4202560 15660 0 1 0 136 3 0 0 25 0 19 0 371482882 7830839296 19854 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 46912505624343 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22940/tid=22943] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22943/stat : 22943 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 19854 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22944] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22944/stat : 22944 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 19854 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22945] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22945/stat : 22945 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 19854 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22946] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22946/stat : 22946 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 19854 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22947] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22947/stat : 22947 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 19854 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22948] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22948/stat : 22948 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 19855 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22949] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22949/stat : 22949 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 19855 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22950] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22950/stat : 22950 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 19855 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22951] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22951/stat : 22951 (java) S 22938 22940 22624 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 371482885 7830839296 19855 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 0 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22952] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22952/stat : 22952 (java) S 22938 22940 22624 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 371482885 7830839296 19855 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22953] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22953/stat : 22953 (java) S 22938 22940 22624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371482885 7830839296 19855 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22961] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22961/stat : 22961 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371482887 7830839296 19855 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485791153 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22962] ppid=22938 vsize=7647304 CPUtime=0.29 cores=0,2
/proc/22940/task/22962/stat : 22962 (java) S 22938 22940 22624 0 -1 4202560 2924 0 0 0 29 0 0 0 16 0 19 0 371482887 7830839296 19855 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22963] ppid=22938 vsize=7647304 CPUtime=0.26 cores=0,2
/proc/22940/task/22963/stat : 22963 (java) S 22938 22940 22624 0 -1 4202560 2357 0 0 0 26 0 0 0 15 0 19 0 371482887 7830839296 19855 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22964] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22964/stat : 22964 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371482887 7830839296 19855 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22965] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22965/stat : 22965 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371482887 7830839296 19855 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22983] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22983/stat : 22983 (java) S 22938 22940 22624 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 371482920 7830839296 19855 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 7647304

[startup+3.10092 s]
/proc/loadavg: 4.00 4.06 4.40 5/262 22984
/proc/meminfo: memFree=16482396/32950928 swapFree=67111528/67111528
[pid=22940] ppid=22938 vsize=7647304 CPUtime=3.56 cores=0,2
/proc/22940/stat : 22940 (java) S 22938 22940 22624 0 -1 4202496 22563 0 1 0 352 4 0 0 25 0 19 0 371482881 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22940/statm: 1911826 20312 2225 9 0 1902564 0
[pid=22940/tid=22942] ppid=22938 vsize=7647304 CPUtime=2.99 cores=0,2
/proc/22940/task/22942/stat : 22942 (java) R 22938 22940 22624 0 -1 4202560 16118 0 1 0 296 3 0 0 25 0 19 0 371482882 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 46912505691096 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22940/tid=22943] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22943/stat : 22943 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22944] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22944/stat : 22944 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22945] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22945/stat : 22945 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22946] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22946/stat : 22946 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22947] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22947/stat : 22947 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22948] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22948/stat : 22948 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22949] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22949/stat : 22949 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22950] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22950/stat : 22950 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22951] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22951/stat : 22951 (java) S 22938 22940 22624 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 371482885 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 0 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22952] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22952/stat : 22952 (java) S 22938 22940 22624 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 371482885 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22953] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22953/stat : 22953 (java) S 22938 22940 22624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371482885 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22961] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22961/stat : 22961 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371482887 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485791153 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22962] ppid=22938 vsize=7647304 CPUtime=0.29 cores=0,2
/proc/22940/task/22962/stat : 22962 (java) S 22938 22940 22624 0 -1 4202560 2924 0 0 0 29 0 0 0 16 0 19 0 371482887 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22963] ppid=22938 vsize=7647304 CPUtime=0.26 cores=0,2
/proc/22940/task/22963/stat : 22963 (java) S 22938 22940 22624 0 -1 4202560 2357 0 0 0 26 0 0 0 15 0 19 0 371482887 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22964] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22964/stat : 22964 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371482887 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22965] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22965/stat : 22965 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371482887 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22983] ppid=22938 vsize=7647304 CPUtime=0 cores=0,2
/proc/22940/task/22983/stat : 22983 (java) S 22938 22940 22624 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 371482920 7830839296 20312 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 7647304

[startup+6.30139 s]
/proc/loadavg: 4.08 4.08 4.40 5/262 22984
/proc/meminfo: memFree=16468124/32950928 swapFree=67111528/67111528
[pid=22940] ppid=22938 vsize=7646200 CPUtime=6.78 cores=0,2
/proc/22940/stat : 22940 (java) S 22938 22940 22624 0 -1 4202496 23832 0 1 0 674 4 0 0 25 0 19 0 371482881 7829708800 21304 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22940/statm: 1911550 21305 2235 9 0 1902288 0
[pid=22940/tid=22942] ppid=22938 vsize=7646200 CPUtime=6.17 cores=0,2
/proc/22940/task/22942/stat : 22942 (java) S 22938 22940 22624 0 -1 4202560 17021 0 1 0 614 3 0 0 25 0 19 0 371482882 7829708800 21305 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22943] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22943/stat : 22943 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7829708800 21305 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22944] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22944/stat : 22944 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7829708800 21305 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22945] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22945/stat : 22945 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7829708800 21305 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22946] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22946/stat : 22946 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7829708800 21305 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22947] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22947/stat : 22947 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371482884 7829708800 21305 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22948] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22948/stat : 22948 (java) R 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 371482884 7829708800 21305 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22940/tid=22949] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22949/stat : 22949 (java) R 22938 22940 22624 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 371482884 7829708800 21305 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 48010153401591 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22940/tid=22950] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22950/stat : 22950 (java) R 22938 22940 22624 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 19 0 371482884 7829708800 21305 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 48010151966385 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22940/tid=22951] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22951/stat : 22951 (java) S 22938 22940 22624 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 371482885 7829708800 21305 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 0 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22952] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22952/stat : 22952 (java) S 22938 22940 22624 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 371482885 7829708800 21305 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22953] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22953/stat : 22953 (java) S 22938 22940 22624 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371482885 7829708800 21307 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22961] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22961/stat : 22961 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371482887 7829708800 21314 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485791153 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22962] ppid=22938 vsize=7646200 CPUtime=0.31 cores=0,2
/proc/22940/task/22962/stat : 22962 (java) S 22938 22940 22624 0 -1 4202560 2936 0 0 0 31 0 0 0 15 0 19 0 371482887 7829708800 21326 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22963] ppid=22938 vsize=7646200 CPUtime=0.28 cores=0,2
/proc/22940/task/22963/stat : 22963 (java) S 22938 22940 22624 0 -1 4202560 2697 0 0 0 28 0 0 0 15 0 19 0 371482887 7829708800 21326 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22964] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22964/stat : 22964 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371482887 7829708800 21334 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22965] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22965/stat : 22965 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371482887 7829708800 21346 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22983] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22983/stat : 22983 (java) S 22938 22940 22624 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 371482920 7829708800 21357 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 7646200

[startup+12.7013 s]

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

[pid=22940/tid=22948] ppid=22938 vsize=7646200 CPUtime=0.13 cores=0,2
/proc/22940/task/22948/stat : 22948 (java) S 22938 22940 22624 0 -1 4202560 1289 0 0 0 13 0 0 0 15 0 19 0 371482884 7829708800 73165 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22949] ppid=22938 vsize=7646200 CPUtime=0.23 cores=0,2
/proc/22940/task/22949/stat : 22949 (java) S 22938 22940 22624 0 -1 4202560 9974 0 0 0 22 1 0 0 15 0 19 0 371482884 7829708800 73165 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22950] ppid=22938 vsize=7646200 CPUtime=0.16 cores=0,2
/proc/22940/task/22950/stat : 22950 (java) S 22938 22940 22624 0 -1 4202560 3384 0 0 0 16 0 0 0 15 0 19 0 371482884 7829708800 73165 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22951] ppid=22938 vsize=7646200 CPUtime=4.29 cores=0,2
/proc/22940/task/22951/stat : 22951 (java) S 22938 22940 22624 0 -1 4202560 10446 0 0 0 428 1 0 0 15 0 19 0 371482885 7829708800 73165 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 0 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22952] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22952/stat : 22952 (java) S 22938 22940 22624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371482885 7829708800 73165 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22953] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22953/stat : 22953 (java) S 22938 22940 22624 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371482885 7829708800 73165 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22961] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22961/stat : 22961 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371482887 7829708800 73165 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485791153 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22962] ppid=22938 vsize=7646200 CPUtime=0.31 cores=0,2
/proc/22940/task/22962/stat : 22962 (java) S 22938 22940 22624 0 -1 4202560 2937 0 0 0 31 0 0 0 15 0 19 0 371482887 7829708800 73165 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22963] ppid=22938 vsize=7646200 CPUtime=0.34 cores=0,2
/proc/22940/task/22963/stat : 22963 (java) S 22938 22940 22624 0 -1 4202560 2767 0 0 0 34 0 0 0 15 0 19 0 371482887 7829708800 73165 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22964] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22964/stat : 22964 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371482887 7829708800 73165 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22965] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22965/stat : 22965 (java) S 22938 22940 22624 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 371482887 7829708800 73165 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22983] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22983/stat : 22983 (java) S 22938 22940 22624 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 371482920 7829708800 73165 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1123.36
Current children cumulated vsize (KiB) 7646200

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 4.10 5/262 23028
/proc/meminfo: memFree=15982020/32950928 swapFree=67111528/67111528
[pid=22940] ppid=22938 vsize=7646200 CPUtime=1183.38 cores=0,2
/proc/22940/stat : 22940 (java) S 22938 22940 22624 0 -1 4202496 76452 0 1 0 118324 14 0 0 25 0 19 0 371482881 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22940/statm: 1911550 73716 2253 9 0 1902288 0
[pid=22940/tid=22942] ppid=22938 vsize=7646200 CPUtime=1177.09 cores=0,2
/proc/22940/task/22942/stat : 22942 (java) R 22938 22940 22624 0 -1 4202560 30462 0 1 0 117701 8 0 0 25 0 19 0 371482882 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 46912505624107 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22940/tid=22943] ppid=22938 vsize=7646200 CPUtime=0.13 cores=0,2
/proc/22940/task/22943/stat : 22943 (java) S 22938 22940 22624 0 -1 4202560 1783 0 0 0 13 0 0 0 16 0 19 0 371482884 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22944] ppid=22938 vsize=7646200 CPUtime=0.17 cores=0,2
/proc/22940/task/22944/stat : 22944 (java) S 22938 22940 22624 0 -1 4202560 5015 0 0 0 17 0 0 0 16 0 19 0 371482884 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22945] ppid=22938 vsize=7646200 CPUtime=0.13 cores=0,2
/proc/22940/task/22945/stat : 22945 (java) S 22938 22940 22624 0 -1 4202560 3455 0 0 0 13 0 0 0 15 0 19 0 371482884 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22946] ppid=22938 vsize=7646200 CPUtime=0.1 cores=0,2
/proc/22940/task/22946/stat : 22946 (java) S 22938 22940 22624 0 -1 4202560 888 0 0 0 10 0 0 0 15 0 19 0 371482884 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22947] ppid=22938 vsize=7646200 CPUtime=0.09 cores=0,2
/proc/22940/task/22947/stat : 22947 (java) S 22938 22940 22624 0 -1 4202560 2657 0 0 0 9 0 0 0 15 0 19 0 371482884 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22948] ppid=22938 vsize=7646200 CPUtime=0.13 cores=0,2
/proc/22940/task/22948/stat : 22948 (java) S 22938 22940 22624 0 -1 4202560 1289 0 0 0 13 0 0 0 15 0 19 0 371482884 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22949] ppid=22938 vsize=7646200 CPUtime=0.23 cores=0,2
/proc/22940/task/22949/stat : 22949 (java) S 22938 22940 22624 0 -1 4202560 9974 0 0 0 22 1 0 0 15 0 19 0 371482884 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22950] ppid=22938 vsize=7646200 CPUtime=0.16 cores=0,2
/proc/22940/task/22950/stat : 22950 (java) S 22938 22940 22624 0 -1 4202560 3384 0 0 0 16 0 0 0 15 0 19 0 371482884 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22951] ppid=22938 vsize=7646200 CPUtime=4.4 cores=0,2
/proc/22940/task/22951/stat : 22951 (java) S 22938 22940 22624 0 -1 4202560 10619 0 0 0 439 1 0 0 15 0 19 0 371482885 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 0 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22952] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22952/stat : 22952 (java) S 22938 22940 22624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371482885 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22953] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22953/stat : 22953 (java) S 22938 22940 22624 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371482885 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22961] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22961/stat : 22961 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371482887 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485791153 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22962] ppid=22938 vsize=7646200 CPUtime=0.31 cores=0,2
/proc/22940/task/22962/stat : 22962 (java) S 22938 22940 22624 0 -1 4202560 2937 0 0 0 31 0 0 0 15 0 19 0 371482887 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22963] ppid=22938 vsize=7646200 CPUtime=0.34 cores=0,2
/proc/22940/task/22963/stat : 22963 (java) S 22938 22940 22624 0 -1 4202560 2767 0 0 0 34 0 0 0 15 0 19 0 371482887 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22964] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22964/stat : 22964 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371482887 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22965] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22965/stat : 22965 (java) S 22938 22940 22624 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 371482887 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22983] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22983/stat : 22983 (java) S 22938 22940 22624 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 371482920 7829708800 73716 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.38
Current children cumulated vsize (KiB) 7646200

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 4.09 5/262 23029
/proc/meminfo: memFree=15944604/32950928 swapFree=67111528/67111528
[pid=22940] ppid=22938 vsize=7646200 CPUtime=1243.41 cores=0,2
/proc/22940/stat : 22940 (java) S 22938 22940 22624 0 -1 4202496 83724 0 1 0 124325 16 0 0 25 0 19 0 371482881 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22940/statm: 1911550 80981 2253 9 0 1902288 0
[pid=22940/tid=22942] ppid=22938 vsize=7646200 CPUtime=1236.95 cores=0,2
/proc/22940/task/22942/stat : 22942 (java) R 22938 22940 22624 0 -1 4202560 33755 0 1 0 123687 8 0 0 25 0 19 0 371482882 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 46912505703890 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22940/tid=22943] ppid=22938 vsize=7646200 CPUtime=0.13 cores=0,2
/proc/22940/task/22943/stat : 22943 (java) S 22938 22940 22624 0 -1 4202560 1783 0 0 0 13 0 0 0 15 0 19 0 371482884 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22944] ppid=22938 vsize=7646200 CPUtime=0.17 cores=0,2
/proc/22940/task/22944/stat : 22944 (java) S 22938 22940 22624 0 -1 4202560 5015 0 0 0 17 0 0 0 15 0 19 0 371482884 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22945] ppid=22938 vsize=7646200 CPUtime=0.16 cores=0,2
/proc/22940/task/22945/stat : 22945 (java) S 22938 22940 22624 0 -1 4202560 5202 0 0 0 15 1 0 0 16 0 19 0 371482884 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22946] ppid=22938 vsize=7646200 CPUtime=0.12 cores=0,2
/proc/22940/task/22946/stat : 22946 (java) S 22938 22940 22624 0 -1 4202560 2896 0 0 0 12 0 0 0 16 0 19 0 371482884 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22947] ppid=22938 vsize=7646200 CPUtime=0.09 cores=0,2
/proc/22940/task/22947/stat : 22947 (java) S 22938 22940 22624 0 -1 4202560 2657 0 0 0 9 0 0 0 15 0 19 0 371482884 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22948] ppid=22938 vsize=7646200 CPUtime=0.13 cores=0,2
/proc/22940/task/22948/stat : 22948 (java) S 22938 22940 22624 0 -1 4202560 1289 0 0 0 13 0 0 0 15 0 19 0 371482884 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22949] ppid=22938 vsize=7646200 CPUtime=0.23 cores=0,2
/proc/22940/task/22949/stat : 22949 (java) S 22938 22940 22624 0 -1 4202560 9974 0 0 0 22 1 0 0 15 0 19 0 371482884 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22950] ppid=22938 vsize=7646200 CPUtime=0.16 cores=0,2
/proc/22940/task/22950/stat : 22950 (java) S 22938 22940 22624 0 -1 4202560 3384 0 0 0 16 0 0 0 15 0 19 0 371482884 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22951] ppid=22938 vsize=7646200 CPUtime=4.5 cores=0,2
/proc/22940/task/22951/stat : 22951 (java) S 22938 22940 22624 0 -1 4202560 10839 0 0 0 449 1 0 0 15 0 19 0 371482885 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 0 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22952] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22952/stat : 22952 (java) S 22938 22940 22624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371482885 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22953] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22953/stat : 22953 (java) S 22938 22940 22624 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371482885 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22961] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22961/stat : 22961 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371482887 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485791153 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22962] ppid=22938 vsize=7646200 CPUtime=0.31 cores=0,2
/proc/22940/task/22962/stat : 22962 (java) S 22938 22940 22624 0 -1 4202560 2937 0 0 0 31 0 0 0 15 0 19 0 371482887 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22963] ppid=22938 vsize=7646200 CPUtime=0.34 cores=0,2
/proc/22940/task/22963/stat : 22963 (java) S 22938 22940 22624 0 -1 4202560 2767 0 0 0 34 0 0 0 15 0 19 0 371482887 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22964] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22964/stat : 22964 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371482887 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22965] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22965/stat : 22965 (java) S 22938 22940 22624 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 371482887 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22983] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22983/stat : 22983 (java) S 22938 22940 22624 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 371482920 7829708800 80981 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.41
Current children cumulated vsize (KiB) 7646200



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.02 4.09 3/222 23036
/proc/meminfo: memFree=16123148/32950928 swapFree=67111528/67111528
[pid=22940] ppid=22938 vsize=7646200 CPUtime=1301.13 cores=0,2
/proc/22940/stat : 22940 (java) S 22938 22940 22624 0 -1 4202496 83735 0 1 0 130097 16 0 0 25 0 19 0 371482881 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22940/statm: 1911550 80985 2253 9 0 1902288 0
[pid=22940/tid=22942] ppid=22938 vsize=7646200 CPUtime=1294.5 cores=0,2
/proc/22940/task/22942/stat : 22942 (java) R 22938 22940 22624 0 -1 4202560 33756 0 1 0 129441 9 0 0 25 0 19 0 371482882 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 46912505764476 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22940/tid=22943] ppid=22938 vsize=7646200 CPUtime=0.14 cores=0,2
/proc/22940/task/22943/stat : 22943 (java) S 22938 22940 22624 0 -1 4202560 1785 0 0 0 14 0 0 0 16 0 19 0 371482884 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22944] ppid=22938 vsize=7646200 CPUtime=0.17 cores=0,2
/proc/22940/task/22944/stat : 22944 (java) S 22938 22940 22624 0 -1 4202560 5015 0 0 0 17 0 0 0 15 0 19 0 371482884 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22945] ppid=22938 vsize=7646200 CPUtime=0.18 cores=0,2
/proc/22940/task/22945/stat : 22945 (java) S 22938 22940 22624 0 -1 4202560 5204 0 0 0 17 1 0 0 15 0 19 0 371482884 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22946] ppid=22938 vsize=7646200 CPUtime=0.12 cores=0,2
/proc/22940/task/22946/stat : 22946 (java) S 22938 22940 22624 0 -1 4202560 2896 0 0 0 12 0 0 0 15 0 19 0 371482884 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22947] ppid=22938 vsize=7646200 CPUtime=0.09 cores=0,2
/proc/22940/task/22947/stat : 22947 (java) S 22938 22940 22624 0 -1 4202560 2657 0 0 0 9 0 0 0 16 0 19 0 371482884 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22948] ppid=22938 vsize=7646200 CPUtime=0.13 cores=0,2
/proc/22940/task/22948/stat : 22948 (java) S 22938 22940 22624 0 -1 4202560 1289 0 0 0 13 0 0 0 15 0 19 0 371482884 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22949] ppid=22938 vsize=7646200 CPUtime=0.24 cores=0,2
/proc/22940/task/22949/stat : 22949 (java) S 22938 22940 22624 0 -1 4202560 9974 0 0 0 23 1 0 0 16 0 19 0 371482884 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22950] ppid=22938 vsize=7646200 CPUtime=0.16 cores=0,2
/proc/22940/task/22950/stat : 22950 (java) S 22938 22940 22624 0 -1 4202560 3384 0 0 0 16 0 0 0 15 0 19 0 371482884 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22951] ppid=22938 vsize=7646200 CPUtime=4.65 cores=0,2
/proc/22940/task/22951/stat : 22951 (java) S 22938 22940 22624 0 -1 4202560 10841 0 0 0 464 1 0 0 15 0 19 0 371482885 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 0 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22952] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22952/stat : 22952 (java) S 22938 22940 22624 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371482885 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22953] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22953/stat : 22953 (java) S 22938 22940 22624 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 371482885 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22961] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22961/stat : 22961 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 371482887 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485791153 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22962] ppid=22938 vsize=7646200 CPUtime=0.31 cores=0,2
/proc/22940/task/22962/stat : 22962 (java) S 22938 22940 22624 0 -1 4202560 2937 0 0 0 31 0 0 0 15 0 19 0 371482887 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22963] ppid=22938 vsize=7646200 CPUtime=0.34 cores=0,2
/proc/22940/task/22963/stat : 22963 (java) S 22938 22940 22624 0 -1 4202560 2767 0 0 0 34 0 0 0 15 0 19 0 371482887 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 0 0 0 0
[pid=22940/tid=22964] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22964/stat : 22964 (java) S 22938 22940 22624 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 371482887 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485783449 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22965] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22965/stat : 22965 (java) S 22938 22940 22624 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 371482887 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
[pid=22940/tid=22983] ppid=22938 vsize=7646200 CPUtime=0 cores=0,2
/proc/22940/task/22983/stat : 22983 (java) S 22938 22940 22624 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 371482920 7829708800 80985 33554432000 1073741824 1073778376 140733936133344 18446744073709551615 274485784064 0 4 0 16800975 18446604453862226880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.13
Current children cumulated vsize (KiB) 7646200

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.23
CPU user time (s): 1301.05
CPU system time (s): 0.182972
CPU usage (%): 100.09
Max. virtual memory (cumulated for all children) (KiB): 7647304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.05
system time used= 0.182972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84089
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= 27900
involuntary context switches= 5337

runsolver used 1.9857 second user time and 5.12222 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-12 11:00:32
IDJOB=3190339
IDBENCH=82670
IDSOLVER=1611
FILE ID=node125/3190339-1302598832
RUNJOBID= node125-1302597529-22642
PBS_JOBID= 12958103
Free space on /tmp= 71864 MiB

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

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

MD5SUM BENCH= 2ca6073d25d8d5f2648d590c0edc75c0
RANDOM SEED=131535317

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.74
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16697020 kB
Buffers:        672696 kB
Cached:       15037700 kB
SwapCached:          0 kB
Active:        4867160 kB
Inactive:     10987568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16697020 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8280 kB
Writeback:           0 kB
AnonPages:      143016 kB
Mapped:          22956 kB
Slab:           335016 kB
PageTables:       5476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 14735832 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= 71864 MiB
End job on node125 at 2011-04-12 11:22:14