Trace number 4084304

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.05 1796.94

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr.opb
MD5SUMd9b1351aa6c01bb5c883e4233663f5e0
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.010998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints70
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint20
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 21
Number of bits of the biggest sum of numbers5
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-2013 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 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.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@587bd9f2
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 Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4084304-1465219600.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.046s.
0.11/0.15	c declared #vars     600
0.11/0.15	c #constraints  70
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.11/0.15	c 70 constraints processed.
0.77/0.54	c cleaning 2498 clauses out of 5001 with flag 40380/5001
1.33/1.07	c cleaning 4243 clauses out of 8502 with flag 95003/11000
2.03/1.73	c cleaning 5625 clauses out of 11259 with flag 154477/18000
2.93/2.66	c cleaning 6806 clauses out of 13635 with flag 227999/26001
4.14/3.83	c cleaning 7909 clauses out of 15830 with flag 318687/35002
5.74/5.43	c cleaning 8957 clauses out of 17923 with flag 404449/45004
7.64/7.33	c cleaning 9980 clauses out of 19967 with flag 507855/56005
9.75/9.44	c cleaning 10984 clauses out of 21982 with flag 629727/68000
12.15/11.89	c cleaning 11997 clauses out of 24002 with flag 761283/81004
15.45/15.18	c cleaning 12990 clauses out of 26001 with flag 908094/95000
18.45/18.19	c cleaning 13999 clauses out of 28014 with flag 1051647/110003
21.95/21.67	c cleaning 15000 clauses out of 30012 with flag 1206965/126000
25.85/25.52	c cleaning 15998 clauses out of 32012 with flag 1369221/143000
30.06/29.78	c cleaning 16997 clauses out of 34015 with flag 1546775/161001
34.76/34.41	c cleaning 18001 clauses out of 36017 with flag 1732866/180000
39.36/39.06	c cleaning 19003 clauses out of 38017 with flag 1921551/200001
44.71/44.30	c cleaning 20002 clauses out of 40013 with flag 2106632/221000
50.02/49.65	c cleaning 21002 clauses out of 42013 with flag 2300381/243002
54.91/54.54	c cleaning 21995 clauses out of 44009 with flag 2548812/266000
60.21/59.85	c cleaning 23000 clauses out of 46017 with flag 2827133/290003
66.42/66.06	c cleaning 24000 clauses out of 48015 with flag 3060530/315001
72.71/72.35	c cleaning 25002 clauses out of 50014 with flag 3317872/341000
80.82/80.48	c cleaning 26002 clauses out of 52015 with flag 3567860/368003
87.82/87.40	c cleaning 26998 clauses out of 54010 with flag 3832741/396000
95.82/95.48	c cleaning 28005 clauses out of 56012 with flag 4067124/425000
104.71/104.23	c cleaning 28998 clauses out of 58010 with flag 4338005/455003
113.60/113.16	c cleaning 29998 clauses out of 60009 with flag 4662547/486000
123.61/123.10	c cleaning 30998 clauses out of 62012 with flag 4993875/518001
134.60/134.18	c cleaning 32003 clauses out of 64015 with flag 5338615/551002
146.12/145.69	c cleaning 32999 clauses out of 66011 with flag 5677108/585001
158.72/158.22	c cleaning 34002 clauses out of 68013 with flag 6014643/620002
172.42/171.99	c cleaning 35000 clauses out of 70014 with flag 6354195/656005
187.57/187.00	c cleaning 35999 clauses out of 72011 with flag 6691744/693002
205.47/204.84	c cleaning 36998 clauses out of 74010 with flag 7021206/731000
221.88/221.24	c cleaning 38001 clauses out of 76012 with flag 7351100/770000
239.28/238.62	c cleaning 38999 clauses out of 78012 with flag 7698559/810001
262.49/261.83	c cleaning 39993 clauses out of 80012 with flag 8150409/851000
286.20/285.50	c cleaning 41000 clauses out of 82020 with flag 8631116/893001
307.30/306.63	c cleaning 42006 clauses out of 84019 with flag 9020282/936000
328.90/328.02	c cleaning 42996 clauses out of 86013 with flag 9415163/980000
352.70/351.83	c cleaning 44004 clauses out of 88017 with flag 9874988/1025000
379.20/378.40	c cleaning 45001 clauses out of 90014 with flag 10327720/1071001
400.09/399.29	c cleaning 45999 clauses out of 92013 with flag 10720768/1118001
433.20/432.37	c cleaning 46996 clauses out of 94013 with flag 11160384/1166000
464.40/463.52	c cleaning 48004 clauses out of 96018 with flag 11640461/1215001
496.48/495.43	c cleaning 48999 clauses out of 98015 with flag 12133352/1265002
532.99/531.99	c cleaning 50005 clauses out of 100016 with flag 12663266/1316002
557.89/556.83	c cleaning 50989 clauses out of 102014 with flag 13182261/1368005
575.59/574.52	c cleaning 52007 clauses out of 104020 with flag 13626897/1421000
587.41/586.14	c cleaning 52996 clauses out of 106016 with flag 14105849/1475003
608.62/607.36	c cleaning 54009 clauses out of 108018 with flag 14646379/1530001
624.11/622.84	c cleaning 55002 clauses out of 110008 with flag 15141875/1586000
648.32/647.06	c cleaning 55993 clauses out of 112006 with flag 15667527/1643000
671.81/670.38	c cleaning 57007 clauses out of 114015 with flag 16227647/1701002
692.92/691.44	c cleaning 57989 clauses out of 116006 with flag 16791598/1760000
722.82/721.40	c cleaning 59003 clauses out of 118017 with flag 17379488/1820000
745.25/743.59	c cleaning 60002 clauses out of 120018 with flag 17913830/1881004
766.84/765.16	c cleaning 61002 clauses out of 122014 with flag 18471729/1943002
792.53/790.86	c cleaning 61998 clauses out of 124010 with flag 19051773/2006000
819.92/818.01	c cleaning 62999 clauses out of 126012 with flag 19561311/2070000
844.03/842.15	c cleaning 63997 clauses out of 128014 with flag 20139393/2135001
871.49/869.57	c cleaning 64998 clauses out of 130016 with flag 20696939/2201000
905.49/903.53	c cleaning 66003 clauses out of 132019 with flag 21279822/2268001
937.01/935.07	c cleaning 67003 clauses out of 134016 with flag 21888875/2336001
972.87/970.84	c cleaning 68003 clauses out of 136012 with flag 22492472/2405000
1002.77/1000.77	c cleaning 68997 clauses out of 138010 with flag 23146163/2475001
1039.95/1037.83	c cleaning 70002 clauses out of 140012 with flag 23994748/2546000
1069.44/1067.40	c cleaning 70998 clauses out of 142010 with flag 24759402/2618000
1092.73/1090.54	c cleaning 71992 clauses out of 144012 with flag 25424862/2691000
1129.25/1127.05	c cleaning 73007 clauses out of 146021 with flag 26103055/2765001
1177.29/1174.99	c cleaning 74003 clauses out of 148017 with flag 26732154/2840004
1230.69/1228.39	c cleaning 74999 clauses out of 150011 with flag 27320076/2916001
1283.61/1281.15	c cleaning 76000 clauses out of 152011 with flag 27958157/2993000
1331.72/1329.21	c cleaning 76995 clauses out of 154011 with flag 28748072/3071000
1381.60/1379.02	c cleaning 78000 clauses out of 156018 with flag 29496665/3150002
1436.45/1433.77	c cleaning 79002 clauses out of 158017 with flag 30341523/3230001
1490.97/1488.22	c cleaning 80004 clauses out of 160017 with flag 31071505/3311003
1550.88/1548.00	c cleaning 80998 clauses out of 162012 with flag 31858203/3393002
1605.79/1602.96	c cleaning 82002 clauses out of 164015 with flag 32657854/3476003
1643.31/1640.35	c cleaning 82997 clauses out of 166011 with flag 33445645/3560001
1680.10/1677.03	c cleaning 83998 clauses out of 168013 with flag 34217628/3645000
1722.11/1719.07	c cleaning 85004 clauses out of 170016 with flag 34938939/3731001
1782.75/1779.66	c cleaning 86001 clauses out of 172011 with flag 35706109/3818000
1800.05/1796.90	c starts		: 12119
1800.05/1796.90	c conflicts		: 3866013
1800.05/1796.90	c decisions		: 5648945
1800.05/1796.90	c propagations		: 78983500
1800.05/1796.90	c inspects		: 32888226659
1800.05/1796.90	c shortcuts		: 0
1800.05/1796.90	c learnt literals	: 0
1800.05/1796.90	c learnt binary clauses	: 0
1800.05/1796.90	c learnt ternary clauses	: 0
1800.05/1796.90	c learnt constraints	: 3866013
1800.05/1796.90	c ignored constraints	: 0
1800.05/1796.90	c root simplifications	: 0
1800.05/1796.90	c timeout
1800.05/1796.90	c removed literals (reason simplification)	: 0
1800.05/1796.90	c reason swapping (by a shorter reason)	: 0
1800.05/1796.90	c Calls to reduceDB	: 83
1800.05/1796.90	c Number of update (reduction) of LBD	: 2309052
1800.05/1796.90	c Imported unit clauses	: 0
1800.05/1796.90	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.90	c number of learned constraints concerned by reduction	: 0
1800.05/1796.90	c number of learning phase by resolution	: 0
1800.05/1796.90	c number of learning phase by cutting planes	: 0
1800.05/1796.90	c speed (assignments/second)	: 43959.02274825755
1800.05/1796.90	c non guided choices	870
1800.05/1796.93	c learnt constraints type 
1800.05/1796.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134023
1800.05/1796.93	s UNKNOWN
1800.05/1796.93	c Total wall clock time (in seconds): 1796.83

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-4084304-1465219600/watcher-4084304-1465219600 -o /tmp/evaluation-result-4084304-1465219600/solver-4084304-1465219600 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084304-1465219600.opb 

