Trace number 3709885

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 PB specific settings 2.3.2 snapshot? (TO) 1800.82 1780.45

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-65-60.opb
MD5SUM6f6d5bf9df98767681bd16885050de4b
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.069988
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3900
Total number of constraints125
Number of constraints which are clauses65
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint65
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3709885-1338151202.opb
0.07/0.13	c reading problem ... 
0.24/0.26	c ... done. Wall clock time 0.133s.
0.24/0.26	c declared #vars     3900
0.24/0.29	c #constraints  125
0.24/0.29	c constraints type 
0.24/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65
0.24/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.24/0.29	c 125 constraints processed.
7.50/7.08	c cleaning 2505 clauses out of 5015 with flag 5015/5015
15.44/14.88	c cleaning 4245 clauses out of 8496 with flag 11001/11001
25.29/24.52	c cleaning 5625 clauses out of 11250 with flag 18000/18000
39.22/38.38	c cleaning 6837 clauses out of 13674 with flag 26049/26049
63.52/62.41	c cleaning 7894 clauses out of 15788 with flag 35000/35000
81.74/80.45	c cleaning 8941 clauses out of 17894 with flag 45000/45000
101.34/99.95	c cleaning 9987 clauses out of 19974 with flag 56021/56021
129.18/127.69	c cleaning 10979 clauses out of 21972 with flag 68006/68006
161.34/159.66	c cleaning 12018 clauses out of 24035 with flag 81048/81048
198.74/196.21	c cleaning 12983 clauses out of 25971 with flag 95002/95002
243.57/240.63	c cleaning 13989 clauses out of 27987 with flag 110001/110001
279.64/276.18	c cleaning 15008 clauses out of 30017 with flag 126020/126020
321.66/317.66	c cleaning 15991 clauses out of 31989 with flag 143000/143000
371.58/367.19	c cleaning 16995 clauses out of 34001 with flag 161003/161003
438.49/433.42	c cleaning 18000 clauses out of 36005 with flag 180002/180002
490.79/485.06	c cleaning 19000 clauses out of 38003 with flag 200000/200000
544.20/537.89	c cleaning 19999 clauses out of 40004 with flag 221001/221001
605.16/598.22	c cleaning 20976 clauses out of 42009 with flag 243005/243005
676.53/668.91	c cleaning 22016 clauses out of 44032 with flag 266004/266004
729.13/720.61	c cleaning 23001 clauses out of 46012 with flag 290000/290000
813.22/803.91	c cleaning 24001 clauses out of 48012 with flag 315001/315001
894.56/884.47	c cleaning 24988 clauses out of 50036 with flag 341026/341026
963.82/952.76	c cleaning 26008 clauses out of 52022 with flag 368000/368000
1050.66/1038.56	c cleaning 27001 clauses out of 54018 with flag 396004/396004
1153.46/1140.20	c cleaning 28004 clauses out of 56014 with flag 425001/425001
1264.13/1249.80	c cleaning 28988 clauses out of 58009 with flag 455000/455000
1363.04/1347.65	c cleaning 30006 clauses out of 60023 with flag 486002/486002
1492.35/1475.86	c cleaning 31009 clauses out of 62020 with flag 518005/518005
1633.63/1615.69	c cleaning 31998 clauses out of 64006 with flag 551000/551000
1787.13/1767.85	c cleaning 33001 clauses out of 66010 with flag 585002/585002
1800.07/1780.41	c starts		: 161
1800.07/1780.41	c conflicts		: 591518
1800.07/1780.41	c decisions		: 782847
1800.07/1780.41	c propagations		: 47079981
1800.07/1780.41	c inspects		: 1689934903
1800.07/1780.41	c shortcuts		: 0
1800.07/1780.41	c learnt literals	: 0
1800.07/1780.41	c learnt binary clauses	: 0
1800.07/1780.41	c learnt ternary clauses	: 0
1800.07/1780.41	c learnt constraints	: 591518
1800.07/1780.41	c ignored constraints	: 0
1800.07/1780.41	c root simplifications	: 161
1800.07/1780.41	c removed literals (reason simplification)	: 6167954
1800.07/1780.41	c reason swapping (by a shorter reason)	: 0
1800.07/1780.41	c Calls to reduceDB	: 30
1800.07/1780.41	c number of reductions to clauses (during analyze)	: 0
1800.07/1780.41	c number of learned constraints concerned by reduction	: 0
1800.07/1780.41	c number of learning phase by resolution	: 0
1800.07/1780.41	c number of learning phase by cutting planes	: 0
1800.07/1780.41	c speed (assignments/second)	: 26447.36225654289
1800.07/1780.41	c non guided choices	1771
1800.07/1780.43	c learnt constraints type 
1800.07/1780.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 39532
1800.07/1780.43	c constraints type 
1800.07/1780.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65
1800.07/1780.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1800.07/1780.43	c 125 constraints processed.
1800.07/1780.43	s UNKNOWN
1800.07/1780.43	c Total wall clock time (in seconds): 1780.299

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3709885-1338151202/watcher-3709885-1338151202 -o /tmp/evaluation-result-3709885-1338151202/solver-3709885-1338151202 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709885-1338151202.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.04 2.05 2.01 3/195 21715
/proc/meminfo: memFree=30723536/32873844 swapFree=7900/7900
[pid=21715] ppid=21713 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/21715/stat : 21715 (runsolver) D 21713 21715 18146 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 281244731 12095488 51 33554432000 4194304 5436572 140736093598272 140736093594568 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/21715/statm: 2953 51 31 304 0 2645 0

