Trace number 3717986

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 2012-05-28? (TO) 1800.02 1796.44

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06-30reduc_wcsp.wbo
MD5SUM83352c08e9e644ee4de360a67fac8960
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables771
Total number of constraints19461
Number of soft constraints19380
Number of constraints which are clauses19380
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Top cost 2088
Min constraint cost 1
Max constraint cost 2088
Sum of constraints costs 5475303
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120528
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3717986-1338257607.wbo
0.08/0.12	c reading problem ... 
0.93/0.53	c ... done. Wall clock time 0.409s.
0.93/0.53	c declared #vars     771
0.93/0.53	c internal #vars     20151
0.93/0.53	c #constraints  19543
0.93/0.53	c constraints type 
0.93/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19209
0.93/0.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
0.93/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 252
0.93/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.93/0.53	c 19543 constraints processed.
0.93/0.53	c objective function length is 19380 literals
3.79/2.74	c cleaning 2501 clauses out of 5001 with flag 16112/5001
7.20/5.96	c cleaning 4246 clauses out of 8498 with flag 41413/11000
11.61/9.95	c cleaning 5617 clauses out of 11252 with flag 76991/18000
16.73/14.66	c cleaning 6809 clauses out of 13635 with flag 113540/26000
21.99/19.88	c cleaning 7912 clauses out of 15828 with flag 165681/35002
27.89/25.73	c cleaning 8955 clauses out of 17915 with flag 222597/45001
34.29/32.11	c cleaning 9977 clauses out of 19959 with flag 279505/56000
41.40/39.23	c cleaning 10986 clauses out of 21982 with flag 343522/68000
49.11/46.99	c cleaning 11992 clauses out of 23998 with flag 414081/81002
57.31/55.11	c cleaning 12993 clauses out of 26005 with flag 488832/95001
66.14/63.98	c cleaning 13999 clauses out of 28011 with flag 572029/110000
75.24/73.04	c cleaning 15000 clauses out of 30012 with flag 653677/126000
85.45/83.25	c cleaning 16001 clauses out of 32012 with flag 741883/143000
96.15/93.99	c cleaning 16990 clauses out of 34011 with flag 847869/161000
107.49/105.25	c cleaning 17999 clauses out of 36021 with flag 950938/180000
119.90/117.67	c cleaning 19003 clauses out of 38022 with flag 1062827/200000
133.02/130.79	c cleaning 19993 clauses out of 40019 with flag 1176630/221000
147.14/144.81	c cleaning 20989 clauses out of 42026 with flag 1307421/243000
161.36/159.07	c cleaning 22013 clauses out of 44037 with flag 1435851/266000
175.79/173.41	c cleaning 23008 clauses out of 46024 with flag 1562124/290000
191.01/188.69	c cleaning 23998 clauses out of 48017 with flag 1710881/315001
207.14/204.72	c cleaning 25003 clauses out of 50019 with flag 1865639/341001
224.06/221.60	c cleaning 26003 clauses out of 52016 with flag 2021174/368001
241.28/238.82	c cleaning 26999 clauses out of 54014 with flag 2166033/396002
259.12/256.63	c cleaning 27988 clauses out of 56013 with flag 2320960/425000
277.94/275.46	c cleaning 29009 clauses out of 58025 with flag 2499514/455000
298.77/296.26	c cleaning 29992 clauses out of 60017 with flag 2688040/486001
318.61/316.01	c cleaning 30983 clauses out of 62028 with flag 2861708/518004
339.43/336.81	c cleaning 32019 clauses out of 64042 with flag 3065749/551001
360.53/357.92	c cleaning 32992 clauses out of 66022 with flag 3259602/585000
381.73/379.13	c cleaning 33990 clauses out of 68030 with flag 3459664/620000
402.64/400.00	c cleaning 35006 clauses out of 70040 with flag 3649637/656000
425.65/423.08	c cleaning 36006 clauses out of 72034 with flag 3850007/693000
449.35/446.73	c cleaning 36995 clauses out of 74028 with flag 4061635/731000
473.66/471.02	c cleaning 38001 clauses out of 76033 with flag 4300226/770000
498.98/496.33	c cleaning 39008 clauses out of 78034 with flag 4524081/810002
525.90/523.21	c cleaning 40008 clauses out of 80024 with flag 4736898/851000
551.91/549.28	c cleaning 40994 clauses out of 82016 with flag 4985560/893000
577.63/574.97	c cleaning 42005 clauses out of 84022 with flag 5241130/936000
602.94/600.29	c cleaning 42985 clauses out of 86017 with flag 5490963/980000
628.78/626.07	c cleaning 44009 clauses out of 88035 with flag 5750524/1025003
655.02/652.21	c cleaning 45004 clauses out of 90023 with flag 6017346/1071000
681.33/678.54	c cleaning 46000 clauses out of 92022 with flag 6296851/1118003
709.26/706.45	c cleaning 46998 clauses out of 94019 with flag 6572062/1166001
737.79/734.98	c cleaning 47998 clauses out of 96021 with flag 6801320/1215001
767.50/764.60	c cleaning 48996 clauses out of 98022 with flag 7041760/1265000
798.63/795.78	c cleaning 50003 clauses out of 100027 with flag 7324625/1316001
830.98/828.02	c cleaning 50986 clauses out of 102024 with flag 7616231/1368001
864.03/861.01	c cleaning 52008 clauses out of 104037 with flag 7923983/1421000
897.97/894.95	c cleaning 53008 clauses out of 106030 with flag 8240843/1475001
932.89/929.87	c cleaning 54005 clauses out of 108021 with flag 8542318/1530000
969.10/966.01	c cleaning 54987 clauses out of 110016 with flag 8857903/1586000
1005.13/1002.06	c cleaning 56006 clauses out of 112029 with flag 9191931/1643000
1041.53/1038.45	c cleaning 56994 clauses out of 114023 with flag 9540263/1701000
1080.25/1077.18	c cleaning 58006 clauses out of 116032 with flag 9880536/1760003
1114.87/1111.78	c cleaning 58982 clauses out of 118024 with flag 10215910/1820001
1146.89/1143.74	c cleaning 60003 clauses out of 120041 with flag 10572179/1881000
1178.21/1175.07	c cleaning 61005 clauses out of 122040 with flag 10920962/1943002
1211.23/1208.01	c cleaning 61990 clauses out of 124033 with flag 11294724/2006000
1242.76/1239.51	c cleaning 63018 clauses out of 126044 with flag 11676667/2070001
1282.88/1279.68	c cleaning 63996 clauses out of 128025 with flag 12056047/2135000
1324.35/1321.03	c cleaning 65007 clauses out of 130029 with flag 12423459/2201000
1369.17/1365.89	c cleaning 66003 clauses out of 132024 with flag 12753453/2268002
1416.33/1412.99	c cleaning 67002 clauses out of 134021 with flag 13115137/2336002
1461.06/1457.68	c cleaning 67987 clauses out of 136017 with flag 13505017/2405000
1506.36/1502.94	c cleaning 69004 clauses out of 138030 with flag 13909571/2475000
1551.39/1547.98	c cleaning 69999 clauses out of 140026 with flag 14307690/2546000
1597.81/1594.38	c cleaning 71002 clauses out of 142027 with flag 14722499/2618000
1644.73/1641.21	c cleaning 71996 clauses out of 144025 with flag 15136020/2691000
1691.64/1688.12	c cleaning 73006 clauses out of 146030 with flag 15572769/2765001
1738.95/1735.45	c cleaning 73989 clauses out of 148023 with flag 15991737/2840000
1789.89/1786.40	c cleaning 75012 clauses out of 150034 with flag 16443206/2916000
1800.02/1796.41	c starts		: 231
1800.02/1796.41	c conflicts		: 2931462
1800.02/1796.41	c decisions		: 7266413
1800.02/1796.41	c propagations		: 3883056631
1800.02/1796.41	c inspects		: 1878515969
1800.02/1796.41	c shortcuts		: 0
1800.02/1796.41	c learnt literals	: 2
1800.02/1796.41	c learnt binary clauses	: 19
1800.02/1796.41	c learnt ternary clauses	: 495
1800.02/1796.41	c learnt constraints	: 2931460
1800.02/1796.41	c ignored constraints	: 0
1800.02/1796.41	c root simplifications	: 0
1800.02/1796.41	c removed literals (reason simplification)	: 0
1800.02/1796.41	c reason swapping (by a shorter reason)	: 0
1800.02/1796.41	c Calls to reduceDB	: 72
1800.02/1796.41	c Number of update (reduction) of LBD	: 823648
1800.02/1796.41	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.41	c number of learned constraints concerned by reduction	: 0
1800.02/1796.41	c number of learning phase by resolution	: 0
1800.02/1796.41	c number of learning phase by cutting planes	: 0
1800.02/1796.41	c speed (assignments/second)	: 2162302.6606013933
1800.02/1796.41	c non guided choices	276
1800.02/1796.44	c learnt constraints type 
1800.02/1796.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
1800.02/1796.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90494
1800.02/1796.44	c constraints type 
1800.02/1796.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19209
1800.02/1796.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
1800.02/1796.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 252
1800.02/1796.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.02/1796.44	c 19543 constraints processed.
1800.02/1796.44	s UNKNOWN
1800.02/1796.44	c Total wall clock time (in seconds): 1796.313

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-3717986-1338257607/watcher-3717986-1338257607 -o /tmp/evaluation-result-3717986-1338257607/solver-3717986-1338257607 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3717986-1338257607.wbo 

