Trace number 3688015

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.1 1788.35

General information on the benchmark

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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688015-1337879100.opb
0.08/0.12	c reading problem ... 
0.25/0.26	c ... done. Wall clock time 0.137s.
0.25/0.26	c declared #vars     3900
0.25/0.26	c #constraints  125
0.25/0.26	c constraints type 
0.25/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65
0.25/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.25/0.26	c 125 constraints processed.
1.15/0.79	c cleaning 2487 clauses out of 5001 with flag 5001/5001
1.81/1.31	c cleaning 4249 clauses out of 8513 with flag 11000/11000
2.54/2.02	c cleaning 5617 clauses out of 11265 with flag 18001/18001
3.45/2.96	c cleaning 6811 clauses out of 13648 with flag 26001/26001
4.71/4.15	c cleaning 7909 clauses out of 15839 with flag 35003/35003
6.05/5.42	c cleaning 8953 clauses out of 17929 with flag 45002/45002
7.57/6.99	c cleaning 9981 clauses out of 19976 with flag 56002/56002
9.21/8.57	c cleaning 10988 clauses out of 21994 with flag 68001/68001
11.03/10.35	c cleaning 11996 clauses out of 24007 with flag 81002/81002
13.07/12.32	c cleaning 12991 clauses out of 26011 with flag 95002/95002
15.42/14.63	c cleaning 13996 clauses out of 28018 with flag 110000/110000
17.53/16.72	c cleaning 15000 clauses out of 30022 with flag 126000/126000
20.37/19.54	c cleaning 15997 clauses out of 32025 with flag 143003/143003
23.19/22.34	c cleaning 17001 clauses out of 34026 with flag 161001/161001
26.05/25.15	c cleaning 17997 clauses out of 36025 with flag 180001/180001
29.55/28.57	c cleaning 19001 clauses out of 38028 with flag 200001/200001
33.18/32.16	c cleaning 19992 clauses out of 40026 with flag 221000/221000
37.02/35.91	c cleaning 21007 clauses out of 42034 with flag 243000/243000
41.38/40.29	c cleaning 22003 clauses out of 44027 with flag 266000/266000
45.86/44.65	c cleaning 23005 clauses out of 46033 with flag 290009/290009
51.00/49.78	c cleaning 24003 clauses out of 48020 with flag 315001/315001
56.56/55.29	c cleaning 24997 clauses out of 50017 with flag 341001/341001
62.95/61.54	c cleaning 25995 clauses out of 52019 with flag 368000/368000
69.29/67.89	c cleaning 27010 clauses out of 54025 with flag 396001/396001
74.88/73.31	c cleaning 27988 clauses out of 56016 with flag 425002/425002
80.82/79.27	c cleaning 29003 clauses out of 58028 with flag 455002/455002
87.19/85.56	c cleaning 30001 clauses out of 60026 with flag 486003/486003
97.96/96.27	c cleaning 31000 clauses out of 62022 with flag 518000/518000
106.26/104.43	c cleaning 32006 clauses out of 64023 with flag 551001/551001
117.61/115.78	c cleaning 32987 clauses out of 66016 with flag 585000/585000
124.50/122.57	c cleaning 33985 clauses out of 68029 with flag 620000/620000
132.95/130.99	c cleaning 35003 clauses out of 70047 with flag 656003/656003
141.84/139.73	c cleaning 36008 clauses out of 72045 with flag 693004/693004
150.63/148.45	c cleaning 37005 clauses out of 74034 with flag 731001/731001
161.79/159.51	c cleaning 38003 clauses out of 76033 with flag 770005/770005
171.81/169.45	c cleaning 39000 clauses out of 78027 with flag 810002/810002
186.75/184.31	c cleaning 39998 clauses out of 80025 with flag 851000/851000
198.23/195.72	c cleaning 41010 clauses out of 82030 with flag 893003/893003
207.10/204.52	c cleaning 41973 clauses out of 84018 with flag 936001/936001
218.58/215.97	c cleaning 43012 clauses out of 86044 with flag 980000/980000
230.90/228.19	c cleaning 44004 clauses out of 88032 with flag 1025000/1025000
247.46/244.44	c cleaning 45002 clauses out of 90028 with flag 1071000/1071000
260.37/257.32	c cleaning 45992 clauses out of 92027 with flag 1118001/1118001
275.66/272.53	c cleaning 46997 clauses out of 94034 with flag 1166000/1166000
288.86/285.64	c cleaning 48001 clauses out of 96037 with flag 1215000/1215000
304.66/301.37	c cleaning 49002 clauses out of 98037 with flag 1265001/1265001
321.09/317.60	c cleaning 50000 clauses out of 100035 with flag 1316001/1316001
332.00/328.40	c cleaning 50993 clauses out of 102034 with flag 1368000/1368000
344.24/340.53	c cleaning 51991 clauses out of 104041 with flag 1421000/1421000
359.54/355.76	c cleaning 53020 clauses out of 106050 with flag 1475000/1475000
374.15/370.22	c cleaning 54004 clauses out of 108032 with flag 1530002/1530002
391.58/387.55	c cleaning 54997 clauses out of 110027 with flag 1586001/1586001
407.78/403.68	c cleaning 56004 clauses out of 112029 with flag 1643000/1643000
432.17/427.74	c cleaning 57007 clauses out of 114025 with flag 1701000/1701000
451.66/447.16	c cleaning 58002 clauses out of 116020 with flag 1760002/1760002
471.79/467.18	c cleaning 58993 clauses out of 118018 with flag 1820002/1820002
491.68/486.92	c cleaning 60001 clauses out of 120023 with flag 1881000/1881000
510.81/505.94	c cleaning 61000 clauses out of 122024 with flag 1943002/1943002
529.50/524.59	c cleaning 61993 clauses out of 124022 with flag 2006000/2006000
546.02/540.90	c cleaning 62988 clauses out of 126029 with flag 2070000/2070000
565.54/560.35	c cleaning 64007 clauses out of 128041 with flag 2135000/2135000
588.66/583.38	c cleaning 64988 clauses out of 130034 with flag 2201000/2201000
613.50/608.01	c cleaning 65993 clauses out of 132046 with flag 2268000/2268000
636.01/630.41	c cleaning 67018 clauses out of 134053 with flag 2336000/2336000
662.05/656.30	c cleaning 68009 clauses out of 136035 with flag 2405000/2405000
686.55/680.64	c cleaning 69001 clauses out of 138027 with flag 2475001/2475001
713.81/707.73	c cleaning 69995 clauses out of 140025 with flag 2546000/2546000
744.15/738.00	c cleaning 71000 clauses out of 142031 with flag 2618001/2618001
764.18/757.86	c cleaning 72003 clauses out of 144030 with flag 2691000/2691000
797.43/790.93	c cleaning 73004 clauses out of 146028 with flag 2765001/2765001
830.81/823.93	c cleaning 73995 clauses out of 148024 with flag 2840001/2840001
865.05/858.10	c cleaning 75009 clauses out of 150031 with flag 2916003/2916003
893.40/886.34	c cleaning 76005 clauses out of 152020 with flag 2993001/2993001
917.99/910.73	c cleaning 76977 clauses out of 154014 with flag 3071000/3071000
941.17/933.78	c cleaning 77997 clauses out of 156038 with flag 3150001/3150001
968.00/960.47	c cleaning 79011 clauses out of 158043 with flag 3230003/3230003
990.46/982.76	c cleaning 79995 clauses out of 160029 with flag 3311000/3311000
1034.05/1026.13	c cleaning 81004 clauses out of 162034 with flag 3393000/3393000
1058.50/1050.48	c cleaning 81998 clauses out of 164030 with flag 3476000/3476000
1095.45/1087.26	c cleaning 83007 clauses out of 166035 with flag 3560003/3560003
1136.78/1128.38	c cleaning 84008 clauses out of 168028 with flag 3645003/3645003
1168.52/1159.87	c cleaning 84992 clauses out of 170017 with flag 3731000/3731000
1205.89/1197.07	c cleaning 85991 clauses out of 172025 with flag 3818000/3818000
1244.27/1235.22	c cleaning 86999 clauses out of 174036 with flag 3906002/3906002
1276.81/1267.65	c cleaning 88001 clauses out of 176035 with flag 3995000/3995000
1318.48/1309.17	c cleaning 88994 clauses out of 178037 with flag 4085003/4085003
1358.43/1348.94	c cleaning 89999 clauses out of 180041 with flag 4176001/4176001
1401.20/1391.52	c cleaning 91003 clauses out of 182044 with flag 4268003/4268003
1443.81/1433.92	c cleaning 91996 clauses out of 184039 with flag 4361001/4361001
1479.70/1469.61	c cleaning 93002 clauses out of 186044 with flag 4455002/4455002
1505.97/1495.79	c cleaning 94007 clauses out of 188040 with flag 4550000/4550000
1536.83/1526.41	c cleaning 94990 clauses out of 190033 with flag 4646000/4646000
1572.43/1561.87	c cleaning 96007 clauses out of 192045 with flag 4743002/4743002
1608.45/1597.62	c cleaning 97008 clauses out of 194036 with flag 4841000/4841000
1648.85/1637.90	c cleaning 98004 clauses out of 196029 with flag 4940001/4940001
1700.53/1689.37	c cleaning 98995 clauses out of 198025 with flag 5040001/5040001
1750.43/1739.08	c cleaning 100000 clauses out of 200030 with flag 5141001/5141001
1794.39/1782.88	c cleaning 101001 clauses out of 202029 with flag 5243000/5243000
1800.10/1788.31	c starts		: 274
1800.10/1788.31	c conflicts		: 5266349
1800.10/1788.31	c decisions		: 6937878
1800.10/1788.31	c propagations		: 276091583
1800.10/1788.31	c inspects		: 19341380893
1800.10/1788.31	c shortcuts		: 0
1800.10/1788.31	c learnt literals	: 0
1800.10/1788.31	c learnt binary clauses	: 0
1800.10/1788.31	c learnt ternary clauses	: 0
1800.10/1788.31	c learnt constraints	: 5266350
1800.10/1788.31	c ignored constraints	: 0
1800.10/1788.31	c root simplifications	: 0
1800.10/1788.31	c removed literals (reason simplification)	: 0
1800.10/1788.31	c reason swapping (by a shorter reason)	: 0
1800.10/1788.31	c Calls to reduceDB	: 98
1800.10/1788.31	c number of reductions to clauses (during analyze)	: 0
1800.10/1788.31	c number of learned constraints concerned by reduction	: 0
1800.10/1788.31	c number of learning phase by resolution	: 0
1800.10/1788.31	c number of learning phase by cutting planes	: 0
1800.10/1788.31	c speed (assignments/second)	: 154410.1360091855
1800.10/1788.31	c non guided choices	138934
1800.10/1788.34	c learnt constraints type 
1800.10/1788.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 124453
1800.10/1788.34	c constraints type 
1800.10/1788.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65
1800.10/1788.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1800.10/1788.34	c 125 constraints processed.
1800.10/1788.34	s UNKNOWN
1800.10/1788.34	c Total wall clock time (in seconds): 1788.217

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-3688015-1337879100/watcher-3688015-1337879100 -o /tmp/evaluation-result-3688015-1337879100/solver-3688015-1337879100 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688015-1337879100.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.01 2.03 2.00 3/196 22798
/proc/meminfo: memFree=28319136/32873844 swapFree=6584/6584
[pid=22798] ppid=22796 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22798/stat : 22798 (java) D 22796 22798 21531 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254035338 9515008 182 33554432000 1073741824 1073778376 140734633982688 140734633973720 273589026485 0 0 4096 0 18446744072100748580 0 0 17 0 0 0 0 0 0
/proc/22798/statm: 2323 182 140 9 0 71 0

