Trace number 3687393

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 1789.46

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl30_35_pb.cnf.cr.opb
MD5SUM55203b98fb707e386dea9ef4475d45f9
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.041993
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2100
Total number of constraints130
Number of constraints which are clauses70
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 constraint30
Maximum length of a constraint35
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 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687393-1337871915.opb
0.10/0.11	c reading problem ... 
0.28/0.21	c ... done. Wall clock time 0.096s.
0.28/0.21	c declared #vars     2100
0.28/0.21	c #constraints  130
0.28/0.21	c constraints type 
0.28/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70
0.28/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.28/0.21	c 130 constraints processed.
0.84/0.59	c cleaning 2466 clauses out of 5002 with flag 5002/5002
1.40/1.04	c cleaning 4243 clauses out of 8535 with flag 11001/11001
2.03/1.65	c cleaning 5630 clauses out of 11292 with flag 18001/18001
2.85/2.42	c cleaning 6823 clauses out of 13663 with flag 26002/26002
3.90/3.43	c cleaning 7910 clauses out of 15839 with flag 35001/35001
4.92/4.44	c cleaning 8957 clauses out of 17928 with flag 45000/45000
6.26/5.73	c cleaning 9962 clauses out of 19973 with flag 56002/56002
7.79/7.22	c cleaning 11000 clauses out of 22010 with flag 68001/68001
9.42/8.83	c cleaning 11991 clauses out of 24009 with flag 81000/81000
11.25/10.68	c cleaning 13003 clauses out of 26018 with flag 95000/95000
13.37/12.87	c cleaning 13994 clauses out of 28015 with flag 110000/110000
15.79/15.14	c cleaning 14996 clauses out of 30021 with flag 126000/126000
17.92/17.25	c cleaning 15994 clauses out of 32025 with flag 143000/143000
20.45/19.73	c cleaning 17002 clauses out of 34035 with flag 161004/161004
23.81/23.08	c cleaning 18011 clauses out of 36030 with flag 180001/180001
26.73/25.90	c cleaning 18993 clauses out of 38018 with flag 200000/200000
33.07/32.28	c cleaning 19999 clauses out of 40027 with flag 221002/221002
36.44/35.57	c cleaning 21008 clauses out of 42027 with flag 243001/243001
40.27/39.30	c cleaning 22001 clauses out of 44019 with flag 266001/266001
44.51/43.53	c cleaning 22995 clauses out of 46017 with flag 290000/290000
48.94/47.97	c cleaning 23998 clauses out of 48022 with flag 315000/315000
54.40/53.38	c cleaning 25002 clauses out of 50028 with flag 341004/341004
59.77/58.65	c cleaning 25988 clauses out of 52025 with flag 368003/368003
65.42/64.25	c cleaning 27003 clauses out of 54034 with flag 396000/396000
70.08/68.80	c cleaning 28006 clauses out of 56032 with flag 425001/425001
75.95/74.60	c cleaning 29004 clauses out of 58025 with flag 455000/455000
80.91/79.52	c cleaning 29990 clauses out of 60021 with flag 486000/486000
87.56/86.11	c cleaning 31003 clauses out of 62033 with flag 518002/518002
92.94/91.44	c cleaning 31975 clauses out of 64028 with flag 551000/551000
98.60/97.01	c cleaning 32966 clauses out of 66054 with flag 585001/585001
103.37/101.71	c cleaning 34031 clauses out of 68087 with flag 620000/620000
111.25/109.54	c cleaning 35024 clauses out of 70059 with flag 656003/656003
117.80/116.07	c cleaning 35992 clauses out of 72032 with flag 693000/693000
125.26/123.43	c cleaning 37002 clauses out of 74041 with flag 731001/731001
135.31/133.48	c cleaning 37997 clauses out of 76038 with flag 770000/770000
143.51/141.57	c cleaning 39014 clauses out of 78041 with flag 810000/810000
154.07/152.06	c cleaning 40009 clauses out of 80028 with flag 851001/851001
162.26/160.10	c cleaning 41001 clauses out of 82021 with flag 893003/893003
169.65/167.45	c cleaning 41993 clauses out of 84017 with flag 936000/936000
178.54/176.25	c cleaning 42991 clauses out of 86025 with flag 980001/980001
189.83/187.47	c cleaning 44010 clauses out of 88038 with flag 1025005/1025005
204.93/202.43	c cleaning 44995 clauses out of 90023 with flag 1071000/1071000
216.31/213.73	c cleaning 45967 clauses out of 92029 with flag 1118001/1118001
229.09/226.40	c cleaning 46987 clauses out of 94061 with flag 1166000/1166000
242.59/239.86	c cleaning 48031 clauses out of 96079 with flag 1215005/1215005
259.17/256.32	c cleaning 49015 clauses out of 98046 with flag 1265003/1265003
270.96/268.09	c cleaning 50009 clauses out of 100031 with flag 1316003/1316003
279.97/276.97	c cleaning 50999 clauses out of 102020 with flag 1368001/1368001
291.65/288.57	c cleaning 51978 clauses out of 104021 with flag 1421001/1421001
305.18/301.95	c cleaning 53006 clauses out of 106043 with flag 1475001/1475001
321.59/318.27	c cleaning 53999 clauses out of 108036 with flag 1530000/1530000
343.99/340.57	c cleaning 55002 clauses out of 110038 with flag 1586001/1586001
356.28/352.70	c cleaning 56007 clauses out of 112035 with flag 1643000/1643000
374.87/371.24	c cleaning 56996 clauses out of 114028 with flag 1701000/1701000
393.09/389.30	c cleaning 58000 clauses out of 116033 with flag 1760001/1760001
411.58/407.78	c cleaning 59006 clauses out of 118032 with flag 1820000/1820000
432.99/429.03	c cleaning 60007 clauses out of 120027 with flag 1881001/1881001
450.80/446.75	c cleaning 61001 clauses out of 122019 with flag 1943000/1943000
468.00/463.81	c cleaning 62001 clauses out of 124018 with flag 2006000/2006000
483.03/478.73	c cleaning 62992 clauses out of 126018 with flag 2070001/2070001
500.17/495.79	c cleaning 64002 clauses out of 128029 with flag 2135004/2135004
522.37/517.82	c cleaning 64999 clauses out of 130023 with flag 2201000/2201000
547.80/543.17	c cleaning 66000 clauses out of 132024 with flag 2268000/2268000
568.53/563.73	c cleaning 67000 clauses out of 134024 with flag 2336000/2336000
599.95/595.04	c cleaning 67998 clauses out of 136026 with flag 2405002/2405002
620.05/615.07	c cleaning 68993 clauses out of 138028 with flag 2475002/2475002
654.08/648.93	c cleaning 70003 clauses out of 140034 with flag 2546001/2546001
685.66/680.36	c cleaning 70999 clauses out of 142032 with flag 2618002/2618002
707.40/701.94	c cleaning 72005 clauses out of 144033 with flag 2691002/2691002
742.29/736.76	c cleaning 73002 clauses out of 146027 with flag 2765001/2765001
773.64/767.98	c cleaning 73995 clauses out of 148024 with flag 2840000/2840000
798.83/793.02	c cleaning 75009 clauses out of 150031 with flag 2916002/2916002
824.56/818.64	c cleaning 75987 clauses out of 152021 with flag 2993001/2993001
845.09/839.03	c cleaning 77009 clauses out of 154037 with flag 3071004/3071004
870.71/864.57	c cleaning 78000 clauses out of 156025 with flag 3150001/3150001
894.45/888.13	c cleaning 79003 clauses out of 158025 with flag 3230001/3230001
920.22/913.77	c cleaning 79995 clauses out of 160021 with flag 3311000/3311000
960.47/953.83	c cleaning 80977 clauses out of 162026 with flag 3393000/3393000
986.06/979.29	c cleaning 82011 clauses out of 164050 with flag 3476001/3476001
1034.81/1027.62	c cleaning 83008 clauses out of 166040 with flag 3560002/3560002
1072.76/1065.50	c cleaning 84004 clauses out of 168030 with flag 3645000/3645000
1120.10/1112.75	c cleaning 84997 clauses out of 170027 with flag 3731001/3731001
1176.36/1168.80	c cleaning 86004 clauses out of 172030 with flag 3818001/3818001
1225.29/1217.65	c cleaning 87008 clauses out of 174029 with flag 3906004/3906004
1265.42/1257.67	c cleaning 87994 clauses out of 176017 with flag 3995000/3995000
1305.28/1297.32	c cleaning 88998 clauses out of 178023 with flag 4085000/4085000
1344.63/1336.51	c cleaning 89997 clauses out of 180026 with flag 4176001/4176001
1388.50/1380.21	c cleaning 91000 clauses out of 182033 with flag 4268005/4268005
1436.12/1427.72	c cleaning 92004 clauses out of 184029 with flag 4361001/4361001
1471.16/1462.62	c cleaning 92995 clauses out of 186027 with flag 4455003/4455003
1492.48/1483.90	c cleaning 94002 clauses out of 188029 with flag 4550000/4550000
1520.01/1511.05	c cleaning 94982 clauses out of 190028 with flag 4646001/4646001
1550.03/1540.77	c cleaning 96000 clauses out of 192045 with flag 4743000/4743000
1580.43/1570.87	c cleaning 96985 clauses out of 194047 with flag 4841002/4841002
1642.10/1632.25	c cleaning 98021 clauses out of 196061 with flag 4940001/4940001
1732.67/1722.34	c cleaning 99000 clauses out of 198041 with flag 5040002/5040002
1800.10/1789.41	c starts		: 273
1800.10/1789.41	c conflicts		: 5131638
1800.10/1789.41	c decisions		: 6251520
1800.10/1789.41	c propagations		: 112594377
1800.10/1789.41	c inspects		: 21314812742
1800.10/1789.41	c shortcuts		: 0
1800.10/1789.41	c learnt literals	: 0
1800.10/1789.41	c learnt binary clauses	: 0
1800.10/1789.41	c learnt ternary clauses	: 0
1800.10/1789.41	c learnt constraints	: 5131638
1800.10/1789.41	c ignored constraints	: 0
1800.10/1789.41	c root simplifications	: 0
1800.10/1789.41	c removed literals (reason simplification)	: 0
1800.10/1789.41	c reason swapping (by a shorter reason)	: 0
1800.10/1789.41	c Calls to reduceDB	: 96
1800.10/1789.41	c number of reductions to clauses (during analyze)	: 0
1800.10/1789.41	c number of learned constraints concerned by reduction	: 0
1800.10/1789.41	c number of learning phase by resolution	: 0
1800.10/1789.41	c number of learning phase by cutting planes	: 0
1800.10/1789.41	c speed (assignments/second)	: 62929.97656495833
1800.10/1789.41	c non guided choices	38111
1800.10/1789.45	c learnt constraints type 
1800.10/1789.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 190698
1800.10/1789.45	c constraints type 
1800.10/1789.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70
1800.10/1789.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1800.10/1789.45	c 130 constraints processed.
1800.10/1789.45	s UNKNOWN
1800.10/1789.45	c Total wall clock time (in seconds): 1789.338

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-3687393-1337871915/watcher-3687393-1337871915 -o /tmp/evaluation-result-3687393-1337871915/solver-3687393-1337871915 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687393-1337871915.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.44 0.10 0.03 3/175 23330
/proc/meminfo: memFree=28514788/32873844 swapFree=7608/7608
[pid=23330] ppid=23328 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/23330/stat : 23330 (java) R 23328 23330 23031 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 253316271 23793664 715 33554432000 1073741824 1073778376 140734274604480 140734274593544 215115412840 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23330/statm: 5809 715 529 9 0 128 0

