Trace number 4097097

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.71 1797.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-8_6_27.opb
MD5SUMa6f3e0a3137619fe97f7ba651df5f596
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark17.1394
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1260
Total number of constraints5990
Number of constraints which are clauses5985
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
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 27
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4097097-1466116700.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.51/0.33	c ... done. Wall clock time 0.224s.
0.51/0.33	c declared #vars     1260
0.51/0.33	c #constraints  5994
0.51/0.33	c constraints type 
0.51/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3570
0.51/0.33	c org.sat4j.specs.Constr$1 => 4
0.51/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.51/0.33	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.51/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2414
0.51/0.33	c 5994 constraints processed.
1.46/0.91	c cleaning 2497 clauses out of 5002 with flag 16160/5002
2.22/1.52	c cleaning 4248 clauses out of 8506 with flag 45097/11003
2.93/2.29	c cleaning 5625 clauses out of 11257 with flag 88982/18002
4.03/3.33	c cleaning 6811 clauses out of 13631 with flag 146684/26001
5.26/4.51	c cleaning 7902 clauses out of 15820 with flag 209824/35001
6.65/5.97	c cleaning 8947 clauses out of 17918 with flag 287013/45001
8.35/7.65	c cleaning 9973 clauses out of 19970 with flag 375001/56000
10.05/9.36	c cleaning 10994 clauses out of 21998 with flag 451888/68001
12.15/11.42	c cleaning 11994 clauses out of 24004 with flag 548912/81001
14.35/13.68	c cleaning 12999 clauses out of 26009 with flag 615564/95000
16.95/16.22	c cleaning 13999 clauses out of 28010 with flag 709391/110000
19.74/19.08	c cleaning 14994 clauses out of 30011 with flag 824166/126000
23.14/22.41	c cleaning 16002 clauses out of 32018 with flag 966837/143001
26.05/25.39	c cleaning 17005 clauses out of 34015 with flag 1064789/161000
29.35/28.65	c cleaning 17999 clauses out of 36012 with flag 1146866/180002
33.15/32.49	c cleaning 19002 clauses out of 38011 with flag 1239893/200000
37.56/36.87	c cleaning 19999 clauses out of 40010 with flag 1349416/221001
41.15/40.48	c cleaning 21000 clauses out of 42010 with flag 1445683/243000
45.16/44.43	c cleaning 22004 clauses out of 44010 with flag 1554020/266000
49.56/48.84	c cleaning 23000 clauses out of 46007 with flag 1675401/290001
54.05/53.40	c cleaning 23998 clauses out of 48008 with flag 1801431/315002
58.95/58.28	c cleaning 25002 clauses out of 50011 with flag 1938107/341003
63.95/63.28	c cleaning 25995 clauses out of 52006 with flag 2081522/368000
69.26/68.51	c cleaning 26998 clauses out of 54012 with flag 2222939/396001
75.57/74.89	c cleaning 27998 clauses out of 56013 with flag 2381831/425000
83.46/82.74	c cleaning 29002 clauses out of 58018 with flag 2551741/455003
91.17/90.44	c cleaning 29997 clauses out of 60014 with flag 2723297/486001
98.16/97.45	c cleaning 31000 clauses out of 62016 with flag 2854795/518000
105.18/104.42	c cleaning 32001 clauses out of 64017 with flag 2995795/551001
112.28/111.50	c cleaning 32998 clauses out of 66015 with flag 3155227/585000
119.49/118.73	c cleaning 34004 clauses out of 68019 with flag 3324509/620002
127.59/126.82	c cleaning 34997 clauses out of 70013 with flag 3515178/656000
135.69/134.93	c cleaning 36002 clauses out of 72017 with flag 3686342/693001
144.69/143.95	c cleaning 37001 clauses out of 74015 with flag 3860226/731001
154.09/153.30	c cleaning 38003 clauses out of 76013 with flag 4047536/770000
163.79/163.05	c cleaning 38997 clauses out of 78010 with flag 4242901/810000
174.19/173.47	c cleaning 40004 clauses out of 80015 with flag 4434684/851002
184.50/183.77	c cleaning 40996 clauses out of 82010 with flag 4628279/893001
195.50/194.73	c cleaning 41999 clauses out of 84013 with flag 4832459/936000
206.70/205.95	c cleaning 43000 clauses out of 86014 with flag 5044604/980000
219.09/218.33	c cleaning 44001 clauses out of 88014 with flag 5284832/1025000
232.79/232.01	c cleaning 45005 clauses out of 90013 with flag 5529443/1071000
252.40/251.66	c cleaning 45996 clauses out of 92008 with flag 5853165/1118000
270.30/269.60	c cleaning 47003 clauses out of 94012 with flag 6149874/1166000
285.00/284.28	c cleaning 47996 clauses out of 96011 with flag 6378350/1215002
300.57/299.74	c cleaning 48996 clauses out of 98014 with flag 6632974/1265001
316.27/315.42	c cleaning 50005 clauses out of 100017 with flag 6899970/1316000
333.37/332.58	c cleaning 51002 clauses out of 102015 with flag 7184540/1368003
350.56/349.71	c cleaning 52002 clauses out of 104013 with flag 7462153/1421003
367.47/366.70	c cleaning 53000 clauses out of 106008 with flag 7749903/1475000
385.36/384.56	c cleaning 53995 clauses out of 108010 with flag 8029258/1530002
403.48/402.68	c cleaning 54998 clauses out of 110014 with flag 8313752/1586001
423.28/422.46	c cleaning 56002 clauses out of 112015 with flag 8611494/1643000
444.57/443.70	c cleaning 57000 clauses out of 114014 with flag 8917622/1701001
465.67/464.89	c cleaning 57999 clauses out of 116013 with flag 9243798/1760000
488.47/487.64	c cleaning 59000 clauses out of 118015 with flag 9584343/1820001
511.68/510.83	c cleaning 59998 clauses out of 120017 with flag 9944122/1881003
534.49/533.61	c cleaning 61000 clauses out of 122018 with flag 10291866/1943002
558.55/557.67	c cleaning 62002 clauses out of 124017 with flag 10642187/2006001
582.55/581.65	c cleaning 62999 clauses out of 126014 with flag 11005152/2070000
608.76/607.82	c cleaning 64008 clauses out of 128018 with flag 11383408/2135003
636.05/635.11	c cleaning 64996 clauses out of 130007 with flag 11767148/2201000
665.94/665.07	c cleaning 65998 clauses out of 132012 with flag 12160252/2268001
695.53/694.66	c cleaning 67002 clauses out of 134014 with flag 12559740/2336001
729.05/728.13	c cleaning 68003 clauses out of 136012 with flag 12980912/2405001
763.95/763.00	c cleaning 68997 clauses out of 138008 with flag 13403865/2475000
799.36/798.45	c cleaning 69998 clauses out of 140011 with flag 13838762/2546000
837.38/836.48	c cleaning 71004 clauses out of 142015 with flag 14327847/2618002
873.97/873.08	c cleaning 71997 clauses out of 144010 with flag 14763079/2691001
912.25/911.27	c cleaning 73003 clauses out of 146013 with flag 15232782/2765001
953.26/952.26	c cleaning 73999 clauses out of 148009 with flag 15731772/2840000
994.27/993.26	c cleaning 74993 clauses out of 150010 with flag 16224721/2916000
1039.49/1038.50	c cleaning 76002 clauses out of 152017 with flag 16730902/2993000
1084.49/1083.40	c cleaning 77001 clauses out of 154015 with flag 17249333/3071000
1131.50/1130.45	c cleaning 78000 clauses out of 156014 with flag 17782634/3150000
1179.51/1178.43	c cleaning 79002 clauses out of 158016 with flag 18342046/3230002
1236.61/1235.58	c cleaning 80002 clauses out of 160012 with flag 18963821/3311000
1288.92/1287.31	c cleaning 81002 clauses out of 162011 with flag 19512394/3393001
1341.52/1339.66	c cleaning 81998 clauses out of 164008 with flag 20065639/3476000
1395.03/1393.20	c cleaning 82999 clauses out of 166011 with flag 20624385/3560001
1452.95/1451.07	c cleaning 83995 clauses out of 168011 with flag 21205207/3645000
1513.35/1511.48	c cleaning 85000 clauses out of 170016 with flag 21777343/3731000
1575.36/1573.48	c cleaning 86004 clauses out of 172017 with flag 22371077/3818001
1638.79/1636.85	c cleaning 87002 clauses out of 174012 with flag 22982286/3906000
1714.19/1712.29	c cleaning 88001 clauses out of 176011 with flag 23635998/3995001
1782.76/1780.61	c cleaning 89000 clauses out of 178011 with flag 24273024/4085002
1800.06/1797.90	c starts		: 421
1800.06/1797.90	c conflicts		: 4117121
1800.06/1797.90	c decisions		: 4729496
1800.06/1797.90	c propagations		: 388677264
1800.06/1797.90	c inspects		: 28896933742
1800.06/1797.90	c shortcuts		: 0
1800.06/1797.90	c learnt literals	: 0
1800.06/1797.90	c learnt binary clauses	: 3
1800.06/1797.90	c learnt ternary clauses	: 50
1800.06/1797.90	c learnt constraints	: 4117121
1800.06/1797.90	c ignored constraints	: 0
1800.06/1797.90	c root simplifications	: 0
1800.06/1797.90	c removed literals (reason simplification)	: 0
1800.06/1797.90	c reason swapping (by a shorter reason)	: 0
1800.06/1797.90	c Calls to reduceDB	: 86
1800.06/1797.90	c Number of update (reduction) of LBD	: 671044
1800.06/1797.90	c Imported unit clauses	: 0
1800.06/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.90	c number of learned constraints concerned by reduction	: 0
1800.06/1797.90	c number of learning phase by resolution	: 0
1800.06/1797.90	c timeout
1800.06/1797.90	c number of learning phase by cutting planes	: 0
1800.06/1797.90	c speed (assignments/second)	: 216223.98373802827
1800.06/1797.90	c non guided choices	137
1800.06/1797.93	c learnt constraints type 
1800.06/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.06/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121127
1800.06/1797.93	s UNKNOWN
1800.06/1797.93	c Total wall clock time (in seconds): 1797.823

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4097097-1466116700/watcher-4097097-1466116700 -o /tmp/evaluation-result-4097097-1466116700/solver-4097097-1466116700 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466113165-23926 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097097-1466116700.opb 