pid=1209
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.36 2.39 2.28 4/194 1212
/proc/meminfo: memFree=29626372/32872528 swapFree=15844/1710320
[pid=1212] ppid=1209 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/1212/stat : 1212 (java) R 1209 1212 32365 0 -1 4202496 1017 0 0 0 0 0 0 0 20 0 1 0 103892330 23793664 668 33554432000 1073741824 1073778376 140736339596368 140736339585432 240555964993 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1212/statm: 5809 680 500 9 0 128 0
[pid=1212/tid=1213] ppid=1209 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1213/stat : 1213 (java) R 1209 1212 32365 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 103892330 98570240 978 33554432000 1073741824 1073778376 140736339596368 139674055495208 240565175680 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.36 2.39 2.28 4/194 1212
/proc/meminfo: memFree=29626372/32872528 swapFree=15844/1710320
[pid=1212] ppid=1209 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/1212/stat : 1212 (java) S 1209 1212 32365 0 -1 4202496 4479 0 1 0 10 1 0 0 20 0 18 0 103892330 9787879424 6115 33554432000 1073741824 1073778376 140736339596368 140736339587504 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1212/statm: 2389619 6115 2157 9 0 2380296 0
[pid=1212/tid=1213] ppid=1209 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/1212/task/1213/stat : 1213 (java) R 1209 1212 32365 0 -1 4202560 2373 0 1 0 7 0 0 0 20 0 18 0 103892330 9787879424 6115 33554432000 1073741824 1073778376 140736339596368 139674055498656 240568558861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200266 s]
/proc/loadavg: 2.36 2.39 2.28 4/194 1212
/proc/meminfo: memFree=29626372/32872528 swapFree=15844/1710320
[pid=1212] ppid=1209 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/1212/stat : 1212 (java) S 1209 1212 32365 0 -1 4202496 5908 0 1 0 29 1 0 0 20 0 19 0 103892330 9856040960 7406 33554432000 1073741824 1073778376 140736339596368 140736339587504 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1212/statm: 2406260 7406 2232 9 0 2396937 0
[pid=1212/tid=1213] ppid=1209 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/1212/task/1213/stat : 1213 (java) R 1209 1212 32365 0 -1 4202560 2400 0 1 0 17 0 0 0 20 0 19 0 103892330 9856040960 7406 33554432000 1073741824 1073778376 140736339596368 139674055500416 240568548408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300279 s]
/proc/loadavg: 2.36 2.39 2.28 4/194 1212
/proc/meminfo: memFree=29626372/32872528 swapFree=15844/1710320
[pid=1212] ppid=1209 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/1212/stat : 1212 (java) S 1209 1212 32365 0 -1 4202496 6225 0 1 0 48 1 0 0 20 0 19 0 103892330 9856040960 7545 33554432000 1073741824 1073778376 140736339596368 140736339587504 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1212/statm: 2406260 7545 2244 9 0 2396937 0
[pid=1212/tid=1213] ppid=1209 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/1212/task/1213/stat : 1213 (java) R 1209 1212 32365 0 -1 4202560 2400 0 1 0 27 0 0 0 20 0 19 0 103892330 9856040960 7545 33554432000 1073741824 1073778376 140736339596368 139674055500416 139673897181408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700207 s]
/proc/loadavg: 2.36 2.39 2.28 4/194 1212
/proc/meminfo: memFree=29626372/32872528 swapFree=15844/1710320
[pid=1212] ppid=1209 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/1212/stat : 1212 (java) S 1209 1212 32365 0 -1 4202496 7250 0 1 0 98 2 0 0 20 0 19 0 103892330 9856040960 8670 33554432000 1073741824 1073778376 140736339596368 140736339587504 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1212/statm: 2406260 8670 2253 9 0 2396937 0
[pid=1212/tid=1213] ppid=1209 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/1212/task/1213/stat : 1213 (java) R 1209 1212 32365 0 -1 4202560 2402 0 1 0 67 0 0 0 20 0 19 0 103892330 9856040960 8670 33554432000 1073741824 1073778376 140736339596368 139674055500152 139673897181432 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.36 2.39 2.28 3/213 1231
/proc/meminfo: memFree=29597676/32872528 swapFree=15844/1710320
[pid=1212] ppid=1209 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/1212/stat : 1212 (java) S 1209 1212 32365 0 -1 4202496 7257 0 1 0 181 2 0 0 20 0 19 0 103892330 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 140736339587504 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1212/statm: 2406260 9698 2256 9 0 2396937 0
[pid=1212/tid=1213] ppid=1209 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/1212/task/1213/stat : 1213 (java) R 1209 1212 32365 0 -1 4202560 2405 0 1 0 147 0 0 0 20 0 19 0 103892330 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139674055500280 139673897177277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1215] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1215/stat : 1215 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139674016991784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1216] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1216/stat : 1216 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139674015938984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1217] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1217/stat : 1217 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139673896741160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1218] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1218/stat : 1218 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139673895688360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1219] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1219/stat : 1219 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139673894636584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1220] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1220/stat : 1220 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139673893583784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1221] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1221/stat : 1221 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139673892530984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1222] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1222/stat : 1222 (java) S 1209 1212 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139673891478184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1223] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1223/stat : 1223 (java) S 1209 1212 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103892332 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139673409149416 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1224] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1224/stat : 1224 (java) S 1209 1212 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103892332 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139673408095480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1225] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1225/stat : 1225 (java) S 1209 1212 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103892332 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139673407042568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1226] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1226/stat : 1226 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892334 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139673405991056 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1227] ppid=1209 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/1212/task/1227/stat : 1227 (java) S 1209 1212 32365 0 -1 4202560 1834 0 0 0 17 0 0 0 20 0 19 0 103892334 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139673404939192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1228] ppid=1209 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/1212/task/1228/stat : 1228 (java) S 1209 1212 32365 0 -1 4202560 1746 0 0 0 13 0 0 0 20 0 19 0 103892334 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139673403886392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1229] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1229/stat : 1229 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892334 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139673402833784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1230] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1230/stat : 1230 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892334 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139673401781192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1231] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1231/stat : 1231 (java) S 1209 1212 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103892345 9856040960 9698 33554432000 1073741824 1073778376 140736339596368 139673400726696 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.36 2.39 2.28 3/213 1231
/proc/meminfo: memFree=29591340/32872528 swapFree=15844/1710320
[pid=1212] ppid=1209 vsize=9625040 CPUtime=3.45 cores=1,3,5,7
/proc/1212/stat : 1212 (java) S 1209 1212 32365 0 -1 4202496 7263 0 1 0 343 2 0 0 20 0 19 0 103892330 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 140736339587504 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1212/statm: 2406260 12259 2256 9 0 2396937 0
[pid=1212/tid=1213] ppid=1209 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/1212/task/1213/stat : 1213 (java) R 1209 1212 32365 0 -1 4202560 2410 0 1 0 306 1 0 0 20 0 19 0 103892330 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139674055491280 139673897163277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1215] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1215/stat : 1215 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139674016991784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1216] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1216/stat : 1216 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139674015938984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1217] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1217/stat : 1217 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139673896741160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1218] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1218/stat : 1218 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139673895688360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1219] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1219/stat : 1219 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139673894636584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1220] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1220/stat : 1220 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139673893583784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1221] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1221/stat : 1221 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139673892530984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1222] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1222/stat : 1222 (java) S 1209 1212 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139673891478184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1223] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1223/stat : 1223 (java) S 1209 1212 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103892332 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139673409149416 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1224] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1224/stat : 1224 (java) S 1209 1212 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103892332 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139673408095480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1225] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1225/stat : 1225 (java) S 1209 1212 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103892332 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139673407042568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1226] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1226/stat : 1226 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892334 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139673405991056 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1227] ppid=1209 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/1212/task/1227/stat : 1227 (java) S 1209 1212 32365 0 -1 4202560 1835 0 0 0 19 0 0 0 20 0 19 0 103892334 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139673404939192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1228] ppid=1209 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/1212/task/1228/stat : 1228 (java) S 1209 1212 32365 0 -1 4202560 1746 0 0 0 14 0 0 0 20 0 19 0 103892334 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139673403886392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1229] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1229/stat : 1229 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892334 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139673402833784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1230] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1230/stat : 1230 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892334 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139673401781192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1231] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1231/stat : 1231 (java) S 1209 1212 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103892345 9856040960 12259 33554432000 1073741824 1073778376 140736339596368 139673400726696 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.41 2.40 2.29 3/213 1231
/proc/meminfo: memFree=29577020/32872528 swapFree=15844/1710320
[pid=1212] ppid=1209 vsize=9625040 CPUtime=6.64 cores=1,3,5,7
/proc/1212/stat : 1212 (java) S 1209 1212 32365 0 -1 4202496 7270 0 1 0 662 2 0 0 20 0 19 0 103892330 9856040960 14706 33554432000 1073741824 1073778376 140736339596368 140736339587504 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1212/statm: 2406260 14706 2257 9 0 2396937 0
[pid=1212/tid=1213] ppid=1209 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/1212/task/1213/stat : 1213 (java) R 1209 1212 32365 0 -1 4202560 2416 0 1 0 625 1 0 0 20 0 19 0 103892330 9856040960 14706 33554432000 1073741824 1073778376 140736339596368 139674055498112 139673897210244 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1215] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1215/stat : 1215 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 14706 33554432000 1073741824 1073778376 140736339596368 139674016991784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1216] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1216/stat : 1216 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 14706 33554432000 1073741824 1073778376 140736339596368 139674015938984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1217] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1217/stat : 1217 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 14706 33554432000 1073741824 1073778376 140736339596368 139673896741160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1218] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1218/stat : 1218 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 14706 33554432000 1073741824 1073778376 140736339596368 139673895688360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1219] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1219/stat : 1219 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 14706 33554432000 1073741824 1073778376 140736339596368 139673894636584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1220] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1220/stat : 1220 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 14706 33554432000 1073741824 1073778376 140736339596368 139673893583784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1221] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1221/stat : 1221 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 14706 33554432000 1073741824 1073778376 140736339596368 139673892530984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1222] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1222/stat : 1222 (java) S 1209 1212 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103892331 9856040960 14706 33554432000 1073741824 1073778376 140736339596368 139673891478184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1223] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1223/stat : 1223 (java) S 1209 1212 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103892332 9856040960 14706 33554432000 1073741824 1073778376 140736339596368 139673409149416 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1224] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1224/stat : 1224 (java) S 1209 1212 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103892332 9856040960 14706 33554432000 1073741824 1073778376 140736339596368 139673408095480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1225] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1225/stat : 1225 (java) S 1209 1212 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103892332 9856040960 14706 33554432000 1073741824 1073778376 140736339596368 139673407042568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1226] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1226/stat : 1226 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892334 9856040960 14706 33554432000 1073741824 1073778376 140736339596368 139673405991056 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1227] ppid=1209 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/1212/task/1227/stat : 1227 (java) S 1209 1212 32365 0 -1 4202560 1835 0 0 0 19 0 0 0 20 0 19 0 103892334 9856040960 14706 33554432000 1073741824 1073778376 140736339596368 139673404939192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1228] ppid=1209 vsize=9625040 CPUtime=0.14 cores=1,3,5,7

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

