Trace number 3687203

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.58 1796.35

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21ls.opb
MD5SUM3d28f31cd61cfb39466f429c599fdb4f
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark10.7814
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.11	c See www.sat4j.org for details.
0.05/0.11	c version 2.3.2.v20120418
0.05/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.11	c java.vm.version	19.1-b02
0.05/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.11	c sun.arch.data.model	64
0.05/0.11	c java.version		1.6.0_24
0.05/0.11	c os.name		Linux
0.05/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.11	c os.arch		amd64
0.05/0.11	c Free memory 		501472288
0.05/0.11	c Max memory 		7480803328
0.05/0.11	c Total memory 		504102912
0.05/0.11	c Number of processors 	8
0.05/0.14	c Pseudo Boolean Optimization by upper bound
0.05/0.14	c --- Begin Solver configuration ---
0.05/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.05/0.14	c Learn all clauses as in MiniSAT
0.05/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.14	c No reason simplification
0.05/0.14	c Armin Biere (Picosat) restarts strategy
0.05/0.14	c Glucose learned constraints deletion strategy
0.05/0.14	c timeout=2147483s
0.05/0.14	c DB Simplification allowed=false
0.05/0.14	c c --- End Solver configuration ---
0.05/0.14	c solving HOME/instance-3687203-1337871884.opb
0.05/0.14	c reading problem ... 
0.20/0.23	c ... done. Wall clock time 0.098s.
0.20/0.23	c declared #vars     428
0.20/0.23	c #constraints  644
0.20/0.23	c constraints type 
0.20/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 132
0.20/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.20/0.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 222
0.20/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 288
0.20/0.23	c 644 constraints processed.
0.93/0.65	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1.40/1.01	c cleaning 4251 clauses out of 8504 with flag 11003/11003
1.80/1.43	c cleaning 5624 clauses out of 11250 with flag 18000/18000
2.31/1.92	c cleaning 6807 clauses out of 13626 with flag 26000/26000
2.96/2.55	c cleaning 7906 clauses out of 15820 with flag 35001/35001
3.67/3.27	c cleaning 8959 clauses out of 17917 with flag 45004/45004
4.57/4.14	c cleaning 9970 clauses out of 19956 with flag 56002/56002
5.49/5.09	c cleaning 10990 clauses out of 21987 with flag 68003/68003
6.70/6.25	c cleaning 11996 clauses out of 23996 with flag 81002/81002
7.92/7.46	c cleaning 12999 clauses out of 25999 with flag 95001/95001
9.35/8.84	c cleaning 13997 clauses out of 27999 with flag 110000/110000
10.85/10.38	c cleaning 14981 clauses out of 30002 with flag 126000/126000
12.66/12.15	c cleaning 16007 clauses out of 32021 with flag 143000/143000
14.78/14.29	c cleaning 17004 clauses out of 34014 with flag 161000/161000
16.99/16.50	c cleaning 17995 clauses out of 36011 with flag 180001/180001
19.20/18.62	c cleaning 19004 clauses out of 38018 with flag 200003/200003
21.81/21.20	c cleaning 20001 clauses out of 40014 with flag 221003/221003
25.13/24.52	c cleaning 20999 clauses out of 42011 with flag 243001/243001
28.34/27.70	c cleaning 21996 clauses out of 44011 with flag 266000/266000
31.95/31.37	c cleaning 22999 clauses out of 46015 with flag 290000/290000
36.27/35.62	c cleaning 23993 clauses out of 48016 with flag 315000/315000
39.88/39.20	c cleaning 24991 clauses out of 50025 with flag 341002/341002
43.91/43.27	c cleaning 25998 clauses out of 52032 with flag 368000/368000
48.32/47.64	c cleaning 26994 clauses out of 54036 with flag 396002/396002
53.54/52.86	c cleaning 28012 clauses out of 56041 with flag 425001/425001
59.17/58.47	c cleaning 29000 clauses out of 58029 with flag 455001/455001
65.09/64.33	c cleaning 30010 clauses out of 60029 with flag 486001/486001
71.20/70.40	c cleaning 30997 clauses out of 62018 with flag 518000/518000
77.83/77.06	c cleaning 32001 clauses out of 64021 with flag 551000/551000
84.26/83.40	c cleaning 33004 clauses out of 66020 with flag 585000/585000
91.78/90.95	c cleaning 34002 clauses out of 68017 with flag 620001/620001
99.69/98.81	c cleaning 34992 clauses out of 70015 with flag 656001/656001
107.65/106.77	c cleaning 36010 clauses out of 72023 with flag 693001/693001
115.97/115.04	c cleaning 36999 clauses out of 74012 with flag 731000/731000
124.19/123.22	c cleaning 38002 clauses out of 76015 with flag 770002/770002
132.81/131.88	c cleaning 38995 clauses out of 78012 with flag 810001/810001
141.73/140.76	c cleaning 40005 clauses out of 80019 with flag 851003/851003
151.76/150.74	c cleaning 40989 clauses out of 82011 with flag 893000/893000
162.38/161.33	c cleaning 41997 clauses out of 84022 with flag 936000/936000
172.31/171.24	c cleaning 43004 clauses out of 86029 with flag 980004/980004
182.56/181.43	c cleaning 44002 clauses out of 88021 with flag 1025000/1025000
194.38/193.26	c cleaning 44999 clauses out of 90021 with flag 1071002/1071002
204.53/203.39	c cleaning 46001 clauses out of 92020 with flag 1118000/1118000
215.05/213.88	c cleaning 46994 clauses out of 94019 with flag 1166000/1166000
226.55/225.40	c cleaning 48000 clauses out of 96025 with flag 1215000/1215000
239.72/238.48	c cleaning 49001 clauses out of 98025 with flag 1265000/1265000
253.06/251.74	c cleaning 49999 clauses out of 100024 with flag 1316000/1316000
268.36/266.97	c cleaning 51004 clauses out of 102025 with flag 1368000/1368000
283.31/281.84	c cleaning 52004 clauses out of 104023 with flag 1421002/1421002
298.34/296.85	c cleaning 53002 clauses out of 106018 with flag 1475001/1475001
314.58/313.03	c cleaning 53990 clauses out of 108015 with flag 1530000/1530000
333.31/331.74	c cleaning 55004 clauses out of 110025 with flag 1586000/1586000
352.84/351.20	c cleaning 56001 clauses out of 112021 with flag 1643000/1643000
372.08/370.45	c cleaning 57001 clauses out of 114021 with flag 1701001/1701001
391.43/389.74	c cleaning 58002 clauses out of 116021 with flag 1760002/1760002
411.46/409.74	c cleaning 58996 clauses out of 118018 with flag 1820001/1820001
431.61/429.83	c cleaning 60002 clauses out of 120021 with flag 1881000/1881000
455.72/453.91	c cleaning 60998 clauses out of 122020 with flag 1943001/1943001
479.56/477.78	c cleaning 62002 clauses out of 124023 with flag 2006002/2006002
500.81/498.92	c cleaning 62986 clauses out of 126019 with flag 2070000/2070000
525.54/523.69	c cleaning 64010 clauses out of 128034 with flag 2135001/2135001
545.20/543.22	c cleaning 64992 clauses out of 130024 with flag 2201001/2201001
565.44/563.46	c cleaning 65995 clauses out of 132031 with flag 2268000/2268000
587.09/585.02	c cleaning 67003 clauses out of 134036 with flag 2336000/2336000
611.63/609.50	c cleaning 68004 clauses out of 136033 with flag 2405000/2405000
640.88/638.76	c cleaning 69004 clauses out of 138029 with flag 2475000/2475000
669.44/667.27	c cleaning 70003 clauses out of 140026 with flag 2546001/2546001
701.16/698.92	c cleaning 71001 clauses out of 142023 with flag 2618001/2618001
734.18/731.94	c cleaning 72000 clauses out of 144021 with flag 2691000/2691000
770.25/767.91	c cleaning 73004 clauses out of 146022 with flag 2765001/2765001
805.00/802.61	c cleaning 74006 clauses out of 148019 with flag 2840002/2840002
846.64/844.27	c cleaning 74999 clauses out of 150013 with flag 2916002/2916002
885.63/883.12	c cleaning 75998 clauses out of 152015 with flag 2993003/2993003
928.08/925.54	c cleaning 76993 clauses out of 154014 with flag 3071000/3071000
969.88/967.27	c cleaning 77998 clauses out of 156021 with flag 3150000/3150000
1014.08/1011.30	c cleaning 78996 clauses out of 158023 with flag 3230000/3230000
1054.91/1052.16	c cleaning 80000 clauses out of 160028 with flag 3311001/3311001
1091.83/1089.09	c cleaning 81008 clauses out of 162027 with flag 3393000/3393000
1131.65/1128.88	c cleaning 82001 clauses out of 164019 with flag 3476000/3476000
1180.11/1177.24	c cleaning 83000 clauses out of 166018 with flag 3560000/3560000
1225.26/1222.34	c cleaning 84005 clauses out of 168019 with flag 3645001/3645001
1274.12/1271.10	c cleaning 85000 clauses out of 170013 with flag 3731000/3731000
1323.18/1320.16	c cleaning 85999 clauses out of 172015 with flag 3818002/3818002
1376.07/1372.92	c cleaning 87000 clauses out of 174014 with flag 3906000/3906000
1428.52/1425.31	c cleaning 87998 clauses out of 176014 with flag 3995000/3995000
1482.48/1479.29	c cleaning 88982 clauses out of 178017 with flag 4085001/4085001
1537.16/1533.81	c cleaning 90012 clauses out of 180040 with flag 4176006/4176006
1597.34/1593.91	c cleaning 91002 clauses out of 182022 with flag 4268000/4268000
1654.68/1651.21	c cleaning 92006 clauses out of 184021 with flag 4361001/4361001
1712.27/1708.78	c cleaning 93000 clauses out of 186016 with flag 4455002/4455002
1767.12/1763.53	c cleaning 93993 clauses out of 188015 with flag 4550001/4550001
1800.02/1796.31	c starts		: 269
1800.02/1796.31	c conflicts		: 4614375
1800.02/1796.31	c decisions		: 10551011
1800.02/1796.31	c propagations		: 160382669
1800.02/1796.31	c inspects		: 22134296159
1800.02/1796.31	c shortcuts		: 0
1800.02/1796.31	c learnt literals	: 0
1800.02/1796.31	c learnt binary clauses	: 0
1800.02/1796.31	c learnt ternary clauses	: 0
1800.02/1796.31	c learnt constraints	: 4614375
1800.02/1796.31	c ignored constraints	: 0
1800.02/1796.31	c root simplifications	: 0
1800.02/1796.31	c removed literals (reason simplification)	: 0
1800.02/1796.31	c reason swapping (by a shorter reason)	: 0
1800.02/1796.31	c Calls to reduceDB	: 91
1800.02/1796.31	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.31	c number of learned constraints concerned by reduction	: 0
1800.02/1796.31	c number of learning phase by resolution	: 0
1800.02/1796.31	c number of learning phase by cutting planes	: 0
1800.02/1796.31	c speed (assignments/second)	: 89296.1120263775
1800.02/1796.31	c non guided choices	52
1800.02/1796.34	c learnt constraints type 
1800.02/1796.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 158426
1800.02/1796.35	c constraints type 
1800.02/1796.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 132
1800.02/1796.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.02/1796.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 222
1800.02/1796.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 288
1800.02/1796.35	c 644 constraints processed.
1800.02/1796.35	s UNKNOWN
1800.02/1796.35	c Total wall clock time (in seconds): 1796.21

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

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: 0.08 0.02 0.01 3/194 23551
/proc/meminfo: memFree=28957048/32873648 swapFree=7372/7372
[pid=23551] ppid=23549 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/23551/stat : 23551 (runsolver) D 23549 23551 23489 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 253314427 12095488 55 33554432000 4194304 5436572 140735398426688 140735398422568 5057063 0 0 4096 24578 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 2953 55 36 304 0 2645 0

