Trace number 4090045

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 Res+CP PB16? (TO) 1800.11 894.766

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v061-n3.opb
MD5SUM37251e4e7c04466a4ed88cfa764e8439
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.657899
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4090045-1466024084.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.028s.
0.11/0.13	c declared #vars     183
0.11/0.13	c #constraints  122
0.11/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61
0.11/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 61
0.11/0.14	c 122 constraints processed.
0.11/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
0.11/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 61
0.11/0.14	c 122 constraints processed.
2.63/0.83	c cleaning 2497 clauses out of 5000 with flag 38594/5000
4.31/1.31	c cleaning 4244 clauses out of 8505 with flag 91240/11002
5.43/1.87	c cleaning 5624 clauses out of 11259 with flag 159329/18000
6.88/2.58	c cleaning 6810 clauses out of 13635 with flag 237144/26000
9.13/3.63	c cleaning 7907 clauses out of 15825 with flag 336409/35000
11.56/4.85	c cleaning 8952 clauses out of 17920 with flag 449673/45002
14.59/6.37	c cleaning 9978 clauses out of 19967 with flag 568245/56001
17.81/7.99	c cleaning 10982 clauses out of 21990 with flag 685305/68002
21.20/9.61	c cleaning 12001 clauses out of 24006 with flag 800137/81000
24.84/11.41	c cleaning 12997 clauses out of 26005 with flag 933588/95000
28.65/13.37	c cleaning 13994 clauses out of 28008 with flag 1080182/110000
33.90/15.91	c cleaning 15000 clauses out of 30014 with flag 1234637/126000
40.14/19.05	c cleaning 15997 clauses out of 32014 with flag 1422437/143000
46.36/22.13	c cleaning 17001 clauses out of 34017 with flag 1601957/161000
49.83/23.82	c cleaning 0 clauses out of 5001 with flag 0/5001
53.04/25.40	c cleaning 17999 clauses out of 36016 with flag 1777067/180000
61.61/29.58	c cleaning 18999 clauses out of 38018 with flag 1970094/200001
71.25/34.38	c cleaning 20006 clauses out of 40020 with flag 2178958/221002
81.45/39.44	c cleaning 20997 clauses out of 42012 with flag 2398362/243000
92.07/44.71	c cleaning 21999 clauses out of 44015 with flag 2621455/266000
102.92/50.15	c cleaning 23003 clauses out of 46019 with flag 2844717/290003
114.78/56.10	c cleaning 23995 clauses out of 48013 with flag 3083843/315000
129.63/63.46	c cleaning 25006 clauses out of 50019 with flag 3366245/341001
146.25/71.76	c cleaning 25998 clauses out of 52014 with flag 3655998/368002
164.29/80.71	c cleaning 26996 clauses out of 54014 with flag 3979294/396000
183.16/90.20	c cleaning 28002 clauses out of 56019 with flag 4289875/425001
204.01/100.50	c cleaning 28997 clauses out of 58017 with flag 4603287/455001
208.22/102.69	c cleaning 0 clauses out of 11000 with flag 0/11000
225.63/111.36	c cleaning 30004 clauses out of 60019 with flag 4919792/486000
249.07/123.04	c cleaning 30997 clauses out of 62016 with flag 5241453/518001
275.93/136.47	c cleaning 31998 clauses out of 64020 with flag 5582655/551002
302.79/149.85	c cleaning 33001 clauses out of 66020 with flag 5930858/585000
330.46/163.67	c cleaning 33998 clauses out of 68020 with flag 6295518/620001
360.00/178.39	c cleaning 35000 clauses out of 70021 with flag 6653028/656000
390.50/193.59	c cleaning 36002 clauses out of 72023 with flag 7030501/693002
425.82/211.20	c cleaning 36997 clauses out of 74019 with flag 7432378/731000
468.49/232.32	c cleaning 38002 clauses out of 76022 with flag 7856419/770000
512.91/254.44	c cleaning 39000 clauses out of 78021 with flag 8290694/810001
555.34/275.57	c cleaning 40004 clauses out of 80020 with flag 8727085/851000
565.63/280.66	c cleaning 0 clauses out of 18000 with flag 0/18000
599.41/297.46	c cleaning 41000 clauses out of 82018 with flag 9179788/893002
645.83/320.55	c cleaning 41999 clauses out of 84017 with flag 9632770/936001
698.16/346.60	c cleaning 42999 clauses out of 86019 with flag 10098453/980002
756.84/375.79	c cleaning 44007 clauses out of 88021 with flag 10597189/1025003
818.41/406.39	c cleaning 44996 clauses out of 90011 with flag 11096272/1071000
881.18/437.57	c cleaning 46000 clauses out of 92017 with flag 11629669/1118002
942.07/467.88	c cleaning 47000 clauses out of 94015 with flag 12170192/1166000
1008.24/500.79	c cleaning 47996 clauses out of 96016 with flag 12723333/1215001
1075.85/534.30	c cleaning 48998 clauses out of 98020 with flag 13277074/1265001
1143.48/568.11	c cleaning 50001 clauses out of 100021 with flag 13862632/1316000
1180.09/586.36	c cleaning 0 clauses out of 26000 with flag 0/26000
1219.76/606.02	c cleaning 51000 clauses out of 102021 with flag 14451685/1368001
1282.11/637.00	c cleaning 52004 clauses out of 104020 with flag 14998344/1421000
1344.43/668.01	c cleaning 53002 clauses out of 106016 with flag 15536514/1475000
1414.68/702.99	c cleaning 54004 clauses out of 108017 with flag 16112500/1530003
1499.20/744.95	c cleaning 54997 clauses out of 110012 with flag 16640332/1586002
1590.03/790.16	c cleaning 56000 clauses out of 112014 with flag 17198840/1643001
1664.38/827.29	c cleaning 56998 clauses out of 114014 with flag 17799856/1701001
1758.01/873.88	c cleaning 57996 clauses out of 116015 with flag 18367348/1760000
1800.11/894.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/894.70	c starts		: 750
1800.11/894.70	c conflicts		: 1794799
1800.11/894.70	c decisions		: 2058564
1800.11/894.70	c propagations		: 38346818
1800.11/894.70	c inspects		: 12250627074
1800.11/894.70	c shortcuts		: 0
1800.11/894.70	c learnt literals	: 0
1800.11/894.70	c learnt binary clauses	: 0
1800.11/894.70	c learnt ternary clauses	: 0
1800.11/894.70	c learnt constraints	: 1794799
1800.11/894.70	c ignored constraints	: 0
1800.11/894.70	c root simplifications	: 0
1800.11/894.70	c removed literals (reason simplification)	: 24869704
1800.11/894.70	c reason swapping (by a shorter reason)	: 0
1800.11/894.70	c Calls to reduceDB	: 55
1800.11/894.70	c Number of update (reduction) of LBD	: 661839
1800.11/894.70	c Imported unit clauses	: 0
1800.11/894.70	c number of reductions to clauses (during analyze)	: 0
1800.11/894.70	c number of learned constraints concerned by reduction	: 0
1800.11/894.70	c number of learning phase by resolution	: 0
1800.11/894.70	c number of learning phase by cutting planes	: 0
1800.11/894.70	c speed (assignments/second)	: 42866.53706893757
1800.11/894.70	c non guided choices	67
1800.11/894.73	c learnt constraints type 
1800.11/894.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92818
1800.11/894.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/894.73	c starts		: 55
1800.11/894.73	c conflicts		: 31133
1800.11/894.73	c decisions		: 39053
1800.11/894.73	c propagations		: 474853
1800.11/894.73	c inspects		: 1230012010
1800.11/894.73	c shortcuts		: 0
1800.11/894.73	c learnt literals	: 0
1800.11/894.73	c learnt binary clauses	: 0
1800.11/894.73	c learnt ternary clauses	: 0
1800.11/894.73	c learnt constraints	: 31132
1800.11/894.73	c ignored constraints	: 0
1800.11/894.73	c root simplifications	: 0
1800.11/894.73	c removed literals (reason simplification)	: 0
1800.11/894.73	c reason swapping (by a shorter reason)	: 0
1800.11/894.73	c Calls to reduceDB	: 4
1800.11/894.73	c Number of update (reduction) of LBD	: 0
1800.11/894.73	c Imported unit clauses	: 0
1800.11/894.73	c number of reductions to clauses (during analyze)	: 0
1800.11/894.73	c number of learned constraints concerned by reduction	: 0
1800.11/894.73	c number of learning phase by resolution	: 0
1800.11/894.73	c number of learning phase by cutting planes	: 0
1800.11/894.73	c speed (assignments/second)	: 530.8081400873031
1800.11/894.73	c non guided choices	62
1800.11/894.74	c learnt constraints type 
1800.11/894.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 780
1800.11/894.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
1800.11/894.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30339
1800.11/894.74	s UNKNOWN
1800.11/894.74	c Total wall clock time (in seconds): 894.633

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-4090045-1466024084/watcher-4090045-1466024084 -o /tmp/evaluation-result-4090045-1466024084/solver-4090045-1466024084 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4090045-1466024084.opb 