[startup+0.0288539 s]
/proc/loadavg: 0.44 0.10 0.03 3/175 23330
/proc/meminfo: memFree=28514788/32873844 swapFree=7608/7608
[pid=23330] ppid=23328 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/23330/stat : 23330 (java) S 23328 23330 23031 0 -1 4202496 2964 0 1 0 1 0 0 0 20 0 11 0 253316271 9310650368 3152 33554432000 1073741824 1073778376 140734274604480 140734274595616 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23330/statm: 2273108 3152 1644 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100309 s]
/proc/loadavg: 0.44 0.10 0.03 3/175 23330
/proc/meminfo: memFree=28514788/32873844 swapFree=7608/7608
[pid=23330] ppid=23328 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/23330/stat : 23330 (java) S 23328 23330 23031 0 -1 4202496 4409 0 1 0 9 1 0 0 20 0 18 0 253316271 9787813888 5076 33554432000 1073741824 1073778376 140734274604480 140734274595616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23330/statm: 2389603 5086 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300192 s]
/proc/loadavg: 0.44 0.10 0.03 3/175 23330
/proc/meminfo: memFree=28514788/32873844 swapFree=7608/7608
[pid=23330] ppid=23328 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/23330/stat : 23330 (java) S 23328 23330 23031 0 -1 4202496 6244 0 1 0 52 2 0 0 20 0 19 0 253316271 9855975424 7743 33554432000 1073741824 1073778376 140734274604480 140734274595616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23330/statm: 2406244 7743 2233 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9624976