pid=27197
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.38 2.27 2.20 3/194 27200
/proc/meminfo: memFree=30094556/32872528 swapFree=1402008/1579836
[pid=27200] ppid=27197 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/27200/stat : 27200 (java) R 27197 27200 21576 0 -1 4202496 704 0 0 0 0 0 0 0 20 0 1 0 13715705 23793664 354 33554432000 1073741824 1073778376 140735625629872 140735625618936 248780995137 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27200/statm: 5809 366 281 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 2.38 2.27 2.20 3/194 27200
/proc/meminfo: memFree=30094556/32872528 swapFree=1402008/1579836
[pid=27200] ppid=27197 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/27200/stat : 27200 (java) S 27197 27200 21576 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 13715705 9787879424 6045 33554432000 1073741824 1073778376 140735625629872 140735625621008 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27200/statm: 2389619 6045 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200231 s]
/proc/loadavg: 2.38 2.27 2.20 3/194 27200
/proc/meminfo: memFree=30094556/32872528 swapFree=1402008/1579836
[pid=27200] ppid=27197 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/27200/stat : 27200 (java) S 27197 27200 21576 0 -1 4202496 4972 0 1 0 26 1 0 0 20 0 18 0 13715705 9787879424 6983 33554432000 1073741824 1073778376 140735625629872 140735625621008 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27200/statm: 2389619 6983 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300252 s]
/proc/loadavg: 2.38 2.27 2.20 3/194 27200
/proc/meminfo: memFree=30094556/32872528 swapFree=1402008/1579836
[pid=27200] ppid=27197 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/27200/stat : 27200 (java) S 27197 27200 21576 0 -1 4202496 6409 0 1 0 50 1 0 0 20 0 18 0 13715705 9787879424 9259 33554432000 1073741824 1073778376 140735625629872 140735625621008 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27200/statm: 2389619 9261 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700195 s]
/proc/loadavg: 2.38 2.27 2.20 3/194 27200
/proc/meminfo: memFree=30094556/32872528 swapFree=1402008/1579836
[pid=27200] ppid=27197 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/27200/stat : 27200 (java) S 27197 27200 21576 0 -1 4202496 9448 0 1 0 122 2 0 0 20 0 19 0 13715705 9856040960 12695 33554432000 1073741824 1073778376 140735625629872 140735625621008 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27200/statm: 2406260 12695 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.51 2.30 2.21 4/213 27219
/proc/meminfo: memFree=30050684/32872528 swapFree=1402008/1579836
[pid=27200] ppid=27197 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/27200/stat : 27200 (java) S 27197 27200 21576 0 -1 4202496 10868 0 1 0 220 2 0 0 20 0 19 0 13715705 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140735625621008 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27200/statm: 2406260 13301 2267 9 0 2396937 0
[pid=27200/tid=27202] ppid=27197 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/27200/task/27202/stat : 27202 (java) R 27197 27200 21576 0 -1 4202560 2413 0 1 0 144 2 0 0 20 0 19 0 13715706 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314726764856 140314585699344 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27200/tid=27203] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27203/stat : 27203 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314704866344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27204] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27204/stat : 27204 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314703813544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27205] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27205/stat : 27205 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314501180200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27200/tid=27206] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27206/stat : 27206 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314500127400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27200/tid=27207] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27207/stat : 27207 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314499074600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27208] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27208/stat : 27208 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314498021800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27200/tid=27209] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27209/stat : 27209 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314496969000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27210] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27210/stat : 27210 (java) S 27197 27200 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314495916200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27211] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27211/stat : 27211 (java) S 27197 27200 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13715708 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314483719144 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27212] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27212/stat : 27212 (java) S 27197 27200 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13715709 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314482665208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27213] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27213/stat : 27213 (java) S 27197 27200 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13715709 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314481612296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27214] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27214/stat : 27214 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314480560784 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27215] ppid=27197 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27200/task/27215/stat : 27215 (java) S 27197 27200 21576 0 -1 4202560 3348 0 0 0 36 0 0 0 20 0 19 0 13715711 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314479507896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27216] ppid=27197 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/27200/task/27216/stat : 27216 (java) S 27197 27200 21576 0 -1 4202560 3831 0 0 0 37 0 0 0 20 0 19 0 13715711 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314478455096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27217] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27217/stat : 27217 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314477402488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27218] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27218/stat : 27218 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314476349896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27219] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27219/stat : 27219 (java) S 27197 27200 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13715739 9856040960 13301 33554432000 1073741824 1073778376 140735625629872 140314475296424 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.51 2.30 2.21 3/213 27219
/proc/meminfo: memFree=30046712/32872528 swapFree=1402008/1579836
[pid=27200] ppid=27197 vsize=9625040 CPUtime=3.83 cores=1,3,5,7
/proc/27200/stat : 27200 (java) S 27197 27200 21576 0 -1 4202496 10870 0 1 0 381 2 0 0 20 0 19 0 13715705 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140735625621008 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27200/statm: 2406260 14325 2267 9 0 2396937 0
[pid=27200/tid=27202] ppid=27197 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/27200/task/27202/stat : 27202 (java) R 27197 27200 21576 0 -1 4202560 2415 0 1 0 304 2 0 0 20 0 19 0 13715706 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314726756032 140314585699214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27200/tid=27203] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27203/stat : 27203 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314704866344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27204] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27204/stat : 27204 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314703813544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27205] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27205/stat : 27205 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314501180200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27200/tid=27206] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27206/stat : 27206 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314500127400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27200/tid=27207] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27207/stat : 27207 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314499074600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27208] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27208/stat : 27208 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314498021800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27200/tid=27209] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27209/stat : 27209 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314496969000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27210] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27210/stat : 27210 (java) S 27197 27200 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314495916200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27211] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27211/stat : 27211 (java) S 27197 27200 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13715708 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314483719144 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27212] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27212/stat : 27212 (java) S 27197 27200 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13715709 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314482665208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27213] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27213/stat : 27213 (java) S 27197 27200 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13715709 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314481612296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27214] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27214/stat : 27214 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314480560784 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27215] ppid=27197 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/27200/task/27215/stat : 27215 (java) S 27197 27200 21576 0 -1 4202560 3348 0 0 0 37 0 0 0 20 0 19 0 13715711 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314479507896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27216] ppid=27197 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/27200/task/27216/stat : 27216 (java) S 27197 27200 21576 0 -1 4202560 3831 0 0 0 37 0 0 0 20 0 19 0 13715711 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314478455096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27217] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27217/stat : 27217 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314477402488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27218] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27218/stat : 27218 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314476349896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27219] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27219/stat : 27219 (java) S 27197 27200 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13715739 9856040960 14325 33554432000 1073741824 1073778376 140735625629872 140314475296424 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.47 2.30 2.21 3/213 27219
/proc/meminfo: memFree=30040392/32872528 swapFree=1402008/1579836
[pid=27200] ppid=27197 vsize=9625040 CPUtime=7.05 cores=1,3,5,7
/proc/27200/stat : 27200 (java) S 27197 27200 21576 0 -1 4202496 10875 0 1 0 702 3 0 0 20 0 19 0 13715705 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140735625621008 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27200/statm: 2406260 15703 2268 9 0 2396937 0
[pid=27200/tid=27202] ppid=27197 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/27200/task/27202/stat : 27202 (java) R 27197 27200 21576 0 -1 4202560 2419 0 1 0 624 2 0 0 20 0 19 0 13715706 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314726756016 140314585650791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27200/tid=27203] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27203/stat : 27203 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314704866344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27204] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27204/stat : 27204 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314703813544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27205] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27205/stat : 27205 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314501180200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27200/tid=27206] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27206/stat : 27206 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314500127400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27200/tid=27207] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27207/stat : 27207 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314499074600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27208] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27208/stat : 27208 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314498021800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27200/tid=27209] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27209/stat : 27209 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314496969000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27210] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27210/stat : 27210 (java) S 27197 27200 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13715707 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314495916200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27211] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27211/stat : 27211 (java) S 27197 27200 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13715708 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314483719144 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27212] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27212/stat : 27212 (java) S 27197 27200 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13715709 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314482665208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27213] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27213/stat : 27213 (java) S 27197 27200 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13715709 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314481612296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27214] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27214/stat : 27214 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314480560784 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27215] ppid=27197 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/27200/task/27215/stat : 27215 (java) S 27197 27200 21576 0 -1 4202560 3348 0 0 0 38 0 0 0 20 0 19 0 13715711 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314479507896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27216] ppid=27197 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/27200/task/27216/stat : 27216 (java) S 27197 27200 21576 0 -1 4202560 3831 0 0 0 37 0 0 0 20 0 19 0 13715711 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314478455096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27217] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27217/stat : 27217 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314477402488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27218] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27218/stat : 27218 (java) S 27197 27200 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314476349896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27219] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27219/stat : 27219 (java) S 27197 27200 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13715739 9856040960 15703 33554432000 1073741824 1073778376 140735625629872 140314475296424 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 9625040


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