[pid=1212/tid=1231] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1231/stat : 1231 (java) S 1209 1212 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103892345 9856040960 152997 33554432000 1073741824 1073778376 140736339596368 139673400726696 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1725.41
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.30 2.19 2.20 3/213 1344
/proc/meminfo: memFree=28898228/32872528 swapFree=15844/1710320
[pid=1212] ppid=1209 vsize=9625040 CPUtime=1785.45 cores=1,3,5,7
/proc/1212/stat : 1212 (java) S 1209 1212 32365 0 -1 4202496 10837 0 1 0 178446 99 0 0 20 0 19 0 103892330 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 140736339587504 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1212/statm: 2406260 151382 2279 9 0 2396937 0
[pid=1212/tid=1213] ppid=1209 vsize=9625040 CPUtime=1776.28 cores=1,3,5,7
/proc/1212/task/1213/stat : 1213 (java) R 1209 1212 32365 0 -1 4202560 2486 0 1 0 177598 30 0 0 20 0 19 0 103892330 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139674055491264 139673897222700 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1215] ppid=1209 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/1212/task/1215/stat : 1215 (java) S 1209 1212 32365 0 -1 4202560 385 0 0 0 31 7 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139674016991784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1216] ppid=1209 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/1212/task/1216/stat : 1216 (java) S 1209 1212 32365 0 -1 4202560 292 0 0 0 36 6 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139674015938984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1217] ppid=1209 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/1212/task/1217/stat : 1217 (java) S 1209 1212 32365 0 -1 4202560 224 0 0 0 33 6 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673896741160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1218] ppid=1209 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/1212/task/1218/stat : 1218 (java) S 1209 1212 32365 0 -1 4202560 381 0 0 0 37 7 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673895688360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1219] ppid=1209 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/1212/task/1219/stat : 1219 (java) S 1209 1212 32365 0 -1 4202560 300 0 0 0 31 8 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673894636584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1220] ppid=1209 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/1212/task/1220/stat : 1220 (java) S 1209 1212 32365 0 -1 4202560 402 0 0 0 40 11 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673893583784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1221] ppid=1209 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/1212/task/1221/stat : 1221 (java) S 1209 1212 32365 0 -1 4202560 368 0 0 0 30 5 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673892530984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1222] ppid=1209 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/1212/task/1222/stat : 1222 (java) S 1209 1212 32365 0 -1 4202560 393 0 0 0 40 9 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673891478184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1223] ppid=1209 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/1212/task/1223/stat : 1223 (java) S 1209 1212 32365 0 -1 4202560 221 0 0 0 28 3 0 0 20 0 19 0 103892332 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673409149416 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1224] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1224/stat : 1224 (java) S 1209 1212 32365 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103892332 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673408095480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1225] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1225/stat : 1225 (java) S 1209 1212 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103892332 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673407042568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1226] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1226/stat : 1226 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892334 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673405991056 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1227] ppid=1209 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/1212/task/1227/stat : 1227 (java) S 1209 1212 32365 0 -1 4202560 1835 0 0 0 19 0 0 0 20 0 19 0 103892334 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673404939192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1228] ppid=1209 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/1212/task/1228/stat : 1228 (java) S 1209 1212 32365 0 -1 4202560 2187 0 0 0 16 0 0 0 20 0 19 0 103892334 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673403886392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1229] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1229/stat : 1229 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892334 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673402833784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1230] ppid=1209 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/1212/task/1230/stat : 1230 (java) S 1209 1212 32365 0 -1 4202560 104 0 0 0 29 36 0 0 20 0 19 0 103892334 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673401781192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1231] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1231/stat : 1231 (java) S 1209 1212 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103892345 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673400726696 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1785.45
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.31 2.20 2.20 3/213 1345
/proc/meminfo: memFree=28899580/32872528 swapFree=15844/1710320
[pid=1212] ppid=1209 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/1212/stat : 1212 (java) S 1209 1212 32365 0 -1 4202496 10839 0 1 0 179906 99 0 0 20 0 19 0 103892330 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 140736339587504 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1212/statm: 2406260 151382 2279 9 0 2396937 0
[pid=1212/tid=1213] ppid=1209 vsize=9625040 CPUtime=1790.85 cores=1,3,5,7
/proc/1212/task/1213/stat : 1213 (java) R 1209 1212 32365 0 -1 4202560 2486 0 1 0 179054 31 0 0 20 0 19 0 103892330 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139674055491264 139673897181408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1215] ppid=1209 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/1212/task/1215/stat : 1215 (java) S 1209 1212 32365 0 -1 4202560 385 0 0 0 31 7 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139674016991784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1216] ppid=1209 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/1212/task/1216/stat : 1216 (java) S 1209 1212 32365 0 -1 4202560 292 0 0 0 36 6 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139674015938984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1217] ppid=1209 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/1212/task/1217/stat : 1217 (java) S 1209 1212 32365 0 -1 4202560 224 0 0 0 33 6 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673896741160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1218] ppid=1209 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/1212/task/1218/stat : 1218 (java) S 1209 1212 32365 0 -1 4202560 381 0 0 0 37 7 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673895688360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1219] ppid=1209 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/1212/task/1219/stat : 1219 (java) S 1209 1212 32365 0 -1 4202560 300 0 0 0 31 8 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673894636584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1220] ppid=1209 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/1212/task/1220/stat : 1220 (java) S 1209 1212 32365 0 -1 4202560 402 0 0 0 40 11 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673893583784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1221] ppid=1209 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/1212/task/1221/stat : 1221 (java) S 1209 1212 32365 0 -1 4202560 368 0 0 0 30 5 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673892530984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1222] ppid=1209 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/1212/task/1222/stat : 1222 (java) S 1209 1212 32365 0 -1 4202560 393 0 0 0 40 9 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673891478184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1223] ppid=1209 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/1212/task/1223/stat : 1223 (java) S 1209 1212 32365 0 -1 4202560 221 0 0 0 28 3 0 0 20 0 19 0 103892332 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673409149416 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1224] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1224/stat : 1224 (java) S 1209 1212 32365 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103892332 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673408095480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1225] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1225/stat : 1225 (java) S 1209 1212 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103892332 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673407042568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1226] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1226/stat : 1226 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892334 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673405991056 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1227] ppid=1209 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/1212/task/1227/stat : 1227 (java) S 1209 1212 32365 0 -1 4202560 1835 0 0 0 19 0 0 0 20 0 19 0 103892334 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673404939192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1228] ppid=1209 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/1212/task/1228/stat : 1228 (java) S 1209 1212 32365 0 -1 4202560 2187 0 0 0 16 0 0 0 20 0 19 0 103892334 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673403886392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1229] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1229/stat : 1229 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892334 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673402833784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1230] ppid=1209 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/1212/task/1230/stat : 1230 (java) S 1209 1212 32365 0 -1 4202560 106 0 0 0 29 37 0 0 20 0 19 0 103892334 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673401781192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1231] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1231/stat : 1231 (java) S 1209 1212 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103892345 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673400726696 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 1212 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.9 s]
/proc/loadavg: 2.31 2.20 2.20 3/213 1345
/proc/meminfo: memFree=28899580/32872528 swapFree=15844/1710320
[pid=1212] ppid=1209 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/1212/stat : 1212 (java) S 1209 1212 32365 0 -1 4202496 10839 0 1 0 179906 99 0 0 20 0 19 0 103892330 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 140736339587504 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1212/statm: 2406260 151382 2279 9 0 2396937 0
[pid=1212/tid=1213] ppid=1209 vsize=9625040 CPUtime=1790.85 cores=1,3,5,7
/proc/1212/task/1213/stat : 1213 (java) R 1209 1212 32365 0 -1 4202560 2486 0 1 0 179054 31 0 0 20 0 19 0 103892330 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139674055491264 139673897181408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1215] ppid=1209 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/1212/task/1215/stat : 1215 (java) S 1209 1212 32365 0 -1 4202560 385 0 0 0 31 7 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139674016991784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1216] ppid=1209 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/1212/task/1216/stat : 1216 (java) S 1209 1212 32365 0 -1 4202560 292 0 0 0 36 6 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139674015938984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1217] ppid=1209 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/1212/task/1217/stat : 1217 (java) S 1209 1212 32365 0 -1 4202560 224 0 0 0 33 6 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673896741160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1218] ppid=1209 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/1212/task/1218/stat : 1218 (java) S 1209 1212 32365 0 -1 4202560 381 0 0 0 37 7 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673895688360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1219] ppid=1209 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/1212/task/1219/stat : 1219 (java) S 1209 1212 32365 0 -1 4202560 300 0 0 0 31 8 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673894636584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1220] ppid=1209 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/1212/task/1220/stat : 1220 (java) S 1209 1212 32365 0 -1 4202560 402 0 0 0 40 11 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673893583784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1221] ppid=1209 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/1212/task/1221/stat : 1221 (java) S 1209 1212 32365 0 -1 4202560 368 0 0 0 30 5 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673892530984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1212/tid=1222] ppid=1209 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/1212/task/1222/stat : 1222 (java) S 1209 1212 32365 0 -1 4202560 393 0 0 0 40 9 0 0 20 0 19 0 103892331 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673891478184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1223] ppid=1209 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/1212/task/1223/stat : 1223 (java) S 1209 1212 32365 0 -1 4202560 221 0 0 0 28 3 0 0 20 0 19 0 103892332 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673409149416 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1224] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1224/stat : 1224 (java) S 1209 1212 32365 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103892332 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673408095480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1225] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1225/stat : 1225 (java) S 1209 1212 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103892332 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673407042568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1226] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1226/stat : 1226 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892334 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673405991056 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1227] ppid=1209 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/1212/task/1227/stat : 1227 (java) S 1209 1212 32365 0 -1 4202560 1835 0 0 0 19 0 0 0 20 0 19 0 103892334 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673404939192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1212/tid=1228] ppid=1209 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/1212/task/1228/stat : 1228 (java) S 1209 1212 32365 0 -1 4202560 2187 0 0 0 16 0 0 0 20 0 19 0 103892334 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673403886392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1229] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1229/stat : 1229 (java) S 1209 1212 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103892334 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673402833784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1212/tid=1230] ppid=1209 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/1212/task/1230/stat : 1230 (java) S 1209 1212 32365 0 -1 4202560 106 0 0 0 29 37 0 0 20 0 19 0 103892334 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673401781192 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1212/tid=1231] ppid=1209 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1212/task/1231/stat : 1231 (java) S 1209 1212 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103892345 9856040960 151382 33554432000 1073741824 1073778376 140736339596368 139673400726696 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.94
CPU time (s): 1800.05
CPU user time (s): 1799.06
CPU system time (s): 0.99
CPU usage (%): 100.173
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.41
system time used= 1.44078
maximum resident set size= 668368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10885
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38456
involuntary context switches= 12940

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.26059 second user time and 15.1757 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 15:26:40
IDJOB=4084304
IDBENCH=1389
IDSOLVER=2546
FILE ID=node146/4084304-1465219600
RUNJOBID= node146-1465217554-32382
PBS_JOBID= 19843206
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084304-1465219600/watcher-4084304-1465219600 -o /tmp/evaluation-result-4084304-1465219600/solver-4084304-1465219600 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084304-1465219600.opb

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

MD5SUM BENCH= d9b1351aa6c01bb5c883e4233663f5e0
RANDOM SEED=318429184

node146.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.799
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.59
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.799
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.799
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.799
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.799
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.799
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.799
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.799
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:        29627280 kB
Buffers:           10060 kB
Cached:           240144 kB
SwapCached:         1468 kB
Active:           639456 kB
Inactive:         192824 kB
Active(anon):     582724 kB
Inactive(anon):     1608 kB
Active(file):      56732 kB
Inactive(file):   191216 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:              1060 kB
Writeback:             0 kB
AnonPages:       2302032 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             569064 kB
SReclaimable:      12132 kB
SUnreclaim:       556932 kB
KernelStack:        1600 kB
PageTables:         8908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2482684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2275328 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= 71732 MiB
End job on node146 at 2016-06-06 15:56:37