[startup+0.700294 s]
/proc/loadavg: 0.44 0.10 0.03 3/175 23330
/proc/meminfo: memFree=28514788/32873844 swapFree=7608/7608
[pid=23330] ppid=23328 vsize=9624976 CPUtime=1.07 cores=1,3,5,7
/proc/23330/stat : 23330 (java) S 23328 23330 23031 0 -1 4202496 7195 0 1 0 105 2 0 0 20 0 19 0 253316271 9855975424 11382 33554432000 1073741824 1073778376 140734274604480 140734274595616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23330/statm: 2406244 11382 2265 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9624976

[startup+1.50065 s]
/proc/loadavg: 0.44 0.10 0.03 3/194 23349
/proc/meminfo: memFree=28477544/32873844 swapFree=7608/7608
[pid=23330] ppid=23328 vsize=9624976 CPUtime=1.91 cores=1,3,5,7
/proc/23330/stat : 23330 (java) S 23328 23330 23031 0 -1 4202496 7214 0 1 0 188 3 0 0 20 0 19 0 253316271 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140734274595616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23330/statm: 2406244 13438 2265 9 0 2396937 0
[pid=23330/tid=23332] ppid=23328 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/23330/task/23332/stat : 23332 (java) R 23328 23330 23031 0 -1 4202560 2517 0 1 0 144 0 0 0 20 0 19 0 253316271 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214843216280 140214783398230 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23333] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23333/stat : 23333 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214781946664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23334] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23334/stat : 23334 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214780893864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23335] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23335/stat : 23335 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214779841576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23336] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23336/stat : 23336 (java) S 23328 23330 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214778788776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23337] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23337/stat : 23337 (java) S 23328 23330 23031 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214682728744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23338] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23338/stat : 23338 (java) S 23328 23330 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214681675944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23339] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23339/stat : 23339 (java) S 23328 23330 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214680623656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23340] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23340/stat : 23340 (java) S 23328 23330 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214679570856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23341] ppid=23328 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23330/task/23341/stat : 23341 (java) S 23328 23330 23031 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 253316273 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214667373288 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23342] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23342/stat : 23342 (java) S 23328 23330 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316274 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214666319352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23343] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23343/stat : 23343 (java) S 23328 23330 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316274 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214665266952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23344] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23344/stat : 23344 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214664215440 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23345] ppid=23328 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/23330/task/23345/stat : 23345 (java) S 23328 23330 23031 0 -1 4202560 1757 0 0 0 21 0 0 0 20 0 19 0 253316276 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214663162040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23346] ppid=23328 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/23330/task/23346/stat : 23346 (java) S 23328 23330 23031 0 -1 4202560 1684 0 0 0 17 0 0 0 20 0 19 0 253316276 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214662109240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23347] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23347/stat : 23347 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214661057144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23348] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23348/stat : 23348 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214660004552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23349] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23349/stat : 23349 (java) S 23328 23330 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316292 9855975424 13438 33554432000 1073741824 1073778376 140734274604480 140214658950568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 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.44 0.10 0.03 3/194 23349
/proc/meminfo: memFree=28460664/32873844 swapFree=7608/7608
[pid=23330] ppid=23328 vsize=9624976 CPUtime=3.6 cores=1,3,5,7
/proc/23330/stat : 23330 (java) S 23328 23330 23031 0 -1 4202496 7250 0 1 0 356 4 0 0 20 0 19 0 253316271 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140734274595616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23330/statm: 2406244 16018 2265 9 0 2396937 0
[pid=23330/tid=23332] ppid=23328 vsize=9624976 CPUtime=2.98 cores=1,3,5,7
/proc/23330/task/23332/stat : 23332 (java) R 23328 23330 23031 0 -1 4202560 2518 0 1 0 298 0 0 0 20 0 19 0 253316271 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214843216344 140214783377754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23333] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23333/stat : 23333 (java) S 23328 23330 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214781946664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23334] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23334/stat : 23334 (java) S 23328 23330 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214780893864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23335] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23335/stat : 23335 (java) S 23328 23330 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214779841576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23336] ppid=23328 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23330/task/23336/stat : 23336 (java) S 23328 23330 23031 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253316272 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214778788776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23337] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23337/stat : 23337 (java) S 23328 23330 23031 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214682728744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23338] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23338/stat : 23338 (java) S 23328 23330 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214681675944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23339] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23339/stat : 23339 (java) S 23328 23330 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214680623656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23340] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23340/stat : 23340 (java) S 23328 23330 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214679570856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23341] ppid=23328 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/23330/task/23341/stat : 23341 (java) S 23328 23330 23031 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 19 0 253316273 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214667373288 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23342] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23342/stat : 23342 (java) S 23328 23330 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316274 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214666319352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23343] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23343/stat : 23343 (java) S 23328 23330 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316274 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214665266952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23344] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23344/stat : 23344 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214664215440 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23345] ppid=23328 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/23330/task/23345/stat : 23345 (java) S 23328 23330 23031 0 -1 4202560 1757 0 0 0 21 0 0 0 20 0 19 0 253316276 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214663162040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23346] ppid=23328 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/23330/task/23346/stat : 23346 (java) S 23328 23330 23031 0 -1 4202560 1691 0 0 0 19 0 0 0 20 0 19 0 253316276 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214662109240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23347] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23347/stat : 23347 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214661057144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23348] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23348/stat : 23348 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214660004552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23349] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23349/stat : 23349 (java) S 23328 23330 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316292 9855975424 16018 33554432000 1073741824 1073778376 140734274604480 140214658950568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 0.56 0.13 0.04 3/194 23349
/proc/meminfo: memFree=28445956/32873844 swapFree=7608/7608
[pid=23330] ppid=23328 vsize=9624976 CPUtime=6.89 cores=1,3,5,7
/proc/23330/stat : 23330 (java) S 23328 23330 23031 0 -1 4202496 7268 0 1 0 684 5 0 0 20 0 19 0 253316271 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140734274595616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23330/statm: 2406244 19979 2265 9 0 2396937 0
[pid=23330/tid=23332] ppid=23328 vsize=9624976 CPUtime=6.07 cores=1,3,5,7
/proc/23330/task/23332/stat : 23332 (java) R 23328 23330 23031 0 -1 4202560 2523 0 1 0 607 0 0 0 20 0 19 0 253316271 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214843216160 140214783445410 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23333] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23333/stat : 23333 (java) S 23328 23330 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316272 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214781946664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23334] ppid=23328 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23330/task/23334/stat : 23334 (java) S 23328 23330 23031 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 253316272 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214780893864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23335] ppid=23328 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23330/task/23335/stat : 23335 (java) S 23328 23330 23031 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 253316272 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214779841576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23336] ppid=23328 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23330/task/23336/stat : 23336 (java) S 23328 23330 23031 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 253316272 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214778788776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23337] ppid=23328 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/23330/task/23337/stat : 23337 (java) S 23328 23330 23031 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 253316272 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214682728744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23338] ppid=23328 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23330/task/23338/stat : 23338 (java) S 23328 23330 23031 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 253316272 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214681675944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23339] ppid=23328 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23330/task/23339/stat : 23339 (java) S 23328 23330 23031 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253316272 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214680623656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23340] ppid=23328 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23330/task/23340/stat : 23340 (java) S 23328 23330 23031 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 253316272 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214679570856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23341] ppid=23328 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/23330/task/23341/stat : 23341 (java) S 23328 23330 23031 0 -1 4202560 37 0 0 0 10 0 0 0 20 0 19 0 253316273 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214667373288 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23342] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23342/stat : 23342 (java) S 23328 23330 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316274 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214666319352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23343] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23343/stat : 23343 (java) S 23328 23330 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316274 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214665266952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23344] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23344/stat : 23344 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214664215440 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23345] ppid=23328 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/23330/task/23345/stat : 23345 (java) S 23328 23330 23031 0 -1 4202560 1757 0 0 0 21 0 0 0 20 0 19 0 253316276 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214663162040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23346] ppid=23328 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/23330/task/23346/stat : 23346 (java) S 23328 23330 23031 0 -1 4202560 1691 0 0 0 19 0 0 0 20 0 19 0 253316276 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214662109240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23347] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23347/stat : 23347 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214661057144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23348] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23348/stat : 23348 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214660004552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23349] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23349/stat : 23349 (java) S 23328 23330 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316292 9855975424 19979 33554432000 1073741824 1073778376 140734274604480 140214658950568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=23330/tid=23345] ppid=23328 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/23330/task/23345/stat : 23345 (java) S 23328 23330 23031 0 -1 4202560 1757 0 0 0 21 0 0 0 20 0 19 0 253316276 9855975424 198736 33554432000 1073741824 1073778376 140734274604480 140214663162040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23346] ppid=23328 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/23330/task/23346/stat : 23346 (java) S 23328 23330 23031 0 -1 4202560 2027 0 0 0 21 0 0 0 20 0 19 0 253316276 9855975424 198736 33554432000 1073741824 1073778376 140734274604480 140214662109240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23347] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23347/stat : 23347 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 198736 33554432000 1073741824 1073778376 140734274604480 140214661057144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23348] ppid=23328 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/23330/task/23348/stat : 23348 (java) S 23328 23330 23031 0 -1 4202560 99 0 0 0 53 34 0 0 20 0 19 0 253316276 9855975424 198736 33554432000 1073741824 1073778376 140734274604480 140214660004552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23349] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23349/stat : 23349 (java) S 23328 23330 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316292 9855975424 198736 33554432000 1073741824 1073778376 140734274604480 140214658950568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1732.67
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.70 3/215 23412
/proc/meminfo: memFree=27164820/32873844 swapFree=7608/7608
[pid=23330] ppid=23328 vsize=9624976 CPUtime=1793 cores=1,3,5,7
/proc/23330/stat : 23330 (java) S 23328 23330 23031 0 -1 4202496 11031 0 1 0 179166 134 0 0 20 0 19 0 253316271 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140734274595616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23330/statm: 2406244 227935 2266 9 0 2396937 0
[pid=23330/tid=23332] ppid=23328 vsize=9624976 CPUtime=1764.81 cores=1,3,5,7
/proc/23330/task/23332/stat : 23332 (java) R 23328 23330 23031 0 -1 4202560 2673 0 1 0 176451 30 0 0 20 0 19 0 253316271 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214843216160 140214783445410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23333] ppid=23328 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/23330/task/23333/stat : 23333 (java) S 23328 23330 23031 0 -1 4202560 259 0 0 0 137 10 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214781946664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23334] ppid=23328 vsize=9624976 CPUtime=1.75 cores=1,3,5,7
/proc/23330/task/23334/stat : 23334 (java) S 23328 23330 23031 0 -1 4202560 298 0 0 0 161 14 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214780893864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23335] ppid=23328 vsize=9624976 CPUtime=1.72 cores=1,3,5,7
/proc/23330/task/23335/stat : 23335 (java) S 23328 23330 23031 0 -1 4202560 505 0 0 0 163 9 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214779841576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23336] ppid=23328 vsize=9624976 CPUtime=1.62 cores=1,3,5,7
/proc/23330/task/23336/stat : 23336 (java) S 23328 23330 23031 0 -1 4202560 323 0 0 0 151 11 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214778788776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23337] ppid=23328 vsize=9624976 CPUtime=1.78 cores=1,3,5,7
/proc/23330/task/23337/stat : 23337 (java) S 23328 23330 23031 0 -1 4202560 215 0 0 0 167 11 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214682728744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23338] ppid=23328 vsize=9624976 CPUtime=1.61 cores=1,3,5,7
/proc/23330/task/23338/stat : 23338 (java) S 23328 23330 23031 0 -1 4202560 334 0 0 0 148 13 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214681675944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23339] ppid=23328 vsize=9624976 CPUtime=1.59 cores=1,3,5,7
/proc/23330/task/23339/stat : 23339 (java) S 23328 23330 23031 0 -1 4202560 202 0 0 0 147 12 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214680623656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23340] ppid=23328 vsize=9624976 CPUtime=1.66 cores=1,3,5,7
/proc/23330/task/23340/stat : 23340 (java) S 23328 23330 23031 0 -1 4202560 398 0 0 0 151 15 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214679570856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23341] ppid=23328 vsize=9624976 CPUtime=9.37 cores=1,3,5,7
/proc/23330/task/23341/stat : 23341 (java) S 23328 23330 23031 0 -1 4202560 755 0 0 0 935 2 0 0 20 0 19 0 253316273 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214667373288 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23342] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23342/stat : 23342 (java) S 23328 23330 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316274 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214666319352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23343] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23343/stat : 23343 (java) S 23328 23330 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316274 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214665266952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23344] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23344/stat : 23344 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214664215440 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23345] ppid=23328 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/23330/task/23345/stat : 23345 (java) S 23328 23330 23031 0 -1 4202560 1757 0 0 0 21 0 0 0 20 0 19 0 253316276 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214663162040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23346] ppid=23328 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/23330/task/23346/stat : 23346 (java) S 23328 23330 23031 0 -1 4202560 2027 0 0 0 21 0 0 0 20 0 19 0 253316276 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214662109240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23347] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23347/stat : 23347 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214661057144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23348] ppid=23328 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/23330/task/23348/stat : 23348 (java) S 23328 23330 23031 0 -1 4202560 103 0 0 0 56 35 0 0 20 0 19 0 253316276 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214660004552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23349] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23349/stat : 23349 (java) S 23328 23330 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316292 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214658950568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1793
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.4 s]
/proc/loadavg: 2.00 2.00 1.70 3/215 23412
/proc/meminfo: memFree=27165068/32873844 swapFree=7608/7608
[pid=23330] ppid=23328 vsize=9624976 CPUtime=1800.1 cores=1,3,5,7
/proc/23330/stat : 23330 (java) S 23328 23330 23031 0 -1 4202496 11031 0 1 0 179876 134 0 0 20 0 19 0 253316271 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140734274595616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23330/statm: 2406244 227935 2266 9 0 2396937 0
[pid=23330/tid=23332] ppid=23328 vsize=9624976 CPUtime=1771.89 cores=1,3,5,7
/proc/23330/task/23332/stat : 23332 (java) R 23328 23330 23031 0 -1 4202560 2673 0 1 0 177159 30 0 0 20 0 19 0 253316271 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214843216160 140214783445410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23333] ppid=23328 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/23330/task/23333/stat : 23333 (java) S 23328 23330 23031 0 -1 4202560 259 0 0 0 137 10 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214781946664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23334] ppid=23328 vsize=9624976 CPUtime=1.75 cores=1,3,5,7
/proc/23330/task/23334/stat : 23334 (java) S 23328 23330 23031 0 -1 4202560 298 0 0 0 161 14 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214780893864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23335] ppid=23328 vsize=9624976 CPUtime=1.72 cores=1,3,5,7
/proc/23330/task/23335/stat : 23335 (java) S 23328 23330 23031 0 -1 4202560 505 0 0 0 163 9 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214779841576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23336] ppid=23328 vsize=9624976 CPUtime=1.62 cores=1,3,5,7
/proc/23330/task/23336/stat : 23336 (java) S 23328 23330 23031 0 -1 4202560 323 0 0 0 151 11 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214778788776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23337] ppid=23328 vsize=9624976 CPUtime=1.78 cores=1,3,5,7
/proc/23330/task/23337/stat : 23337 (java) S 23328 23330 23031 0 -1 4202560 215 0 0 0 167 11 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214682728744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23338] ppid=23328 vsize=9624976 CPUtime=1.61 cores=1,3,5,7
/proc/23330/task/23338/stat : 23338 (java) S 23328 23330 23031 0 -1 4202560 334 0 0 0 148 13 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214681675944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23339] ppid=23328 vsize=9624976 CPUtime=1.59 cores=1,3,5,7
/proc/23330/task/23339/stat : 23339 (java) S 23328 23330 23031 0 -1 4202560 202 0 0 0 147 12 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214680623656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23340] ppid=23328 vsize=9624976 CPUtime=1.66 cores=1,3,5,7
/proc/23330/task/23340/stat : 23340 (java) S 23328 23330 23031 0 -1 4202560 398 0 0 0 151 15 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214679570856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23341] ppid=23328 vsize=9624976 CPUtime=9.37 cores=1,3,5,7
/proc/23330/task/23341/stat : 23341 (java) S 23328 23330 23031 0 -1 4202560 755 0 0 0 935 2 0 0 20 0 19 0 253316273 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214667373288 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23342] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23342/stat : 23342 (java) S 23328 23330 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316274 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214666319352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23343] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23343/stat : 23343 (java) S 23328 23330 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316274 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214665266952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23344] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23344/stat : 23344 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214664215440 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23345] ppid=23328 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/23330/task/23345/stat : 23345 (java) S 23328 23330 23031 0 -1 4202560 1757 0 0 0 21 0 0 0 20 0 19 0 253316276 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214663162040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23346] ppid=23328 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/23330/task/23346/stat : 23346 (java) S 23328 23330 23031 0 -1 4202560 2027 0 0 0 21 0 0 0 20 0 19 0 253316276 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214662109240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23347] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23347/stat : 23347 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214661057144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23348] ppid=23328 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/23330/task/23348/stat : 23348 (java) S 23328 23330 23031 0 -1 4202560 103 0 0 0 56 35 0 0 20 0 19 0 253316276 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214660004552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23349] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23349/stat : 23349 (java) S 23328 23330 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316292 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214658950568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 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+1789.4 s]
/proc/loadavg: 2.00 2.00 1.70 3/215 23412
/proc/meminfo: memFree=27165068/32873844 swapFree=7608/7608
[pid=23330] ppid=23328 vsize=9624976 CPUtime=1800.1 cores=1,3,5,7
/proc/23330/stat : 23330 (java) S 23328 23330 23031 0 -1 4202496 11031 0 1 0 179876 134 0 0 20 0 19 0 253316271 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140734274595616 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23330/statm: 2406244 227935 2266 9 0 2396937 0
[pid=23330/tid=23332] ppid=23328 vsize=9624976 CPUtime=1771.89 cores=1,3,5,7
/proc/23330/task/23332/stat : 23332 (java) R 23328 23330 23031 0 -1 4202560 2673 0 1 0 177159 30 0 0 20 0 19 0 253316271 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214843216160 140214783445410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23333] ppid=23328 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/23330/task/23333/stat : 23333 (java) S 23328 23330 23031 0 -1 4202560 259 0 0 0 137 10 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214781946664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23334] ppid=23328 vsize=9624976 CPUtime=1.75 cores=1,3,5,7
/proc/23330/task/23334/stat : 23334 (java) S 23328 23330 23031 0 -1 4202560 298 0 0 0 161 14 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214780893864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23335] ppid=23328 vsize=9624976 CPUtime=1.72 cores=1,3,5,7
/proc/23330/task/23335/stat : 23335 (java) S 23328 23330 23031 0 -1 4202560 505 0 0 0 163 9 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214779841576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23336] ppid=23328 vsize=9624976 CPUtime=1.62 cores=1,3,5,7
/proc/23330/task/23336/stat : 23336 (java) S 23328 23330 23031 0 -1 4202560 323 0 0 0 151 11 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214778788776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23337] ppid=23328 vsize=9624976 CPUtime=1.78 cores=1,3,5,7
/proc/23330/task/23337/stat : 23337 (java) S 23328 23330 23031 0 -1 4202560 215 0 0 0 167 11 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214682728744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23330/tid=23338] ppid=23328 vsize=9624976 CPUtime=1.61 cores=1,3,5,7
/proc/23330/task/23338/stat : 23338 (java) S 23328 23330 23031 0 -1 4202560 334 0 0 0 148 13 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214681675944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23339] ppid=23328 vsize=9624976 CPUtime=1.59 cores=1,3,5,7
/proc/23330/task/23339/stat : 23339 (java) S 23328 23330 23031 0 -1 4202560 202 0 0 0 147 12 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214680623656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23340] ppid=23328 vsize=9624976 CPUtime=1.66 cores=1,3,5,7
/proc/23330/task/23340/stat : 23340 (java) S 23328 23330 23031 0 -1 4202560 398 0 0 0 151 15 0 0 20 0 19 0 253316272 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214679570856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23341] ppid=23328 vsize=9624976 CPUtime=9.37 cores=1,3,5,7
/proc/23330/task/23341/stat : 23341 (java) S 23328 23330 23031 0 -1 4202560 755 0 0 0 935 2 0 0 20 0 19 0 253316273 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214667373288 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23342] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23342/stat : 23342 (java) S 23328 23330 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316274 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214666319352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23343] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23343/stat : 23343 (java) S 23328 23330 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316274 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214665266952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23344] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23344/stat : 23344 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214664215440 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23345] ppid=23328 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/23330/task/23345/stat : 23345 (java) S 23328 23330 23031 0 -1 4202560 1757 0 0 0 21 0 0 0 20 0 19 0 253316276 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214663162040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23330/tid=23346] ppid=23328 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/23330/task/23346/stat : 23346 (java) S 23328 23330 23031 0 -1 4202560 2027 0 0 0 21 0 0 0 20 0 19 0 253316276 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214662109240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23347] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23347/stat : 23347 (java) S 23328 23330 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316276 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214661057144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23330/tid=23348] ppid=23328 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/23330/task/23348/stat : 23348 (java) S 23328 23330 23031 0 -1 4202560 103 0 0 0 56 35 0 0 20 0 19 0 253316276 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214660004552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23330/tid=23349] ppid=23328 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23330/task/23349/stat : 23349 (java) S 23328 23330 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316292 9855975424 227935 33554432000 1073741824 1073778376 140734274604480 140214658950568 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 23330 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=388211
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=761732
# CPU time returned by wait4() is 1796.15
# 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): 1789.46
CPU time (s): 1800.1
CPU user time (s): 1798.76
CPU system time (s): 1.34
CPU usage (%): 100.595
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.39
system time used= 1.76173
maximum resident set size= 912132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11161
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40492
involuntary context switches= 15350

