Trace number 4089698

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.56 1798.55

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v061-n1.opb
MD5SUMfa4b1a851abcf999a2e2bbd0803146d5
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 benchmark0.156975
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints61
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
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-4089698-1466031717.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.12	c ... done. Wall clock time 0.021s.
0.11/0.12	c declared #vars     183
0.11/0.12	c #constraints  122
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 122
0.11/0.12	c 122 constraints processed.
0.67/0.44	c cleaning 2495 clauses out of 5002 with flag 24204/5002
1.07/0.66	c cleaning 4246 clauses out of 8506 with flag 53509/11001
1.50/1.09	c cleaning 5614 clauses out of 11259 with flag 101637/18000
2.01/1.58	c cleaning 6819 clauses out of 13647 with flag 153940/26002
2.52/2.06	c cleaning 7910 clauses out of 15827 with flag 202184/35001
3.03/2.57	c cleaning 8952 clauses out of 17917 with flag 252492/45001
3.73/3.24	c cleaning 9975 clauses out of 19964 with flag 307132/56000
4.43/3.97	c cleaning 10991 clauses out of 21992 with flag 377254/68003
5.33/4.82	c cleaning 11977 clauses out of 23998 with flag 467394/81000
6.32/5.81	c cleaning 13007 clauses out of 26021 with flag 556544/95000
7.32/6.88	c cleaning 14002 clauses out of 28016 with flag 641016/110002
8.72/8.20	c cleaning 15003 clauses out of 30013 with flag 737665/126001
10.43/9.99	c cleaning 16000 clauses out of 32009 with flag 842130/143000
12.62/12.19	c cleaning 16994 clauses out of 34009 with flag 961700/161000
15.23/14.79	c cleaning 18001 clauses out of 36017 with flag 1092160/180002
17.03/16.54	c cleaning 19006 clauses out of 38016 with flag 1206610/200002
19.03/18.52	c cleaning 19996 clauses out of 40008 with flag 1325747/221000
21.22/20.72	c cleaning 20998 clauses out of 42012 with flag 1452233/243000
23.42/22.92	c cleaning 22002 clauses out of 44015 with flag 1588796/266001
25.72/25.21	c cleaning 22998 clauses out of 46012 with flag 1733355/290000
28.13/27.69	c cleaning 24000 clauses out of 48016 with flag 1884203/315002
30.92/30.47	c cleaning 24999 clauses out of 50016 with flag 2041204/341002
34.52/34.04	c cleaning 25993 clauses out of 52015 with flag 2230576/368000
37.82/37.30	c cleaning 27000 clauses out of 54022 with flag 2413653/396000
41.42/40.91	c cleaning 27999 clauses out of 56022 with flag 2597998/425000
45.02/44.59	c cleaning 28994 clauses out of 58023 with flag 2781800/455000
49.12/48.61	c cleaning 30008 clauses out of 60029 with flag 2993894/486000
53.43/52.94	c cleaning 31005 clauses out of 62025 with flag 3193098/518004
58.12/57.67	c cleaning 32001 clauses out of 64017 with flag 3399586/551001
62.82/62.31	c cleaning 32992 clauses out of 66015 with flag 3610731/585000
67.62/67.14	c cleaning 34005 clauses out of 68023 with flag 3824614/620000
73.93/73.49	c cleaning 35002 clauses out of 70019 with flag 4083402/656001
79.42/78.98	c cleaning 35994 clauses out of 72016 with flag 4306002/693000
84.92/84.47	c cleaning 36998 clauses out of 74022 with flag 4548623/731000
91.12/90.68	c cleaning 38001 clauses out of 76024 with flag 4812590/770000
97.02/96.53	c cleaning 39000 clauses out of 78023 with flag 5074079/810000
103.62/103.12	c cleaning 40007 clauses out of 80024 with flag 5343378/851001
110.43/109.99	c cleaning 40999 clauses out of 82016 with flag 5603329/893000
117.63/117.16	c cleaning 41998 clauses out of 84017 with flag 5881793/936000
124.73/124.30	c cleaning 43002 clauses out of 86019 with flag 6164170/980000
132.64/132.12	c cleaning 43999 clauses out of 88019 with flag 6449935/1025002
140.34/139.88	c cleaning 45001 clauses out of 90018 with flag 6755329/1071000
149.04/148.56	c cleaning 46001 clauses out of 92017 with flag 7060021/1118000
158.14/157.64	c cleaning 46998 clauses out of 94016 with flag 7396593/1166000
167.74/167.30	c cleaning 47994 clauses out of 96018 with flag 7702712/1215000
178.04/177.58	c cleaning 49005 clauses out of 98025 with flag 8040319/1265001
187.98/187.44	c cleaning 50003 clauses out of 100022 with flag 8359672/1316003
197.78/197.24	c cleaning 50997 clauses out of 102016 with flag 8699487/1368000
208.18/207.67	c cleaning 52001 clauses out of 104019 with flag 9046132/1421000
218.78/218.27	c cleaning 53005 clauses out of 106019 with flag 9399954/1475001
229.78/229.28	c cleaning 54003 clauses out of 108013 with flag 9761206/1530000
241.28/240.71	c cleaning 54997 clauses out of 110011 with flag 10120631/1586001
253.18/252.64	c cleaning 55989 clauses out of 112013 with flag 10492433/1643000
266.08/265.55	c cleaning 57004 clauses out of 114025 with flag 10874996/1701001
279.19/278.66	c cleaning 58002 clauses out of 116021 with flag 11250160/1760001
292.69/292.19	c cleaning 59000 clauses out of 118018 with flag 11640272/1820000
306.79/306.23	c cleaning 60001 clauses out of 120018 with flag 12057871/1881000
321.29/320.80	c cleaning 61000 clauses out of 122019 with flag 12491071/1943002
336.42/335.85	c cleaning 61998 clauses out of 124017 with flag 12915800/2006000
351.52/350.99	c cleaning 63001 clauses out of 126019 with flag 13337228/2070000
368.41/367.88	c cleaning 64006 clauses out of 128019 with flag 13815246/2135001
384.63/384.03	c cleaning 65002 clauses out of 130014 with flag 14256900/2201002
401.42/400.85	c cleaning 65995 clauses out of 132011 with flag 14728053/2268001
418.84/418.30	c cleaning 67003 clauses out of 134015 with flag 15173662/2336000
436.65/436.05	c cleaning 67998 clauses out of 136014 with flag 15650220/2405002
457.75/457.15	c cleaning 69004 clauses out of 138014 with flag 16193311/2475000
476.54/475.92	c cleaning 69998 clauses out of 140011 with flag 16680257/2546001
495.00/494.34	c cleaning 70993 clauses out of 142012 with flag 17164991/2618000
514.11/513.47	c cleaning 72005 clauses out of 144019 with flag 17681373/2691000
535.01/534.38	c cleaning 72994 clauses out of 146014 with flag 18202085/2765000
555.91/555.20	c cleaning 74000 clauses out of 148020 with flag 18710703/2840000
575.52/574.89	c cleaning 75003 clauses out of 150021 with flag 19215969/2916001
597.32/596.64	c cleaning 76000 clauses out of 152018 with flag 19754499/2993001
620.72/620.06	c cleaning 77003 clauses out of 154018 with flag 20304196/3071001
645.63/644.91	c cleaning 78002 clauses out of 156014 with flag 20857747/3150000
669.83/669.15	c cleaning 79002 clauses out of 158014 with flag 21410003/3230002
694.09/693.31	c cleaning 79990 clauses out of 160011 with flag 21977639/3311001
720.20/719.41	c cleaning 81004 clauses out of 162020 with flag 22550293/3393000
745.09/744.39	c cleaning 82004 clauses out of 164017 with flag 23125185/3476001
772.40/771.65	c cleaning 82999 clauses out of 166014 with flag 23700037/3560002
800.10/799.31	c cleaning 83996 clauses out of 168014 with flag 24259108/3645001
827.80/827.02	c cleaning 84996 clauses out of 170017 with flag 24828471/3731000
859.91/859.18	c cleaning 85998 clauses out of 172021 with flag 25450426/3818000
887.99/887.16	c cleaning 87007 clauses out of 174024 with flag 26061402/3906001
919.59/918.72	c cleaning 88001 clauses out of 176017 with flag 26686178/3995001
952.30/951.43	c cleaning 88995 clauses out of 178015 with flag 27331755/4085000
985.00/984.13	c cleaning 89992 clauses out of 180021 with flag 27972083/4176001
1020.51/1019.62	c cleaning 91009 clauses out of 182029 with flag 28650276/4268001
1054.01/1053.14	c cleaning 92002 clauses out of 184019 with flag 29342897/4361000
1088.41/1087.52	c cleaning 92997 clauses out of 186017 with flag 30020074/4455000
1123.81/1122.84	c cleaning 93998 clauses out of 188020 with flag 30699930/4550000
1157.32/1156.33	c cleaning 95004 clauses out of 190023 with flag 31369586/4646001
1195.13/1194.10	c cleaning 95997 clauses out of 192020 with flag 32086210/4743002
1232.93/1231.99	c cleaning 96996 clauses out of 194021 with flag 32784947/4841000
1275.64/1274.64	c cleaning 97997 clauses out of 196026 with flag 33517090/4940001
1315.15/1314.07	c cleaning 99003 clauses out of 198028 with flag 34220907/5040000
1362.45/1361.32	c cleaning 100008 clauses out of 200026 with flag 34953858/5141001
1401.94/1400.88	c cleaning 100996 clauses out of 202017 with flag 35716485/5243000
1444.45/1443.31	c cleaning 102002 clauses out of 204022 with flag 36452272/5346001
1493.76/1492.60	c cleaning 103000 clauses out of 206019 with flag 37243194/5450000
1537.83/1536.50	c cleaning 103996 clauses out of 208019 with flag 37986871/5555000
1584.84/1583.54	c cleaning 105003 clauses out of 210023 with flag 38761552/5661000
1631.85/1630.59	c cleaning 105998 clauses out of 212020 with flag 39536505/5768000
1677.66/1676.31	c cleaning 106999 clauses out of 214022 with flag 40289256/5876000
1726.76/1725.46	c cleaning 107999 clauses out of 216024 with flag 41085092/5985001
1776.48/1775.08	c cleaning 108996 clauses out of 218024 with flag 41870599/6095000
1800.00/1798.51	c starts		: 7976
1800.00/1798.51	c conflicts		: 6159944
1800.00/1798.51	c decisions		: 7782149
1800.00/1798.51	c propagations		: 107872912
1800.00/1798.51	c inspects		: 46997537799
1800.00/1798.51	c shortcuts		: 0
1800.00/1798.51	c learnt literals	: 0
1800.00/1798.51	c learnt binary clauses	: 0
1800.00/1798.51	c learnt ternary clauses	: 0
1800.00/1798.51	c learnt constraints	: 6159944
1800.00/1798.51	c timeout
1800.00/1798.51	c ignored constraints	: 0
1800.00/1798.51	c root simplifications	: 0
1800.00/1798.51	c removed literals (reason simplification)	: 0
1800.00/1798.51	c reason swapping (by a shorter reason)	: 0
1800.00/1798.51	c Calls to reduceDB	: 106
1800.00/1798.51	c Number of update (reduction) of LBD	: 1830813
1800.00/1798.51	c Imported unit clauses	: 0
1800.00/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.00/1798.51	c number of learned constraints concerned by reduction	: 0
1800.00/1798.51	c number of learning phase by resolution	: 0
1800.00/1798.51	c number of learning phase by cutting planes	: 0
1800.00/1798.51	c speed (assignments/second)	: 59983.18047404729
1800.00/1798.51	c non guided choices	6926
1800.00/1798.54	c learnt constraints type 
1800.00/1798.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 173972
1800.00/1798.54	s UNKNOWN
1800.00/1798.54	c Total wall clock time (in seconds): 1798.441

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-4089698-1466031717/watcher-4089698-1466031717 -o /tmp/evaluation-result-4089698-1466031717/solver-4089698-1466031717 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089698-1466031717.opb 