running on 4 cores: 1,3,5,7

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.16 2.03 2.01 3/192 29411
/proc/meminfo: memFree=30385016/32873844 swapFree=6088/6088
[pid=29411] ppid=29409 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29411/stat : 29411 (java) R 29409 29411 23595 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 291889090 9515008 182 33554432000 1073741824 1073778376 140733860571952 140733860562984 226329706165 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29411/statm: 2323 182 140 9 0 71 0

[startup+0.0234269 s]
/proc/loadavg: 2.16 2.03 2.01 3/192 29411
/proc/meminfo: memFree=30385016/32873844 swapFree=6088/6088
[pid=29411] ppid=29409 vsize=8949240 CPUtime=0 cores=1,3,5,7
/proc/29411/stat : 29411 (java) S 29409 29411 23595 0 -1 4202496 2021 0 1 0 0 0 0 0 20 0 10 0 291889090 9164021760 1703 33554432000 1073741824 1073778376 140733669000112 140733668991248 226333065277 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29411/statm: 2237310 1703 951 9 0 2228419 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8949240

[startup+0.10031 s]
/proc/loadavg: 2.16 2.03 2.01 3/192 29411
/proc/meminfo: memFree=30385016/32873844 swapFree=6088/6088
[pid=29411] ppid=29409 vsize=9558416 CPUtime=0.08 cores=1,3,5,7
/proc/29411/stat : 29411 (java) S 29409 29411 23595 0 -1 4202496 4192 0 1 0 7 1 0 0 20 0 18 0 291889090 9787817984 4883 33554432000 1073741824 1073778376 140733669000112 140733668991248 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29411/statm: 2389604 4886 2072 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558416

