Trace number 3709878

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.08 1792.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-31-30.opb
MD5SUM583fb36c9cf948cc03f361dd87435bdd
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.018996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables930
Total number of constraints61
Number of constraints which are clauses31
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
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 32
Number of bits of the biggest sum of numbers6
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3709878-1338151202.opb
0.08/0.13	c reading problem ... 
0.08/0.19	c ... done. Wall clock time 0.067s.
0.08/0.19	c declared #vars     930
0.08/0.19	c #constraints  61
0.08/0.19	c constraints type 
0.08/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31
0.08/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.08/0.19	c 61 constraints processed.
1.81/1.55	c cleaning 2504 clauses out of 5009 with flag 5009/5009
4.10/3.72	c cleaning 4249 clauses out of 8498 with flag 11002/11002
6.23/5.89	c cleaning 5623 clauses out of 11247 with flag 18000/18000
9.15/8.76	c cleaning 6813 clauses out of 13626 with flag 26002/26002
12.62/12.12	c cleaning 7905 clauses out of 15816 with flag 35005/35005
16.64/16.11	c cleaning 8948 clauses out of 17906 with flag 45000/45000
21.17/20.68	c cleaning 9977 clauses out of 19959 with flag 56001/56001
25.69/25.14	c cleaning 10992 clauses out of 21983 with flag 68002/68002
31.55/30.94	c cleaning 11992 clauses out of 23990 with flag 81001/81001
37.68/37.03	c cleaning 13008 clauses out of 26019 with flag 95022/95022
44.44/43.78	c cleaning 13992 clauses out of 27990 with flag 110001/110001
51.28/50.52	c cleaning 14996 clauses out of 29997 with flag 126000/126000
62.90/62.14	c cleaning 16001 clauses out of 32005 with flag 143004/143004
73.53/72.75	c cleaning 16996 clauses out of 34008 with flag 161008/161008
84.03/83.12	c cleaning 18003 clauses out of 36005 with flag 180001/180001
94.76/93.90	c cleaning 18994 clauses out of 38007 with flag 200006/200006
106.59/105.61	c cleaning 19999 clauses out of 40009 with flag 221002/221002
119.92/118.96	c cleaning 21000 clauses out of 42009 with flag 243001/243001
134.84/133.88	c cleaning 22011 clauses out of 44026 with flag 266018/266018
146.41/145.39	c cleaning 23001 clauses out of 46001 with flag 290004/290004
166.18/165.03	c cleaning 23993 clauses out of 47997 with flag 315001/315001
189.66/188.49	c cleaning 24996 clauses out of 50003 with flag 341000/341000
210.27/208.98	c cleaning 26000 clauses out of 52008 with flag 368001/368001
232.90/231.56	c cleaning 27004 clauses out of 54008 with flag 396001/396001
253.66/252.28	c cleaning 28005 clauses out of 56016 with flag 425013/425013
278.07/276.58	c cleaning 29009 clauses out of 58017 with flag 455019/455019
301.55/299.99	c cleaning 29993 clauses out of 59989 with flag 486000/486000
336.13/334.46	c cleaning 30997 clauses out of 62000 with flag 518004/518004
359.91/358.19	c cleaning 31998 clauses out of 64001 with flag 551002/551002
391.20/389.38	c cleaning 32994 clauses out of 66002 with flag 585001/585001
419.86/418.00	c cleaning 34008 clauses out of 68028 with flag 620021/620021
450.71/448.76	c cleaning 34998 clauses out of 70001 with flag 656002/656002
483.49/481.43	c cleaning 35995 clauses out of 72001 with flag 693000/693000
519.96/517.81	c cleaning 37002 clauses out of 74009 with flag 731003/731003
566.17/563.95	c cleaning 38002 clauses out of 76006 with flag 770002/770002
615.00/612.69	c cleaning 39003 clauses out of 78010 with flag 810008/810008
659.97/657.58	c cleaning 39997 clauses out of 80000 with flag 851001/851001
692.26/689.76	c cleaning 40995 clauses out of 82003 with flag 893001/893001
738.61/735.89	c cleaning 41998 clauses out of 84007 with flag 936000/936000
784.54/781.62	c cleaning 43013 clauses out of 86031 with flag 980022/980022
830.41/827.35	c cleaning 43992 clauses out of 88001 with flag 1025005/1025005
880.51/877.22	c cleaning 45009 clauses out of 90023 with flag 1071019/1071019
919.07/915.65	c cleaning 45990 clauses out of 92006 with flag 1118011/1118011
978.72/975.05	c cleaning 46989 clauses out of 94005 with flag 1166000/1166000
1022.48/1018.45	c cleaning 48015 clauses out of 96033 with flag 1215017/1215017
1076.97/1072.63	c cleaning 48992 clauses out of 98001 with flag 1265000/1265000
1127.28/1122.76	c cleaning 49998 clauses out of 100010 with flag 1316001/1316001
1181.40/1176.67	c cleaning 51005 clauses out of 102012 with flag 1368001/1368001
1242.52/1237.53	c cleaning 51996 clauses out of 104011 with flag 1421005/1421005
1309.23/1304.06	c cleaning 53003 clauses out of 106013 with flag 1475003/1475003
1369.35/1363.96	c cleaning 54002 clauses out of 108007 with flag 1530000/1530000
1461.46/1455.89	c cleaning 54996 clauses out of 110010 with flag 1586005/1586005
1504.48/1498.63	c cleaning 55999 clauses out of 112012 with flag 1643003/1643003
1578.00/1571.91	c cleaning 57001 clauses out of 114014 with flag 1701004/1701004
1637.18/1630.81	c cleaning 58006 clauses out of 116011 with flag 1760002/1760002
1689.88/1683.27	c cleaning 58998 clauses out of 118003 with flag 1820000/1820000
1742.85/1735.97	c cleaning 60010 clauses out of 120027 with flag 1881022/1881022
1800.08/1792.71	c starts		: 210
1800.08/1792.71	c conflicts		: 1942972
1800.08/1792.71	c decisions		: 2218474
1800.08/1792.71	c propagations		: 68351820
1800.08/1792.71	c inspects		: 11209856870
1800.08/1792.71	c shortcuts		: 0
1800.08/1792.71	c learnt literals	: 0
1800.08/1792.71	c learnt binary clauses	: 0
1800.08/1792.71	c learnt ternary clauses	: 0
1800.08/1792.71	c learnt constraints	: 1942972
1800.08/1792.71	c ignored constraints	: 0
1800.08/1792.71	c root simplifications	: 210
1800.08/1792.71	c removed literals (reason simplification)	: 15897010
1800.08/1792.71	c reason swapping (by a shorter reason)	: 0
1800.08/1792.71	c Calls to reduceDB	: 57
1800.08/1792.71	c number of reductions to clauses (during analyze)	: 0
1800.08/1792.71	c number of learned constraints concerned by reduction	: 0
1800.08/1792.71	c number of learning phase by resolution	: 0
1800.08/1792.71	c number of learning phase by cutting planes	: 0
1800.08/1792.71	c speed (assignments/second)	: 38131.84060589798
1800.08/1792.71	c non guided choices	436
1800.08/1792.74	c learnt constraints type 
1800.08/1792.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121986
1800.08/1792.74	c constraints type 
1800.08/1792.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31
1800.08/1792.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
1800.08/1792.74	c 61 constraints processed.
1800.08/1792.74	s UNKNOWN
1800.08/1792.74	c Total wall clock time (in seconds): 1792.615

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-3709878-1338151202/watcher-3709878-1338151202 -o /tmp/evaluation-result-3709878-1338151202/solver-3709878-1338151202 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709878-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.00 2.00 2.00 3/195 26069
/proc/meminfo: memFree=28328660/32873648 swapFree=6612/6612
[pid=26069] ppid=26067 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26069/stat : 26069 (java) D 26067 26069 22368 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 281244714 9515008 183 33554432000 1073741824 1073778376 140733259312704 140733259303736 212073266869 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/26069/statm: 2323 183 140 9 0 71 0