[startup+0.0793729 s]
/proc/loadavg: 2.04 2.05 2.01 3/195 21715
/proc/meminfo: memFree=30723536/32873844 swapFree=7900/7900
[pid=21715] ppid=21713 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/21715/stat : 21715 (java) S 21713 21715 18146 0 -1 4202496 3296 0 1 0 4 0 0 0 20 0 18 0 281244731 9787842560 4504 33554432000 1073741824 1073778376 140734574832304 140734574823440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21715/statm: 2389610 4504 1766 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100209 s]
/proc/loadavg: 2.04 2.05 2.01 3/195 21715
/proc/meminfo: memFree=30723536/32873844 swapFree=7900/7900
[pid=21715] ppid=21713 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/21715/stat : 21715 (java) S 21713 21715 18146 0 -1 4202496 3963 0 1 0 7 0 0 0 20 0 18 0 281244731 9787842560 5170 33554432000 1073741824 1073778376 140734574832304 140734574823440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21715/statm: 2389610 5170 2074 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300254 s]
/proc/loadavg: 2.04 2.05 2.01 3/195 21715
/proc/meminfo: memFree=30723536/32873844 swapFree=7900/7900
[pid=21715] ppid=21713 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/21715/stat : 21715 (java) S 21713 21715 18146 0 -1 4202496 5888 0 1 0 44 1 0 0 20 0 19 0 281244731 9856004096 9088 33554432000 1073741824 1073778376 140734574832304 140734574823440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21715/statm: 2406251 9088 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9625004

[startup+0.700221 s]
/proc/loadavg: 2.04 2.05 2.01 3/195 21715
/proc/meminfo: memFree=30723536/32873844 swapFree=7900/7900
[pid=21715] ppid=21713 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/21715/stat : 21715 (java) S 21713 21715 18146 0 -1 4202496 7478 0 1 0 112 1 0 0 20 0 19 0 281244731 9856004096 11104 33554432000 1073741824 1073778376 140734574832304 140734574823440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21715/statm: 2406251 11104 2243 9 0 2396937 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625004