[startup+0.023144 s]
/proc/loadavg: 0.08 0.02 0.01 3/194 23551
/proc/meminfo: memFree=28957048/32873648 swapFree=7372/7372
[pid=23551] ppid=23549 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/23551/stat : 23551 (java) S 23549 23551 23489 0 -1 4202496 1368 0 0 0 0 0 0 0 20 0 2 0 253314427 103964672 1050 33554432000 1073741824 1073778376 140737418645584 140737418636720 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23551/statm: 25382 1050 805 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100234 s]
/proc/loadavg: 0.08 0.02 0.01 3/194 23551
/proc/meminfo: memFree=28957048/32873648 swapFree=7372/7372
[pid=23551] ppid=23549 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/23551/stat : 23551 (java) S 23549 23551 23489 0 -1 4202496 3285 0 1 0 4 1 0 0 20 0 18 0 253314427 9787813888 4493 33554432000 1073741824 1073778376 140737418645584 140737418636720 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23551/statm: 2389603 4493 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.300231 s]
/proc/loadavg: 0.08 0.02 0.01 3/194 23551
/proc/meminfo: memFree=28957048/32873648 swapFree=7372/7372
[pid=23551] ppid=23549 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/23551/stat : 23551 (java) S 23549 23551 23489 0 -1 4202496 7023 0 1 0 43 1 0 0 20 0 19 0 253314427 9855975424 8085 33554432000 1073741824 1073778376 140737418645584 140737418636720 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23551/statm: 2406244 8085 2230 9 0 2396937 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9624976