runsolver used 6.36003 second user time and 16.2135 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-24 17:05:15
IDJOB=3687393
IDBENCH=1413
IDSOLVER=2269
FILE ID=node135/3687393-1337871915
RUNJOBID= node135-1337871881-23049
PBS_JOBID= 14620069
Free space on /tmp= 71576 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_35_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687393-1337871915/watcher-3687393-1337871915 -o /tmp/evaluation-result-3687393-1337871915/solver-3687393-1337871915 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687393-1337871915.opb

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

MD5SUM BENCH= 55203b98fb707e386dea9ef4475d45f9
RANDOM SEED=372266153

node135.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.820
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.64
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.820
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.57
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.820
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.55
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.820
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.55
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.820
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.54
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.820
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.55
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.820
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	: 5238.35
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.820
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:        28514936 kB
Buffers:          204640 kB
Cached:          3368964 kB
SwapCached:            0 kB
Active:           825212 kB
Inactive:        2761928 kB
Active(anon):      16000 kB
Inactive(anon):        0 kB
Active(file):     809212 kB
Inactive(file):  2761928 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             35160 kB
Writeback:             4 kB
AnonPages:         21060 kB
Mapped:            14216 kB
Shmem:               212 kB
Slab:             633016 kB
SReclaimable:      74580 kB
SUnreclaim:       558436 kB
KernelStack:        1616 kB
PageTables:         4004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71592 MiB
End job on node135 at 2012-05-24 17:35:06