[startup+0.0235649 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 26069
/proc/meminfo: memFree=28328660/32873648 swapFree=6612/6612
[pid=26069] ppid=26067 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/26069/stat : 26069 (java) S 26067 26069 22368 0 -1 4202496 2131 0 1 0 0 0 0 0 20 0 10 0 281244714 9231130624 2321 33554432000 1073741824 1073778376 140734363506352 140734363497488 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26069/statm: 2253694 2321 1005 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100254 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 26069
/proc/meminfo: memFree=28328660/32873648 swapFree=6612/6612
[pid=26069] ppid=26067 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/26069/stat : 26069 (java) S 26067 26069 22368 0 -1 4202496 4193 0 1 0 7 1 0 0 20 0 18 0 281244714 9787842560 5399 33554432000 1073741824 1073778376 140734363506352 140734363497488 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26069/statm: 2389610 5399 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300225 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 26069
/proc/meminfo: memFree=28328660/32873648 swapFree=6612/6612
[pid=26069] ppid=26067 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/26069/stat : 26069 (java) S 26067 26069 22368 0 -1 4202496 6391 0 1 0 48 2 0 0 20 0 19 0 281244714 9856004096 8466 33554432000 1073741824 1073778376 140734363506352 140734363497488 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26069/statm: 2406251 8466 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625004

[startup+0.700223 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 26069
/proc/meminfo: memFree=28328660/32873648 swapFree=6612/6612
[pid=26069] ppid=26067 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/26069/stat : 26069 (java) S 26067 26069 22368 0 -1 4202496 6407 0 1 0 96 2 0 0 20 0 19 0 281244714 9856004096 10015 33554432000 1073741824 1073778376 140734363506352 140734363497488 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26069/statm: 2406251 10015 2240 9 0 2396937 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9625004

[startup+1.50067 s]
/proc/loadavg: 2.16 2.03 2.01 3/214 26088
/proc/meminfo: memFree=28294664/32873648 swapFree=6612/6612
[pid=26069] ppid=26067 vsize=9625004 CPUtime=1.81 cores=0,2,4,6
/proc/26069/stat : 26069 (java) S 26067 26069 22368 0 -1 4202496 6707 0 1 0 179 2 0 0 20 0 19 0 281244714 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140734363497488 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26069/statm: 2406251 12073 2249 9 0 2396937 0
[pid=26069/tid=26071] ppid=26067 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/26069/task/26071/stat : 26071 (java) R 26067 26069 22368 0 -1 4202560 2523 0 1 0 145 2 0 0 20 0 19 0 281244715 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659692626376 140659525074995 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26072] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26072/stat : 26072 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659654117800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26073] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26073/stat : 26073 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659653065256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26074] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26074/stat : 26074 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659652012200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26069/tid=26075] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26075/stat : 26075 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659650959656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26076] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26076/stat : 26076 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659649907624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26077] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26077/stat : 26077 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659648855080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26078] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26078/stat : 26078 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659647802024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26079] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26079/stat : 26079 (java) S 26067 26069 22368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659646749480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26080] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26080/stat : 26080 (java) S 26067 26069 22368 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281244717 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659516205416 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26081] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26081/stat : 26081 (java) S 26067 26069 22368 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281244718 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659515151736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26082] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26082/stat : 26082 (java) S 26067 26069 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244718 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659514098568 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26083] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26083/stat : 26083 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659513047312 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26084] ppid=26067 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/26069/task/26084/stat : 26084 (java) S 26067 26069 22368 0 -1 4202560 1381 0 0 0 16 0 0 0 20 0 19 0 281244720 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659511995192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26085] ppid=26067 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/26069/task/26085/stat : 26085 (java) S 26067 26069 22368 0 -1 4202560 1607 0 0 0 16 0 0 0 20 0 19 0 281244720 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659510942648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26086] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26086/stat : 26086 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140659509889784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26087] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26087/stat : 26087 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140658501217352 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26088] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26088/stat : 26088 (java) S 26067 26069 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 12073 33554432000 1073741824 1073778376 140734363506352 140658500162600 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9625004