[startup+0.300301 s]
/proc/loadavg: 2.16 2.03 2.01 3/192 29411
/proc/meminfo: memFree=30385016/32873844 swapFree=6088/6088
[pid=29411] ppid=29409 vsize=9558416 CPUtime=0.44 cores=1,3,5,7
/proc/29411/stat : 29411 (java) S 29409 29411 23595 0 -1 4202496 5356 0 1 0 43 1 0 0 20 0 18 0 291889090 9787817984 7878 33554432000 1073741824 1073778376 140733669000112 140733668991248 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29411/statm: 2389604 7878 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558416

[startup+0.700325 s]
/proc/loadavg: 2.16 2.03 2.01 3/192 29411
/proc/meminfo: memFree=30385016/32873844 swapFree=6088/6088
[pid=29411] ppid=29409 vsize=9624980 CPUtime=1.45 cores=1,3,5,7
/proc/29411/stat : 29411 (java) S 29409 29411 23595 0 -1 4202496 11130 0 1 0 142 3 0 0 20 0 19 0 291889090 9855979520 22045 33554432000 1073741824 1073778376 140733669000112 140733668991248 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29411/statm: 2406245 22045 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9624980

[startup+1.50065 s]
/proc/loadavg: 2.16 2.03 2.01 4/211 29430
/proc/meminfo: memFree=30304796/32873844 swapFree=6088/6088
[pid=29411] ppid=29409 vsize=9624980 CPUtime=2.57 cores=1,3,5,7
/proc/29411/stat : 29411 (java) S 29409 29411 23595 0 -1 4202496 11465 0 1 0 254 3 0 0 20 0 19 0 291889090 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140733668991248 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29411/statm: 2406245 22148 2256 9 0 2396937 0
[pid=29411/tid=29413] ppid=29409 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/29411/task/29413/stat : 29413 (java) R 29409 29411 23595 0 -1 4202560 2539 0 1 0 144 2 0 0 20 0 19 0 291889091 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689506210264 140689446718721 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29414] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29414/stat : 29414 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689444940456 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29415] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29415/stat : 29415 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689443887912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29416] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29416/stat : 29416 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689442835368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29411/tid=29417] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29417/stat : 29417 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689441782824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29418] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29418/stat : 29418 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689440729256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29419] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29419/stat : 29419 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689439676712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29420] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29420/stat : 29420 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689343723944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29421] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29421/stat : 29421 (java) S 29409 29411 23595 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689342671400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29422] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29422/stat : 29422 (java) S 29409 29411 23595 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291889094 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689330473576 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29423] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29423/stat : 29423 (java) S 29409 29411 23595 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291889094 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689329419896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29424] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29424/stat : 29424 (java) S 29409 29411 23595 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291889094 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689328367240 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29425] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29425/stat : 29425 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689327315984 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29426] ppid=29409 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/29411/task/29426/stat : 29426 (java) S 29409 29411 23595 0 -1 4202560 4583 0 0 0 56 0 0 0 20 0 19 0 291889097 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689326262328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29427] ppid=29409 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/29411/task/29427/stat : 29427 (java) S 29409 29411 23595 0 -1 4202560 3145 0 0 0 50 0 0 0 20 0 19 0 291889097 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689325209784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29428] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29428/stat : 29428 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689324157432 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29429] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29429/stat : 29429 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689323105096 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29430] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29430/stat : 29430 (java) S 29409 29411 23595 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291889152 9855979520 22148 33554432000 1073741824 1073778376 140733669000112 140689322050856 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9624980