[startup+0.0300171 s]
/proc/loadavg: 2.01 2.03 2.00 3/196 22798
/proc/meminfo: memFree=28319136/32873844 swapFree=6584/6584
[pid=22798] ppid=22796 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/22798/stat : 22798 (java) S 22796 22798 21531 0 -1 4202496 2763 0 1 0 0 0 0 0 20 0 10 0 254035338 9233014784 3463 33554432000 1073741824 1073778376 140736667060464 140736667051600 273592385597 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22798/statm: 2254154 3463 1535 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.10025 s]
/proc/loadavg: 2.01 2.03 2.00 3/196 22798
/proc/meminfo: memFree=28319136/32873844 swapFree=6584/6584
[pid=22798] ppid=22796 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/22798/stat : 22798 (java) S 22796 22798 21531 0 -1 4202496 4155 0 1 0 7 1 0 0 20 0 18 0 254035338 9787813888 5362 33554432000 1073741824 1073778376 140736667060464 140736667051600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22798/statm: 2389603 5363 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300203 s]
/proc/loadavg: 2.01 2.03 2.00 3/196 22798
/proc/meminfo: memFree=28319136/32873844 swapFree=6584/6584
[pid=22798] ppid=22796 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/22798/stat : 22798 (java) S 22796 22798 21531 0 -1 4202496 5944 0 1 0 44 2 0 0 20 0 19 0 254035338 9855975424 8620 33554432000 1073741824 1073778376 140736667060464 140736667051600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22798/statm: 2406244 8620 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9624976