[startup+1.50074 s]
/proc/loadavg: 1.96 2.04 2.00 3/214 21734
/proc/meminfo: memFree=30682756/32873844 swapFree=7900/7900
[pid=21715] ppid=21713 vsize=9625004 CPUtime=1.94 cores=0,2,4,6
/proc/21715/stat : 21715 (java) S 21713 21715 18146 0 -1 4202496 7563 0 1 0 193 1 0 0 20 0 19 0 281244731 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140734574823440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21715/statm: 2406251 13665 2243 9 0 2396937 0
[pid=21715/tid=21717] ppid=21713 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/21715/task/21717/stat : 21717 (java) R 21713 21715 18146 0 -1 4202560 2551 0 1 0 145 0 0 0 20 0 19 0 281244733 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140177135270320 140177008121190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21718] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21718/stat : 21718 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176979245736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21719] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21719/stat : 21719 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176978193192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21720] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21720/stat : 21720 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176977140648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21721] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21721/stat : 21721 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176976088104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21722] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21722/stat : 21722 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176975034536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21723] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21723/stat : 21723 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176973981992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21724] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21724/stat : 21724 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176972929448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21725] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21725/stat : 21725 (java) S 21713 21715 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176971876904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21726] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21726/stat : 21726 (java) S 21713 21715 18146 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281244735 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176959466088 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21727] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21727/stat : 21727 (java) S 21713 21715 18146 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281244736 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176958412408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21728] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21728/stat : 21728 (java) S 21713 21715 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244736 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176957359752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21729] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21729/stat : 21729 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176956308496 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21730] ppid=21713 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/21715/task/21730/stat : 21730 (java) S 21713 21715 18146 0 -1 4202560 2094 0 0 0 25 0 0 0 20 0 19 0 281244738 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176955254840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21731] ppid=21713 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/21715/task/21731/stat : 21731 (java) S 21713 21715 18146 0 -1 4202560 1722 0 0 0 20 0 0 0 20 0 19 0 281244738 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176954202296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21732] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21732/stat : 21732 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176953149944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21733] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21733/stat : 21733 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176952097608 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21734] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21734/stat : 21734 (java) S 21713 21715 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244759 9856004096 13665 33554432000 1073741824 1073778376 140734574832304 140176951043368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625004

[startup+3.10075 s]
/proc/loadavg: 1.96 2.04 2.00 3/214 21734
/proc/meminfo: memFree=30668048/32873844 swapFree=7900/7900
[pid=21715] ppid=21713 vsize=9625004 CPUtime=3.56 cores=0,2,4,6
/proc/21715/stat : 21715 (java) S 21713 21715 18146 0 -1 4202496 7659 0 1 0 354 2 0 0 20 0 19 0 281244731 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140734574823440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21715/statm: 2406251 17249 2243 9 0 2396937 0
[pid=21715/tid=21717] ppid=21713 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/21715/task/21717/stat : 21717 (java) R 21713 21715 18146 0 -1 4202560 2558 0 1 0 304 1 0 0 20 0 19 0 281244733 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140177135272456 140177008121182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21718] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21718/stat : 21718 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176979245736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21719] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21719/stat : 21719 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176978193192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21720] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21720/stat : 21720 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176977140648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21721] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21721/stat : 21721 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176976088104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21722] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21722/stat : 21722 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176975034536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21723] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21723/stat : 21723 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176973981992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21724] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21724/stat : 21724 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176972929448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21725] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21725/stat : 21725 (java) S 21713 21715 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176971876904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21726] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21726/stat : 21726 (java) S 21713 21715 18146 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281244735 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176959466088 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21727] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21727/stat : 21727 (java) S 21713 21715 18146 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281244736 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176958412408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21728] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21728/stat : 21728 (java) S 21713 21715 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244736 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176957359752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21729] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21729/stat : 21729 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176956308496 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21730] ppid=21713 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/21715/task/21730/stat : 21730 (java) S 21713 21715 18146 0 -1 4202560 2183 0 0 0 26 0 0 0 20 0 19 0 281244738 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176955254840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21731] ppid=21713 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/21715/task/21731/stat : 21731 (java) S 21713 21715 18146 0 -1 4202560 1722 0 0 0 20 0 0 0 20 0 19 0 281244738 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176954202296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21732] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21732/stat : 21732 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176953149944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21733] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21733/stat : 21733 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176952097608 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21734] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21734/stat : 21734 (java) S 21713 21715 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244759 9856004096 17249 33554432000 1073741824 1073778376 140734574832304 140176951043368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625004