[startup+3.10064 s]
/proc/loadavg: 2.16 2.03 2.01 3/211 29430
/proc/meminfo: memFree=30302376/32873844 swapFree=6088/6088
[pid=29411] ppid=29409 vsize=9624980 CPUtime=4.3 cores=1,3,5,7
/proc/29411/stat : 29411 (java) S 29409 29411 23595 0 -1 4202496 11555 0 1 0 425 5 0 0 20 0 19 0 291889090 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140733668991248 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29411/statm: 2406245 29370 2283 9 0 2396937 0
[pid=29411/tid=29413] ppid=29409 vsize=9624980 CPUtime=2.99 cores=1,3,5,7
/proc/29411/task/29413/stat : 29413 (java) R 29409 29411 23595 0 -1 4202560 2545 0 1 0 297 2 0 0 20 0 19 0 291889091 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689506210152 140689446758746 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29414] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29414/stat : 29414 (java) S 29409 29411 23595 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689444940456 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29415] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29415/stat : 29415 (java) S 29409 29411 23595 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689443887912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29416] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29416/stat : 29416 (java) S 29409 29411 23595 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689442835368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29411/tid=29417] ppid=29409 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/29411/task/29417/stat : 29417 (java) S 29409 29411 23595 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 291889093 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689441782824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29418] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29418/stat : 29418 (java) S 29409 29411 23595 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689440729256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29419] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29419/stat : 29419 (java) S 29409 29411 23595 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689439676712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29411/tid=29420] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29420/stat : 29420 (java) S 29409 29411 23595 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689343723944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29421] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29421/stat : 29421 (java) S 29409 29411 23595 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689342671400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29422] ppid=29409 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/29411/task/29422/stat : 29422 (java) S 29409 29411 23595 0 -1 4202560 36 0 0 0 2 0 0 0 20 0 19 0 291889094 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689330473576 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29423] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29423/stat : 29423 (java) S 29409 29411 23595 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291889094 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689329419896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29424] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29424/stat : 29424 (java) S 29409 29411 23595 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291889094 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689328367240 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29425] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29425/stat : 29425 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689327315984 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29426] ppid=29409 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/29411/task/29426/stat : 29426 (java) S 29409 29411 23595 0 -1 4202560 4592 0 0 0 58 0 0 0 20 0 19 0 291889097 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689326262328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29427] ppid=29409 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/29411/task/29427/stat : 29427 (java) S 29409 29411 23595 0 -1 4202560 3150 0 0 0 53 0 0 0 20 0 19 0 291889097 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689325209784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29428] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29428/stat : 29428 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689324157432 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29429] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29429/stat : 29429 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689323105096 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29430] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29430/stat : 29430 (java) S 29409 29411 23595 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291889152 9855979520 29370 33554432000 1073741824 1073778376 140733669000112 140689322050856 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9624980