[startup+0.700206 s]
/proc/loadavg: 2.01 2.03 2.00 3/196 22798
/proc/meminfo: memFree=28319136/32873844 swapFree=6584/6584
[pid=22798] ppid=22796 vsize=9624976 CPUtime=1.15 cores=0,2,4,6
/proc/22798/stat : 22798 (java) S 22796 22798 21531 0 -1 4202496 8602 0 1 0 113 2 0 0 20 0 19 0 254035338 9855975424 11554 33554432000 1073741824 1073778376 140736667060464 140736667051600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22798/statm: 2406244 11554 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9624976

[startup+1.50066 s]
/proc/loadavg: 2.01 2.03 2.00 3/215 22817
/proc/meminfo: memFree=28262732/32873844 swapFree=6584/6584
[pid=22798] ppid=22796 vsize=9624976 CPUtime=2.04 cores=0,2,4,6
/proc/22798/stat : 22798 (java) S 22796 22798 21531 0 -1 4202496 8694 0 1 0 200 4 0 0 20 0 19 0 254035338 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140736667051600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22798/statm: 2406244 20308 2265 9 0 2396937 0
[pid=22798/tid=22800] ppid=22796 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/22798/task/22800/stat : 22800 (java) R 22796 22798 21531 0 -1 4202560 2472 0 1 0 141 2 0 0 20 0 19 0 254035339 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140679280918816 140679120938444 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22801] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22801/stat : 22801 (java) S 22796 22798 21531 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140679242410280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22798/tid=22802] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22802/stat : 22802 (java) S 22796 22798 21531 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140679241357480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22803] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22803/stat : 22803 (java) S 22796 22798 21531 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140679240305192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22798/tid=22804] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21531 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140679239252392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22805] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21531 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140679120415528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22806] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140679119362728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22807/stat : 22807 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140679118310440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22808] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22808/stat : 22808 (java) S 22796 22798 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140679117257640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22809] ppid=22796 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22798/task/22809/stat : 22809 (java) S 22796 22798 21531 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 254035341 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140679105059048 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22810] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22810/stat : 22810 (java) S 22796 22798 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035342 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140678499656696 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22811] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22811/stat : 22811 (java) S 22796 22798 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035342 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140678498604296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22812] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22812/stat : 22812 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140678497552784 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22813] ppid=22796 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/22798/task/22813/stat : 22813 (java) S 22796 22798 21531 0 -1 4202560 2329 0 0 0 26 0 0 0 20 0 19 0 254035345 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140678496500408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22814] ppid=22796 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/22798/task/22814/stat : 22814 (java) S 22796 22798 21531 0 -1 4202560 2612 0 0 0 25 0 0 0 20 0 19 0 254035345 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140678495447608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22815] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22815/stat : 22815 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140678494395512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22816] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22816/stat : 22816 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140678493342920 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22817] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22817/stat : 22817 (java) S 22796 22798 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035365 9855975424 20308 33554432000 1073741824 1073778376 140736667060464 140678492287912 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9624976

