Trace number 3688037

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.37 1764.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-cardinality-105-100.opb
MD5SUM1f72b7f8bd829aeeb06978977df8efc2
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.19397
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables10500
Total number of constraints205
Number of constraints which are clauses105
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint105
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 106
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688037-1337879132.opb
0.11/0.10	c reading problem ... 
0.59/0.30	c ... done. Wall clock time 0.2s.
0.59/0.30	c declared #vars     10500
0.59/0.30	c #constraints  205
0.59/0.30	c constraints type 
0.59/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 105
0.59/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.59/0.30	c 205 constraints processed.
1.69/1.06	c cleaning 2484 clauses out of 5003 with flag 5003/5003
2.69/1.85	c cleaning 4241 clauses out of 8516 with flag 11000/11000
3.73/2.83	c cleaning 5619 clauses out of 11275 with flag 18000/18000
4.96/4.02	c cleaning 6823 clauses out of 13656 with flag 26000/26000
6.45/5.48	c cleaning 7901 clauses out of 15836 with flag 35003/35003
8.15/7.11	c cleaning 8946 clauses out of 17933 with flag 45001/45001
10.10/9.04	c cleaning 9982 clauses out of 19987 with flag 56001/56001
12.43/11.38	c cleaning 10984 clauses out of 22004 with flag 68000/68000
15.04/13.97	c cleaning 12001 clauses out of 24021 with flag 81001/81001
17.78/16.67	c cleaning 13000 clauses out of 26021 with flag 95002/95002
21.35/20.19	c cleaning 13992 clauses out of 28023 with flag 110004/110004
24.48/23.29	c cleaning 14996 clauses out of 30027 with flag 126000/126000
28.44/27.12	c cleaning 15987 clauses out of 32032 with flag 143001/143001
33.17/31.82	c cleaning 17012 clauses out of 34044 with flag 161000/161000
37.13/35.73	c cleaning 17993 clauses out of 36032 with flag 180000/180000
41.71/40.22	c cleaning 19002 clauses out of 38041 with flag 200002/200002
46.86/45.39	c cleaning 20004 clauses out of 40037 with flag 221000/221000
52.01/50.46	c cleaning 21012 clauses out of 42033 with flag 243000/243000
58.27/56.61	c cleaning 21999 clauses out of 44023 with flag 266002/266002
64.09/62.37	c cleaning 22983 clauses out of 46024 with flag 290002/290002
72.05/70.27	c cleaning 23999 clauses out of 48040 with flag 315001/315001
80.55/78.64	c cleaning 25012 clauses out of 50040 with flag 341000/341000
87.75/85.76	c cleaning 26004 clauses out of 52029 with flag 368001/368001
95.18/93.18	c cleaning 27006 clauses out of 54024 with flag 396000/396000
102.88/100.72	c cleaning 27992 clauses out of 56019 with flag 425001/425001
112.51/110.12	c cleaning 29001 clauses out of 58030 with flag 455004/455004
121.65/119.18	c cleaning 29978 clauses out of 60025 with flag 486000/486000
135.32/132.60	c cleaning 31007 clauses out of 62047 with flag 518000/518000
146.96/144.22	c cleaning 32008 clauses out of 64041 with flag 551001/551001
162.34/159.54	c cleaning 33001 clauses out of 66034 with flag 585002/585002
171.40/168.42	c cleaning 33997 clauses out of 68032 with flag 620001/620001
182.38/179.39	c cleaning 35004 clauses out of 70034 with flag 656000/656000
194.86/191.72	c cleaning 36003 clauses out of 72033 with flag 693003/693003
206.56/203.37	c cleaning 36998 clauses out of 74030 with flag 731003/731003
222.75/219.46	c cleaning 38004 clauses out of 76032 with flag 770003/770003
234.04/230.56	c cleaning 39000 clauses out of 78025 with flag 810000/810000
247.53/243.94	c cleaning 40001 clauses out of 80026 with flag 851001/851001
259.42/255.76	c cleaning 40997 clauses out of 82025 with flag 893001/893001
272.64/268.87	c cleaning 41991 clauses out of 84027 with flag 936000/936000
288.13/284.21	c cleaning 43005 clauses out of 86037 with flag 980001/980001
301.43/297.43	c cleaning 44003 clauses out of 88031 with flag 1025000/1025000
326.23/321.90	c cleaning 45002 clauses out of 90028 with flag 1071000/1071000
342.65/338.36	c cleaning 46004 clauses out of 92029 with flag 1118003/1118003
362.05/357.64	c cleaning 46998 clauses out of 94023 with flag 1166001/1166001
377.54/372.97	c cleaning 47996 clauses out of 96024 with flag 1215000/1215000
394.42/389.71	c cleaning 49000 clauses out of 98028 with flag 1265000/1265000
416.43/411.65	c cleaning 49999 clauses out of 100028 with flag 1316000/1316000
429.39/424.48	c cleaning 50995 clauses out of 102030 with flag 1368001/1368001
446.20/441.13	c cleaning 52005 clauses out of 104035 with flag 1421001/1421001
467.52/462.35	c cleaning 52997 clauses out of 106030 with flag 1475001/1475001
492.87/487.52	c cleaning 53996 clauses out of 108032 with flag 1530000/1530000
516.04/510.51	c cleaning 54982 clauses out of 110036 with flag 1586000/1586000
535.44/529.89	c cleaning 56013 clauses out of 112054 with flag 1643000/1643000
567.00/560.47	c cleaning 57005 clauses out of 114043 with flag 1701002/1701002
602.83/595.47	c cleaning 58003 clauses out of 116038 with flag 1760002/1760002
630.89/622.76	c cleaning 59004 clauses out of 118033 with flag 1820000/1820000
660.14/651.55	c cleaning 60002 clauses out of 120030 with flag 1881001/1881001
687.36/678.18	c cleaning 61001 clauses out of 122028 with flag 1943001/1943001
708.94/699.03	c cleaning 61998 clauses out of 124031 with flag 2006005/2006005
732.08/721.56	c cleaning 62976 clauses out of 126029 with flag 2070001/2070001
758.09/747.00	c cleaning 64002 clauses out of 128054 with flag 2135002/2135002
791.66/779.90	c cleaning 65006 clauses out of 130052 with flag 2201002/2201002
827.04/814.54	c cleaning 66005 clauses out of 132046 with flag 2268002/2268002
858.38/844.81	c cleaning 67009 clauses out of 134041 with flag 2336002/2336002
893.34/879.07	c cleaning 68006 clauses out of 136031 with flag 2405001/2405001
918.95/904.10	c cleaning 69004 clauses out of 138025 with flag 2475001/2475001
954.96/939.59	c cleaning 70001 clauses out of 140021 with flag 2546001/2546001
987.64/971.49	c cleaning 71002 clauses out of 142021 with flag 2618002/2618002
1017.36/1000.47	c cleaning 71989 clauses out of 144017 with flag 2691000/2691000
1056.11/1038.61	c cleaning 72995 clauses out of 146030 with flag 2765002/2765002
1094.36/1075.99	c cleaning 74000 clauses out of 148033 with flag 2840000/2840000
1153.02/1133.43	c cleaning 75000 clauses out of 150034 with flag 2916001/2916001
1199.00/1178.55	c cleaning 76013 clauses out of 152037 with flag 2993004/2993004
1229.13/1207.52	c cleaning 76961 clauses out of 154022 with flag 3071002/3071002
1262.57/1240.19	c cleaning 78019 clauses out of 156061 with flag 3150002/3150002
1300.95/1277.88	c cleaning 78999 clauses out of 158040 with flag 3230000/3230000
1338.92/1314.67	c cleaning 80002 clauses out of 160044 with flag 3311003/3311003
1383.33/1358.37	c cleaning 80987 clauses out of 162039 with flag 3393000/3393000
1421.56/1394.38	c cleaning 82017 clauses out of 164055 with flag 3476003/3476003
1489.90/1461.29	c cleaning 83007 clauses out of 166037 with flag 3560002/3560002
1548.27/1518.57	c cleaning 84004 clauses out of 168030 with flag 3645002/3645002
1602.44/1571.74	c cleaning 84999 clauses out of 170025 with flag 3731001/3731001
1650.55/1618.75	c cleaning 85998 clauses out of 172025 with flag 3818000/3818000
1695.47/1662.60	c cleaning 86998 clauses out of 174030 with flag 3906003/3906003
1739.44/1705.57	c cleaning 88005 clauses out of 176032 with flag 3995003/3995003
1792.55/1757.48	c cleaning 88997 clauses out of 178027 with flag 4085003/4085003
1800.09/1764.71	c starts		: 253
1800.09/1764.71	c conflicts		: 4104878
1800.09/1764.71	c decisions		: 6528734
1800.09/1764.71	c propagations		: 399074658
1800.09/1764.71	c inspects		: 13304664583
1800.09/1764.71	c shortcuts		: 0
1800.09/1764.71	c learnt literals	: 0
1800.09/1764.71	c learnt binary clauses	: 0
1800.09/1764.71	c learnt ternary clauses	: 0
1800.09/1764.71	c learnt constraints	: 4104877
1800.09/1764.71	c ignored constraints	: 0
1800.09/1764.71	c root simplifications	: 0
1800.09/1764.71	c removed literals (reason simplification)	: 0
1800.09/1764.71	c reason swapping (by a shorter reason)	: 0
1800.09/1764.71	c Calls to reduceDB	: 86
1800.09/1764.71	c number of reductions to clauses (during analyze)	: 0
1800.09/1764.71	c number of learned constraints concerned by reduction	: 0
1800.09/1764.71	c number of learning phase by resolution	: 0
1800.09/1764.71	c number of learning phase by cutting planes	: 0
1800.09/1764.71	c speed (assignments/second)	: 226182.41684250618
1800.09/1764.71	c non guided choices	508596
1800.09/1764.74	c learnt constraints type 
1800.09/1764.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 108944
1800.09/1764.74	c constraints type 
1800.09/1764.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 105
1800.09/1764.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
1800.09/1764.74	c 205 constraints processed.
1800.09/1764.74	s UNKNOWN
1800.09/1764.74	c Total wall clock time (in seconds): 1764.639

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-3688037-1337879132/watcher-3688037-1337879132 -o /tmp/evaluation-result-3688037-1337879132/solver-3688037-1337879132 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688037-1337879132.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: 2.10 2.04 2.01 3/194 24302
/proc/meminfo: memFree=28726468/32873648 swapFree=7372/7372
[pid=24302] ppid=24300 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/24302/stat : 24302 (java) R 24300 24302 23489 0 -1 4202496 980 0 0 0 0 0 0 0 20 0 1 0 254039216 23793664 707 33554432000 1073741824 1073778376 140736269478560 140736269467624 217401309264 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24302/statm: 5809 707 522 9 0 128 0