[startup+3.10068 s]
/proc/loadavg: 2.16 2.03 2.01 3/214 26088
/proc/meminfo: memFree=28269468/32873648 swapFree=6612/6612
[pid=26069] ppid=26067 vsize=9625004 CPUtime=3.46 cores=0,2,4,6
/proc/26069/stat : 26069 (java) S 26067 26069 22368 0 -1 4202496 6770 0 1 0 343 3 0 0 20 0 19 0 281244714 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140734363497488 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26069/statm: 2406251 16725 2275 9 0 2396937 0
[pid=26069/tid=26071] ppid=26067 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/26069/task/26071/stat : 26071 (java) R 26067 26069 22368 0 -1 4202560 2527 0 1 0 303 2 0 0 20 0 19 0 281244715 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659692626312 140659525075490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26072] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26072/stat : 26072 (java) S 26067 26069 22368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659654117800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26073] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26073/stat : 26073 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659653065256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26074] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26074/stat : 26074 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659652012200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26069/tid=26075] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26075/stat : 26075 (java) S 26067 26069 22368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659650959656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26076] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26076/stat : 26076 (java) S 26067 26069 22368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659649907624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26077] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26077/stat : 26077 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659648855080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26078] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26078/stat : 26078 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659647802024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26079] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26079/stat : 26079 (java) S 26067 26069 22368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659646749480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26080] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26080/stat : 26080 (java) S 26067 26069 22368 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 281244717 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659516205416 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26081] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26081/stat : 26081 (java) S 26067 26069 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281244718 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659515151736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26082] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26082/stat : 26082 (java) S 26067 26069 22368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281244718 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659514098568 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26083] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26083/stat : 26083 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659513047312 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26084] ppid=26067 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/26069/task/26084/stat : 26084 (java) S 26067 26069 22368 0 -1 4202560 1382 0 0 0 17 0 0 0 20 0 19 0 281244720 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659511995192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26085] ppid=26067 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/26069/task/26085/stat : 26085 (java) S 26067 26069 22368 0 -1 4202560 1611 0 0 0 17 0 0 0 20 0 19 0 281244720 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659510942648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26086] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26086/stat : 26086 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140659509889784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26087] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26087/stat : 26087 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140658501217352 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26088] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26088/stat : 26088 (java) S 26067 26069 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 16725 33554432000 1073741824 1073778376 140734363506352 140658500162600 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 2.15 2.03 2.01 3/214 26088
/proc/meminfo: memFree=28246828/32873648 swapFree=6612/6612
[pid=26069] ppid=26067 vsize=9625004 CPUtime=6.74 cores=0,2,4,6
/proc/26069/stat : 26069 (java) S 26067 26069 22368 0 -1 4202496 6830 0 1 0 669 5 0 0 20 0 19 0 281244714 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140734363497488 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26069/statm: 2406251 25890 2275 9 0 2396937 0
[pid=26069/tid=26071] ppid=26067 vsize=9625004 CPUtime=6.19 cores=0,2,4,6
/proc/26069/task/26071/stat : 26071 (java) R 26067 26069 22368 0 -1 4202560 2532 0 1 0 617 2 0 0 20 0 19 0 281244715 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659692626344 140659525074976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26072] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26072/stat : 26072 (java) S 26067 26069 22368 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659654117800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26069/tid=26073] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26073/stat : 26073 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659653065256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26074] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26074/stat : 26074 (java) S 26067 26069 22368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659652012200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26069/tid=26075] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26075/stat : 26075 (java) S 26067 26069 22368 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659650959656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26076] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26076/stat : 26076 (java) S 26067 26069 22368 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659649907624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26077] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26077/stat : 26077 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659648855080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26078] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26078/stat : 26078 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659647802024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26079] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26079/stat : 26079 (java) S 26067 26069 22368 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281244716 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659646749480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26080] ppid=26067 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26069/task/26080/stat : 26080 (java) S 26067 26069 22368 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 19 0 281244717 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659516205416 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26081] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26081/stat : 26081 (java) S 26067 26069 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281244718 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659515151736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26082] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26082/stat : 26082 (java) S 26067 26069 22368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281244718 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659514098568 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26083] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26083/stat : 26083 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659513047312 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26084] ppid=26067 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/26069/task/26084/stat : 26084 (java) S 26067 26069 22368 0 -1 4202560 1382 0 0 0 19 0 0 0 20 0 19 0 281244720 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659511995192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26085] ppid=26067 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/26069/task/26085/stat : 26085 (java) S 26067 26069 22368 0 -1 4202560 1611 0 0 0 20 0 0 0 20 0 19 0 281244720 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659510942648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26086] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26086/stat : 26086 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140659509889784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26087] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26087/stat : 26087 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140658501217352 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26088] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26088/stat : 26088 (java) S 26067 26069 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 25890 33554432000 1073741824 1073778376 140734363506352 140658500162600 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=26069/tid=26084] ppid=26067 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/26069/task/26084/stat : 26084 (java) S 26067 26069 22368 0 -1 4202560 1382 0 0 0 19 0 0 0 20 0 19 0 281244720 9856004096 220991 33554432000 1073741824 1073778376 140734363506352 140659511995192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26085] ppid=26067 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/26069/task/26085/stat : 26085 (java) S 26067 26069 22368 0 -1 4202560 1613 0 0 0 24 0 0 0 20 0 19 0 281244720 9856004096 220991 33554432000 1073741824 1073778376 140734363506352 140659510942648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26086] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26086/stat : 26086 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 220991 33554432000 1073741824 1073778376 140734363506352 140659509889784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26087] ppid=26067 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/26069/task/26087/stat : 26087 (java) S 26067 26069 22368 0 -1 4202560 99 0 0 0 30 32 0 0 20 0 19 0 281244720 9856004096 220991 33554432000 1073741824 1073778376 140734363506352 140658501217352 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26088] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26088/stat : 26088 (java) S 26067 26069 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 220991 33554432000 1073741824 1073778376 140734363506352 140658500162600 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1729.25
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 26182
/proc/meminfo: memFree=29210468/32873648 swapFree=6612/6612
[pid=26069] ppid=26067 vsize=9625004 CPUtime=1789.54 cores=0,2,4,6
/proc/26069/stat : 26069 (java) S 26067 26069 22368 0 -1 4202496 10338 0 1 0 178846 108 0 0 20 0 19 0 281244714 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140734363497488 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26069/statm: 2406251 219620 2276 9 0 2396937 0
[pid=26069/tid=26071] ppid=26067 vsize=9625004 CPUtime=1771.26 cores=0,2,4,6
/proc/26069/task/26071/stat : 26071 (java) R 26067 26069 22368 0 -1 4202560 2663 0 1 0 177093 33 0 0 20 0 19 0 281244715 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659692625280 140659525191747 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26072] ppid=26067 vsize=9625004 CPUtime=1.29 cores=0,2,4,6
/proc/26069/task/26072/stat : 26072 (java) S 26067 26069 22368 0 -1 4202560 397 0 0 0 118 11 0 0 20 0 19 0 281244716 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659654117800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26069/tid=26073] ppid=26067 vsize=9625004 CPUtime=1.24 cores=0,2,4,6
/proc/26069/task/26073/stat : 26073 (java) S 26067 26069 22368 0 -1 4202560 169 0 0 0 114 10 0 0 20 0 19 0 281244716 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659653065256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26074] ppid=26067 vsize=9625004 CPUtime=1.22 cores=0,2,4,6
/proc/26069/task/26074/stat : 26074 (java) S 26067 26069 22368 0 -1 4202560 184 0 0 0 114 8 0 0 20 0 19 0 281244716 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659652012200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26069/tid=26075] ppid=26067 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/26069/task/26075/stat : 26075 (java) S 26067 26069 22368 0 -1 4202560 215 0 0 0 96 9 0 0 20 0 19 0 281244716 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659650959656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26076] ppid=26067 vsize=9625004 CPUtime=1.11 cores=0,2,4,6
/proc/26069/task/26076/stat : 26076 (java) S 26067 26069 22368 0 -1 4202560 247 0 0 0 104 7 0 0 20 0 19 0 281244716 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659649907624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26077] ppid=26067 vsize=9625004 CPUtime=1.3 cores=0,2,4,6
/proc/26069/task/26077/stat : 26077 (java) S 26067 26069 22368 0 -1 4202560 498 0 0 0 118 12 0 0 20 0 19 0 281244716 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659648855080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26078] ppid=26067 vsize=9625004 CPUtime=1.2 cores=0,2,4,6
/proc/26069/task/26078/stat : 26078 (java) S 26067 26069 22368 0 -1 4202560 508 0 0 0 109 11 0 0 20 0 19 0 281244716 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659647802024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26079] ppid=26067 vsize=9625004 CPUtime=1.18 cores=0,2,4,6
/proc/26069/task/26079/stat : 26079 (java) S 26067 26069 22368 0 -1 4202560 480 0 0 0 107 11 0 0 20 0 19 0 281244716 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659646749480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26080] ppid=26067 vsize=9625004 CPUtime=3.41 cores=0,2,4,6
/proc/26069/task/26080/stat : 26080 (java) S 26067 26069 22368 0 -1 4202560 696 0 0 0 338 3 0 0 20 0 19 0 281244717 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659516205416 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26081] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26081/stat : 26081 (java) S 26067 26069 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281244718 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659515151736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26082] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26082/stat : 26082 (java) S 26067 26069 22368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281244718 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659514098568 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26083] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26083/stat : 26083 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659513047312 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26084] ppid=26067 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/26069/task/26084/stat : 26084 (java) S 26067 26069 22368 0 -1 4202560 1382 0 0 0 19 0 0 0 20 0 19 0 281244720 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659511995192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26085] ppid=26067 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/26069/task/26085/stat : 26085 (java) S 26067 26069 22368 0 -1 4202560 1613 0 0 0 24 0 0 0 20 0 19 0 281244720 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659510942648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26086] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26086/stat : 26086 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140659509889784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26087] ppid=26067 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/26069/task/26087/stat : 26087 (java) S 26067 26069 22368 0 -1 4202560 103 0 0 0 31 33 0 0 20 0 19 0 281244720 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140658501217352 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26088] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26088/stat : 26088 (java) S 26067 26069 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 219620 33554432000 1073741824 1073778376 140734363506352 140658500162600 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.7 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 26182
/proc/meminfo: memFree=29210716/32873648 swapFree=6612/6612
[pid=26069] ppid=26067 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/26069/stat : 26069 (java) S 26067 26069 22368 0 -1 4202496 10390 0 1 0 179900 108 0 0 20 0 19 0 281244714 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140734363497488 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26069/statm: 2406251 219669 2276 9 0 2396937 0
[pid=26069/tid=26071] ppid=26067 vsize=9625004 CPUtime=1781.59 cores=0,2,4,6
/proc/26069/task/26071/stat : 26071 (java) R 26067 26069 22368 0 -1 4202560 2664 0 1 0 178125 34 0 0 20 0 19 0 281244715 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659692625280 140659525191447 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26072] ppid=26067 vsize=9625004 CPUtime=1.31 cores=0,2,4,6
/proc/26069/task/26072/stat : 26072 (java) S 26067 26069 22368 0 -1 4202560 430 0 0 0 120 11 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659654117800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26069/tid=26073] ppid=26067 vsize=9625004 CPUtime=1.25 cores=0,2,4,6
/proc/26069/task/26073/stat : 26073 (java) S 26067 26069 22368 0 -1 4202560 169 0 0 0 115 10 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659653065256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26074] ppid=26067 vsize=9625004 CPUtime=1.24 cores=0,2,4,6
/proc/26069/task/26074/stat : 26074 (java) S 26067 26069 22368 0 -1 4202560 184 0 0 0 116 8 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659652012200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26069/tid=26075] ppid=26067 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/26069/task/26075/stat : 26075 (java) S 26067 26069 22368 0 -1 4202560 215 0 0 0 101 9 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659650959656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26076] ppid=26067 vsize=9625004 CPUtime=1.16 cores=0,2,4,6
/proc/26069/task/26076/stat : 26076 (java) S 26067 26069 22368 0 -1 4202560 247 0 0 0 109 7 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659649907624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26069/tid=26077] ppid=26067 vsize=9625004 CPUtime=1.31 cores=0,2,4,6
/proc/26069/task/26077/stat : 26077 (java) S 26067 26069 22368 0 -1 4202560 498 0 0 0 119 12 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659648855080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26069/tid=26078] ppid=26067 vsize=9625004 CPUtime=1.22 cores=0,2,4,6
/proc/26069/task/26078/stat : 26078 (java) S 26067 26069 22368 0 -1 4202560 508 0 0 0 111 11 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659647802024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26079] ppid=26067 vsize=9625004 CPUtime=1.2 cores=0,2,4,6
/proc/26069/task/26079/stat : 26079 (java) S 26067 26069 22368 0 -1 4202560 480 0 0 0 109 11 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659646749480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26080] ppid=26067 vsize=9625004 CPUtime=3.41 cores=0,2,4,6
/proc/26069/task/26080/stat : 26080 (java) S 26067 26069 22368 0 -1 4202560 714 0 0 0 338 3 0 0 20 0 19 0 281244717 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659516205416 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26081] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26081/stat : 26081 (java) S 26067 26069 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281244718 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659515151736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26082] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26082/stat : 26082 (java) S 26067 26069 22368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281244718 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659514098568 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26083] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26083/stat : 26083 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659513047312 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26084] ppid=26067 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/26069/task/26084/stat : 26084 (java) S 26067 26069 22368 0 -1 4202560 1382 0 0 0 19 0 0 0 20 0 19 0 281244720 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659511995192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26085] ppid=26067 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/26069/task/26085/stat : 26085 (java) S 26067 26069 22368 0 -1 4202560 1613 0 0 0 24 0 0 0 20 0 19 0 281244720 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659510942648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26086] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26086/stat : 26086 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659509889784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26087] ppid=26067 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/26069/task/26087/stat : 26087 (java) S 26067 26069 22368 0 -1 4202560 103 0 0 0 31 33 0 0 20 0 19 0 281244720 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140658501217352 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26088] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26088/stat : 26088 (java) S 26067 26069 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140658500162600 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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