[startup+0.70021 s]
/proc/loadavg: 0.08 0.02 0.01 3/194 23551
/proc/meminfo: memFree=28957048/32873648 swapFree=7372/7372
[pid=23551] ppid=23549 vsize=9624976 CPUtime=1.06 cores=1,3,5,7
/proc/23551/stat : 23551 (java) S 23549 23551 23489 0 -1 4202496 7933 0 1 0 105 1 0 0 20 0 19 0 253314427 9855975424 11662 33554432000 1073741824 1073778376 140737418645584 140737418636720 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23551/statm: 2406244 11662 2265 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9624976

[startup+1.50061 s]
/proc/loadavg: 0.08 0.02 0.01 3/213 23570
/proc/meminfo: memFree=28898572/32873648 swapFree=7372/7372
[pid=23551] ppid=23549 vsize=9624976 CPUtime=1.91 cores=1,3,5,7
/proc/23551/stat : 23551 (java) S 23549 23551 23489 0 -1 4202496 7962 0 1 0 189 2 0 0 20 0 19 0 253314427 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140737418636720 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23551/statm: 2406244 13725 2265 9 0 2396937 0
[pid=23551/tid=23553] ppid=23549 vsize=9624976 CPUtime=1.4 cores=1,3,5,7
/proc/23551/task/23553/stat : 23553 (java) R 23549 23551 23489 0 -1 4202560 2459 0 1 0 140 0 0 0 20 0 19 0 253314429 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140011119755672 140010985048644 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23554] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23554/stat : 23554 (java) S 23549 23551 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140011108817064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23555] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23555/stat : 23555 (java) S 23549 23551 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140011107764520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23556] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23556/stat : 23556 (java) S 23549 23551 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140011106711976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23551/tid=23557] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23557/stat : 23557 (java) S 23549 23551 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140011105659432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23558] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23558/stat : 23558 (java) S 23549 23551 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140011104606888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23559] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23559/stat : 23559 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140011103554344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23560] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23560/stat : 23560 (java) S 23549 23551 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140010956995496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23561] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23561/stat : 23561 (java) S 23549 23551 23489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140010955942952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23562] ppid=23549 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23551/task/23562/stat : 23562 (java) S 23549 23551 23489 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 253314433 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140010943744104 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23563] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23563/stat : 23563 (java) S 23549 23551 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314434 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140010942690424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23564] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23564/stat : 23564 (java) S 23549 23551 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314434 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140010941637768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23565] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23565/stat : 23565 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140010940586512 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23566] ppid=23549 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23551/task/23566/stat : 23566 (java) S 23549 23551 23489 0 -1 4202560 2170 0 0 0 25 0 0 0 20 0 19 0 253314436 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140010939533880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23567] ppid=23549 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/23551/task/23567/stat : 23567 (java) S 23549 23551 23489 0 -1 4202560 2058 0 0 0 17 0 0 0 20 0 19 0 253314436 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140010938481336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23568] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23568/stat : 23568 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140010937428984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23569] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23569/stat : 23569 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140010936376648 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23570] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23570/stat : 23570 (java) S 23549 23551 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314452 9855975424 13725 33554432000 1073741824 1073778376 140737418645584 140010935321384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 0.08 0.02 0.01 3/213 23570
/proc/meminfo: memFree=28881444/32873648 swapFree=7372/7372
[pid=23551] ppid=23549 vsize=9624976 CPUtime=3.56 cores=1,3,5,7
/proc/23551/stat : 23551 (java) S 23549 23551 23489 0 -1 4202496 7975 0 1 0 354 2 0 0 20 0 19 0 253314427 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140737418636720 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23551/statm: 2406244 14756 2265 9 0 2396937 0
[pid=23551/tid=23553] ppid=23549 vsize=9624976 CPUtime=2.97 cores=1,3,5,7
/proc/23551/task/23553/stat : 23553 (java) R 23549 23551 23489 0 -1 4202560 2460 0 1 0 297 0 0 0 20 0 19 0 253314429 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140011119755552 140010985113951 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23554] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23554/stat : 23554 (java) S 23549 23551 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140011108817064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23555] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23555/stat : 23555 (java) S 23549 23551 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140011107764520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23556] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23556/stat : 23556 (java) S 23549 23551 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140011106711976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23557] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23557/stat : 23557 (java) S 23549 23551 23489 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140011105659432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23558] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23558/stat : 23558 (java) S 23549 23551 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140011104606888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23559] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23559/stat : 23559 (java) S 23549 23551 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140011103554344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23560] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23560/stat : 23560 (java) S 23549 23551 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140010956995496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23561] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23561/stat : 23561 (java) S 23549 23551 23489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140010955942952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23562] ppid=23549 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/23551/task/23562/stat : 23562 (java) S 23549 23551 23489 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 253314433 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140010943744104 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23563] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23563/stat : 23563 (java) S 23549 23551 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314434 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140010942690424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23564] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23564/stat : 23564 (java) S 23549 23551 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314434 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140010941637768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23565] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23565/stat : 23565 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140010940586512 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23566] ppid=23549 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23551/task/23566/stat : 23566 (java) S 23549 23551 23489 0 -1 4202560 2170 0 0 0 25 0 0 0 20 0 19 0 253314436 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140010939533880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23567] ppid=23549 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/23551/task/23567/stat : 23567 (java) S 23549 23551 23489 0 -1 4202560 2059 0 0 0 20 0 0 0 20 0 19 0 253314436 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140010938481336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23568] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23568/stat : 23568 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140010937428984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23569] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23569/stat : 23569 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140010936376648 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23570] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23570/stat : 23570 (java) S 23549 23551 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314452 9855975424 14756 33554432000 1073741824 1073778376 140737418645584 140010935321384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9624976