[startup+0.011274 s]
/proc/loadavg: 2.10 2.04 2.01 3/194 24302
/proc/meminfo: memFree=28726468/32873648 swapFree=7372/7372
[pid=24302] ppid=24300 vsize=101560 CPUtime=0 cores=1,3,5,7
/proc/24302/stat : 24302 (java) S 24300 24302 23489 0 -1 4202496 1421 0 1 0 0 0 0 0 20 0 2 0 254039216 103997440 1102 33554432000 1073741824 1073778376 140736269478560 140736269469696 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24302/statm: 25390 1102 852 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101560

[startup+0.100171 s]
/proc/loadavg: 2.10 2.04 2.01 3/194 24302
/proc/meminfo: memFree=28726468/32873648 swapFree=7372/7372
[pid=24302] ppid=24300 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/24302/stat : 24302 (java) S 24300 24302 23489 0 -1 4202496 4442 0 1 0 10 1 0 0 20 0 18 0 254039216 9787813888 6106 33554432000 1073741824 1073778376 140736269478560 140736269469696 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24302/statm: 2389603 6106 2136 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.30017 s]
/proc/loadavg: 2.10 2.04 2.01 3/194 24302
/proc/meminfo: memFree=28726468/32873648 swapFree=7372/7372
[pid=24302] ppid=24300 vsize=9558412 CPUtime=0.59 cores=1,3,5,7
/proc/24302/stat : 24302 (java) S 24300 24302 23489 0 -1 4202496 7184 0 1 0 58 1 0 0 20 0 18 0 254039216 9787813888 12887 33554432000 1073741824 1073778376 140736269478560 140736269469696 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24302/statm: 2389603 12887 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558412