[startup+6.30082 s]
/proc/loadavg: 2.63 2.13 2.04 5/211 29430
/proc/meminfo: memFree=30275132/32873844 swapFree=6088/6088
[pid=29411] ppid=29409 vsize=9624980 CPUtime=7.95 cores=1,3,5,7
/proc/29411/stat : 29411 (java) S 29409 29411 23595 0 -1 4202496 17648 0 1 0 789 6 0 0 20 0 19 0 291889090 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140733668991248 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29411/statm: 2406245 32262 2283 9 0 2396937 0
[pid=29411/tid=29413] ppid=29409 vsize=9624980 CPUtime=6.14 cores=1,3,5,7
/proc/29411/task/29413/stat : 29413 (java) R 29409 29411 23595 0 -1 4202560 2548 0 1 0 612 2 0 0 20 0 19 0 291889091 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689506210064 140689446758746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29414] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29414/stat : 29414 (java) S 29409 29411 23595 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689444940456 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29415] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29415/stat : 29415 (java) S 29409 29411 23595 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689443887912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29416] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29416/stat : 29416 (java) S 29409 29411 23595 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689442835368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29411/tid=29417] ppid=29409 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/29411/task/29417/stat : 29417 (java) S 29409 29411 23595 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 291889093 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689441782824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29418] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29418/stat : 29418 (java) S 29409 29411 23595 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689440729256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29419] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29419/stat : 29419 (java) S 29409 29411 23595 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689439676712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29411/tid=29420] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29420/stat : 29420 (java) S 29409 29411 23595 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689343723944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29411/tid=29421] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29421/stat : 29421 (java) S 29409 29411 23595 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291889093 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689342671400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29422] ppid=29409 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/29411/task/29422/stat : 29422 (java) S 29409 29411 23595 0 -1 4202560 36 0 0 0 6 0 0 0 20 0 19 0 291889094 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689330473576 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29423] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29423/stat : 29423 (java) S 29409 29411 23595 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291889094 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689329419896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29424] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29424/stat : 29424 (java) S 29409 29411 23595 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291889094 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689328367240 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29425] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29425/stat : 29425 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689327315984 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29426] ppid=29409 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/29411/task/29426/stat : 29426 (java) S 29409 29411 23595 0 -1 4202560 4593 0 0 0 67 0 0 0 20 0 19 0 291889097 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689326262328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29427] ppid=29409 vsize=9624980 CPUtime=0.88 cores=1,3,5,7
/proc/29411/task/29427/stat : 29427 (java) R 29409 29411 23595 0 -1 4202560 9235 0 0 0 87 1 0 0 20 0 19 0 291889097 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689325186264 140689508818614 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29428] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29428/stat : 29428 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689324157432 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29429] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29429/stat : 29429 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689323105096 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29430] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29430/stat : 29430 (java) S 29409 29411 23595 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291889152 9855979520 32262 33554432000 1073741824 1073778376 140733669000112 140689322050856 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