pid=10794
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.31 2.25 2.19 3/195 10797
/proc/meminfo: memFree=30224600/32872528 swapFree=1243664/1390832
[pid=10797] ppid=10794 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10794 10797 5929 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 5220304 98570240 978 33554432000 1073741824 1073778376 140736682694976 140736682686112 272889839677 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10797/statm: 24065 978 744 9 0 16771 0
[pid=10797/tid=10798] ppid=10794 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10798/stat : 10798 (java) R 10794 10797 5929 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 5220304 98570240 978 33554432000 1073741824 1073778376 140736682694976 140497066974760 272886482304 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.31 2.25 2.19 3/195 10797
/proc/meminfo: memFree=30224600/32872528 swapFree=1243664/1390832
[pid=10797] ppid=10794 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10794 10797 5929 0 -1 4202496 4502 0 1 0 10 1 0 0 20 0 18 0 5220304 9787879424 6120 33554432000 1073741824 1073778376 140736682694976 140736682686112 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10797/statm: 2389619 6120 2157 9 0 2380296 0
[pid=10797/tid=10798] ppid=10794 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10797/task/10798/stat : 10798 (java) R 10794 10797 5929 0 -1 4202560 2374 0 1 0 6 1 0 0 20 0 18 0 5220304 9787879424 6120 33554432000 1073741824 1073778376 140736682694976 140497066978208 272889865485 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.200283 s]
/proc/loadavg: 2.31 2.25 2.19 3/195 10797
/proc/meminfo: memFree=30224600/32872528 swapFree=1243664/1390832
[pid=10797] ppid=10794 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10794 10797 5929 0 -1 4202496 7462 0 1 0 31 2 0 0 20 0 19 0 5220304 9856040960 7818 33554432000 1073741824 1073778376 140736682694976 140736682686112 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10797/statm: 2406260 7818 2224 9 0 2396937 0
[pid=10797/tid=10798] ppid=10794 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10797/task/10798/stat : 10798 (java) R 10794 10797 5929 0 -1 4202560 2393 0 1 0 16 1 0 0 20 0 19 0 5220304 9856040960 7818 33554432000 1073741824 1073778376 140736682694976 140497066979968 140497070265239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9625040