[startup+0.700243 s]
/proc/loadavg: 2.10 2.04 2.01 3/194 24302
/proc/meminfo: memFree=28726468/32873648 swapFree=7372/7372
[pid=24302] ppid=24300 vsize=9624976 CPUtime=1.37 cores=1,3,5,7
/proc/24302/stat : 24302 (java) S 24300 24302 23489 0 -1 4202496 8849 0 1 0 135 2 0 0 20 0 19 0 254039216 9855975424 15771 33554432000 1073741824 1073778376 140736269478560 140736269469696 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24302/statm: 2406244 15771 2243 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9624976

[startup+1.50064 s]
/proc/loadavg: 2.09 2.04 2.01 3/213 24321
/proc/meminfo: memFree=28663752/32873648 swapFree=7372/7372
[pid=24302] ppid=24300 vsize=9624976 CPUtime=2.35 cores=1,3,5,7
/proc/24302/stat : 24302 (java) S 24300 24302 23489 0 -1 4202496 13374 0 1 0 230 5 0 0 20 0 19 0 254039216 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 140736269469696 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24302/statm: 2406244 27327 2268 9 0 2396937 0
[pid=24302/tid=24304] ppid=24300 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/24302/task/24304/stat : 24304 (java) R 24300 24302 23489 0 -1 4202560 2473 0 1 0 143 2 0 0 20 0 19 0 254039217 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663492039048 139663499803489 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24305] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24305/stat : 24305 (java) S 24300 24302 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663481100584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24306] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24306/stat : 24306 (java) S 24300 24302 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663480047784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24307] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24307/stat : 24307 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663333079592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24308] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24308/stat : 24308 (java) S 24300 24302 23489 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663332026792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24309] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24309/stat : 24309 (java) S 24300 24302 23489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663330974504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24310] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24310/stat : 24310 (java) S 24300 24302 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663329921704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24311] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24311/stat : 24311 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663328869416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24312] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24312/stat : 24312 (java) S 24300 24302 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663327816616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24313] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24313/stat : 24313 (java) S 24300 24302 23489 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 254039219 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663315618024 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24314] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24314/stat : 24314 (java) S 24300 24302 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254039219 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663314564088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24315] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24315/stat : 24315 (java) S 24300 24302 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254039219 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663313511688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24316] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24316/stat : 24316 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663312460176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24317] ppid=24300 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/24302/task/24317/stat : 24317 (java) S 24300 24302 23489 0 -1 4202560 2779 0 0 0 36 1 0 0 20 0 19 0 254039221 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663311407800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24318] ppid=24300 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/24302/task/24318/stat : 24318 (java) S 24300 24302 23489 0 -1 4202560 6850 0 0 0 43 0 0 0 20 0 19 0 254039221 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663310355000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24319] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24319/stat : 24319 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663309302904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24320] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24320/stat : 24320 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663308250312 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24321] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24321/stat : 24321 (java) S 24300 24302 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254039248 9855975424 27327 33554432000 1073741824 1073778376 140736269478560 139663307195304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9624976