[pid=29411/tid=29426] ppid=29409 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/29411/task/29426/stat : 29426 (java) S 29409 29411 23595 0 -1 4202560 4594 0 0 0 69 0 0 0 20 0 19 0 291889097 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689326262328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29427] ppid=29409 vsize=9624980 CPUtime=1.43 cores=1,3,5,7
/proc/29411/task/29427/stat : 29427 (java) S 29409 29411 23595 0 -1 4202560 13264 0 0 0 141 2 0 0 20 0 19 0 291889097 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689325209784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29428] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29428/stat : 29428 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689324157432 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29429] ppid=29409 vsize=9624980 CPUtime=0.34 cores=1,3,5,7
/proc/29411/task/29429/stat : 29429 (java) S 29409 29411 23595 0 -1 4202560 95 0 0 0 20 14 0 0 20 0 19 0 291889097 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689323105096 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29430] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29430/stat : 29430 (java) S 29409 29411 23595 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291889152 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689322050856 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1665.84
Current children cumulated vsize (KiB) 9624980

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/211 29503
/proc/meminfo: memFree=30205800/32873844 swapFree=6088/6088
[pid=29411] ppid=29409 vsize=9624980 CPUtime=1725.85 cores=1,3,5,7
/proc/29411/stat : 29411 (java) S 29409 29411 23595 0 -1 4202496 22310 0 1 0 172567 18 0 0 20 0 19 0 291889090 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140733668991248 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29411/statm: 2406245 43905 2284 9 0 2396937 0
[pid=29411/tid=29413] ppid=29409 vsize=9624980 CPUtime=1713.35 cores=1,3,5,7
/proc/29411/task/29413/stat : 29413 (java) R 29409 29411 23595 0 -1 4202560 2616 0 1 0 171307 28 0 0 20 0 19 0 291889091 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689506210064 140689446829344 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29414] ppid=29409 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/29411/task/29414/stat : 29414 (java) S 29409 29411 23595 0 -1 4202560 35 0 0 0 24 1 0 0 20 0 19 0 291889093 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689444940456 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29415] ppid=29409 vsize=9624980 CPUtime=0.3 cores=1,3,5,7
/proc/29411/task/29415/stat : 29415 (java) S 29409 29411 23595 0 -1 4202560 42 0 0 0 30 0 0 0 20 0 19 0 291889093 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689443887912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29411/tid=29416] ppid=29409 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/29411/task/29416/stat : 29416 (java) S 29409 29411 23595 0 -1 4202560 34 0 0 0 27 0 0 0 20 0 19 0 291889093 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689442835368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29417] ppid=29409 vsize=9624980 CPUtime=0.3 cores=1,3,5,7
/proc/29411/task/29417/stat : 29417 (java) S 29409 29411 23595 0 -1 4202560 109 0 0 0 30 0 0 0 20 0 19 0 291889093 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689441782824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29418] ppid=29409 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/29411/task/29418/stat : 29418 (java) S 29409 29411 23595 0 -1 4202560 31 0 0 0 25 0 0 0 20 0 19 0 291889093 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689440729256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29419] ppid=29409 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/29411/task/29419/stat : 29419 (java) S 29409 29411 23595 0 -1 4202560 90 0 0 0 27 1 0 0 20 0 19 0 291889093 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689439676712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29420] ppid=29409 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/29411/task/29420/stat : 29420 (java) S 29409 29411 23595 0 -1 4202560 40 0 0 0 25 0 0 0 20 0 19 0 291889093 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689343723944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29421] ppid=29409 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/29411/task/29421/stat : 29421 (java) S 29409 29411 23595 0 -1 4202560 36 0 0 0 25 0 0 0 20 0 19 0 291889093 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689342671400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29411/tid=29422] ppid=29409 vsize=9624980 CPUtime=3.8 cores=1,3,5,7
/proc/29411/task/29422/stat : 29422 (java) S 29409 29411 23595 0 -1 4202560 135 0 0 0 380 0 0 0 20 0 19 0 291889094 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689330473576 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29423] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29423/stat : 29423 (java) S 29409 29411 23595 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291889094 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689329419896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29424] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29424/stat : 29424 (java) S 29409 29411 23595 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291889094 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689328367240 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29425] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29425/stat : 29425 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689327315984 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29426] ppid=29409 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/29411/task/29426/stat : 29426 (java) S 29409 29411 23595 0 -1 4202560 4594 0 0 0 69 0 0 0 20 0 19 0 291889097 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689326262328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29427] ppid=29409 vsize=9624980 CPUtime=1.43 cores=1,3,5,7
/proc/29411/task/29427/stat : 29427 (java) S 29409 29411 23595 0 -1 4202560 13264 0 0 0 141 2 0 0 20 0 19 0 291889097 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689325209784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29428] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29428/stat : 29428 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689324157432 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29429] ppid=29409 vsize=9624980 CPUtime=0.35 cores=1,3,5,7
/proc/29411/task/29429/stat : 29429 (java) S 29409 29411 23595 0 -1 4202560 99 0 0 0 21 14 0 0 20 0 19 0 291889097 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689323105096 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29430] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29430/stat : 29430 (java) S 29409 29411 23595 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291889152 9855979520 43905 33554432000 1073741824 1073778376 140733669000112 140689322050856 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.85
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/211 29504
/proc/meminfo: memFree=30205800/32873844 swapFree=6088/6088
[pid=29411] ppid=29409 vsize=9624980 CPUtime=1785.89 cores=1,3,5,7
/proc/29411/stat : 29411 (java) S 29409 29411 23595 0 -1 4202496 22322 0 1 0 178570 19 0 0 20 0 19 0 291889090 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140733668991248 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29411/statm: 2406245 43910 2284 9 0 2396937 0
[pid=29411/tid=29413] ppid=29409 vsize=9624980 CPUtime=1773.12 cores=1,3,5,7
/proc/29411/task/29413/stat : 29413 (java) R 29409 29411 23595 0 -1 4202560 2617 0 1 0 177284 28 0 0 20 0 19 0 291889091 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689506210064 140689446718837 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29414] ppid=29409 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/29411/task/29414/stat : 29414 (java) S 29409 29411 23595 0 -1 4202560 35 0 0 0 24 1 0 0 20 0 19 0 291889093 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689444940456 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29415] ppid=29409 vsize=9624980 CPUtime=0.3 cores=1,3,5,7
/proc/29411/task/29415/stat : 29415 (java) S 29409 29411 23595 0 -1 4202560 42 0 0 0 30 0 0 0 20 0 19 0 291889093 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689443887912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29411/tid=29416] ppid=29409 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/29411/task/29416/stat : 29416 (java) S 29409 29411 23595 0 -1 4202560 34 0 0 0 28 0 0 0 20 0 19 0 291889093 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689442835368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29417] ppid=29409 vsize=9624980 CPUtime=0.3 cores=1,3,5,7
/proc/29411/task/29417/stat : 29417 (java) S 29409 29411 23595 0 -1 4202560 109 0 0 0 30 0 0 0 20 0 19 0 291889093 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689441782824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29418] ppid=29409 vsize=9624980 CPUtime=0.26 cores=1,3,5,7
/proc/29411/task/29418/stat : 29418 (java) S 29409 29411 23595 0 -1 4202560 31 0 0 0 26 0 0 0 20 0 19 0 291889093 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689440729256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29419] ppid=29409 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/29411/task/29419/stat : 29419 (java) S 29409 29411 23595 0 -1 4202560 93 0 0 0 27 1 0 0 20 0 19 0 291889093 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689439676712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29420] ppid=29409 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/29411/task/29420/stat : 29420 (java) S 29409 29411 23595 0 -1 4202560 40 0 0 0 25 0 0 0 20 0 19 0 291889093 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689343723944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29421] ppid=29409 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/29411/task/29421/stat : 29421 (java) S 29409 29411 23595 0 -1 4202560 38 0 0 0 25 0 0 0 20 0 19 0 291889093 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689342671400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29411/tid=29422] ppid=29409 vsize=9624980 CPUtime=3.86 cores=1,3,5,7
/proc/29411/task/29422/stat : 29422 (java) S 29409 29411 23595 0 -1 4202560 137 0 0 0 386 0 0 0 20 0 19 0 291889094 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689330473576 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29423] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29423/stat : 29423 (java) S 29409 29411 23595 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291889094 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689329419896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29424] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29424/stat : 29424 (java) S 29409 29411 23595 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291889094 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689328367240 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29425] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29425/stat : 29425 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689327315984 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29426] ppid=29409 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/29411/task/29426/stat : 29426 (java) S 29409 29411 23595 0 -1 4202560 4594 0 0 0 69 0 0 0 20 0 19 0 291889097 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689326262328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29427] ppid=29409 vsize=9624980 CPUtime=1.43 cores=1,3,5,7
/proc/29411/task/29427/stat : 29427 (java) S 29409 29411 23595 0 -1 4202560 13264 0 0 0 141 2 0 0 20 0 19 0 291889097 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689325209784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29428] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29428/stat : 29428 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689324157432 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29429] ppid=29409 vsize=9624980 CPUtime=0.38 cores=1,3,5,7
/proc/29411/task/29429/stat : 29429 (java) S 29409 29411 23595 0 -1 4202560 103 0 0 0 23 15 0 0 20 0 19 0 291889097 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689323105096 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29430] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29430/stat : 29430 (java) S 29409 29411 23595 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291889152 9855979520 43910 33554432000 1073741824 1073778376 140733669000112 140689322050856 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.89
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/211 29504
/proc/meminfo: memFree=30205676/32873844 swapFree=6088/6088
[pid=29411] ppid=29409 vsize=9624980 CPUtime=1800.02 cores=1,3,5,7
/proc/29411/stat : 29411 (java) S 29409 29411 23595 0 -1 4202496 22332 0 1 0 179983 19 0 0 20 0 19 0 291889090 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140733668991248 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29411/statm: 2406245 43917 2284 9 0 2396937 0
[pid=29411/tid=29413] ppid=29409 vsize=9624980 CPUtime=1787.1 cores=1,3,5,7
/proc/29411/task/29413/stat : 29413 (java) R 29409 29411 23595 0 -1 4202560 2618 0 1 0 178681 29 0 0 20 0 19 0 291889091 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689506210064 140689446779554 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29414] ppid=29409 vsize=9624980 CPUtime=0.26 cores=1,3,5,7
/proc/29411/task/29414/stat : 29414 (java) S 29409 29411 23595 0 -1 4202560 35 0 0 0 25 1 0 0 20 0 19 0 291889093 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689444940456 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29415] ppid=29409 vsize=9624980 CPUtime=0.31 cores=1,3,5,7
/proc/29411/task/29415/stat : 29415 (java) S 29409 29411 23595 0 -1 4202560 42 0 0 0 31 0 0 0 20 0 19 0 291889093 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689443887912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29411/tid=29416] ppid=29409 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/29411/task/29416/stat : 29416 (java) S 29409 29411 23595 0 -1 4202560 37 0 0 0 28 0 0 0 20 0 19 0 291889093 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689442835368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29417] ppid=29409 vsize=9624980 CPUtime=0.3 cores=1,3,5,7
/proc/29411/task/29417/stat : 29417 (java) S 29409 29411 23595 0 -1 4202560 109 0 0 0 30 0 0 0 20 0 19 0 291889093 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689441782824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29418] ppid=29409 vsize=9624980 CPUtime=0.26 cores=1,3,5,7
/proc/29411/task/29418/stat : 29418 (java) S 29409 29411 23595 0 -1 4202560 31 0 0 0 26 0 0 0 20 0 19 0 291889093 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689440729256 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29419] ppid=29409 vsize=9624980 CPUtime=0.29 cores=1,3,5,7
/proc/29411/task/29419/stat : 29419 (java) S 29409 29411 23595 0 -1 4202560 95 0 0 0 28 1 0 0 20 0 19 0 291889093 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689439676712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29420] ppid=29409 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/29411/task/29420/stat : 29420 (java) S 29409 29411 23595 0 -1 4202560 40 0 0 0 25 0 0 0 20 0 19 0 291889093 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689343723944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29421] ppid=29409 vsize=9624980 CPUtime=0.26 cores=1,3,5,7
/proc/29411/task/29421/stat : 29421 (java) S 29409 29411 23595 0 -1 4202560 40 0 0 0 26 0 0 0 20 0 19 0 291889093 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689342671400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29422] ppid=29409 vsize=9624980 CPUtime=3.95 cores=1,3,5,7
/proc/29411/task/29422/stat : 29422 (java) S 29409 29411 23595 0 -1 4202560 139 0 0 0 395 0 0 0 20 0 19 0 291889094 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689330473576 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29423] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29423/stat : 29423 (java) S 29409 29411 23595 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291889094 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689329419896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29424] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29424/stat : 29424 (java) S 29409 29411 23595 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291889094 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689328367240 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29425] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29425/stat : 29425 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689327315984 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29426] ppid=29409 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/29411/task/29426/stat : 29426 (java) S 29409 29411 23595 0 -1 4202560 4594 0 0 0 69 0 0 0 20 0 19 0 291889097 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689326262328 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29427] ppid=29409 vsize=9624980 CPUtime=1.43 cores=1,3,5,7
/proc/29411/task/29427/stat : 29427 (java) S 29409 29411 23595 0 -1 4202560 13264 0 0 0 141 2 0 0 20 0 19 0 291889097 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689325209784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29411/tid=29428] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29428/stat : 29428 (java) S 29409 29411 23595 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291889097 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689324157432 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29411/tid=29429] ppid=29409 vsize=9624980 CPUtime=0.38 cores=1,3,5,7
/proc/29411/task/29429/stat : 29429 (java) S 29409 29411 23595 0 -1 4202560 103 0 0 0 23 15 0 0 20 0 19 0 291889097 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689323105096 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29411/tid=29430] ppid=29409 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/29411/task/29430/stat : 29430 (java) S 29409 29411 23595 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291889152 9855979520 43917 33554432000 1073741824 1073778376 140733669000112 140689322050856 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624980

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29411 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=479045
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=621905
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.44
CPU time (s): 1800.02
CPU user time (s): 1799.83
CPU system time (s): 0.19
CPU usage (%): 100.199
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.48
system time used= 0.621905
maximum resident set size= 175784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22363
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39985
involuntary context switches= 7663