[startup+0.30028 s]
/proc/loadavg: 2.31 2.25 2.19 3/195 10797
/proc/meminfo: memFree=30224600/32872528 swapFree=1243664/1390832
[pid=10797] ppid=10794 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10794 10797 5929 0 -1 4202496 8363 0 1 0 53 2 0 0 20 0 19 0 5220304 9856040960 7890 33554432000 1073741824 1073778376 140736682694976 140736682686112 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10797/statm: 2406260 7890 2227 9 0 2396937 0
[pid=10797/tid=10798] ppid=10794 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10797/task/10798/stat : 10798 (java) R 10794 10797 5929 0 -1 4202560 2393 0 1 0 26 1 0 0 20 0 19 0 5220304 9856040960 7890 33554432000 1073741824 1073778376 140736682694976 140497066979432 140496920335623 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700338 s]
/proc/loadavg: 2.31 2.25 2.19 3/195 10797
/proc/meminfo: memFree=30224600/32872528 swapFree=1243664/1390832
[pid=10797] ppid=10794 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10794 10797 5929 0 -1 4202496 13907 0 1 0 117 3 0 0 20 0 19 0 5220304 9856040960 12396 33554432000 1073741824 1073778376 140736682694976 140736682686112 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10797/statm: 2406260 12396 2239 9 0 2396937 0
[pid=10797/tid=10798] ppid=10794 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/10797/task/10798/stat : 10798 (java) R 10794 10797 5929 0 -1 4202560 2395 0 1 0 66 1 0 0 20 0 19 0 5220304 9856040960 12396 33554432000 1073741824 1073778376 140736682694976 140497066979672 140496920295342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.31 2.25 2.19 3/214 10816
/proc/meminfo: memFree=30183508/32872528 swapFree=1243664/1390832
[pid=10797] ppid=10794 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10794 10797 5929 0 -1 4202496 13910 0 1 0 198 3 0 0 20 0 19 0 5220304 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140736682686112 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10797/statm: 2406260 12909 2240 9 0 2396937 0
[pid=10797/tid=10798] ppid=10794 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/10797/task/10798/stat : 10798 (java) R 10794 10797 5929 0 -1 4202560 2396 0 1 0 146 2 0 0 20 0 19 0 5220304 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140497066970832 140496920357870 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10800] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10800/stat : 10800 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140497039432104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10801] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10801/stat : 10801 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140497038379560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10802] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10802/stat : 10802 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140496908888232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10803] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10803/stat : 10803 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140496907835688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10804] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10804/stat : 10804 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140496906783656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10805] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10805/stat : 10805 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140496905731112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10806] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10806/stat : 10806 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140496904678056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10807] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10807/stat : 10807 (java) S 10794 10797 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140496433310504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10808] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10808/stat : 10808 (java) S 10794 10797 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5220306 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140496421112168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10809] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10809/stat : 10809 (java) S 10794 10797 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5220307 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140496420058488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10810] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10810/stat : 10810 (java) S 10794 10797 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5220307 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140496419005320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10811] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10811/stat : 10811 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220309 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140496417954064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10812] ppid=10794 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10797/task/10812/stat : 10812 (java) S 10794 10797 5929 0 -1 4202560 3205 0 0 0 19 0 0 0 20 0 19 0 5220309 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140496416901944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10813] ppid=10794 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10797/task/10813/stat : 10813 (java) S 10794 10797 5929 0 -1 4202560 7038 0 0 0 29 2 0 0 20 0 19 0 5220309 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140496415849400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10814] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10814/stat : 10814 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220309 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140496414796536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10815] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10815/stat : 10815 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220309 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140496413744200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10816] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10816/stat : 10816 (java) S 10794 10797 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5220317 9856040960 12909 33554432000 1073741824 1073778376 140736682694976 140496412591144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.31 2.25 2.19 3/214 10816
/proc/meminfo: memFree=30178792/32872528 swapFree=1243664/1390832
[pid=10797] ppid=10794 vsize=9625040 CPUtime=3.63 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10794 10797 5929 0 -1 4202496 13913 0 1 0 359 4 0 0 20 0 19 0 5220304 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140736682686112 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10797/statm: 2406260 14445 2240 9 0 2396937 0
[pid=10797/tid=10798] ppid=10794 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/10797/task/10798/stat : 10798 (java) R 10794 10797 5929 0 -1 4202560 2399 0 1 0 305 2 0 0 20 0 19 0 5220304 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140497066970832 140496920358440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10800] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10800/stat : 10800 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140497039432104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10801] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10801/stat : 10801 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140497038379560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10802] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10802/stat : 10802 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140496908888232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10803] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10803/stat : 10803 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140496907835688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10804] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10804/stat : 10804 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140496906783656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10805] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10805/stat : 10805 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140496905731112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10806] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10806/stat : 10806 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140496904678056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10807] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10807/stat : 10807 (java) S 10794 10797 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140496433310504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10808] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10808/stat : 10808 (java) S 10794 10797 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5220306 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140496421112168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10809] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10809/stat : 10809 (java) S 10794 10797 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5220307 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140496420058488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10810] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10810/stat : 10810 (java) S 10794 10797 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5220307 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140496419005320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10811] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10811/stat : 10811 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220309 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140496417954064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10812] ppid=10794 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10797/task/10812/stat : 10812 (java) S 10794 10797 5929 0 -1 4202560 3205 0 0 0 19 0 0 0 20 0 19 0 5220309 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140496416901944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10813] ppid=10794 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/10797/task/10813/stat : 10813 (java) S 10794 10797 5929 0 -1 4202560 7038 0 0 0 30 2 0 0 20 0 19 0 5220309 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140496415849400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10814] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10814/stat : 10814 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220309 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140496414796536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10815] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10815/stat : 10815 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220309 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140496413744200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10816] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10816/stat : 10816 (java) S 10794 10797 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5220317 9856040960 14445 33554432000 1073741824 1073778376 140736682694976 140496412591144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.28 2.25 2.19 3/213 10816
/proc/meminfo: memFree=30170664/32872528 swapFree=1243664/1390832
[pid=10797] ppid=10794 vsize=9625040 CPUtime=6.82 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10794 10797 5929 0 -1 4202496 13920 0 1 0 678 4 0 0 20 0 19 0 5220304 9856040960 15667 33554432000 1073741824 1073778376 140736682694976 140736682686112 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10797/statm: 2406260 15667 2241 9 0 2396937 0
[pid=10797/tid=10798] ppid=10794 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/10797/task/10798/stat : 10798 (java) R 10794 10797 5929 0 -1 4202560 2405 0 1 0 625 2 0 0 20 0 19 0 5220304 9856040960 15667 33554432000 1073741824 1073778376 140736682694976 140497066970832 140496920358497 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10800] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10800/stat : 10800 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 15667 33554432000 1073741824 1073778376 140736682694976 140497039432104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10801] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10801/stat : 10801 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 15667 33554432000 1073741824 1073778376 140736682694976 140497038379560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10802] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10802/stat : 10802 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 15667 33554432000 1073741824 1073778376 140736682694976 140496908888232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10803] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10803/stat : 10803 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 15667 33554432000 1073741824 1073778376 140736682694976 140496907835688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10804] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10804/stat : 10804 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 15667 33554432000 1073741824 1073778376 140736682694976 140496906783656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10805] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10805/stat : 10805 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 15667 33554432000 1073741824 1073778376 140736682694976 140496905731112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10806] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10806/stat : 10806 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 15667 33554432000 1073741824 1073778376 140736682694976 140496904678056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10807] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10807/stat : 10807 (java) S 10794 10797 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5220305 9856040960 15667 33554432000 1073741824 1073778376 140736682694976 140496433310504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10808] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10808/stat : 10808 (java) S 10794 10797 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5220306 9856040960 15667 33554432000 1073741824 1073778376 140736682694976 140496421112168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10809] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10809/stat : 10809 (java) S 10794 10797 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5220307 9856040960 15667 33554432000 1073741824 1073778376 140736682694976 140496420058488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10810] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10810/stat : 10810 (java) S 10794 10797 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5220307 9856040960 15667 33554432000 1073741824 1073778376 140736682694976 140496419005320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10811] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10811/stat : 10811 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220309 9856040960 15667 33554432000 1073741824 1073778376 140736682694976 140496417954064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10812] ppid=10794 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10797/task/10812/stat : 10812 (java) S 10794 10797 5929 0 -1 4202560 3205 0 0 0 19 0 0 0 20 0 19 0 5220309 9856040960 15667 33554432000 1073741824 1073778376 140736682694976 140496416901944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10813] ppid=10794 vsize=9625040 CPUtime=0.32 cores=1,3,5,7

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