[startup+3.10069 s]
/proc/loadavg: 2.01 2.03 2.00 3/215 22817
/proc/meminfo: memFree=28237784/32873844 swapFree=6584/6584
[pid=22798] ppid=22796 vsize=9624976 CPUtime=3.71 cores=0,2,4,6
/proc/22798/stat : 22798 (java) S 22796 22798 21531 0 -1 4202496 8788 0 1 0 367 4 0 0 20 0 19 0 254035338 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140736667051600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22798/statm: 2406244 23898 2265 9 0 2396937 0
[pid=22798/tid=22800] ppid=22796 vsize=9624976 CPUtime=2.97 cores=0,2,4,6
/proc/22798/task/22800/stat : 22800 (java) R 22796 22798 21531 0 -1 4202560 2472 0 1 0 295 2 0 0 20 0 19 0 254035339 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140679280918936 140679120938362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22801] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22801/stat : 22801 (java) S 22796 22798 21531 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140679242410280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22798/tid=22802] ppid=22796 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22798/task/22802/stat : 22802 (java) S 22796 22798 21531 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 254035340 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140679241357480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22803] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22803/stat : 22803 (java) S 22796 22798 21531 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140679240305192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22804] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21531 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140679239252392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22805] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21531 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140679120415528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22806] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21531 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140679119362728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22807/stat : 22807 (java) S 22796 22798 21531 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140679118310440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22808] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22808/stat : 22808 (java) S 22796 22798 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140679117257640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22809] ppid=22796 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/22798/task/22809/stat : 22809 (java) S 22796 22798 21531 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 19 0 254035341 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140679105059048 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22810] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22810/stat : 22810 (java) S 22796 22798 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035342 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140678499656696 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22811] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22811/stat : 22811 (java) S 22796 22798 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035342 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140678498604296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22812] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22812/stat : 22812 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140678497552784 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22813] ppid=22796 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/22798/task/22813/stat : 22813 (java) S 22796 22798 21531 0 -1 4202560 2330 0 0 0 26 0 0 0 20 0 19 0 254035345 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140678496500408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22814] ppid=22796 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/22798/task/22814/stat : 22814 (java) S 22796 22798 21531 0 -1 4202560 2679 0 0 0 29 0 0 0 20 0 19 0 254035345 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140678495447608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22815] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22815/stat : 22815 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140678494395512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22816] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22816/stat : 22816 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140678493342920 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22817] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22817/stat : 22817 (java) S 22796 22798 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035365 9855975424 23898 33554432000 1073741824 1073778376 140736667060464 140678492287912 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 9624976