[startup+1792.7 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 26182
/proc/meminfo: memFree=29210716/32873648 swapFree=6612/6612
[pid=26069] ppid=26067 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/26069/stat : 26069 (java) S 26067 26069 22368 0 -1 4202496 10390 0 1 0 179900 108 0 0 20 0 19 0 281244714 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140734363497488 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26069/statm: 2406251 219669 2276 9 0 2396937 0
[pid=26069/tid=26071] ppid=26067 vsize=9625004 CPUtime=1781.59 cores=0,2,4,6
/proc/26069/task/26071/stat : 26071 (java) R 26067 26069 22368 0 -1 4202560 2664 0 1 0 178125 34 0 0 20 0 19 0 281244715 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659692625280 140659525191447 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26072] ppid=26067 vsize=9625004 CPUtime=1.31 cores=0,2,4,6
/proc/26069/task/26072/stat : 26072 (java) S 26067 26069 22368 0 -1 4202560 430 0 0 0 120 11 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659654117800 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26069/tid=26073] ppid=26067 vsize=9625004 CPUtime=1.25 cores=0,2,4,6
/proc/26069/task/26073/stat : 26073 (java) S 26067 26069 22368 0 -1 4202560 169 0 0 0 115 10 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659653065256 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26074] ppid=26067 vsize=9625004 CPUtime=1.24 cores=0,2,4,6
/proc/26069/task/26074/stat : 26074 (java) S 26067 26069 22368 0 -1 4202560 184 0 0 0 116 8 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659652012200 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26069/tid=26075] ppid=26067 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/26069/task/26075/stat : 26075 (java) S 26067 26069 22368 0 -1 4202560 215 0 0 0 101 9 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659650959656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26076] ppid=26067 vsize=9625004 CPUtime=1.16 cores=0,2,4,6
/proc/26069/task/26076/stat : 26076 (java) S 26067 26069 22368 0 -1 4202560 247 0 0 0 109 7 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659649907624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26069/tid=26077] ppid=26067 vsize=9625004 CPUtime=1.31 cores=0,2,4,6
/proc/26069/task/26077/stat : 26077 (java) S 26067 26069 22368 0 -1 4202560 498 0 0 0 119 12 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659648855080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26069/tid=26078] ppid=26067 vsize=9625004 CPUtime=1.22 cores=0,2,4,6
/proc/26069/task/26078/stat : 26078 (java) S 26067 26069 22368 0 -1 4202560 508 0 0 0 111 11 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659647802024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26079] ppid=26067 vsize=9625004 CPUtime=1.2 cores=0,2,4,6
/proc/26069/task/26079/stat : 26079 (java) S 26067 26069 22368 0 -1 4202560 480 0 0 0 109 11 0 0 20 0 19 0 281244716 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659646749480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26080] ppid=26067 vsize=9625004 CPUtime=3.41 cores=0,2,4,6
/proc/26069/task/26080/stat : 26080 (java) S 26067 26069 22368 0 -1 4202560 714 0 0 0 338 3 0 0 20 0 19 0 281244717 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659516205416 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26069/tid=26081] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26081/stat : 26081 (java) S 26067 26069 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281244718 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659515151736 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26082] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26082/stat : 26082 (java) S 26067 26069 22368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281244718 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659514098568 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26083] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26083/stat : 26083 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659513047312 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26084] ppid=26067 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/26069/task/26084/stat : 26084 (java) S 26067 26069 22368 0 -1 4202560 1382 0 0 0 19 0 0 0 20 0 19 0 281244720 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659511995192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26085] ppid=26067 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/26069/task/26085/stat : 26085 (java) S 26067 26069 22368 0 -1 4202560 1613 0 0 0 24 0 0 0 20 0 19 0 281244720 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659510942648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26069/tid=26086] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26086/stat : 26086 (java) S 26067 26069 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281244720 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140659509889784 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26087] ppid=26067 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/26069/task/26087/stat : 26087 (java) S 26067 26069 22368 0 -1 4202560 103 0 0 0 31 33 0 0 20 0 19 0 281244720 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140658501217352 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26069/tid=26088] ppid=26067 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26069/task/26088/stat : 26088 (java) S 26067 26069 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281244734 9856004096 219669 33554432000 1073741824 1073778376 140734363506352 140658500162600 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26069 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=597179
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=634751
# CPU time returned by wait4() is 1796.23
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.75
CPU time (s): 1800.08
CPU user time (s): 1799
CPU system time (s): 1.08
CPU usage (%): 100.409
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.6
system time used= 1.63475
maximum resident set size= 898308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10455
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40221
involuntary context switches= 29746