pid=15493
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: 4.18 4.15 4.16 4/197 15496
/proc/meminfo: memFree=28391568/32872528 swapFree=1073728/1155488
[pid=15496] ppid=15493 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15496/stat : 15496 (java) S 15493 15496 5545 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 4457629 98570240 977 33554432000 1073741824 1073778376 140733491566976 140733491558112 219517321277 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15496/statm: 24065 977 743 9 0 16771 0
[pid=15496/tid=15497] ppid=15493 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15497/stat : 15497 (java) R 15493 15496 5545 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 4457630 98570240 977 33554432000 1073741824 1073778376 140733491566976 139693948010024 219513963904 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100134 s]
/proc/loadavg: 4.18 4.15 4.16 4/197 15496
/proc/meminfo: memFree=28391568/32872528 swapFree=1073728/1155488
[pid=15496] ppid=15493 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/15496/stat : 15496 (java) S 15493 15496 5545 0 -1 4202496 4549 0 1 0 10 1 0 0 20 0 18 0 4457629 9787879424 5661 33554432000 1073741824 1073778376 140733491566976 140733491558112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15496/statm: 2389619 5661 2156 9 0 2380296 0
[pid=15496/tid=15497] ppid=15493 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/15496/task/15497/stat : 15497 (java) R 15493 15496 5545 0 -1 4202560 2439 0 1 0 7 0 0 0 20 0 18 0 4457630 9787879424 5661 33554432000 1073741824 1073778376 140733491566976 139693948014712 219517347085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200289 s]
/proc/loadavg: 4.18 4.15 4.16 4/197 15496
/proc/meminfo: memFree=28391568/32872528 swapFree=1073728/1155488
[pid=15496] ppid=15493 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/15496/stat : 15496 (java) S 15493 15496 5545 0 -1 4202496 7011 0 1 0 32 1 0 0 20 0 22 0 4457629 10060525568 9115 33554432000 1073741824 1073778376 140733491566976 140733491558112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15496/statm: 2456183 9115 2215 9 0 2446860 0
[pid=15496/tid=15497] ppid=15493 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/15496/task/15497/stat : 15497 (java) S 15493 15496 5545 0 -1 4202560 2458 0 1 0 12 0 0 0 20 0 22 0 4457630 10060525568 9115 33554432000 1073741824 1073778376 140733491566976 139693948015480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9824732