[startup+3.10055 s]
/proc/loadavg: 2.09 2.04 2.01 3/213 24321
/proc/meminfo: memFree=28602820/32873648 swapFree=7372/7372
[pid=24302] ppid=24300 vsize=9624976 CPUtime=4.06 cores=1,3,5,7
/proc/24302/stat : 24302 (java) S 24300 24302 23489 0 -1 4202496 13416 0 1 0 400 6 0 0 20 0 19 0 254039216 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 140736269469696 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24302/statm: 2406244 35527 2268 9 0 2396937 0
[pid=24302/tid=24304] ppid=24300 vsize=9624976 CPUtime=2.99 cores=1,3,5,7
/proc/24302/task/24304/stat : 24304 (java) R 24300 24302 23489 0 -1 4202560 2474 0 1 0 297 2 0 0 20 0 19 0 254039217 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663492039048 139663361307262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24305] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24305/stat : 24305 (java) S 24300 24302 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663481100584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24306] ppid=24300 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24302/task/24306/stat : 24306 (java) S 24300 24302 23489 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 254039218 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663480047784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24307] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24307/stat : 24307 (java) S 24300 24302 23489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663333079592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24308] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24308/stat : 24308 (java) S 24300 24302 23489 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663332026792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24309] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24309/stat : 24309 (java) S 24300 24302 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663330974504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24310] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24310/stat : 24310 (java) S 24300 24302 23489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663329921704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24311] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24311/stat : 24311 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663328869416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24312] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24312/stat : 24312 (java) S 24300 24302 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663327816616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24313] ppid=24300 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/24302/task/24313/stat : 24313 (java) S 24300 24302 23489 0 -1 4202560 42 0 0 0 4 0 0 0 20 0 19 0 254039219 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663315618024 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24314] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24314/stat : 24314 (java) S 24300 24302 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254039219 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663314564088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24315] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24315/stat : 24315 (java) S 24300 24302 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254039219 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663313511688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24316] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24316/stat : 24316 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663312460176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24317] ppid=24300 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/24302/task/24317/stat : 24317 (java) S 24300 24302 23489 0 -1 4202560 2779 0 0 0 38 1 0 0 20 0 19 0 254039221 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663311407800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24318] ppid=24300 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/24302/task/24318/stat : 24318 (java) S 24300 24302 23489 0 -1 4202560 6851 0 0 0 46 0 0 0 20 0 19 0 254039221 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663310355000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24319] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24319/stat : 24319 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663309302904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24320] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24320/stat : 24320 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663308250312 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24321] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24321/stat : 24321 (java) S 24300 24302 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254039248 9855975424 35527 33554432000 1073741824 1073778376 140736269478560 139663307195304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9624976