[startup+6.30075 s]
/proc/loadavg: 1.96 2.04 2.00 3/214 21734
/proc/meminfo: memFree=30641440/32873844 swapFree=7900/7900
[pid=21715] ppid=21713 vsize=9625004 CPUtime=6.8 cores=0,2,4,6
/proc/21715/stat : 21715 (java) S 21713 21715 18146 0 -1 4202496 8342 0 1 0 677 3 0 0 20 0 19 0 281244731 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140734574823440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21715/statm: 2406251 24900 2250 9 0 2396937 0
[pid=21715/tid=21717] ppid=21713 vsize=9625004 CPUtime=6.25 cores=0,2,4,6
/proc/21715/task/21717/stat : 21717 (java) R 21713 21715 18146 0 -1 4202560 2576 0 1 0 624 1 0 0 20 0 19 0 281244733 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140177135270352 140177008134257 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21718] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21718/stat : 21718 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176979245736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21719] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21719/stat : 21719 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176978193192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21720] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21720/stat : 21720 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176977140648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21721] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21721/stat : 21721 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176976088104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21722] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21722/stat : 21722 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176975034536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21723] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21723/stat : 21723 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176973981992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21724] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21724/stat : 21724 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176972929448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21725] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21725/stat : 21725 (java) S 21713 21715 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176971876904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21726] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21726/stat : 21726 (java) S 21713 21715 18146 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281244735 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176959466088 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21727] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21727/stat : 21727 (java) S 21713 21715 18146 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281244736 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176958412408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21728] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21728/stat : 21728 (java) S 21713 21715 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244736 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176957359752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21729] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21729/stat : 21729 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176956308496 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21730] ppid=21713 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/21715/task/21730/stat : 21730 (java) S 21713 21715 18146 0 -1 4202560 2848 0 0 0 30 0 0 0 20 0 19 0 281244738 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176955254840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21731] ppid=21713 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/21715/task/21731/stat : 21731 (java) S 21713 21715 18146 0 -1 4202560 1722 0 0 0 20 0 0 0 20 0 19 0 281244738 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176954202296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21732] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21732/stat : 21732 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176953149944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21733] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21733/stat : 21733 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176952097608 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21734] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21734/stat : 21734 (java) S 21713 21715 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244759 9856004096 24900 33554432000 1073741824 1073778376 140734574832304 140176951043368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=21715/tid=21723] ppid=21713 vsize=9625004 CPUtime=2.92 cores=0,2,4,6
/proc/21715/task/21723/stat : 21723 (java) S 21713 21715 18146 0 -1 4202560 1385 0 0 0 279 13 0 0 20 0 19 0 281244734 9856004096 237090 33554432000 1073741824 1073778376 140734574832304 140176973981992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21724] ppid=21713 vsize=9625004 CPUtime=2.85 cores=0,2,4,6
/proc/21715/task/21724/stat : 21724 (java) S 21713 21715 18146 0 -1 4202560 1239 0 0 0 273 12 0 0 20 0 19 0 281244734 9856004096 237090 33554432000 1073741824 1073778376 140734574832304 140176972929448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21725] ppid=21713 vsize=9625004 CPUtime=3.12 cores=0,2,4,6
/proc/21715/task/21725/stat : 21725 (java) S 21713 21715 18146 0 -1 4202560 969 0 0 0 298 14 0 0 20 0 19 0 281244734 9856004096 237090 33554432000 1073741824 1073778376 140734574832304 140176971876904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21726] ppid=21713 vsize=9625004 CPUtime=2.42 cores=0,2,4,6
/proc/21715/task/21726/stat : 21726 (java) S 21713 21715 18146 0 -1 4202560 1061 0 0 0 235 7 0 0 20 0 19 0 281244735 9856004096 237090 33554432000 1073741824 1073778376 140734574832304 140176959466088 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21727] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21727/stat : 21727 (java) S 21713 21715 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281244736 9856004096 237090 33554432000 1073741824 1073778376 140734574832304 140176958412408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21728] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21728/stat : 21728 (java) S 21713 21715 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281244736 9856004096 237090 33554432000 1073741824 1073778376 140734574832304 140176957359752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21729] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21729/stat : 21729 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 237090 33554432000 1073741824 1073778376 140734574832304 140176956308496 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21730] ppid=21713 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/21715/task/21730/stat : 21730 (java) S 21713 21715 18146 0 -1 4202560 2876 0 0 0 33 0 0 0 20 0 19 0 281244738 9856004096 237090 33554432000 1073741824 1073778376 140734574832304 140176955254840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21731] ppid=21713 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/21715/task/21731/stat : 21731 (java) S 21713 21715 18146 0 -1 4202560 1901 0 0 0 31 0 0 0 20 0 19 0 281244738 9856004096 237090 33554432000 1073741824 1073778376 140734574832304 140176954202296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21732] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21732/stat : 21732 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 237090 33554432000 1073741824 1073778376 140734574832304 140176953149944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21733] ppid=21713 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/21715/task/21733/stat : 21733 (java) S 21713 21715 18146 0 -1 4202560 92 0 0 0 31 30 0 0 20 0 19 0 281244738 9856004096 237090 33554432000 1073741824 1073778376 140734574832304 140176952097608 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21734] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21734/stat : 21734 (java) S 21713 21715 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244759 9856004096 237090 33554432000 1073741824 1073778376 140734574832304 140176951043368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1620.18
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.24 2.07 2.02 3/213 21768
/proc/meminfo: memFree=29173000/32873844 swapFree=7900/7900
[pid=21715] ppid=21713 vsize=9625004 CPUtime=1680.86 cores=0,2,4,6
/proc/21715/stat : 21715 (java) S 21713 21715 18146 0 -1 4202496 22712 0 1 0 167942 144 0 0 20 0 19 0 281244731 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140734574823440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21715/statm: 2406251 235985 2276 9 0 2396937 0
[pid=21715/tid=21717] ppid=21713 vsize=9625004 CPUtime=1652.02 cores=0,2,4,6
/proc/21715/task/21717/stat : 21717 (java) R 21713 21715 18146 0 -1 4202560 3000 0 1 0 165169 33 0 0 20 0 19 0 281244733 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140177135271296 140177008121088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21718] ppid=21713 vsize=9625004 CPUtime=3.42 cores=0,2,4,6
/proc/21715/task/21718/stat : 21718 (java) S 21713 21715 18146 0 -1 4202560 2459 0 0 0 325 17 0 0 20 0 19 0 281244734 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176979245736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21719] ppid=21713 vsize=9625004 CPUtime=3.26 cores=0,2,4,6
/proc/21715/task/21719/stat : 21719 (java) S 21713 21715 18146 0 -1 4202560 1494 0 0 0 309 17 0 0 20 0 19 0 281244734 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176978193192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21720] ppid=21713 vsize=9625004 CPUtime=3.22 cores=0,2,4,6
/proc/21715/task/21720/stat : 21720 (java) S 21713 21715 18146 0 -1 4202560 1808 0 0 0 310 12 0 0 20 0 19 0 281244734 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176977140648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21721] ppid=21713 vsize=9625004 CPUtime=3.12 cores=0,2,4,6
/proc/21715/task/21721/stat : 21721 (java) S 21713 21715 18146 0 -1 4202560 1464 0 0 0 299 13 0 0 20 0 19 0 281244734 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176976088104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21722] ppid=21713 vsize=9625004 CPUtime=3.13 cores=0,2,4,6
/proc/21715/task/21722/stat : 21722 (java) S 21713 21715 18146 0 -1 4202560 1757 0 0 0 300 13 0 0 20 0 19 0 281244734 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176975034536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21723] ppid=21713 vsize=9625004 CPUtime=3.07 cores=0,2,4,6
/proc/21715/task/21723/stat : 21723 (java) S 21713 21715 18146 0 -1 4202560 1385 0 0 0 294 13 0 0 20 0 19 0 281244734 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176973981992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21724] ppid=21713 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/21715/task/21724/stat : 21724 (java) S 21713 21715 18146 0 -1 4202560 1239 0 0 0 284 12 0 0 20 0 19 0 281244734 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176972929448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21725] ppid=21713 vsize=9625004 CPUtime=3.26 cores=0,2,4,6
/proc/21715/task/21725/stat : 21725 (java) S 21713 21715 18146 0 -1 4202560 985 0 0 0 312 14 0 0 20 0 19 0 281244734 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176971876904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21726] ppid=21713 vsize=9625004 CPUtime=2.51 cores=0,2,4,6
/proc/21715/task/21726/stat : 21726 (java) S 21713 21715 18146 0 -1 4202560 1069 0 0 0 244 7 0 0 20 0 19 0 281244735 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176959466088 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21727] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21727/stat : 21727 (java) S 21713 21715 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281244736 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176958412408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21728] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21728/stat : 21728 (java) S 21713 21715 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281244736 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176957359752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21729] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21729/stat : 21729 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176956308496 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21730] ppid=21713 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/21715/task/21730/stat : 21730 (java) S 21713 21715 18146 0 -1 4202560 2876 0 0 0 33 0 0 0 20 0 19 0 281244738 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176955254840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21731] ppid=21713 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/21715/task/21731/stat : 21731 (java) S 21713 21715 18146 0 -1 4202560 1901 0 0 0 31 0 0 0 20 0 19 0 281244738 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176954202296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21732] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21732/stat : 21732 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176953149944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21733] ppid=21713 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/21715/task/21733/stat : 21733 (java) S 21713 21715 18146 0 -1 4202560 94 0 0 0 32 31 0 0 20 0 19 0 281244738 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176952097608 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21734] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21734/stat : 21734 (java) S 21713 21715 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244759 9856004096 235985 33554432000 1073741824 1073778376 140734574832304 140176951043368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1680.86
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.16 2.07 2.02 3/212 21827
/proc/meminfo: memFree=29909608/32873844 swapFree=7900/7900
[pid=21715] ppid=21713 vsize=9625004 CPUtime=1741.32 cores=0,2,4,6
/proc/21715/stat : 21715 (java) S 21713 21715 18146 0 -1 4202496 22730 0 1 0 173987 145 0 0 20 0 19 0 281244731 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140734574823440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21715/statm: 2406251 234976 2276 9 0 2396937 0
[pid=21715/tid=21717] ppid=21713 vsize=9625004 CPUtime=1711.84 cores=0,2,4,6
/proc/21715/task/21717/stat : 21717 (java) R 21713 21715 18146 0 -1 4202560 3009 0 1 0 171150 34 0 0 20 0 19 0 281244733 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140177135271296 140177008121088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21718] ppid=21713 vsize=9625004 CPUtime=3.49 cores=0,2,4,6
/proc/21715/task/21718/stat : 21718 (java) S 21713 21715 18146 0 -1 4202560 2460 0 0 0 332 17 0 0 20 0 19 0 281244734 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176979245736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21719] ppid=21713 vsize=9625004 CPUtime=3.33 cores=0,2,4,6
/proc/21715/task/21719/stat : 21719 (java) S 21713 21715 18146 0 -1 4202560 1494 0 0 0 316 17 0 0 20 0 19 0 281244734 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176978193192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21720] ppid=21713 vsize=9625004 CPUtime=3.31 cores=0,2,4,6
/proc/21715/task/21720/stat : 21720 (java) S 21713 21715 18146 0 -1 4202560 1808 0 0 0 319 12 0 0 20 0 19 0 281244734 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176977140648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21721] ppid=21713 vsize=9625004 CPUtime=3.18 cores=0,2,4,6
/proc/21715/task/21721/stat : 21721 (java) S 21713 21715 18146 0 -1 4202560 1464 0 0 0 305 13 0 0 20 0 19 0 281244734 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176976088104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21722] ppid=21713 vsize=9625004 CPUtime=3.22 cores=0,2,4,6
/proc/21715/task/21722/stat : 21722 (java) S 21713 21715 18146 0 -1 4202560 1757 0 0 0 309 13 0 0 20 0 19 0 281244734 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176975034536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21723] ppid=21713 vsize=9625004 CPUtime=3.18 cores=0,2,4,6
/proc/21715/task/21723/stat : 21723 (java) S 21713 21715 18146 0 -1 4202560 1385 0 0 0 305 13 0 0 20 0 19 0 281244734 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176973981992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21724] ppid=21713 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/21715/task/21724/stat : 21724 (java) S 21713 21715 18146 0 -1 4202560 1239 0 0 0 290 12 0 0 20 0 19 0 281244734 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176972929448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21725] ppid=21713 vsize=9625004 CPUtime=3.34 cores=0,2,4,6
/proc/21715/task/21725/stat : 21725 (java) S 21713 21715 18146 0 -1 4202560 985 0 0 0 320 14 0 0 20 0 19 0 281244734 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176971876904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21726] ppid=21713 vsize=9625004 CPUtime=2.52 cores=0,2,4,6
/proc/21715/task/21726/stat : 21726 (java) S 21713 21715 18146 0 -1 4202560 1073 0 0 0 244 8 0 0 20 0 19 0 281244735 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176959466088 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21727] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21727/stat : 21727 (java) S 21713 21715 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281244736 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176958412408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21728] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21728/stat : 21728 (java) S 21713 21715 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281244736 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176957359752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21729] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21729/stat : 21729 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176956308496 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21730] ppid=21713 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/21715/task/21730/stat : 21730 (java) S 21713 21715 18146 0 -1 4202560 2876 0 0 0 33 0 0 0 20 0 19 0 281244738 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176955254840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21731] ppid=21713 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/21715/task/21731/stat : 21731 (java) S 21713 21715 18146 0 -1 4202560 1901 0 0 0 31 0 0 0 20 0 19 0 281244738 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176954202296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21732] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21732/stat : 21732 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176953149944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21733] ppid=21713 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/21715/task/21733/stat : 21733 (java) S 21713 21715 18146 0 -1 4202560 98 0 0 0 34 33 0 0 20 0 19 0 281244738 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176952097608 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21734] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21734/stat : 21734 (java) S 21713 21715 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244759 9856004096 234976 33554432000 1073741824 1073778376 140734574832304 140176951043368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1741.32
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.4 s]
/proc/loadavg: 2.10 2.07 2.02 3/213 21828
/proc/meminfo: memFree=29746132/32873844 swapFree=7900/7900
[pid=21715] ppid=21713 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/21715/stat : 21715 (java) S 21713 21715 18146 0 -1 4202496 22919 0 1 0 179859 148 0 0 20 0 19 0 281244731 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140734574823440 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21715/statm: 2406251 246937 2276 9 0 2396937 0
[pid=21715/tid=21717] ppid=21713 vsize=9625004 CPUtime=1769.4 cores=0,2,4,6
/proc/21715/task/21717/stat : 21717 (java) R 21713 21715 18146 0 -1 4202560 3022 0 1 0 176906 34 0 0 20 0 19 0 281244733 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140177135271296 140177008121174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21718] ppid=21713 vsize=9625004 CPUtime=3.63 cores=0,2,4,6
/proc/21715/task/21718/stat : 21718 (java) S 21713 21715 18146 0 -1 4202560 2468 0 0 0 346 17 0 0 20 0 19 0 281244734 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176979245736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21719] ppid=21713 vsize=9625004 CPUtime=3.44 cores=0,2,4,6
/proc/21715/task/21719/stat : 21719 (java) S 21713 21715 18146 0 -1 4202560 1497 0 0 0 327 17 0 0 20 0 19 0 281244734 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176978193192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21720] ppid=21713 vsize=9625004 CPUtime=3.41 cores=0,2,4,6
/proc/21715/task/21720/stat : 21720 (java) S 21713 21715 18146 0 -1 4202560 1810 0 0 0 329 12 0 0 20 0 19 0 281244734 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176977140648 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21721] ppid=21713 vsize=9625004 CPUtime=3.3 cores=0,2,4,6
/proc/21715/task/21721/stat : 21721 (java) S 21713 21715 18146 0 -1 4202560 1464 0 0 0 317 13 0 0 20 0 19 0 281244734 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176976088104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21722] ppid=21713 vsize=9625004 CPUtime=3.35 cores=0,2,4,6
/proc/21715/task/21722/stat : 21722 (java) S 21713 21715 18146 0 -1 4202560 1772 0 0 0 321 14 0 0 20 0 19 0 281244734 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176975034536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21723] ppid=21713 vsize=9625004 CPUtime=3.28 cores=0,2,4,6
/proc/21715/task/21723/stat : 21723 (java) S 21713 21715 18146 0 -1 4202560 1390 0 0 0 314 14 0 0 20 0 19 0 281244734 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176973981992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21724] ppid=21713 vsize=9625004 CPUtime=3.11 cores=0,2,4,6
/proc/21715/task/21724/stat : 21724 (java) S 21713 21715 18146 0 -1 4202560 1245 0 0 0 298 13 0 0 20 0 19 0 281244734 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176972929448 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21725] ppid=21713 vsize=9625004 CPUtime=3.46 cores=0,2,4,6
/proc/21715/task/21725/stat : 21725 (java) S 21713 21715 18146 0 -1 4202560 985 0 0 0 332 14 0 0 20 0 19 0 281244734 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176971876904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21726] ppid=21713 vsize=9625004 CPUtime=2.8 cores=0,2,4,6
/proc/21715/task/21726/stat : 21726 (java) S 21713 21715 18146 0 -1 4202560 1206 0 0 0 272 8 0 0 20 0 19 0 281244735 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176959466088 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21715/tid=21727] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21727/stat : 21727 (java) S 21713 21715 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281244736 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176958412408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21728] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21728/stat : 21728 (java) S 21713 21715 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281244736 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176957359752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21729] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21729/stat : 21729 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176956308496 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21730] ppid=21713 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/21715/task/21730/stat : 21730 (java) S 21713 21715 18146 0 -1 4202560 2876 0 0 0 33 0 0 0 20 0 19 0 281244738 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176955254840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21731] ppid=21713 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/21715/task/21731/stat : 21731 (java) S 21713 21715 18146 0 -1 4202560 1901 0 0 0 31 0 0 0 20 0 19 0 281244738 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176954202296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21715/tid=21732] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21732/stat : 21732 (java) S 21713 21715 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244738 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176953149944 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21715/tid=21733] ppid=21713 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/21715/task/21733/stat : 21733 (java) S 21713 21715 18146 0 -1 4202560 102 0 0 0 35 33 0 0 20 0 19 0 281244738 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176952097608 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21715/tid=21734] ppid=21713 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21715/task/21734/stat : 21734 (java) S 21713 21715 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244759 9856004096 246937 33554432000 1073741824 1073778376 140734574832304 140176951043368 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

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): 1780.45
CPU time (s): 1800.82
CPU user time (s): 1798.78
CPU system time (s): 2.04169
CPU usage (%): 101.144
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 2.04169
maximum resident set size= 987896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22958
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51123
involuntary context switches= 59560