[startup+0.300294 s]
/proc/loadavg: 4.18 4.15 4.16 4/197 15496
/proc/meminfo: memFree=28391568/32872528 swapFree=1073728/1155488
[pid=15496] ppid=15493 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/15496/stat : 15496 (java) S 15493 15496 5545 0 -1 4202496 9390 0 1 0 64 1 0 0 20 0 22 0 4457629 10060525568 10049 33554432000 1073741824 1073778376 140733491566976 140733491558112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15496/statm: 2456183 10049 2231 9 0 2446860 0
[pid=15496/tid=15497] ppid=15493 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/15496/task/15497/stat : 15497 (java) S 15493 15496 5545 0 -1 4202560 2458 0 1 0 12 0 0 0 20 0 22 0 4457630 10060525568 10049 33554432000 1073741824 1073778376 140733491566976 139693948015480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9824732

[startup+0.700253 s]
/proc/loadavg: 4.18 4.15 4.16 4/197 15496
/proc/meminfo: memFree=28391568/32872528 swapFree=1073728/1155488
[pid=15496] ppid=15493 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/15496/stat : 15496 (java) S 15493 15496 5545 0 -1 4202496 18497 0 1 0 220 3 0 0 20 0 22 0 4457629 10060525568 24355 33554432000 1073741824 1073778376 140733491566976 140733491558112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15496/statm: 2456183 24355 2241 9 0 2446860 0
[pid=15496/tid=15497] ppid=15493 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/15496/task/15497/stat : 15497 (java) S 15493 15496 5545 0 -1 4202560 2458 0 1 0 12 0 0 0 20 0 22 0 4457630 10060525568 24355 33554432000 1073741824 1073778376 140733491566976 139693948015480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9824732