[startup+6.30069 s]
/proc/loadavg: 2.01 2.03 2.00 3/215 22817
/proc/meminfo: memFree=28221648/32873844 swapFree=6584/6584
[pid=22798] ppid=22796 vsize=9624976 CPUtime=6.97 cores=0,2,4,6
/proc/22798/stat : 22798 (java) S 22796 22798 21531 0 -1 4202496 8808 0 1 0 692 5 0 0 20 0 19 0 254035338 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140736667051600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22798/statm: 2406244 27990 2265 9 0 2396937 0
[pid=22798/tid=22800] ppid=22796 vsize=9624976 CPUtime=6.11 cores=0,2,4,6
/proc/22798/task/22800/stat : 22800 (java) R 22796 22798 21531 0 -1 4202560 2476 0 1 0 609 2 0 0 20 0 19 0 254035339 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140679280918816 140679120938814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22801] ppid=22796 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22798/task/22801/stat : 22801 (java) S 22796 22798 21531 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 254035340 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140679242410280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22802] ppid=22796 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22798/task/22802/stat : 22802 (java) S 22796 22798 21531 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 254035340 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140679241357480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22803] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22803/stat : 22803 (java) S 22796 22798 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140679240305192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22804] ppid=22796 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21531 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 254035340 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140679239252392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22805] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21531 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254035340 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140679120415528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22798/tid=22806] ppid=22796 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21531 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 254035340 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140679119362728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22798/task/22807/stat : 22807 (java) S 22796 22798 21531 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 254035340 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140679118310440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22808] ppid=22796 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22798/task/22808/stat : 22808 (java) S 22796 22798 21531 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 254035340 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140679117257640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22809] ppid=22796 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/22798/task/22809/stat : 22809 (java) S 22796 22798 21531 0 -1 4202560 42 0 0 0 8 0 0 0 20 0 19 0 254035341 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140679105059048 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22810] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22810/stat : 22810 (java) S 22796 22798 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035342 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140678499656696 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22811] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22811/stat : 22811 (java) S 22796 22798 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035342 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140678498604296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22812] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22812/stat : 22812 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140678497552784 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22813] ppid=22796 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/22798/task/22813/stat : 22813 (java) S 22796 22798 21531 0 -1 4202560 2330 0 0 0 26 0 0 0 20 0 19 0 254035345 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140678496500408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22814] ppid=22796 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/22798/task/22814/stat : 22814 (java) S 22796 22798 21531 0 -1 4202560 2679 0 0 0 29 0 0 0 20 0 19 0 254035345 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140678495447608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22815] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22815/stat : 22815 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140678494395512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22816] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22816/stat : 22816 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140678493342920 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22817] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22817/stat : 22817 (java) S 22796 22798 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035365 9855975424 27990 33554432000 1073741824 1073778376 140736667060464 140678492287912 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=22798/tid=22813] ppid=22796 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/22798/task/22813/stat : 22813 (java) S 22796 22798 21531 0 -1 4202560 2330 0 0 0 26 0 0 0 20 0 19 0 254035345 9855975424 241427 33554432000 1073741824 1073778376 140736667060464 140678496500408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22814] ppid=22796 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/22798/task/22814/stat : 22814 (java) S 22796 22798 21531 0 -1 4202560 2689 0 0 0 30 0 0 0 20 0 19 0 254035345 9855975424 241427 33554432000 1073741824 1073778376 140736667060464 140678495447608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22815] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22815/stat : 22815 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 241427 33554432000 1073741824 1073778376 140736667060464 140678494395512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22816] ppid=22796 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/22798/task/22816/stat : 22816 (java) S 22796 22798 21531 0 -1 4202560 99 0 0 0 35 32 0 0 20 0 19 0 254035345 9855975424 241427 33554432000 1073741824 1073778376 140736667060464 140678493342920 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 4 0 0
[pid=22798/tid=22817] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22817/stat : 22817 (java) S 22796 22798 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035365 9855975424 241427 33554432000 1073741824 1073778376 140736667060464 140678492287912 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1733.72
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/215 23119
/proc/meminfo: memFree=28143704/32873844 swapFree=6584/6584
[pid=22798] ppid=22796 vsize=9624976 CPUtime=1793.89 cores=0,2,4,6
/proc/22798/stat : 22798 (java) S 22796 22798 21531 0 -1 4202496 13951 0 1 0 179266 123 0 0 20 0 19 0 254035338 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140736667051600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22798/statm: 2406244 241445 2266 9 0 2396937 0
[pid=22798/tid=22800] ppid=22796 vsize=9624976 CPUtime=1765.25 cores=0,2,4,6
/proc/22798/task/22800/stat : 22800 (java) R 22796 22798 21531 0 -1 4202560 2625 0 1 0 176495 30 0 0 20 0 19 0 254035339 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140679280918816 140679120951399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22801] ppid=22796 vsize=9624976 CPUtime=1.87 cores=0,2,4,6
/proc/22798/task/22801/stat : 22801 (java) S 22796 22798 21531 0 -1 4202560 406 0 0 0 179 8 0 0 20 0 19 0 254035340 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140679242410280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22802] ppid=22796 vsize=9624976 CPUtime=1.7 cores=0,2,4,6
/proc/22798/task/22802/stat : 22802 (java) S 22796 22798 21531 0 -1 4202560 438 0 0 0 161 9 0 0 20 0 19 0 254035340 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140679241357480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22798/tid=22803] ppid=22796 vsize=9624976 CPUtime=1.89 cores=0,2,4,6
/proc/22798/task/22803/stat : 22803 (java) S 22796 22798 21531 0 -1 4202560 554 0 0 0 178 11 0 0 20 0 19 0 254035340 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140679240305192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22804] ppid=22796 vsize=9624976 CPUtime=1.93 cores=0,2,4,6
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21531 0 -1 4202560 483 0 0 0 181 12 0 0 20 0 19 0 254035340 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140679239252392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22805] ppid=22796 vsize=9624976 CPUtime=1.74 cores=0,2,4,6
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21531 0 -1 4202560 520 0 0 0 161 13 0 0 20 0 19 0 254035340 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140679120415528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22798/tid=22806] ppid=22796 vsize=9624976 CPUtime=1.69 cores=0,2,4,6
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21531 0 -1 4202560 440 0 0 0 159 10 0 0 20 0 19 0 254035340 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140679119362728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=9624976 CPUtime=1.74 cores=0,2,4,6
/proc/22798/task/22807/stat : 22807 (java) S 22796 22798 21531 0 -1 4202560 690 0 0 0 162 12 0 0 20 0 19 0 254035340 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140679118310440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22808] ppid=22796 vsize=9624976 CPUtime=1.88 cores=0,2,4,6
/proc/22798/task/22808/stat : 22808 (java) S 22796 22798 21531 0 -1 4202560 539 0 0 0 175 13 0 0 20 0 19 0 254035340 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140679117257640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22809] ppid=22796 vsize=9624976 CPUtime=8.53 cores=0,2,4,6
/proc/22798/task/22809/stat : 22809 (java) S 22796 22798 21531 0 -1 4202560 949 0 0 0 851 2 0 0 20 0 19 0 254035341 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140679105059048 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22810] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22810/stat : 22810 (java) S 22796 22798 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035342 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140678499656696 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22811] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22811/stat : 22811 (java) S 22796 22798 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035342 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140678498604296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22812] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22812/stat : 22812 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140678497552784 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22813] ppid=22796 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/22798/task/22813/stat : 22813 (java) S 22796 22798 21531 0 -1 4202560 2330 0 0 0 26 0 0 0 20 0 19 0 254035345 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140678496500408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22814] ppid=22796 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/22798/task/22814/stat : 22814 (java) S 22796 22798 21531 0 -1 4202560 2689 0 0 0 30 0 0 0 20 0 19 0 254035345 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140678495447608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22815] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22815/stat : 22815 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140678494395512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22816] ppid=22796 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/22798/task/22816/stat : 22816 (java) S 22796 22798 21531 0 -1 4202560 103 0 0 0 37 33 0 0 20 0 19 0 254035345 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140678493342920 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 4 0 0
[pid=22798/tid=22817] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22817/stat : 22817 (java) S 22796 22798 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035365 9855975424 241445 33554432000 1073741824 1073778376 140736667060464 140678492287912 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1793.89
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/215 23119
/proc/meminfo: memFree=28137560/32873844 swapFree=6584/6584
[pid=22798] ppid=22796 vsize=9624976 CPUtime=1800.1 cores=0,2,4,6
/proc/22798/stat : 22798 (java) S 22796 22798 21531 0 -1 4202496 13967 0 1 0 179887 123 0 0 20 0 19 0 254035338 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140736667051600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22798/statm: 2406244 242981 2266 9 0 2396937 0
[pid=22798/tid=22800] ppid=22796 vsize=9624976 CPUtime=1770.94 cores=0,2,4,6
/proc/22798/task/22800/stat : 22800 (java) R 22796 22798 21531 0 -1 4202560 2626 0 1 0 177064 30 0 0 20 0 19 0 254035339 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679280918816 140679120938494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22801] ppid=22796 vsize=9624976 CPUtime=1.9 cores=0,2,4,6
/proc/22798/task/22801/stat : 22801 (java) S 22796 22798 21531 0 -1 4202560 407 0 0 0 182 8 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679242410280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22802] ppid=22796 vsize=9624976 CPUtime=1.72 cores=0,2,4,6
/proc/22798/task/22802/stat : 22802 (java) S 22796 22798 21531 0 -1 4202560 438 0 0 0 163 9 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679241357480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22798/tid=22803] ppid=22796 vsize=9624976 CPUtime=1.96 cores=0,2,4,6
/proc/22798/task/22803/stat : 22803 (java) S 22796 22798 21531 0 -1 4202560 557 0 0 0 185 11 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679240305192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22804] ppid=22796 vsize=9624976 CPUtime=2 cores=0,2,4,6
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21531 0 -1 4202560 486 0 0 0 188 12 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679239252392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22805] ppid=22796 vsize=9624976 CPUtime=1.77 cores=0,2,4,6
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21531 0 -1 4202560 521 0 0 0 164 13 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679120415528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22806] ppid=22796 vsize=9624976 CPUtime=1.71 cores=0,2,4,6
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21531 0 -1 4202560 442 0 0 0 161 10 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679119362728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=9624976 CPUtime=1.77 cores=0,2,4,6
/proc/22798/task/22807/stat : 22807 (java) S 22796 22798 21531 0 -1 4202560 690 0 0 0 165 12 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679118310440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22808] ppid=22796 vsize=9624976 CPUtime=1.9 cores=0,2,4,6
/proc/22798/task/22808/stat : 22808 (java) S 22796 22798 21531 0 -1 4202560 542 0 0 0 177 13 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679117257640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22798/tid=22809] ppid=22796 vsize=9624976 CPUtime=8.77 cores=0,2,4,6
/proc/22798/task/22809/stat : 22809 (java) S 22796 22798 21531 0 -1 4202560 951 0 0 0 875 2 0 0 20 0 19 0 254035341 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679105059048 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22810] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22810/stat : 22810 (java) S 22796 22798 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035342 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678499656696 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22811] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22811/stat : 22811 (java) S 22796 22798 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035342 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678498604296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22812] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22812/stat : 22812 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678497552784 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22813] ppid=22796 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/22798/task/22813/stat : 22813 (java) S 22796 22798 21531 0 -1 4202560 2330 0 0 0 26 0 0 0 20 0 19 0 254035345 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678496500408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22814] ppid=22796 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/22798/task/22814/stat : 22814 (java) S 22796 22798 21531 0 -1 4202560 2689 0 0 0 30 0 0 0 20 0 19 0 254035345 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678495447608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22815] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22815/stat : 22815 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678494395512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22816] ppid=22796 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/22798/task/22816/stat : 22816 (java) S 22796 22798 21531 0 -1 4202560 103 0 0 0 37 33 0 0 20 0 19 0 254035345 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678493342920 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 4 0 0
[pid=22798/tid=22817] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22817/stat : 22817 (java) S 22796 22798 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035365 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678492287912 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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+1788.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/215 23119
/proc/meminfo: memFree=28137560/32873844 swapFree=6584/6584
[pid=22798] ppid=22796 vsize=9624976 CPUtime=1800.1 cores=0,2,4,6
/proc/22798/stat : 22798 (java) S 22796 22798 21531 0 -1 4202496 13967 0 1 0 179887 123 0 0 20 0 19 0 254035338 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140736667051600 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22798/statm: 2406244 242981 2266 9 0 2396937 0
[pid=22798/tid=22800] ppid=22796 vsize=9624976 CPUtime=1770.94 cores=0,2,4,6
/proc/22798/task/22800/stat : 22800 (java) R 22796 22798 21531 0 -1 4202560 2626 0 1 0 177064 30 0 0 20 0 19 0 254035339 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679280918816 140679120938494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22801] ppid=22796 vsize=9624976 CPUtime=1.9 cores=0,2,4,6
/proc/22798/task/22801/stat : 22801 (java) S 22796 22798 21531 0 -1 4202560 407 0 0 0 182 8 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679242410280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22802] ppid=22796 vsize=9624976 CPUtime=1.72 cores=0,2,4,6
/proc/22798/task/22802/stat : 22802 (java) S 22796 22798 21531 0 -1 4202560 438 0 0 0 163 9 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679241357480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22798/tid=22803] ppid=22796 vsize=9624976 CPUtime=1.96 cores=0,2,4,6
/proc/22798/task/22803/stat : 22803 (java) S 22796 22798 21531 0 -1 4202560 557 0 0 0 185 11 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679240305192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22804] ppid=22796 vsize=9624976 CPUtime=2 cores=0,2,4,6
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21531 0 -1 4202560 486 0 0 0 188 12 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679239252392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22805] ppid=22796 vsize=9624976 CPUtime=1.77 cores=0,2,4,6
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21531 0 -1 4202560 521 0 0 0 164 13 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679120415528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22806] ppid=22796 vsize=9624976 CPUtime=1.71 cores=0,2,4,6
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21531 0 -1 4202560 442 0 0 0 161 10 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679119362728 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=9624976 CPUtime=1.77 cores=0,2,4,6
/proc/22798/task/22807/stat : 22807 (java) S 22796 22798 21531 0 -1 4202560 690 0 0 0 165 12 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679118310440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22808] ppid=22796 vsize=9624976 CPUtime=1.9 cores=0,2,4,6
/proc/22798/task/22808/stat : 22808 (java) S 22796 22798 21531 0 -1 4202560 542 0 0 0 177 13 0 0 20 0 19 0 254035340 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679117257640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22798/tid=22809] ppid=22796 vsize=9624976 CPUtime=8.77 cores=0,2,4,6
/proc/22798/task/22809/stat : 22809 (java) S 22796 22798 21531 0 -1 4202560 951 0 0 0 875 2 0 0 20 0 19 0 254035341 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140679105059048 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22798/tid=22810] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22810/stat : 22810 (java) S 22796 22798 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035342 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678499656696 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22811] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22811/stat : 22811 (java) S 22796 22798 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035342 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678498604296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22812] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22812/stat : 22812 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678497552784 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22813] ppid=22796 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/22798/task/22813/stat : 22813 (java) S 22796 22798 21531 0 -1 4202560 2330 0 0 0 26 0 0 0 20 0 19 0 254035345 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678496500408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22798/tid=22814] ppid=22796 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/22798/task/22814/stat : 22814 (java) S 22796 22798 21531 0 -1 4202560 2689 0 0 0 30 0 0 0 20 0 19 0 254035345 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678495447608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22815] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22815/stat : 22815 (java) S 22796 22798 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035345 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678494395512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22798/tid=22816] ppid=22796 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/22798/task/22816/stat : 22816 (java) S 22796 22798 21531 0 -1 4202560 103 0 0 0 37 33 0 0 20 0 19 0 254035345 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678493342920 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 4 0 0
[pid=22798/tid=22817] ppid=22796 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22798/task/22817/stat : 22817 (java) S 22796 22798 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035365 9855975424 242981 33554432000 1073741824 1073778376 140736667060464 140678492287912 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1788.35
CPU time (s): 1800.1
CPU user time (s): 1798.87
CPU system time (s): 1.23
CPU usage (%): 100.657
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.36
system time used= 1.67374
maximum resident set size= 972084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14008
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40316
involuntary context switches= 16125