[pid=27200/tid=27212] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27212/stat : 27212 (java) S 27197 27200 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13715709 9856040960 66344 33554432000 1073741824 1073778376 140735625629872 140314482665208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27213] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27213/stat : 27213 (java) S 27197 27200 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13715709 9856040960 66344 33554432000 1073741824 1073778376 140735625629872 140314481612296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27214] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27214/stat : 27214 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 66344 33554432000 1073741824 1073778376 140735625629872 140314480560784 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27215] ppid=27197 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/27200/task/27215/stat : 27215 (java) S 27197 27200 21576 0 -1 4202560 10836 0 0 0 96 2 0 0 20 0 19 0 13715711 9856040960 66344 33554432000 1073741824 1073778376 140735625629872 140314479507896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27216] ppid=27197 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/27200/task/27216/stat : 27216 (java) S 27197 27200 21576 0 -1 4202560 4161 0 0 0 47 0 0 0 20 0 19 0 13715711 9856040960 66344 33554432000 1073741824 1073778376 140735625629872 140314478455096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27217] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27217/stat : 27217 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 66344 33554432000 1073741824 1073778376 140735625629872 140314477402488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27218] ppid=27197 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/27200/task/27218/stat : 27218 (java) S 27197 27200 21576 0 -1 4202560 100 0 0 0 30 42 0 0 20 0 19 0 13715711 9856040960 66344 33554432000 1073741824 1073778376 140735625629872 140314476349896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27219] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27219/stat : 27219 (java) S 27197 27200 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13715739 9856040960 66344 33554432000 1073741824 1073778376 140735625629872 140314475296424 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.3
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.28 2.27 2.20 3/213 27611
/proc/meminfo: memFree=29749108/32872528 swapFree=1402008/1579836
[pid=27200] ppid=27197 vsize=9625040 CPUtime=1784.46 cores=1,3,5,7
/proc/27200/stat : 27200 (java) S 27197 27200 21576 0 -1 4202496 19624 0 1 0 178389 57 0 0 20 0 19 0 13715705 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140735625621008 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27200/statm: 2406260 78125 2283 9 0 2396937 0
[pid=27200/tid=27202] ppid=27197 vsize=9625040 CPUtime=1781.99 cores=1,3,5,7
/proc/27200/task/27202/stat : 27202 (java) R 27197 27200 21576 0 -1 4202560 2479 0 1 0 178167 32 0 0 20 0 19 0 13715706 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314726756000 140314585699214 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27203] ppid=27197 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27200/task/27203/stat : 27203 (java) S 27197 27200 21576 0 -1 4202560 213 0 0 0 7 3 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314704866344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27200/tid=27204] ppid=27197 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27200/task/27204/stat : 27204 (java) S 27197 27200 21576 0 -1 4202560 49 0 0 0 7 3 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314703813544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27205] ppid=27197 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27200/task/27205/stat : 27205 (java) S 27197 27200 21576 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314501180200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27206] ppid=27197 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/27200/task/27206/stat : 27206 (java) S 27197 27200 21576 0 -1 4202560 192 0 0 0 6 3 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314500127400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27200/tid=27207] ppid=27197 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27200/task/27207/stat : 27207 (java) S 27197 27200 21576 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314499074600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27208] ppid=27197 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27200/task/27208/stat : 27208 (java) S 27197 27200 21576 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314498021800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27200/tid=27209] ppid=27197 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27200/task/27209/stat : 27209 (java) S 27197 27200 21576 0 -1 4202560 154 0 0 0 5 0 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314496969000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27200/tid=27210] ppid=27197 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/27200/task/27210/stat : 27210 (java) S 27197 27200 21576 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314495916200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27211] ppid=27197 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27200/task/27211/stat : 27211 (java) S 27197 27200 21576 0 -1 4202560 56 0 0 0 1 1 0 0 20 0 19 0 13715708 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314483719144 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27212] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27212/stat : 27212 (java) S 27197 27200 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13715709 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314482665208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27213] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27213/stat : 27213 (java) S 27197 27200 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13715709 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314481612296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27214] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27214/stat : 27214 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314480560784 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27215] ppid=27197 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/27200/task/27215/stat : 27215 (java) S 27197 27200 21576 0 -1 4202560 10836 0 0 0 96 2 0 0 20 0 19 0 13715711 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314479507896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27216] ppid=27197 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/27200/task/27216/stat : 27216 (java) S 27197 27200 21576 0 -1 4202560 4161 0 0 0 47 0 0 0 20 0 19 0 13715711 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314478455096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27217] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27217/stat : 27217 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314477402488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27218] ppid=27197 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/27200/task/27218/stat : 27218 (java) S 27197 27200 21576 0 -1 4202560 104 0 0 0 31 44 0 0 20 0 19 0 13715711 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314476349896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27219] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27219/stat : 27219 (java) S 27197 27200 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13715739 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314475296424 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.46
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.22 2.25 2.20 3/213 27611
/proc/meminfo: memFree=29734772/32872528 swapFree=1402008/1579836
[pid=27200] ppid=27197 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/27200/stat : 27200 (java) S 27197 27200 21576 0 -1 4202496 19625 0 1 0 179949 57 0 0 20 0 19 0 13715705 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140735625621008 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27200/statm: 2406260 78125 2283 9 0 2396937 0
[pid=27200/tid=27202] ppid=27197 vsize=9625040 CPUtime=1797.59 cores=1,3,5,7
/proc/27200/task/27202/stat : 27202 (java) R 27197 27200 21576 0 -1 4202560 2479 0 1 0 179727 32 0 0 20 0 19 0 13715706 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314726764736 140314585699234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27203] ppid=27197 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27200/task/27203/stat : 27203 (java) S 27197 27200 21576 0 -1 4202560 213 0 0 0 7 3 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314704866344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27200/tid=27204] ppid=27197 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27200/task/27204/stat : 27204 (java) S 27197 27200 21576 0 -1 4202560 49 0 0 0 7 3 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314703813544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27205] ppid=27197 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27200/task/27205/stat : 27205 (java) S 27197 27200 21576 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314501180200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27206] ppid=27197 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/27200/task/27206/stat : 27206 (java) S 27197 27200 21576 0 -1 4202560 192 0 0 0 6 3 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314500127400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27200/tid=27207] ppid=27197 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27200/task/27207/stat : 27207 (java) S 27197 27200 21576 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314499074600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27208] ppid=27197 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27200/task/27208/stat : 27208 (java) S 27197 27200 21576 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314498021800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27200/tid=27209] ppid=27197 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27200/task/27209/stat : 27209 (java) S 27197 27200 21576 0 -1 4202560 154 0 0 0 5 0 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314496969000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27200/tid=27210] ppid=27197 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/27200/task/27210/stat : 27210 (java) S 27197 27200 21576 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314495916200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27211] ppid=27197 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27200/task/27211/stat : 27211 (java) S 27197 27200 21576 0 -1 4202560 56 0 0 0 1 1 0 0 20 0 19 0 13715708 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314483719144 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27212] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27212/stat : 27212 (java) S 27197 27200 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13715709 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314482665208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27213] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27213/stat : 27213 (java) S 27197 27200 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13715709 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314481612296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27214] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27214/stat : 27214 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314480560784 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27215] ppid=27197 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/27200/task/27215/stat : 27215 (java) S 27197 27200 21576 0 -1 4202560 10836 0 0 0 96 2 0 0 20 0 19 0 13715711 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314479507896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27216] ppid=27197 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/27200/task/27216/stat : 27216 (java) S 27197 27200 21576 0 -1 4202560 4162 0 0 0 47 0 0 0 20 0 19 0 13715711 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314478455096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27217] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27217/stat : 27217 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314477402488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27218] ppid=27197 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/27200/task/27218/stat : 27218 (java) S 27197 27200 21576 0 -1 4202560 104 0 0 0 33 44 0 0 20 0 19 0 13715711 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314476349896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27219] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27219/stat : 27219 (java) S 27197 27200 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13715739 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314475296424 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 27200 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.22 2.25 2.20 3/213 27611
/proc/meminfo: memFree=29734772/32872528 swapFree=1402008/1579836
[pid=27200] ppid=27197 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/27200/stat : 27200 (java) S 27197 27200 21576 0 -1 4202496 19625 0 1 0 179949 57 0 0 20 0 19 0 13715705 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140735625621008 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27200/statm: 2406260 78125 2283 9 0 2396937 0
[pid=27200/tid=27202] ppid=27197 vsize=9625040 CPUtime=1797.59 cores=1,3,5,7
/proc/27200/task/27202/stat : 27202 (java) R 27197 27200 21576 0 -1 4202560 2479 0 1 0 179727 32 0 0 20 0 19 0 13715706 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314726764736 140314585699234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27203] ppid=27197 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27200/task/27203/stat : 27203 (java) S 27197 27200 21576 0 -1 4202560 213 0 0 0 7 3 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314704866344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27200/tid=27204] ppid=27197 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/27200/task/27204/stat : 27204 (java) S 27197 27200 21576 0 -1 4202560 49 0 0 0 7 3 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314703813544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27205] ppid=27197 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27200/task/27205/stat : 27205 (java) S 27197 27200 21576 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314501180200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27206] ppid=27197 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/27200/task/27206/stat : 27206 (java) S 27197 27200 21576 0 -1 4202560 192 0 0 0 6 3 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314500127400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27200/tid=27207] ppid=27197 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/27200/task/27207/stat : 27207 (java) S 27197 27200 21576 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314499074600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27208] ppid=27197 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27200/task/27208/stat : 27208 (java) S 27197 27200 21576 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314498021800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27200/tid=27209] ppid=27197 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27200/task/27209/stat : 27209 (java) S 27197 27200 21576 0 -1 4202560 154 0 0 0 5 0 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314496969000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27200/tid=27210] ppid=27197 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/27200/task/27210/stat : 27210 (java) S 27197 27200 21576 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 19 0 13715707 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314495916200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27211] ppid=27197 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27200/task/27211/stat : 27211 (java) S 27197 27200 21576 0 -1 4202560 56 0 0 0 1 1 0 0 20 0 19 0 13715708 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314483719144 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27212] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27212/stat : 27212 (java) S 27197 27200 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13715709 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314482665208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27213] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27213/stat : 27213 (java) S 27197 27200 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13715709 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314481612296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27214] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27214/stat : 27214 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314480560784 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27215] ppid=27197 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/27200/task/27215/stat : 27215 (java) S 27197 27200 21576 0 -1 4202560 10836 0 0 0 96 2 0 0 20 0 19 0 13715711 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314479507896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27216] ppid=27197 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/27200/task/27216/stat : 27216 (java) S 27197 27200 21576 0 -1 4202560 4162 0 0 0 47 0 0 0 20 0 19 0 13715711 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314478455096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27217] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27217/stat : 27217 (java) S 27197 27200 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13715711 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314477402488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27200/tid=27218] ppid=27197 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/27200/task/27218/stat : 27218 (java) S 27197 27200 21576 0 -1 4202560 104 0 0 0 33 44 0 0 20 0 19 0 13715711 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314476349896 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27200/tid=27219] ppid=27197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27200/task/27219/stat : 27219 (java) S 27197 27200 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13715739 9856040960 78125 33554432000 1073741824 1073778376 140735625629872 140314475296424 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.94
CPU time (s): 1800.71
CPU user time (s): 1799.64
CPU system time (s): 1.07284
CPU usage (%): 100.154
Max. virtual memory (cumulated for all children) (KiB): 9625608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 1.07284
maximum resident set size= 312620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19660
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38154
involuntary context switches= 6989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6844 second user time and 13.8599 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-17 00:38:20
IDJOB=4097097
IDBENCH=107708
IDSOLVER=2546
FILE ID=node139/4097097-1466116700
RUNJOBID= node139-1466113165-23926
PBS_JOBID= 19904053
Free space on /tmp= 71596 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-8_6_27.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097097-1466116700/watcher-4097097-1466116700 -o /tmp/evaluation-result-4097097-1466116700/solver-4097097-1466116700 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466113165-23926 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097097-1466116700.opb

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

MD5SUM BENCH= a6f3e0a3137619fe97f7ba651df5f596
RANDOM SEED=1579864068

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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:       32872528 kB
MemFree:        30094448 kB
Buffers:           74212 kB
Cached:           141744 kB
SwapCached:          960 kB
Active:           371484 kB
Inactive:         121464 kB
Active(anon):     275992 kB
Inactive(anon):     3364 kB
Active(file):      95492 kB
Inactive(file):   118100 kB
Unevictable:     1579836 kB
Mlocked:         1402008 kB
SwapTotal:      67108856 kB
SwapFree:       67100244 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:       1856516 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             571712 kB
SReclaimable:      15396 kB
SUnreclaim:       556316 kB
KernelStack:        1600 kB
PageTables:         7768 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2318180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71592 MiB
End job on node139 at 2016-06-17 01:08:18