[startup+1.501 s]
/proc/loadavg: 4.18 4.15 4.16 7/219 15518
/proc/meminfo: memFree=28213316/32872528 swapFree=1073728/1155488
[pid=15496] ppid=15493 vsize=9824732 CPUtime=4.7 cores=1,3,5,7
/proc/15496/stat : 15496 (java) S 15493 15496 5545 0 -1 4202496 26805 0 1 0 463 7 0 0 20 0 22 0 4457629 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 140733491558112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15496/statm: 2456183 49073 2277 9 0 2446860 0
[pid=15496/tid=15497] ppid=15493 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/15496/task/15497/stat : 15497 (java) S 15493 15496 5545 0 -1 4202560 2458 0 1 0 12 0 0 0 20 0 22 0 4457630 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693948015480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15499] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15499/stat : 15499 (java) S 15493 15496 5545 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 4457631 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693791960104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15500] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15500/stat : 15500 (java) S 15493 15496 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4457631 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693790907304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15501] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15501/stat : 15501 (java) S 15493 15496 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4457631 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693789854504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15496/tid=15502] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15502/stat : 15502 (java) S 15493 15496 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4457631 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693788801704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15503] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15503/stat : 15503 (java) S 15493 15496 5545 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4457631 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693787748904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15504] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15504/stat : 15504 (java) S 15493 15496 5545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4457631 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693786696104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15496/tid=15505] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15505/stat : 15505 (java) S 15493 15496 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4457631 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693785643304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15506] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15506/stat : 15506 (java) S 15493 15496 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4457631 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693784590504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15507] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15507/stat : 15507 (java) S 15493 15496 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 4457632 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693772180456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15508] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15508/stat : 15508 (java) S 15493 15496 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4457632 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693771126520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15509] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15509/stat : 15509 (java) S 15493 15496 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4457632 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693770073608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15510] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15510/stat : 15510 (java) S 15493 15496 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4457634 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693769022096 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15511] ppid=15493 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/15496/task/15511/stat : 15511 (java) S 15493 15496 5545 0 -1 4202560 9526 0 0 0 93 1 0 0 20 0 22 0 4457634 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693767969208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15496/tid=15512] ppid=15493 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/15496/task/15512/stat : 15512 (java) S 15493 15496 5545 0 -1 4202560 13298 0 0 0 92 3 0 0 20 0 22 0 4457634 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693766916408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15513] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15513/stat : 15513 (java) S 15493 15496 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4457634 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693765863800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15514] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15514/stat : 15514 (java) S 15493 15496 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4457634 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693764811208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15515] ppid=15493 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/15496/task/15515/stat : 15515 (java) R 15493 15496 5545 0 -1 4202560 30 0 0 0 127 0 0 0 20 0 22 0 4457644 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693763757384 139693820832312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15516] ppid=15493 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/15496/task/15516/stat : 15516 (java) R 15493 15496 5545 0 -1 4202560 117 0 0 0 129 2 0 0 20 0 22 0 4457644 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693762703248 139693821200522 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15517] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15517/stat : 15517 (java) S 15493 15496 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4457644 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693761652136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15518] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15518/stat : 15518 (java) S 15493 15496 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4457644 10060525568 49073 33554432000 1073741824 1073778376 140733491566976 139693760599336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.18 4.15 4.16 5/219 15518
/proc/meminfo: memFree=28176016/32872528 swapFree=1073728/1155488
[pid=15496] ppid=15493 vsize=9824732 CPUtime=8.12 cores=1,3,5,7
/proc/15496/stat : 15496 (java) S 15493 15496 5545 0 -1 4202496 27088 0 1 0 799 13 0 0 20 0 22 0 4457629 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 140733491558112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15496/statm: 2456183 87107 2277 9 0 2446860 0
[pid=15496/tid=15497] ppid=15493 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/15496/task/15497/stat : 15497 (java) S 15493 15496 5545 0 -1 4202560 2458 0 1 0 12 0 0 0 20 0 22 0 4457630 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693948015480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15499] ppid=15493 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15496/task/15499/stat : 15499 (java) S 15493 15496 5545 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 4457631 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693791960104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15496/tid=15500] ppid=15493 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15496/task/15500/stat : 15500 (java) S 15493 15496 5545 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 4457631 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693790907304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15501] ppid=15493 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15496/task/15501/stat : 15501 (java) S 15493 15496 5545 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 4457631 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693789854504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15502] ppid=15493 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15496/task/15502/stat : 15502 (java) S 15493 15496 5545 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 4457631 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693788801704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15503] ppid=15493 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/15496/task/15503/stat : 15503 (java) S 15493 15496 5545 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 4457631 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693787748904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15504] ppid=15493 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15496/task/15504/stat : 15504 (java) S 15493 15496 5545 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 4457631 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693786696104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15505] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15505/stat : 15505 (java) S 15493 15496 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4457631 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693785643304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15506] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15506/stat : 15506 (java) S 15493 15496 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4457631 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693784590504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15507] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15507/stat : 15507 (java) S 15493 15496 5545 0 -1 4202560 191 0 0 0 0 0 0 0 20 0 22 0 4457632 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693772180456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15508] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15508/stat : 15508 (java) S 15493 15496 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4457632 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693771126520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15509] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15509/stat : 15509 (java) S 15493 15496 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4457632 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693770073608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15510] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15510/stat : 15510 (java) S 15493 15496 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4457634 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693769022096 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15511] ppid=15493 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/15496/task/15511/stat : 15511 (java) S 15493 15496 5545 0 -1 4202560 9534 0 0 0 99 1 0 0 20 0 22 0 4457634 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693767969208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15496/tid=15512] ppid=15493 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/15496/task/15512/stat : 15512 (java) S 15493 15496 5545 0 -1 4202560 13313 0 0 0 100 3 0 0 20 0 22 0 4457634 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693766916408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15513] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15513/stat : 15513 (java) S 15493 15496 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4457634 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693765863800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15514] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15514/stat : 15514 (java) S 15493 15496 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4457634 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693764811208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15515] ppid=15493 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/15496/task/15515/stat : 15515 (java) R 15493 15496 5545 0 -1 4202560 31 0 0 0 280 0 0 0 20 0 22 0 4457644 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693763755296 139693820878239 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15496/tid=15516] ppid=15493 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/15496/task/15516/stat : 15516 (java) R 15493 15496 5545 0 -1 4202560 173 0 0 0 281 3 0 0 20 0 22 0 4457644 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693762703296 139693820802540 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15517] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15517/stat : 15517 (java) S 15493 15496 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4457644 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693761652136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15518] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15518/stat : 15518 (java) S 15493 15496 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4457644 10060525568 87107 33554432000 1073741824 1073778376 140733491566976 139693760599336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.17 4.15 4.16 5/219 15518
/proc/meminfo: memFree=27794640/32872528 swapFree=1073728/1155488
[pid=15496] ppid=15493 vsize=9824732 CPUtime=14.59 cores=1,3,5,7
/proc/15496/stat : 15496 (java) S 15493 15496 5545 0 -1 4202496 27504 0 1 0 1440 19 0 0 20 0 22 0 4457629 10060525568 151795 33554432000 1073741824 1073778376 140733491566976 140733491558112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15496/statm: 2456183 151795 2277 9 0 2446860 0
[pid=15496/tid=15497] ppid=15493 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/15496/task/15497/stat : 15497 (java) S 15493 15496 5545 0 -1 4202560 2458 0 1 0 12 0 0 0 20 0 22 0 4457630 10060525568 151795 33554432000 1073741824 1073778376 140733491566976 139693948015480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15499] ppid=15493 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15496/task/15499/stat : 15499 (java) S 15493 15496 5545 0 -1 4202560 35 0 0 0 5 0 0 0 20 0 22 0 4457631 10060525568 151795 33554432000 1073741824 1073778376 140733491566976 139693791960104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15500] ppid=15493 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15496/task/15500/stat : 15500 (java) S 15493 15496 5545 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 4457631 10060525568 151795 33554432000 1073741824 1073778376 140733491566976 139693790907304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15501] ppid=15493 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15496/task/15501/stat : 15501 (java) S 15493 15496 5545 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 22 0 4457631 10060525568 151795 33554432000 1073741824 1073778376 140733491566976 139693789854504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15496/tid=15502] ppid=15493 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15496/task/15502/stat : 15502 (java) S 15493 15496 5545 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 4457631 10060525568 151795 33554432000 1073741824 1073778376 140733491566976 139693788801704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15503] ppid=15493 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15496/task/15503/stat : 15503 (java) S 15493 15496 5545 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 4457631 10060525568 151795 33554432000 1073741824 1073778376 140733491566976 139693787748904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15504] ppid=15493 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/15496/task/15504/stat : 15504 (java) S 15493 15496 5545 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 4457631 10060525568 151795 33554432000 1073741824 1073778376 140733491566976 139693786696104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15505] ppid=15493 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15496/task/15505/stat : 15505 (java) S 15493 15496 5545 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 4457631 10060525568 151795 33554432000 1073741824 1073778376 140733491566976 139693785643304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15506] ppid=15493 vsize=9824732 CPUtime=0.02 cores=1,3,5,7

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