/proc/10797/task/10809/stat : 10809 (java) S 10794 10797 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5220307 9856040960 71671 33554432000 1073741824 1073778376 140736682694976 140496420058488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10810] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10810/stat : 10810 (java) S 10794 10797 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5220307 9856040960 71671 33554432000 1073741824 1073778376 140736682694976 140496419005320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10811] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10811/stat : 10811 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220309 9856040960 71671 33554432000 1073741824 1073778376 140736682694976 140496417954064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10812] ppid=10794 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10797/task/10812/stat : 10812 (java) S 10794 10797 5929 0 -1 4202560 3328 0 0 0 22 0 0 0 20 0 19 0 5220309 9856040960 71671 33554432000 1073741824 1073778376 140736682694976 140496416901944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10813] ppid=10794 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/10797/task/10813/stat : 10813 (java) S 10794 10797 5929 0 -1 4202560 7038 0 0 0 30 2 0 0 20 0 19 0 5220309 9856040960 71671 33554432000 1073741824 1073778376 140736682694976 140496415849400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10814] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10814/stat : 10814 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220309 9856040960 71671 33554432000 1073741824 1073778376 140736682694976 140496414796536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10815] ppid=10794 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/10797/task/10815/stat : 10815 (java) S 10794 10797 5929 0 -1 4202560 100 0 0 0 25 30 0 0 20 0 19 0 5220309 9856040960 71671 33554432000 1073741824 1073778376 140736682694976 140496413744200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10816] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10816/stat : 10816 (java) S 10794 10797 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5220317 9856040960 71671 33554432000 1073741824 1073778376 140736682694976 140496412591144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.66
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.24 2.19 3/213 10925
/proc/meminfo: memFree=30092408/32872528 swapFree=1243664/1390832
[pid=10797] ppid=10794 vsize=9625040 CPUtime=1783.78 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10794 10797 5929 0 -1 4202496 15796 0 1 0 178329 49 0 0 20 0 19 0 5220304 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140736682686112 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10797/statm: 2406260 79757 2256 9 0 2396937 0
[pid=10797/tid=10798] ppid=10794 vsize=9625040 CPUtime=1781.97 cores=1,3,5,7
/proc/10797/task/10798/stat : 10798 (java) R 10794 10797 5929 0 -1 4202560 2470 0 1 0 178166 31 0 0 20 0 19 0 5220304 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140497066970832 140496920357786 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10800] ppid=10794 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/10797/task/10800/stat : 10800 (java) S 10794 10797 5929 0 -1 4202560 353 0 0 0 9 2 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140497039432104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10801] ppid=10794 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/10797/task/10801/stat : 10801 (java) S 10794 10797 5929 0 -1 4202560 94 0 0 0 12 2 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140497038379560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10802] ppid=10794 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/10797/task/10802/stat : 10802 (java) S 10794 10797 5929 0 -1 4202560 37 0 0 0 10 0 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496908888232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10803] ppid=10794 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/10797/task/10803/stat : 10803 (java) S 10794 10797 5929 0 -1 4202560 280 0 0 0 10 3 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496907835688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10804] ppid=10794 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10797/task/10804/stat : 10804 (java) S 10794 10797 5929 0 -1 4202560 328 0 0 0 9 3 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496906783656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10805] ppid=10794 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/10797/task/10805/stat : 10805 (java) S 10794 10797 5929 0 -1 4202560 70 0 0 0 7 2 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496905731112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10806] ppid=10794 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/10797/task/10806/stat : 10806 (java) S 10794 10797 5929 0 -1 4202560 181 0 0 0 9 2 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496904678056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10807] ppid=10794 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/10797/task/10807/stat : 10807 (java) S 10794 10797 5929 0 -1 4202560 194 0 0 0 11 2 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496433310504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10808] ppid=10794 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10797/task/10808/stat : 10808 (java) S 10794 10797 5929 0 -1 4202560 59 0 0 0 0 1 0 0 20 0 19 0 5220306 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496421112168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10809] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10809/stat : 10809 (java) S 10794 10797 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5220307 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496420058488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10810] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10810/stat : 10810 (java) S 10794 10797 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5220307 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496419005320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10811] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10811/stat : 10811 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220309 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496417954064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10812] ppid=10794 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10797/task/10812/stat : 10812 (java) S 10794 10797 5929 0 -1 4202560 3328 0 0 0 22 0 0 0 20 0 19 0 5220309 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496416901944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10813] ppid=10794 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/10797/task/10813/stat : 10813 (java) S 10794 10797 5929 0 -1 4202560 7038 0 0 0 30 2 0 0 20 0 19 0 5220309 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496415849400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10814] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10814/stat : 10814 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220309 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496414796536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10815] ppid=10794 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10797/task/10815/stat : 10815 (java) S 10794 10797 5929 0 -1 4202560 104 0 0 0 27 31 0 0 20 0 19 0 5220309 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496413744200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10816] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10816/stat : 10816 (java) S 10794 10797 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5220317 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496412591144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.78
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.19 2.24 2.19 4/212 10925
/proc/meminfo: memFree=30092912/32872528 swapFree=1243664/1390832
[pid=10797] ppid=10794 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10794 10797 5929 0 -1 4202496 15796 0 1 0 179950 50 0 0 20 0 19 0 5220304 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140736682686112 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10797/statm: 2406260 79757 2256 9 0 2396937 0
[pid=10797/tid=10798] ppid=10794 vsize=9625040 CPUtime=1798.18 cores=1,3,5,7
/proc/10797/task/10798/stat : 10798 (java) R 10794 10797 5929 0 -1 4202560 2470 0 1 0 179787 31 0 0 20 0 19 0 5220304 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140497066970832 140496920357762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10800] ppid=10794 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/10797/task/10800/stat : 10800 (java) S 10794 10797 5929 0 -1 4202560 353 0 0 0 9 2 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140497039432104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10801] ppid=10794 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/10797/task/10801/stat : 10801 (java) S 10794 10797 5929 0 -1 4202560 94 0 0 0 12 2 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140497038379560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10802] ppid=10794 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/10797/task/10802/stat : 10802 (java) S 10794 10797 5929 0 -1 4202560 37 0 0 0 10 0 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496908888232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10803] ppid=10794 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/10797/task/10803/stat : 10803 (java) S 10794 10797 5929 0 -1 4202560 280 0 0 0 10 3 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496907835688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10804] ppid=10794 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10797/task/10804/stat : 10804 (java) S 10794 10797 5929 0 -1 4202560 328 0 0 0 9 3 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496906783656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10805] ppid=10794 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/10797/task/10805/stat : 10805 (java) S 10794 10797 5929 0 -1 4202560 70 0 0 0 7 2 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496905731112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10806] ppid=10794 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/10797/task/10806/stat : 10806 (java) S 10794 10797 5929 0 -1 4202560 181 0 0 0 9 2 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496904678056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10807] ppid=10794 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/10797/task/10807/stat : 10807 (java) S 10794 10797 5929 0 -1 4202560 194 0 0 0 11 2 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496433310504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10808] ppid=10794 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10797/task/10808/stat : 10808 (java) S 10794 10797 5929 0 -1 4202560 59 0 0 0 0 2 0 0 20 0 19 0 5220306 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496421112168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10809] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10809/stat : 10809 (java) S 10794 10797 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5220307 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496420058488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10810] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10810/stat : 10810 (java) S 10794 10797 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5220307 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496419005320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10811] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10811/stat : 10811 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220309 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496417954064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10812] ppid=10794 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10797/task/10812/stat : 10812 (java) S 10794 10797 5929 0 -1 4202560 3328 0 0 0 22 0 0 0 20 0 19 0 5220309 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496416901944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10813] ppid=10794 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/10797/task/10813/stat : 10813 (java) S 10794 10797 5929 0 -1 4202560 7038 0 0 0 30 2 0 0 20 0 19 0 5220309 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496415849400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10814] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10814/stat : 10814 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220309 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496414796536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10815] ppid=10794 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10797/task/10815/stat : 10815 (java) S 10794 10797 5929 0 -1 4202560 104 0 0 0 27 31 0 0 20 0 19 0 5220309 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496413744200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10816] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10816/stat : 10816 (java) S 10794 10797 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5220317 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496412591144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 10797 sig 9
??? kill -10797 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.19 2.24 2.19 4/212 10925
/proc/meminfo: memFree=30092912/32872528 swapFree=1243664/1390832
[pid=10797] ppid=10794 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10794 10797 5929 0 -1 4202496 15796 0 1 0 179950 50 0 0 20 0 19 0 5220304 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140736682686112 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10797/statm: 2406260 79757 2256 9 0 2396937 0
[pid=10797/tid=10798] ppid=10794 vsize=9625040 CPUtime=1798.18 cores=1,3,5,7
/proc/10797/task/10798/stat : 10798 (java) R 10794 10797 5929 0 -1 4202560 2470 0 1 0 179787 31 0 0 20 0 19 0 5220304 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140497066970832 140496920357762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10800] ppid=10794 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/10797/task/10800/stat : 10800 (java) S 10794 10797 5929 0 -1 4202560 353 0 0 0 9 2 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140497039432104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10801] ppid=10794 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/10797/task/10801/stat : 10801 (java) S 10794 10797 5929 0 -1 4202560 94 0 0 0 12 2 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140497038379560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10802] ppid=10794 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/10797/task/10802/stat : 10802 (java) S 10794 10797 5929 0 -1 4202560 37 0 0 0 10 0 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496908888232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10803] ppid=10794 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/10797/task/10803/stat : 10803 (java) S 10794 10797 5929 0 -1 4202560 280 0 0 0 10 3 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496907835688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10797/tid=10804] ppid=10794 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10797/task/10804/stat : 10804 (java) S 10794 10797 5929 0 -1 4202560 328 0 0 0 9 3 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496906783656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10805] ppid=10794 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/10797/task/10805/stat : 10805 (java) S 10794 10797 5929 0 -1 4202560 70 0 0 0 7 2 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496905731112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10806] ppid=10794 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/10797/task/10806/stat : 10806 (java) S 10794 10797 5929 0 -1 4202560 181 0 0 0 9 2 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496904678056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10807] ppid=10794 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/10797/task/10807/stat : 10807 (java) S 10794 10797 5929 0 -1 4202560 194 0 0 0 11 2 0 0 20 0 19 0 5220305 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496433310504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10808] ppid=10794 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10797/task/10808/stat : 10808 (java) S 10794 10797 5929 0 -1 4202560 59 0 0 0 0 2 0 0 20 0 19 0 5220306 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496421112168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10809] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10809/stat : 10809 (java) S 10794 10797 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5220307 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496420058488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10810] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10810/stat : 10810 (java) S 10794 10797 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5220307 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496419005320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10811] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10811/stat : 10811 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220309 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496417954064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10812] ppid=10794 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10797/task/10812/stat : 10812 (java) S 10794 10797 5929 0 -1 4202560 3328 0 0 0 22 0 0 0 20 0 19 0 5220309 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496416901944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10797/tid=10813] ppid=10794 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/10797/task/10813/stat : 10813 (java) S 10794 10797 5929 0 -1 4202560 7038 0 0 0 30 2 0 0 20 0 19 0 5220309 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496415849400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10814] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10814/stat : 10814 (java) S 10794 10797 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5220309 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496414796536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10797/tid=10815] ppid=10794 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10797/task/10815/stat : 10815 (java) S 10794 10797 5929 0 -1 4202560 104 0 0 0 27 31 0 0 20 0 19 0 5220309 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496413744200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10797/tid=10816] ppid=10794 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10816/stat : 10816 (java) S 10794 10797 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5220317 9856040960 79757 33554432000 1073741824 1073778376 140736682694976 140496412591144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.55
CPU time (s): 1800.56
CPU user time (s): 1799.6
CPU system time (s): 0.963853
CPU usage (%): 100.112
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.963853
maximum resident set size= 319192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15845
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38201
involuntary context switches= 7902

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.91149 second user time and 14.0339 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 01:01:57
IDJOB=4089698
IDBENCH=107443
IDSOLVER=2546
FILE ID=node119/4089698-1466031717
RUNJOBID= node119-1466012072-5946
PBS_JOBID= 19902816
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_RANDOM_GRAPHS/normalized-ECrand6reg-v061-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089698-1466031717/watcher-4089698-1466031717 -o /tmp/evaluation-result-4089698-1466031717/solver-4089698-1466031717 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089698-1466031717.opb

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

MD5SUM BENCH= fa4b1a851abcf999a2e2bbd0803146d5
RANDOM SEED=1743895649

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.56
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.456
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:        30224864 kB
Buffers:           28620 kB
Cached:            96352 kB
SwapCached:        14188 kB
Active:           444100 kB
Inactive:         112348 kB
Active(anon):     419988 kB
Inactive(anon):    14104 kB
Active(file):      24112 kB
Inactive(file):    98244 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088068 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:       1815680 kB
Mapped:            15468 kB
Shmem:                 0 kB
Slab:             566024 kB
SReclaimable:       9704 kB
SUnreclaim:       556320 kB
KernelStack:        1768 kB
PageTables:         7976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1987888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    555008 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= 71736 MiB
End job on node119 at 2016-06-16 01:31:55