runsolver used 6.20906 second user time and 15.1637 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 22:40:02
IDJOB=3709878
IDBENCH=2583
IDSOLVER=2289
FILE ID=node148/3709878-1338151202
RUNJOBID= node148-1338138660-24908
PBS_JOBID= 14624498
Free space on /tmp= 71696 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-31-30.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-3709878-1338151202/watcher-3709878-1338151202 -o /tmp/evaluation-result-3709878-1338151202/solver-3709878-1338151202 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709878-1338151202.opb

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

MD5SUM BENCH= 583fb36c9cf948cc03f361dd87435bdd
RANDOM SEED=1658818417

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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.91
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		: 2667.284
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.90
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28328396 kB
Buffers:          293936 kB
Cached:           338164 kB
SwapCached:          576 kB
Active:          3512056 kB
Inactive:         183452 kB
Active(anon):    3054492 kB
Inactive(anon):    11760 kB
Active(file):     457564 kB
Inactive(file):   171692 kB
Unevictable:        6612 kB
Mlocked:            6612 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              1064 kB
Writeback:             4 kB
AnonPages:       3069732 kB
Mapped:            19236 kB
Shmem:                96 kB
Slab:             705020 kB
SReclaimable:     148568 kB
SUnreclaim:       556452 kB
KernelStack:        1608 kB
PageTables:        10284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3508444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3022848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node148 at 2012-05-27 23:09:57