[startup+6.3006 s]
/proc/loadavg: 2.09 2.04 2.01 3/213 24321
/proc/meminfo: memFree=28586064/32873648 swapFree=7372/7372
[pid=24302] ppid=24300 vsize=9624976 CPUtime=7.35 cores=1,3,5,7
/proc/24302/stat : 24302 (java) S 24300 24302 23489 0 -1 4202496 13948 0 1 0 728 7 0 0 20 0 19 0 254039216 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 140736269469696 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24302/statm: 2406244 39038 2268 9 0 2396937 0
[pid=24302/tid=24304] ppid=24300 vsize=9624976 CPUtime=6.11 cores=1,3,5,7
/proc/24302/task/24304/stat : 24304 (java) R 24300 24302 23489 0 -1 4202560 2475 0 1 0 609 2 0 0 20 0 19 0 254039217 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663492038928 139663361283930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24305] ppid=24300 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24302/task/24305/stat : 24305 (java) S 24300 24302 23489 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 254039218 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663481100584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24306] ppid=24300 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/24302/task/24306/stat : 24306 (java) S 24300 24302 23489 0 -1 4202560 157 0 0 0 2 0 0 0 20 0 19 0 254039218 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663480047784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24307] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24307/stat : 24307 (java) S 24300 24302 23489 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663333079592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24308] ppid=24300 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/24302/task/24308/stat : 24308 (java) S 24300 24302 23489 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 254039218 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663332026792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24309] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24309/stat : 24309 (java) S 24300 24302 23489 0 -1 4202560 128 0 0 0 0 0 0 0 20 0 19 0 254039218 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663330974504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24310] ppid=24300 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24302/task/24310/stat : 24310 (java) S 24300 24302 23489 0 -1 4202560 125 0 0 0 1 0 0 0 20 0 19 0 254039218 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663329921704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24311] ppid=24300 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24302/task/24311/stat : 24311 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 1 0 0 0 20 0 19 0 254039218 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663328869416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24312] ppid=24300 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/24302/task/24312/stat : 24312 (java) S 24300 24302 23489 0 -1 4202560 128 0 0 0 2 0 0 0 20 0 19 0 254039218 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663327816616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24313] ppid=24300 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24302/task/24313/stat : 24313 (java) S 24300 24302 23489 0 -1 4202560 44 0 0 0 9 0 0 0 20 0 19 0 254039219 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663315618024 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24314] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24314/stat : 24314 (java) S 24300 24302 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254039219 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663314564088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24315] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24315/stat : 24315 (java) S 24300 24302 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254039219 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663313511688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24316] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24316/stat : 24316 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663312460176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24317] ppid=24300 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/24302/task/24317/stat : 24317 (java) S 24300 24302 23489 0 -1 4202560 2779 0 0 0 39 1 0 0 20 0 19 0 254039221 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663311407800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24318] ppid=24300 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/24302/task/24318/stat : 24318 (java) S 24300 24302 23489 0 -1 4202560 6882 0 0 0 49 0 0 0 20 0 19 0 254039221 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663310355000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24319] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24319/stat : 24319 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663309302904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24320] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24320/stat : 24320 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663308250312 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24321] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24321/stat : 24321 (java) S 24300 24302 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254039248 9855975424 39038 33554432000 1073741824 1073778376 140736269478560 139663307195304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=24302/tid=24310] ppid=24300 vsize=9624976 CPUtime=5.54 cores=1,3,5,7
/proc/24302/task/24310/stat : 24310 (java) S 24300 24302 23489 0 -1 4202560 3027 0 0 0 522 32 0 0 20 0 19 0 254039218 9855975424 287237 33554432000 1073741824 1073778376 140736269478560 139663329921704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24311] ppid=24300 vsize=9624976 CPUtime=5.35 cores=1,3,5,7
/proc/24302/task/24311/stat : 24311 (java) S 24300 24302 23489 0 -1 4202560 3506 0 0 0 505 30 0 0 20 0 19 0 254039218 9855975424 287237 33554432000 1073741824 1073778376 140736269478560 139663328869416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24312] ppid=24300 vsize=9624976 CPUtime=5.15 cores=1,3,5,7
/proc/24302/task/24312/stat : 24312 (java) S 24300 24302 23489 0 -1 4202560 3014 0 0 0 491 24 0 0 20 0 19 0 254039218 9855975424 287237 33554432000 1073741824 1073778376 140736269478560 139663327816616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24313] ppid=24300 vsize=9624976 CPUtime=7.47 cores=1,3,5,7
/proc/24302/task/24313/stat : 24313 (java) S 24300 24302 23489 0 -1 4202560 2243 0 0 0 737 10 0 0 20 0 19 0 254039219 9855975424 287237 33554432000 1073741824 1073778376 140736269478560 139663315618024 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24314] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24314/stat : 24314 (java) S 24300 24302 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254039219 9855975424 287237 33554432000 1073741824 1073778376 140736269478560 139663314564088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24315] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24315/stat : 24315 (java) S 24300 24302 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254039219 9855975424 287237 33554432000 1073741824 1073778376 140736269478560 139663313511688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24316] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24316/stat : 24316 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 287237 33554432000 1073741824 1073778376 140736269478560 139663312460176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24317] ppid=24300 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/24302/task/24317/stat : 24317 (java) S 24300 24302 23489 0 -1 4202560 2779 0 0 0 39 1 0 0 20 0 19 0 254039221 9855975424 287237 33554432000 1073741824 1073778376 140736269478560 139663311407800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24318] ppid=24300 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/24302/task/24318/stat : 24318 (java) S 24300 24302 23489 0 -1 4202560 6891 0 0 0 50 0 0 0 20 0 19 0 254039221 9855975424 287237 33554432000 1073741824 1073778376 140736269478560 139663310355000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24319] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24319/stat : 24319 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 287237 33554432000 1073741824 1073778376 140736269478560 139663309302904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24320] ppid=24300 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/24302/task/24320/stat : 24320 (java) S 24300 24302 23489 0 -1 4202560 94 0 0 0 26 34 0 0 20 0 19 0 254039221 9855975424 287237 33554432000 1073741824 1073778376 140736269478560 139663308250312 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24321] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24321/stat : 24321 (java) S 24300 24302 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254039248 9855975424 287237 33554432000 1073741824 1073778376 140736269478560 139663307195304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1695.17
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.98 2.02 2.00 3/213 24337
/proc/meminfo: memFree=26938892/32873648 swapFree=7372/7372
[pid=24302] ppid=24300 vsize=9624976 CPUtime=1756.69 cores=1,3,5,7
/proc/24302/stat : 24302 (java) S 24300 24302 23489 0 -1 4202496 42401 0 1 0 175366 303 0 0 20 0 19 0 254039216 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 140736269469696 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24302/statm: 2406244 291168 2269 9 0 2396937 0
[pid=24302/tid=24304] ppid=24300 vsize=9624976 CPUtime=1701.6 cores=1,3,5,7
/proc/24302/task/24304/stat : 24304 (java) R 24300 24302 23489 0 -1 4202560 3681 0 1 0 170128 32 0 0 20 0 19 0 254039217 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663492037984 139663361393465 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24305] ppid=24300 vsize=9624976 CPUtime=5.85 cores=1,3,5,7
/proc/24302/task/24305/stat : 24305 (java) S 24300 24302 23489 0 -1 4202560 2786 0 0 0 548 37 0 0 20 0 19 0 254039218 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663481100584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24306] ppid=24300 vsize=9624976 CPUtime=5.76 cores=1,3,5,7
/proc/24302/task/24306/stat : 24306 (java) S 24300 24302 23489 0 -1 4202560 3516 0 0 0 545 31 0 0 20 0 19 0 254039218 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663480047784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24307] ppid=24300 vsize=9624976 CPUtime=5.71 cores=1,3,5,7
/proc/24302/task/24307/stat : 24307 (java) S 24300 24302 23489 0 -1 4202560 2045 0 0 0 544 27 0 0 20 0 19 0 254039218 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663333079592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24308] ppid=24300 vsize=9624976 CPUtime=5.62 cores=1,3,5,7
/proc/24302/task/24308/stat : 24308 (java) S 24300 24302 23489 0 -1 4202560 4019 0 0 0 534 28 0 0 20 0 19 0 254039218 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663332026792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24309] ppid=24300 vsize=9624976 CPUtime=6.01 cores=1,3,5,7
/proc/24302/task/24309/stat : 24309 (java) S 24300 24302 23489 0 -1 4202560 3518 0 0 0 570 31 0 0 20 0 19 0 254039218 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663330974504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24310] ppid=24300 vsize=9624976 CPUtime=5.79 cores=1,3,5,7
/proc/24302/task/24310/stat : 24310 (java) S 24300 24302 23489 0 -1 4202560 3036 0 0 0 545 34 0 0 20 0 19 0 254039218 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663329921704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24311] ppid=24300 vsize=9624976 CPUtime=5.63 cores=1,3,5,7
/proc/24302/task/24311/stat : 24311 (java) S 24300 24302 23489 0 -1 4202560 3534 0 0 0 532 31 0 0 20 0 19 0 254039218 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663328869416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24312] ppid=24300 vsize=9624976 CPUtime=5.39 cores=1,3,5,7
/proc/24302/task/24312/stat : 24312 (java) S 24300 24302 23489 0 -1 4202560 3017 0 0 0 515 24 0 0 20 0 19 0 254039218 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663327816616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24313] ppid=24300 vsize=9624976 CPUtime=7.77 cores=1,3,5,7
/proc/24302/task/24313/stat : 24313 (java) S 24300 24302 23489 0 -1 4202560 2295 0 0 0 767 10 0 0 20 0 19 0 254039219 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663315618024 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24314] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24314/stat : 24314 (java) S 24300 24302 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254039219 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663314564088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24315] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24315/stat : 24315 (java) S 24300 24302 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254039219 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663313511688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24316] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24316/stat : 24316 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663312460176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24317] ppid=24300 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/24302/task/24317/stat : 24317 (java) S 24300 24302 23489 0 -1 4202560 2779 0 0 0 39 1 0 0 20 0 19 0 254039221 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663311407800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24318] ppid=24300 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/24302/task/24318/stat : 24318 (java) S 24300 24302 23489 0 -1 4202560 6891 0 0 0 50 0 0 0 20 0 19 0 254039221 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663310355000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24319] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24319/stat : 24319 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663309302904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24320] ppid=24300 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/24302/task/24320/stat : 24320 (java) S 24300 24302 23489 0 -1 4202560 98 0 0 0 27 36 0 0 20 0 19 0 254039221 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663308250312 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24321] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24321/stat : 24321 (java) S 24300 24302 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254039248 9855975424 291168 33554432000 1073741824 1073778376 140736269478560 139663307195304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1756.69
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1764.7 s]
/proc/loadavg: 1.99 2.02 2.00 3/213 24396
/proc/meminfo: memFree=27719656/32873648 swapFree=7372/7372
[pid=24302] ppid=24300 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/24302/stat : 24302 (java) S 24300 24302 23489 0 -1 4202496 43564 0 1 0 179697 312 0 0 20 0 19 0 254039216 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 140736269469696 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24302/statm: 2406244 296299 2269 9 0 2396937 0
[pid=24302/tid=24304] ppid=24300 vsize=9624976 CPUtime=1743.38 cores=1,3,5,7
/proc/24302/task/24304/stat : 24304 (java) R 24300 24302 23489 0 -1 4202560 3699 0 1 0 174305 33 0 0 20 0 19 0 254039217 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663492037984 139663361283203 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24305] ppid=24300 vsize=9624976 CPUtime=6.01 cores=1,3,5,7
/proc/24302/task/24305/stat : 24305 (java) S 24300 24302 23489 0 -1 4202560 2972 0 0 0 564 37 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663481100584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24306] ppid=24300 vsize=9624976 CPUtime=5.97 cores=1,3,5,7
/proc/24302/task/24306/stat : 24306 (java) S 24300 24302 23489 0 -1 4202560 3674 0 0 0 565 32 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663480047784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24307] ppid=24300 vsize=9624976 CPUtime=5.9 cores=1,3,5,7
/proc/24302/task/24307/stat : 24307 (java) S 24300 24302 23489 0 -1 4202560 2291 0 0 0 561 29 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663333079592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24308] ppid=24300 vsize=9624976 CPUtime=5.77 cores=1,3,5,7
/proc/24302/task/24308/stat : 24308 (java) S 24300 24302 23489 0 -1 4202560 4152 0 0 0 548 29 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663332026792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24309] ppid=24300 vsize=9624976 CPUtime=6.15 cores=1,3,5,7
/proc/24302/task/24309/stat : 24309 (java) S 24300 24302 23489 0 -1 4202560 3528 0 0 0 583 32 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663330974504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24310] ppid=24300 vsize=9624976 CPUtime=5.96 cores=1,3,5,7
/proc/24302/task/24310/stat : 24310 (java) S 24300 24302 23489 0 -1 4202560 3038 0 0 0 562 34 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663329921704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24311] ppid=24300 vsize=9624976 CPUtime=5.8 cores=1,3,5,7
/proc/24302/task/24311/stat : 24311 (java) S 24300 24302 23489 0 -1 4202560 3841 0 0 0 547 33 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663328869416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24312] ppid=24300 vsize=9624976 CPUtime=5.55 cores=1,3,5,7
/proc/24302/task/24312/stat : 24312 (java) S 24300 24302 23489 0 -1 4202560 3064 0 0 0 530 25 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663327816616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24313] ppid=24300 vsize=9624976 CPUtime=8.01 cores=1,3,5,7
/proc/24302/task/24313/stat : 24313 (java) S 24300 24302 23489 0 -1 4202560 2349 0 0 0 790 11 0 0 20 0 19 0 254039219 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663315618024 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24314] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24314/stat : 24314 (java) S 24300 24302 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254039219 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663314564088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24315] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24315/stat : 24315 (java) S 24300 24302 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254039219 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663313511688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24316] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24316/stat : 24316 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663312460176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24317] ppid=24300 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/24302/task/24317/stat : 24317 (java) S 24300 24302 23489 0 -1 4202560 2779 0 0 0 39 1 0 0 20 0 19 0 254039221 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663311407800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24318] ppid=24300 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/24302/task/24318/stat : 24318 (java) S 24300 24302 23489 0 -1 4202560 6891 0 0 0 50 0 0 0 20 0 19 0 254039221 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663310355000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24319] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24319/stat : 24319 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663309302904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24320] ppid=24300 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/24302/task/24320/stat : 24320 (java) S 24300 24302 23489 0 -1 4202560 100 0 0 0 27 37 0 0 20 0 19 0 254039221 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663308250312 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24321] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24321/stat : 24321 (java) S 24300 24302 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254039248 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663307195304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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+1764.7 s]
/proc/loadavg: 1.99 2.02 2.00 3/213 24396
/proc/meminfo: memFree=27719656/32873648 swapFree=7372/7372
[pid=24302] ppid=24300 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/24302/stat : 24302 (java) S 24300 24302 23489 0 -1 4202496 43564 0 1 0 179697 312 0 0 20 0 19 0 254039216 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 140736269469696 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24302/statm: 2406244 296299 2269 9 0 2396937 0
[pid=24302/tid=24304] ppid=24300 vsize=9624976 CPUtime=1743.38 cores=1,3,5,7
/proc/24302/task/24304/stat : 24304 (java) R 24300 24302 23489 0 -1 4202560 3699 0 1 0 174305 33 0 0 20 0 19 0 254039217 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663492037984 139663361283203 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24305] ppid=24300 vsize=9624976 CPUtime=6.01 cores=1,3,5,7
/proc/24302/task/24305/stat : 24305 (java) S 24300 24302 23489 0 -1 4202560 2972 0 0 0 564 37 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663481100584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24306] ppid=24300 vsize=9624976 CPUtime=5.97 cores=1,3,5,7
/proc/24302/task/24306/stat : 24306 (java) S 24300 24302 23489 0 -1 4202560 3674 0 0 0 565 32 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663480047784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24307] ppid=24300 vsize=9624976 CPUtime=5.9 cores=1,3,5,7
/proc/24302/task/24307/stat : 24307 (java) S 24300 24302 23489 0 -1 4202560 2291 0 0 0 561 29 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663333079592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24308] ppid=24300 vsize=9624976 CPUtime=5.77 cores=1,3,5,7
/proc/24302/task/24308/stat : 24308 (java) S 24300 24302 23489 0 -1 4202560 4152 0 0 0 548 29 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663332026792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24309] ppid=24300 vsize=9624976 CPUtime=6.15 cores=1,3,5,7
/proc/24302/task/24309/stat : 24309 (java) S 24300 24302 23489 0 -1 4202560 3528 0 0 0 583 32 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663330974504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24310] ppid=24300 vsize=9624976 CPUtime=5.96 cores=1,3,5,7
/proc/24302/task/24310/stat : 24310 (java) S 24300 24302 23489 0 -1 4202560 3038 0 0 0 562 34 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663329921704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24311] ppid=24300 vsize=9624976 CPUtime=5.8 cores=1,3,5,7
/proc/24302/task/24311/stat : 24311 (java) S 24300 24302 23489 0 -1 4202560 3841 0 0 0 547 33 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663328869416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24302/tid=24312] ppid=24300 vsize=9624976 CPUtime=5.55 cores=1,3,5,7
/proc/24302/task/24312/stat : 24312 (java) S 24300 24302 23489 0 -1 4202560 3064 0 0 0 530 25 0 0 20 0 19 0 254039218 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663327816616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24302/tid=24313] ppid=24300 vsize=9624976 CPUtime=8.01 cores=1,3,5,7
/proc/24302/task/24313/stat : 24313 (java) S 24300 24302 23489 0 -1 4202560 2349 0 0 0 790 11 0 0 20 0 19 0 254039219 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663315618024 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24314] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24314/stat : 24314 (java) S 24300 24302 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254039219 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663314564088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24315] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24315/stat : 24315 (java) S 24300 24302 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254039219 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663313511688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24316] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24316/stat : 24316 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663312460176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24317] ppid=24300 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/24302/task/24317/stat : 24317 (java) S 24300 24302 23489 0 -1 4202560 2779 0 0 0 39 1 0 0 20 0 19 0 254039221 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663311407800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24302/tid=24318] ppid=24300 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/24302/task/24318/stat : 24318 (java) S 24300 24302 23489 0 -1 4202560 6891 0 0 0 50 0 0 0 20 0 19 0 254039221 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663310355000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24319] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24319/stat : 24319 (java) S 24300 24302 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254039221 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663309302904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24320] ppid=24300 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/24302/task/24320/stat : 24320 (java) S 24300 24302 23489 0 -1 4202560 100 0 0 0 27 37 0 0 20 0 19 0 254039221 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663308250312 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24302/tid=24321] ppid=24300 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24302/task/24321/stat : 24321 (java) S 24300 24302 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254039248 9855975424 296299 33554432000 1073741824 1073778376 140736269478560 139663307195304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1764.75
CPU time (s): 1800.37
CPU user time (s): 1796.9
CPU system time (s): 3.47047
CPU usage (%): 102.018
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.9
system time used= 3.47047
maximum resident set size= 1273984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43606
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55284
involuntary context switches= 74851

runsolver used 5.9111 second user time and 15.2717 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-24 19:05:32
IDJOB=3688037
IDBENCH=2601
IDSOLVER=2269
FILE ID=node122/3688037-1337879132
RUNJOBID= node122-1337871880-23506
PBS_JOBID= 14620082
Free space on /tmp= 71376 MiB

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

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

MD5SUM BENCH= 1f72b7f8bd829aeeb06978977df8efc2
RANDOM SEED=1669505031

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28726996 kB
Buffers:          191512 kB
Cached:          2924808 kB
SwapCached:            0 kB
Active:          1494880 kB
Inactive:        1879116 kB
Active(anon):     248848 kB
Inactive(anon):    11052 kB
Active(file):    1246032 kB
Inactive(file):  1868064 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:        266712 kB
Mapped:            21936 kB
Shmem:               200 kB
Slab:             634208 kB
SReclaimable:      78504 kB
SUnreclaim:       555704 kB
KernelStack:        1600 kB
PageTables:         4720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71376 MiB
End job on node122 at 2012-05-24 19:34:59