/proc/15496/task/15501/stat : 15501 (java) S 15493 15496 5545 0 -1 4202560 328 0 0 0 286 6 0 0 20 0 22 0 4457631 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693789854504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15502] ppid=15493 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/15496/task/15502/stat : 15502 (java) S 15493 15496 5545 0 -1 4202560 354 0 0 0 293 6 0 0 20 0 22 0 4457631 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693788801704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15503] ppid=15493 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/15496/task/15503/stat : 15503 (java) S 15493 15496 5545 0 -1 4202560 399 0 0 0 291 9 0 0 20 0 22 0 4457631 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693787748904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15504] ppid=15493 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/15496/task/15504/stat : 15504 (java) S 15493 15496 5545 0 -1 4202560 361 0 0 0 282 6 0 0 20 0 22 0 4457631 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693786696104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15505] ppid=15493 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/15496/task/15505/stat : 15505 (java) S 15493 15496 5545 0 -1 4202560 358 0 0 0 289 7 0 0 20 0 22 0 4457631 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693785643304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15506] ppid=15493 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/15496/task/15506/stat : 15506 (java) S 15493 15496 5545 0 -1 4202560 365 0 0 0 269 8 0 0 20 0 22 0 4457631 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693784590504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15507] ppid=15493 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/15496/task/15507/stat : 15507 (java) S 15493 15496 5545 0 -1 4202560 1368 0 0 0 71 32 0 0 20 0 22 0 4457632 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693772180456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15508] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15508/stat : 15508 (java) S 15493 15496 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4457632 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693771126520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15509] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15509/stat : 15509 (java) S 15493 15496 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4457632 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693770073608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15510] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15510/stat : 15510 (java) S 15493 15496 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4457634 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693769022096 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15511] ppid=15493 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/15496/task/15511/stat : 15511 (java) S 15493 15496 5545 0 -1 4202560 9540 0 0 0 104 1 0 0 20 0 22 0 4457634 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693767969208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15496/tid=15512] ppid=15493 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/15496/task/15512/stat : 15512 (java) S 15493 15496 5545 0 -1 4202560 15071 0 0 0 150 3 0 0 20 0 22 0 4457634 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693766916408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15513] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15513/stat : 15513 (java) S 15493 15496 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4457634 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693765863800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15514] ppid=15493 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/15496/task/15514/stat : 15514 (java) S 15493 15496 5545 0 -1 4202560 50 0 0 0 17 21 0 0 20 0 22 0 4457634 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693764811208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15515] ppid=15493 vsize=9824732 CPUtime=871.64 cores=1,3,5,7
/proc/15496/task/15515/stat : 15515 (java) R 15493 15496 5545 0 -1 4202560 244 0 0 0 87147 17 0 0 20 0 22 0 4457644 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693763756080 139693820831811 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15516] ppid=15493 vsize=9824732 CPUtime=871.8 cores=1,3,5,7
/proc/15496/task/15516/stat : 15516 (java) R 15493 15496 5545 0 -1 4202560 1474 0 0 0 87126 54 0 0 20 0 22 0 4457644 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693762702496 139693821200522 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15517] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15517/stat : 15517 (java) S 15493 15496 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4457644 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693761652136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15518] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15518/stat : 15518 (java) S 15493 15496 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4457644 10060525568 582238 33554432000 1073741824 1073778376 140733491566976 139693760599336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1775.18
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.701 s]
/proc/loadavg: 4.31 4.24 4.19 5/219 15630
/proc/meminfo: memFree=26041736/32872528 swapFree=1073728/1155488
[pid=15496] ppid=15493 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/15496/stat : 15496 (java) S 15493 15496 5545 0 -1 4202496 34348 0 1 0 179858 153 0 0 20 0 22 0 4457629 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 140733491558112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15496/statm: 2456183 580731 2286 9 0 2446860 0
[pid=15496/tid=15497] ppid=15493 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/15496/task/15497/stat : 15497 (java) S 15493 15496 5545 0 -1 4202560 2467 0 1 0 14 4 0 0 20 0 22 0 4457630 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693948015480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15499] ppid=15493 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/15496/task/15499/stat : 15499 (java) S 15493 15496 5545 0 -1 4202560 359 0 0 0 296 7 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693791960104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15500] ppid=15493 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/15496/task/15500/stat : 15500 (java) S 15493 15496 5545 0 -1 4202560 340 0 0 0 285 7 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693790907304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15501] ppid=15493 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/15496/task/15501/stat : 15501 (java) S 15493 15496 5545 0 -1 4202560 328 0 0 0 291 6 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693789854504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15502] ppid=15493 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/15496/task/15502/stat : 15502 (java) S 15493 15496 5545 0 -1 4202560 354 0 0 0 297 6 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693788801704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15503] ppid=15493 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/15496/task/15503/stat : 15503 (java) S 15493 15496 5545 0 -1 4202560 399 0 0 0 294 9 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693787748904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15504] ppid=15493 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/15496/task/15504/stat : 15504 (java) S 15493 15496 5545 0 -1 4202560 361 0 0 0 288 6 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693786696104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15505] ppid=15493 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/15496/task/15505/stat : 15505 (java) S 15493 15496 5545 0 -1 4202560 358 0 0 0 293 7 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693785643304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15506] ppid=15493 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/15496/task/15506/stat : 15506 (java) S 15493 15496 5545 0 -1 4202560 365 0 0 0 274 8 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693784590504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15496/tid=15507] ppid=15493 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/15496/task/15507/stat : 15507 (java) S 15493 15496 5545 0 -1 4202560 1368 0 0 0 71 33 0 0 20 0 22 0 4457632 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693772180456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15508] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15508/stat : 15508 (java) S 15493 15496 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4457632 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693771126520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15509] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15509/stat : 15509 (java) S 15493 15496 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4457632 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693770073608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15510] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15510/stat : 15510 (java) S 15493 15496 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4457634 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693769022096 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15511] ppid=15493 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/15496/task/15511/stat : 15511 (java) S 15493 15496 5545 0 -1 4202560 9540 0 0 0 104 1 0 0 20 0 22 0 4457634 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693767969208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15496/tid=15512] ppid=15493 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/15496/task/15512/stat : 15512 (java) S 15493 15496 5545 0 -1 4202560 15071 0 0 0 150 3 0 0 20 0 22 0 4457634 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693766916408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15513] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15513/stat : 15513 (java) S 15493 15496 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4457634 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693765863800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15514] ppid=15493 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/15496/task/15514/stat : 15514 (java) S 15493 15496 5545 0 -1 4202560 50 0 0 0 17 22 0 0 20 0 22 0 4457634 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693764811208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15515] ppid=15493 vsize=9824732 CPUtime=883.89 cores=1,3,5,7
/proc/15496/task/15515/stat : 15515 (java) R 15493 15496 5545 0 -1 4202560 248 0 0 0 88372 17 0 0 20 0 22 0 4457644 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693763756080 139693820878239 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15516] ppid=15493 vsize=9824732 CPUtime=884.04 cores=1,3,5,7
/proc/15496/task/15516/stat : 15516 (java) R 15493 15496 5545 0 -1 4202560 1475 0 0 0 88350 54 0 0 20 0 22 0 4457644 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693762702400 139693820802389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15517] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15517/stat : 15517 (java) S 15493 15496 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4457644 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693761652136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15518] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15518/stat : 15518 (java) S 15493 15496 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4457644 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693760599336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

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 15496 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.701 s]
/proc/loadavg: 4.31 4.24 4.19 5/219 15630
/proc/meminfo: memFree=26041736/32872528 swapFree=1073728/1155488
[pid=15496] ppid=15493 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/15496/stat : 15496 (java) S 15493 15496 5545 0 -1 4202496 34348 0 1 0 179858 153 0 0 20 0 22 0 4457629 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 140733491558112 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15496/statm: 2456183 580731 2286 9 0 2446860 0
[pid=15496/tid=15497] ppid=15493 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/15496/task/15497/stat : 15497 (java) S 15493 15496 5545 0 -1 4202560 2467 0 1 0 14 4 0 0 20 0 22 0 4457630 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693948015480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15499] ppid=15493 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/15496/task/15499/stat : 15499 (java) S 15493 15496 5545 0 -1 4202560 359 0 0 0 296 7 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693791960104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15500] ppid=15493 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/15496/task/15500/stat : 15500 (java) S 15493 15496 5545 0 -1 4202560 340 0 0 0 285 7 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693790907304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15501] ppid=15493 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/15496/task/15501/stat : 15501 (java) S 15493 15496 5545 0 -1 4202560 328 0 0 0 291 6 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693789854504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15502] ppid=15493 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/15496/task/15502/stat : 15502 (java) S 15493 15496 5545 0 -1 4202560 354 0 0 0 297 6 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693788801704 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15503] ppid=15493 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/15496/task/15503/stat : 15503 (java) S 15493 15496 5545 0 -1 4202560 399 0 0 0 294 9 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693787748904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15504] ppid=15493 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/15496/task/15504/stat : 15504 (java) S 15493 15496 5545 0 -1 4202560 361 0 0 0 288 6 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693786696104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15505] ppid=15493 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/15496/task/15505/stat : 15505 (java) S 15493 15496 5545 0 -1 4202560 358 0 0 0 293 7 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693785643304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15506] ppid=15493 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/15496/task/15506/stat : 15506 (java) S 15493 15496 5545 0 -1 4202560 365 0 0 0 274 8 0 0 20 0 22 0 4457631 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693784590504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15496/tid=15507] ppid=15493 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/15496/task/15507/stat : 15507 (java) S 15493 15496 5545 0 -1 4202560 1368 0 0 0 71 33 0 0 20 0 22 0 4457632 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693772180456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15508] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15508/stat : 15508 (java) S 15493 15496 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4457632 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693771126520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15509] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15509/stat : 15509 (java) S 15493 15496 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4457632 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693770073608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15510] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15510/stat : 15510 (java) S 15493 15496 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4457634 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693769022096 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15496/tid=15511] ppid=15493 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/15496/task/15511/stat : 15511 (java) S 15493 15496 5545 0 -1 4202560 9540 0 0 0 104 1 0 0 20 0 22 0 4457634 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693767969208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15496/tid=15512] ppid=15493 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/15496/task/15512/stat : 15512 (java) S 15493 15496 5545 0 -1 4202560 15071 0 0 0 150 3 0 0 20 0 22 0 4457634 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693766916408 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15513] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15513/stat : 15513 (java) S 15493 15496 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4457634 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693765863800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15514] ppid=15493 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/15496/task/15514/stat : 15514 (java) S 15493 15496 5545 0 -1 4202560 50 0 0 0 17 22 0 0 20 0 22 0 4457634 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693764811208 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15515] ppid=15493 vsize=9824732 CPUtime=883.89 cores=1,3,5,7
/proc/15496/task/15515/stat : 15515 (java) R 15493 15496 5545 0 -1 4202560 248 0 0 0 88372 17 0 0 20 0 22 0 4457644 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693763756080 139693820878239 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15516] ppid=15493 vsize=9824732 CPUtime=884.04 cores=1,3,5,7
/proc/15496/task/15516/stat : 15516 (java) R 15493 15496 5545 0 -1 4202560 1475 0 0 0 88350 54 0 0 20 0 22 0 4457644 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693762702400 139693820802389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15496/tid=15517] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15517/stat : 15517 (java) S 15493 15496 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4457644 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693761652136 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15496/tid=15518] ppid=15493 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15496/task/15518/stat : 15518 (java) S 15493 15496 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4457644 10060525568 580731 33554432000 1073741824 1073778376 140733491566976 139693760599336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15496 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=221236
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=59686
# CPU time returned by wait4() is 1796.28
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.766
CPU time (s): 1800.11
CPU user time (s): 1798.58
CPU system time (s): 1.53
CPU usage (%): 201.182
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.22
system time used= 2.05969
maximum resident set size= 2824344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34391
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33124
involuntary context switches= 49616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.71413 second user time and 7.80381 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 22:54:44
IDJOB=4090045
IDBENCH=107493
IDSOLVER=2543
FILE ID=node114/4090045-1466024084
RUNJOBID= node114-1466008022-5562
PBS_JOBID= 19902804
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v061-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090045-1466024084/watcher-4090045-1466024084 -o /tmp/evaluation-result-4090045-1466024084/solver-4090045-1466024084 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4090045-1466024084.opb

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

MD5SUM BENCH= 37251e4e7c04466a4ed88cfa764e8439
RANDOM SEED=2116092743

node114.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.761
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.52
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.761
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.56
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.761
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.54
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.761
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.761
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.761
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.761
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.761
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:        28392104 kB
Buffers:           26496 kB
Cached:            46372 kB
SwapCached:        33296 kB
Active:          2541184 kB
Inactive:          77832 kB
Active(anon):    2515476 kB
Inactive(anon):    33292 kB
Active(file):      25708 kB
Inactive(file):    44540 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       3683260 kB
Mapped:            15500 kB
Shmem:                 0 kB
Slab:             566600 kB
SReclaimable:      10416 kB
SUnreclaim:       556184 kB
KernelStack:        1784 kB
PageTables:        12112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3797656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2562048 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 node114 at 2016-06-15 23:09:39