[startup+6.30059 s]
/proc/loadavg: 0.23 0.05 0.02 3/213 23570
/proc/meminfo: memFree=28862916/32873648 swapFree=7372/7372
[pid=23551] ppid=23549 vsize=9624976 CPUtime=6.82 cores=1,3,5,7
/proc/23551/stat : 23551 (java) S 23549 23551 23489 0 -1 4202496 7992 0 1 0 679 3 0 0 20 0 19 0 253314427 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140737418636720 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23551/statm: 2406244 16233 2265 9 0 2396937 0
[pid=23551/tid=23553] ppid=23549 vsize=9624976 CPUtime=6.09 cores=1,3,5,7
/proc/23551/task/23553/stat : 23553 (java) R 23549 23551 23489 0 -1 4202560 2466 0 1 0 609 0 0 0 20 0 19 0 253314429 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140011119755672 140010985086300 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23554] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23554/stat : 23554 (java) S 23549 23551 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140011108817064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23555] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23555/stat : 23555 (java) S 23549 23551 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140011107764520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23551/tid=23556] ppid=23549 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23551/task/23556/stat : 23556 (java) S 23549 23551 23489 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 253314432 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140011106711976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23551/tid=23557] ppid=23549 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23551/task/23557/stat : 23557 (java) S 23549 23551 23489 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 253314432 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140011105659432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23558] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23558/stat : 23558 (java) S 23549 23551 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140011104606888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23551/tid=23559] ppid=23549 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23551/task/23559/stat : 23559 (java) S 23549 23551 23489 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 253314432 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140011103554344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23560] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23560/stat : 23560 (java) S 23549 23551 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140010956995496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23561] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23561/stat : 23561 (java) S 23549 23551 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314432 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140010955942952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23562] ppid=23549 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/23551/task/23562/stat : 23562 (java) S 23549 23551 23489 0 -1 4202560 33 0 0 0 9 0 0 0 20 0 19 0 253314433 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140010943744104 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23563] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23563/stat : 23563 (java) S 23549 23551 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314434 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140010942690424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23564] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23564/stat : 23564 (java) S 23549 23551 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314434 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140010941637768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23565] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23565/stat : 23565 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140010940586512 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23566] ppid=23549 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23551/task/23566/stat : 23566 (java) S 23549 23551 23489 0 -1 4202560 2170 0 0 0 25 0 0 0 20 0 19 0 253314436 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140010939533880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23567] ppid=23549 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/23551/task/23567/stat : 23567 (java) S 23549 23551 23489 0 -1 4202560 2059 0 0 0 20 0 0 0 20 0 19 0 253314436 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140010938481336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23568] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23568/stat : 23568 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140010937428984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23569] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23569/stat : 23569 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140010936376648 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23570] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23570/stat : 23570 (java) S 23549 23551 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314452 9855975424 16233 33554432000 1073741824 1073778376 140737418645584 140010935321384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=23551/tid=23559] ppid=23549 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23551/task/23559/stat : 23559 (java) S 23549 23551 23489 0 -1 4202560 198 0 0 0 49 2 0 0 20 0 19 0 253314432 9855975424 67734 33554432000 1073741824 1073778376 140737418645584 140011103554344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23560] ppid=23549 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/23551/task/23560/stat : 23560 (java) S 23549 23551 23489 0 -1 4202560 145 0 0 0 46 2 0 0 20 0 19 0 253314432 9855975424 67734 33554432000 1073741824 1073778376 140737418645584 140010956995496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23561] ppid=23549 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/23551/task/23561/stat : 23561 (java) S 23549 23551 23489 0 -1 4202560 212 0 0 0 46 3 0 0 20 0 19 0 253314432 9855975424 67734 33554432000 1073741824 1073778376 140737418645584 140010955942952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23562] ppid=23549 vsize=9624976 CPUtime=3.18 cores=1,3,5,7
/proc/23551/task/23562/stat : 23562 (java) S 23549 23551 23489 0 -1 4202560 133 0 0 0 315 3 0 0 20 0 19 0 253314433 9855975424 67734 33554432000 1073741824 1073778376 140737418645584 140010943744104 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23563] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23563/stat : 23563 (java) S 23549 23551 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314434 9855975424 67734 33554432000 1073741824 1073778376 140737418645584 140010942690424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23564] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23564/stat : 23564 (java) S 23549 23551 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314434 9855975424 67734 33554432000 1073741824 1073778376 140737418645584 140010941637768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23565] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23565/stat : 23565 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 67734 33554432000 1073741824 1073778376 140737418645584 140010940586512 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23566] ppid=23549 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23551/task/23566/stat : 23566 (java) S 23549 23551 23489 0 -1 4202560 2170 0 0 0 25 0 0 0 20 0 19 0 253314436 9855975424 67734 33554432000 1073741824 1073778376 140737418645584 140010939533880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23567] ppid=23549 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/23551/task/23567/stat : 23567 (java) S 23549 23551 23489 0 -1 4202560 2063 0 0 0 22 0 0 0 20 0 19 0 253314436 9855975424 67734 33554432000 1073741824 1073778376 140737418645584 140010938481336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23568] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23568/stat : 23568 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 67734 33554432000 1073741824 1073778376 140737418645584 140010937428984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23569] ppid=23549 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/23551/task/23569/stat : 23569 (java) S 23549 23551 23489 0 -1 4202560 99 0 0 0 30 39 0 0 20 0 19 0 253314436 9855975424 67734 33554432000 1073741824 1073778376 140737418645584 140010936376648 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23570] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23570/stat : 23570 (java) S 23549 23551 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314452 9855975424 67734 33554432000 1073741824 1073778376 140737418645584 140010935321384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.9
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.70 3/213 23585
/proc/meminfo: memFree=28424500/32873648 swapFree=7372/7372
[pid=23551] ppid=23549 vsize=9624976 CPUtime=1786 cores=1,3,5,7
/proc/23551/stat : 23551 (java) S 23549 23551 23489 0 -1 4202496 9900 0 1 0 178537 63 0 0 20 0 19 0 253314427 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140737418636720 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23551/statm: 2406244 68273 2266 9 0 2396937 0
[pid=23551/tid=23553] ppid=23549 vsize=9624976 CPUtime=1777.78 cores=1,3,5,7
/proc/23551/task/23553/stat : 23553 (java) R 23549 23551 23489 0 -1 4202560 2578 0 1 0 177747 31 0 0 20 0 19 0 253314429 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011119755552 140010985047713 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23554] ppid=23549 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/23551/task/23554/stat : 23554 (java) S 23549 23551 23489 0 -1 4202560 235 0 0 0 45 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011108817064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23551/tid=23555] ppid=23549 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/23551/task/23555/stat : 23555 (java) S 23549 23551 23489 0 -1 4202560 304 0 0 0 50 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011107764520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23556] ppid=23549 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/23551/task/23556/stat : 23556 (java) S 23549 23551 23489 0 -1 4202560 109 0 0 0 44 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011106711976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23551/tid=23557] ppid=23549 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/23551/task/23557/stat : 23557 (java) S 23549 23551 23489 0 -1 4202560 224 0 0 0 51 3 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011105659432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23551/tid=23558] ppid=23549 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/23551/task/23558/stat : 23558 (java) S 23549 23551 23489 0 -1 4202560 238 0 0 0 46 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011104606888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23559] ppid=23549 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/23551/task/23559/stat : 23559 (java) S 23549 23551 23489 0 -1 4202560 198 0 0 0 51 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011103554344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23560] ppid=23549 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/23551/task/23560/stat : 23560 (java) S 23549 23551 23489 0 -1 4202560 146 0 0 0 47 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010956995496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23561] ppid=23549 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23551/task/23561/stat : 23561 (java) S 23549 23551 23489 0 -1 4202560 212 0 0 0 47 3 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010955942952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23562] ppid=23549 vsize=9624976 CPUtime=3.24 cores=1,3,5,7
/proc/23551/task/23562/stat : 23562 (java) S 23549 23551 23489 0 -1 4202560 135 0 0 0 321 3 0 0 20 0 19 0 253314433 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010943744104 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23563] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23563/stat : 23563 (java) S 23549 23551 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314434 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010942690424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23564] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23564/stat : 23564 (java) S 23549 23551 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314434 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010941637768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23565] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23565/stat : 23565 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010940586512 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23566] ppid=23549 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23551/task/23566/stat : 23566 (java) S 23549 23551 23489 0 -1 4202560 2170 0 0 0 25 0 0 0 20 0 19 0 253314436 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010939533880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23567] ppid=23549 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/23551/task/23567/stat : 23567 (java) S 23549 23551 23489 0 -1 4202560 2063 0 0 0 22 0 0 0 20 0 19 0 253314436 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010938481336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23568] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23568/stat : 23568 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010937428984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23569] ppid=23549 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/23551/task/23569/stat : 23569 (java) S 23549 23551 23489 0 -1 4202560 103 0 0 0 32 41 0 0 20 0 19 0 253314436 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010936376648 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23570] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23570/stat : 23570 (java) S 23549 23551 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314452 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010935321384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.31 s]
/proc/loadavg: 2.00 2.00 1.70 2/193 23588
/proc/meminfo: memFree=28713448/32873648 swapFree=7372/7372
[pid=23551] ppid=23549 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/23551/stat : 23551 (java) S 23549 23551 23489 0 -1 4202496 9900 0 1 0 179939 63 0 0 20 0 19 0 253314427 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140737418636720 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23551/statm: 2406244 68273 2266 9 0 2396937 0
[pid=23551/tid=23553] ppid=23549 vsize=9624976 CPUtime=1791.79 cores=1,3,5,7
/proc/23551/task/23553/stat : 23553 (java) R 23549 23551 23489 0 -1 4202560 2578 0 1 0 179148 31 0 0 20 0 19 0 253314429 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011119755552 140010985119413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23554] ppid=23549 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/23551/task/23554/stat : 23554 (java) S 23549 23551 23489 0 -1 4202560 235 0 0 0 45 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011108817064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23551/tid=23555] ppid=23549 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/23551/task/23555/stat : 23555 (java) S 23549 23551 23489 0 -1 4202560 304 0 0 0 50 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011107764520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23556] ppid=23549 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/23551/task/23556/stat : 23556 (java) S 23549 23551 23489 0 -1 4202560 109 0 0 0 44 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011106711976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23551/tid=23557] ppid=23549 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/23551/task/23557/stat : 23557 (java) S 23549 23551 23489 0 -1 4202560 224 0 0 0 51 3 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011105659432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23551/tid=23558] ppid=23549 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/23551/task/23558/stat : 23558 (java) S 23549 23551 23489 0 -1 4202560 238 0 0 0 46 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011104606888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23559] ppid=23549 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/23551/task/23559/stat : 23559 (java) S 23549 23551 23489 0 -1 4202560 198 0 0 0 51 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011103554344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23560] ppid=23549 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/23551/task/23560/stat : 23560 (java) S 23549 23551 23489 0 -1 4202560 146 0 0 0 47 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010956995496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23561] ppid=23549 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23551/task/23561/stat : 23561 (java) S 23549 23551 23489 0 -1 4202560 212 0 0 0 47 3 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010955942952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23562] ppid=23549 vsize=9624976 CPUtime=3.24 cores=1,3,5,7
/proc/23551/task/23562/stat : 23562 (java) S 23549 23551 23489 0 -1 4202560 135 0 0 0 321 3 0 0 20 0 19 0 253314433 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010943744104 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23563] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23563/stat : 23563 (java) S 23549 23551 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314434 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010942690424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23564] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23564/stat : 23564 (java) S 23549 23551 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314434 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010941637768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23565] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23565/stat : 23565 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010940586512 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23566] ppid=23549 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23551/task/23566/stat : 23566 (java) S 23549 23551 23489 0 -1 4202560 2170 0 0 0 25 0 0 0 20 0 19 0 253314436 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010939533880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23567] ppid=23549 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/23551/task/23567/stat : 23567 (java) S 23549 23551 23489 0 -1 4202560 2063 0 0 0 22 0 0 0 20 0 19 0 253314436 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010938481336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23568] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23568/stat : 23568 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010937428984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23569] ppid=23549 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/23551/task/23569/stat : 23569 (java) S 23549 23551 23489 0 -1 4202560 103 0 0 0 32 41 0 0 20 0 19 0 253314436 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010936376648 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23570] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23570/stat : 23570 (java) S 23549 23551 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314452 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010935321384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1796.31 s]
/proc/loadavg: 2.00 2.00 1.70 2/193 23588
/proc/meminfo: memFree=28713448/32873648 swapFree=7372/7372
[pid=23551] ppid=23549 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/23551/stat : 23551 (java) S 23549 23551 23489 0 -1 4202496 9900 0 1 0 179939 63 0 0 20 0 19 0 253314427 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140737418636720 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23551/statm: 2406244 68273 2266 9 0 2396937 0
[pid=23551/tid=23553] ppid=23549 vsize=9624976 CPUtime=1791.79 cores=1,3,5,7
/proc/23551/task/23553/stat : 23553 (java) R 23549 23551 23489 0 -1 4202560 2578 0 1 0 179148 31 0 0 20 0 19 0 253314429 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011119755552 140010985119413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23554] ppid=23549 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/23551/task/23554/stat : 23554 (java) S 23549 23551 23489 0 -1 4202560 235 0 0 0 45 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011108817064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23551/tid=23555] ppid=23549 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/23551/task/23555/stat : 23555 (java) S 23549 23551 23489 0 -1 4202560 304 0 0 0 50 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011107764520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23556] ppid=23549 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/23551/task/23556/stat : 23556 (java) S 23549 23551 23489 0 -1 4202560 109 0 0 0 44 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011106711976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23551/tid=23557] ppid=23549 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/23551/task/23557/stat : 23557 (java) S 23549 23551 23489 0 -1 4202560 224 0 0 0 51 3 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011105659432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23551/tid=23558] ppid=23549 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/23551/task/23558/stat : 23558 (java) S 23549 23551 23489 0 -1 4202560 238 0 0 0 46 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011104606888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23559] ppid=23549 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/23551/task/23559/stat : 23559 (java) S 23549 23551 23489 0 -1 4202560 198 0 0 0 51 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140011103554344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23560] ppid=23549 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/23551/task/23560/stat : 23560 (java) S 23549 23551 23489 0 -1 4202560 146 0 0 0 47 2 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010956995496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23561] ppid=23549 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23551/task/23561/stat : 23561 (java) S 23549 23551 23489 0 -1 4202560 212 0 0 0 47 3 0 0 20 0 19 0 253314432 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010955942952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23562] ppid=23549 vsize=9624976 CPUtime=3.24 cores=1,3,5,7
/proc/23551/task/23562/stat : 23562 (java) S 23549 23551 23489 0 -1 4202560 135 0 0 0 321 3 0 0 20 0 19 0 253314433 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010943744104 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23563] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23563/stat : 23563 (java) S 23549 23551 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314434 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010942690424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23564] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23564/stat : 23564 (java) S 23549 23551 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314434 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010941637768 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23565] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23565/stat : 23565 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010940586512 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23566] ppid=23549 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23551/task/23566/stat : 23566 (java) S 23549 23551 23489 0 -1 4202560 2170 0 0 0 25 0 0 0 20 0 19 0 253314436 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010939533880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23551/tid=23567] ppid=23549 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/23551/task/23567/stat : 23567 (java) S 23549 23551 23489 0 -1 4202560 2063 0 0 0 22 0 0 0 20 0 19 0 253314436 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010938481336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23568] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23568/stat : 23568 (java) S 23549 23551 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314436 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010937428984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23551/tid=23569] ppid=23549 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/23551/task/23569/stat : 23569 (java) S 23549 23551 23489 0 -1 4202560 103 0 0 0 32 41 0 0 20 0 19 0 253314436 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010936376648 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23551/tid=23570] ppid=23549 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23551/task/23570/stat : 23570 (java) S 23549 23551 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253314452 9855975424 68273 33554432000 1073741824 1073778376 140737418645584 140010935321384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1796.35
CPU time (s): 1800.58
CPU user time (s): 1799.51
CPU system time (s): 1.07184
CPU usage (%): 100.235
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 1.07184
maximum resident set size= 273252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9945
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40436
involuntary context switches= 16110

runsolver used 7.2099 second user time and 13.8929 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-24 17:04:44
IDJOB=3687203
IDBENCH=1168
IDSOLVER=2269
FILE ID=node122/3687203-1337871884
RUNJOBID= node122-1337871880-23506
PBS_JOBID= 14620082
Free space on /tmp= 71376 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687203-1337871884/watcher-3687203-1337871884 -o /tmp/evaluation-result-3687203-1337871884/solver-3687203-1337871884 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687203-1337871884.opb

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

MD5SUM BENCH= 3d28f31cd61cfb39466f429c599fdb4f
RANDOM SEED=35136947

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        28957576 kB
Buffers:          184904 kB
Cached:          2923992 kB
SwapCached:            0 kB
Active:          1269508 kB
Inactive:        1872284 kB
Active(anon):      24820 kB
Inactive(anon):    11052 kB
Active(file):    1244688 kB
Inactive(file):  1861232 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               784 kB
Writeback:             0 kB
AnonPages:         32792 kB
Mapped:            21152 kB
Shmem:               200 kB
Slab:             633364 kB
SReclaimable:      78184 kB
SUnreclaim:       555180 kB
KernelStack:        1392 kB
PageTables:         3812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71376 MiB
End job on node122 at 2012-05-24 17:34:43