runsolver used 5.95209 second user time and 14.6008 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-24 19:05:00
IDJOB=3688015
IDBENCH=2581
IDSOLVER=2269
FILE ID=node132/3688015-1337879100
RUNJOBID= node132-1337871880-21547
PBS_JOBID= 14620072
Free space on /tmp= 71636 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-65-60.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688015-1337879100/watcher-3688015-1337879100 -o /tmp/evaluation-result-3688015-1337879100/solver-3688015-1337879100 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688015-1337879100.opb

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

MD5SUM BENCH= 6f6d5bf9df98767681bd16885050de4b
RANDOM SEED=387823464

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28319400 kB
Buffers:          212404 kB
Cached:          2703920 kB
SwapCached:            0 kB
Active:          1531168 kB
Inactive:        2255980 kB
Active(anon):     873132 kB
Inactive(anon):        0 kB
Active(file):     658036 kB
Inactive(file):  2255980 kB
Unevictable:        6584 kB
Mlocked:            6584 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               488 kB
Writeback:             4 kB
AnonPages:        877048 kB
Mapped:            22696 kB
Shmem:               212 kB
Slab:             628144 kB
SReclaimable:      70508 kB
SUnreclaim:       557636 kB
KernelStack:        1608 kB
PageTables:         6184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1265972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    823296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71636 MiB
End job on node132 at 2012-05-24 19:34:50