runsolver used 6.579 second user time and 13.6939 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-29 04:13:27
IDJOB=3717986
IDBENCH=79571
IDSOLVER=2301
FILE ID=node110/3717986-1338257607
RUNJOBID= node110-1338248661-26152
PBS_JOBID= 14624626
Free space on /tmp= 71656 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen06-30reduc_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717986-1338257607/watcher-3717986-1338257607 -o /tmp/evaluation-result-3717986-1338257607/solver-3717986-1338257607 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3717986-1338257607.wbo

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

MD5SUM BENCH= 83352c08e9e644ee4de360a67fac8960
RANDOM SEED=1439409401

node110.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.893
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.78
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.893
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.893
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.893
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.893
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.92
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.893
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.893
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.893
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:        30385280 kB
Buffers:          362020 kB
Cached:           704196 kB
SwapCached:          144 kB
Active:          1191764 kB
Inactive:         457412 kB
Active(anon):     572936 kB
Inactive(anon):    12496 kB
Active(file):     618828 kB
Inactive(file):   444916 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108008 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:        591208 kB
Mapped:            22356 kB
Shmem:               196 kB
Slab:             696412 kB
SReclaimable:     138744 kB
SUnreclaim:       557668 kB
KernelStack:        1592 kB
PageTables:         5008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1071808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    561152 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= 71652 MiB
End job on node110 at 2012-05-29 04:43:25