runsolver used 5.78012 second user time and 15.2047 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 22:40:02
IDJOB=3709885
IDBENCH=2581
IDSOLVER=2289
FILE ID=node137/3709885-1338151202
RUNJOBID= node137-1338140231-20453
PBS_JOBID= 14624475
Free space on /tmp= 71492 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-65-60.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709885-1338151202/watcher-3709885-1338151202 -o /tmp/evaluation-result-3709885-1338151202/solver-3709885-1338151202 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709885-1338151202.opb

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

MD5SUM BENCH= 6f6d5bf9df98767681bd16885050de4b
RANDOM SEED=449850426

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30723800 kB
Buffers:          329332 kB
Cached:           576040 kB
SwapCached:        20904 kB
Active:          1177500 kB
Inactive:         126580 kB
Active(anon):     376944 kB
Inactive(anon):    23688 kB
Active(file):     800556 kB
Inactive(file):   102892 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67082664 kB
Dirty:               944 kB
Writeback:             0 kB
AnonPages:        386960 kB
Mapped:            18028 kB
Shmem:                 0 kB
Slab:             704464 kB
SReclaimable:     145928 kB
SUnreclaim:       558536 kB
KernelStack:        1600 kB
PageTables:         4688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     699712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71492 MiB
End job on node137 at 2012-05-27 23:09:44