Trace number 3710489

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 specific settings 2.3.2 snapshot? (TO) 1800.06 1794.54

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_0_mh.opb
MD5SUMd45c19629398b5f846111b7dcef3015f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3689644
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 98611128
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12268557731
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 98611128
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12268557731
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710489-1338251179.opb
0.10/0.12	c reading problem ... 
1.56/0.81	c ... done. Wall clock time 0.691s.
1.56/0.81	c declared #vars     31350
1.56/0.81	c #constraints  74536
1.56/0.81	c constraints type 
1.56/0.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.56/0.81	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.56/0.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1.56/0.81	c ignored satisfied constraints => 3
1.56/0.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 45025
1.56/0.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14750
1.56/0.81	c 74539 constraints processed.
9.45/8.25	c cleaning 2500 clauses out of 5003 with flag 5003/5003
16.80/15.01	c cleaning 4215 clauses out of 8500 with flag 11000/11000
23.90/22.14	c cleaning 5630 clauses out of 11285 with flag 18000/18000
29.83/28.03	c cleaning 6797 clauses out of 13655 with flag 26000/26000
35.17/33.36	c cleaning 7926 clauses out of 15858 with flag 35000/35000
40.80/38.97	c cleaning 8964 clauses out of 17933 with flag 45001/45001
47.42/45.55	c cleaning 9981 clauses out of 19970 with flag 56002/56002
55.44/53.57	c cleaning 10986 clauses out of 21988 with flag 68001/68001
64.28/62.33	c cleaning 11994 clauses out of 24002 with flag 81001/81001
72.50/70.52	c cleaning 12986 clauses out of 26007 with flag 95000/95000
77.63/75.61	c cleaning 14001 clauses out of 28022 with flag 110001/110001
85.65/83.63	c cleaning 15001 clauses out of 30020 with flag 126000/126000
92.36/90.36	c cleaning 16003 clauses out of 32019 with flag 143000/143000
99.59/97.55	c cleaning 17003 clauses out of 34018 with flag 161002/161002
110.40/108.32	c cleaning 18002 clauses out of 36013 with flag 180000/180000
120.92/118.84	c cleaning 19002 clauses out of 38012 with flag 200001/200001
130.24/128.10	c cleaning 19999 clauses out of 40009 with flag 221000/221000
138.66/136.56	c cleaning 21000 clauses out of 42011 with flag 243001/243001
149.39/147.25	c cleaning 21993 clauses out of 44013 with flag 266003/266003
163.12/160.96	c cleaning 23007 clauses out of 46017 with flag 290000/290000
176.48/174.25	c cleaning 23987 clauses out of 48011 with flag 315001/315001
187.72/185.40	c cleaning 25001 clauses out of 50025 with flag 341002/341002
202.85/200.50	c cleaning 26004 clauses out of 52022 with flag 368000/368000
219.87/217.56	c cleaning 27003 clauses out of 54018 with flag 396000/396000
233.33/230.95	c cleaning 27998 clauses out of 56015 with flag 425000/425000
243.96/241.51	c cleaning 29003 clauses out of 58020 with flag 455003/455003
262.89/260.42	c cleaning 29988 clauses out of 60015 with flag 486001/486001
274.93/272.48	c cleaning 30997 clauses out of 62026 with flag 518000/518000
291.25/288.78	c cleaning 32003 clauses out of 64029 with flag 551000/551000
308.70/306.20	c cleaning 32977 clauses out of 66028 with flag 585002/585002
328.44/325.90	c cleaning 34023 clauses out of 68051 with flag 620002/620002
349.76/347.16	c cleaning 35001 clauses out of 70026 with flag 656000/656000
364.37/361.79	c cleaning 36008 clauses out of 72027 with flag 693002/693002
377.71/375.01	c cleaning 36997 clauses out of 74017 with flag 731000/731000
398.03/395.34	c cleaning 37991 clauses out of 76020 with flag 770000/770000
416.30/413.60	c cleaning 39009 clauses out of 78029 with flag 810000/810000
437.54/434.70	c cleaning 39994 clauses out of 80020 with flag 851000/851000
458.89/456.05	c cleaning 41000 clauses out of 82027 with flag 893001/893001
481.72/478.90	c cleaning 42010 clauses out of 84026 with flag 936000/936000
508.26/505.32	c cleaning 42990 clauses out of 86017 with flag 980001/980001
520.89/517.96	c cleaning 44002 clauses out of 88026 with flag 1025000/1025000
544.24/541.21	c cleaning 44987 clauses out of 90028 with flag 1071004/1071004
564.09/561.03	c cleaning 46012 clauses out of 92037 with flag 1118000/1118000
584.21/581.16	c cleaning 46972 clauses out of 94025 with flag 1166000/1166000
603.23/600.10	c cleaning 48015 clauses out of 96053 with flag 1215000/1215000
622.15/619.06	c cleaning 49009 clauses out of 98038 with flag 1265000/1265000
640.47/637.37	c cleaning 50010 clauses out of 100030 with flag 1316001/1316001
664.14/660.93	c cleaning 51006 clauses out of 102019 with flag 1368000/1368000
684.28/681.09	c cleaning 52000 clauses out of 104014 with flag 1421001/1421001
701.72/698.43	c cleaning 52971 clauses out of 106013 with flag 1475000/1475000
718.17/714.88	c cleaning 54008 clauses out of 108042 with flag 1530000/1530000
733.62/730.23	c cleaning 54980 clauses out of 110034 with flag 1586000/1586000
754.05/750.60	c cleaning 56009 clauses out of 112054 with flag 1643000/1643000
775.38/771.98	c cleaning 56969 clauses out of 114046 with flag 1701001/1701001
798.51/795.05	c cleaning 58016 clauses out of 116077 with flag 1760001/1760001
816.95/813.47	c cleaning 59024 clauses out of 118061 with flag 1820001/1820001
843.92/840.40	c cleaning 60004 clauses out of 120037 with flag 1881001/1881001
861.88/858.28	c cleaning 60995 clauses out of 122033 with flag 1943001/1943001
885.42/881.73	c cleaning 62018 clauses out of 124039 with flag 2006002/2006002
918.95/915.22	c cleaning 62999 clauses out of 126024 with flag 2070005/2070005
949.09/945.34	c cleaning 63984 clauses out of 128020 with flag 2135000/2135000
973.75/969.99	c cleaning 65001 clauses out of 130036 with flag 2201000/2201000
999.11/995.20	c cleaning 65989 clauses out of 132035 with flag 2268000/2268000
1033.59/1029.66	c cleaning 67007 clauses out of 134046 with flag 2336000/2336000
1062.47/1058.41	c cleaning 68010 clauses out of 136039 with flag 2405000/2405000
1088.49/1084.41	c cleaning 68983 clauses out of 138029 with flag 2475000/2475000
1116.14/1112.06	c cleaning 70004 clauses out of 140046 with flag 2546000/2546000
1147.09/1142.96	c cleaning 70943 clauses out of 142042 with flag 2618000/2618000
1174.96/1170.74	c cleaning 72037 clauses out of 144099 with flag 2691000/2691000
1195.60/1191.39	c cleaning 73002 clauses out of 146062 with flag 2765000/2765000
1218.24/1213.94	c cleaning 74020 clauses out of 148060 with flag 2840000/2840000
1242.31/1237.98	c cleaning 75005 clauses out of 150040 with flag 2916000/2916000
1262.54/1258.16	c cleaning 76012 clauses out of 152037 with flag 2993002/2993002
1290.90/1286.47	c cleaning 76958 clauses out of 154024 with flag 3071001/3071001
1320.65/1316.12	c cleaning 78000 clauses out of 156066 with flag 3150001/3150001
1363.62/1359.05	c cleaning 79017 clauses out of 158066 with flag 3230001/3230001
1403.45/1398.72	c cleaning 79998 clauses out of 160050 with flag 3311002/3311002
1437.74/1432.96	c cleaning 80959 clauses out of 162050 with flag 3393000/3393000
1486.51/1481.66	c cleaning 82026 clauses out of 164091 with flag 3476000/3476000
1548.51/1543.50	c cleaning 83022 clauses out of 166067 with flag 3560002/3560002
1612.77/1607.60	c cleaning 84010 clauses out of 168044 with flag 3645001/3645001
1646.06/1640.84	c cleaning 85004 clauses out of 170036 with flag 3731003/3731003
1678.32/1673.04	c cleaning 85981 clauses out of 172033 with flag 3818004/3818004
1708.95/1703.62	c cleaning 87006 clauses out of 174048 with flag 3906000/3906000
1739.40/1734.02	c cleaning 88006 clauses out of 176042 with flag 3995000/3995000
1772.07/1766.61	c cleaning 88997 clauses out of 178037 with flag 4085001/4085001
1800.06/1794.51	c starts		: 253
1800.06/1794.51	c conflicts		: 4146686
1800.06/1794.51	c decisions		: 10087470
1800.06/1794.51	c propagations		: 1044910489
1800.06/1794.51	c inspects		: 9682195446
1800.06/1794.51	c shortcuts		: 0
1800.06/1794.51	c learnt literals	: 0
1800.06/1794.51	c learnt binary clauses	: 470
1800.06/1794.51	c learnt ternary clauses	: 271
1800.06/1794.51	c learnt constraints	: 4146685
1800.06/1794.51	c ignored constraints	: 0
1800.06/1794.51	c root simplifications	: 253
1800.06/1794.51	c removed literals (reason simplification)	: 184775058
1800.06/1794.51	c reason swapping (by a shorter reason)	: 0
1800.06/1794.51	c Calls to reduceDB	: 86
1800.06/1794.51	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.51	c number of learned constraints concerned by reduction	: 0
1800.06/1794.51	c number of learning phase by resolution	: 0
1800.06/1794.51	c number of learning phase by cutting planes	: 0
1800.06/1794.51	c speed (assignments/second)	: 582552.5696948613
1800.06/1794.51	c non guided choices	377
1800.06/1794.54	c learnt constraints type 
1800.06/1794.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 470
1800.06/1794.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 150307
1800.06/1794.54	c constraints type 
1800.06/1794.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.06/1794.54	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.06/1794.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1800.06/1794.54	c ignored satisfied constraints => 3
1800.06/1794.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 45025
1800.06/1794.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14750
1800.06/1794.54	c 74539 constraints processed.
1800.06/1794.54	s UNKNOWN
1800.06/1794.54	c Total wall clock time (in seconds): 1794.418

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3710489-1338251179/watcher-3710489-1338251179 -o /tmp/evaluation-result-3710489-1338251179/solver-3710489-1338251179 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710489-1338251179.opb 

running on 4 cores: 0,2,4,6

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: 1.92 1.98 1.99 3/194 3827
/proc/meminfo: memFree=30328772/32873844 swapFree=7116/7116
[pid=3827] ppid=3825 vsize=91880 CPUtime=0 cores=0,2,4,6
/proc/3827/stat : 3827 (java) S 3825 3827 2017 0 -1 4202496 1188 0 0 0 0 0 0 0 20 0 2 0 291242884 94085120 906 33554432000 1073741824 1073778376 140734198483104 140734198474240 240568533053 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3827/statm: 22954 906 686 9 0 16769 0
[pid=3827/tid=3828] ppid=3825 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3828/stat : 3828 (java) R 3825 3827 2017 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 291242885 94019584 917 33554432000 1073741824 1073778376 140734198483104 140734198472168 240556010791 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.045344 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 3827
/proc/meminfo: memFree=30328772/32873844 swapFree=7116/7116
[pid=3827] ppid=3825 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/3827/stat : 3827 (java) S 3825 3827 2017 0 -1 4202496 3060 0 1 0 3 0 0 0 20 0 13 0 291242884 9446973440 3757 33554432000 1073741824 1073778376 140734198483104 140734198474240 240568533053 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3827/statm: 2306390 3758 1707 9 0 2297091 0
[pid=3827/tid=3828] ppid=3825 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/3827/task/3828/stat : 3828 (java) R 3825 3827 2017 0 -1 4202560 1879 0 1 0 2 0 0 0 20 0 13 0 291242885 9446973440 3758 33554432000 1073741824 1073778376 140734198483104 139804263497968 240568558861 0 4 0 16800971 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100341 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 3827
/proc/meminfo: memFree=30328772/32873844 swapFree=7116/7116
[pid=3827] ppid=3825 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/3827/stat : 3827 (java) S 3825 3827 2017 0 -1 4202496 4270 0 1 0 10 0 0 0 20 0 18 0 291242884 9787842560 5988 33554432000 1073741824 1073778376 140734198483104 140734198474240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3827/statm: 2389610 5988 2116 9 0 2380296 0
[pid=3827/tid=3828] ppid=3825 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/3827/task/3828/stat : 3828 (java) R 3825 3827 2017 0 -1 4202560 2422 0 1 0 7 0 0 0 20 0 18 0 291242885 9787842560 5988 33554432000 1073741824 1073778376 140734198483104 139804263493008 240568558861 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300188 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 3827
/proc/meminfo: memFree=30328772/32873844 swapFree=7116/7116
[pid=3827] ppid=3825 vsize=9558440 CPUtime=0.51 cores=0,2,4,6
/proc/3827/stat : 3827 (java) S 3825 3827 2017 0 -1 4202496 5779 0 1 0 50 1 0 0 20 0 18 0 291242884 9787842560 12114 33554432000 1073741824 1073778376 140734198483104 140734198474240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3827/statm: 2389610 12114 2227 9 0 2380296 0
[pid=3827/tid=3828] ppid=3825 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/3827/task/3828/stat : 3828 (java) R 3825 3827 2017 0 -1 4202560 2513 0 1 0 27 0 0 0 20 0 18 0 291242885 9787842560 12114 33554432000 1073741824 1073778376 140734198483104 139804263499504 139804088006376 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.700243 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 3827
/proc/meminfo: memFree=30328772/32873844 swapFree=7116/7116
[pid=3827] ppid=3825 vsize=9558440 CPUtime=1.31 cores=0,2,4,6
/proc/3827/stat : 3827 (java) S 3825 3827 2017 0 -1 4202496 10742 0 1 0 127 4 0 0 20 0 18 0 291242884 9787842560 44521 33554432000 1073741824 1073778376 140734198483104 140734198474240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3827/statm: 2389610 44521 2263 9 0 2380296 0
[pid=3827/tid=3828] ppid=3825 vsize=9558440 CPUtime=0.65 cores=0,2,4,6
/proc/3827/task/3828/stat : 3828 (java) R 3825 3827 2017 0 -1 4202560 2578 0 1 0 63 2 0 0 20 0 18 0 291242885 9787842560 44521 33554432000 1073741824 1073778376 140734198483104 139804263500824 240568558861 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558440

[startup+1.50075 s]
/proc/loadavg: 1.92 1.98 1.99 5/213 3846
/proc/meminfo: memFree=30158920/32873844 swapFree=7116/7116
[pid=3827] ppid=3825 vsize=9625004 CPUtime=2.66 cores=0,2,4,6
/proc/3827/stat : 3827 (java) S 3825 3827 2017 0 -1 4202496 11723 0 1 0 262 4 0 0 20 0 19 0 291242884 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 140734198474240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3827/statm: 2406251 44692 2271 9 0 2396937 0
[pid=3827/tid=3828] ppid=3825 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/3827/task/3828/stat : 3828 (java) R 3825 3827 2017 0 -1 4202560 2581 0 1 0 143 3 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804263501944 139804088796639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3827/tid=3830] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3830/stat : 3830 (java) S 3825 3827 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804224993960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3831] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3831/stat : 3831 (java) S 3825 3827 2017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804223941416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3832] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3832/stat : 3832 (java) S 3825 3827 2017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804222888872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3833] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3833/stat : 3833 (java) S 3825 3827 2017 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804221836328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3827/tid=3834] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3834/stat : 3834 (java) S 3825 3827 2017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804220782760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3835] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3835/stat : 3835 (java) S 3825 3827 2017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804219730216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3827/tid=3836] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3836/stat : 3836 (java) S 3825 3827 2017 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804218677672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3837] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3837/stat : 3837 (java) S 3825 3827 2017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804217625128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3838] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3838/stat : 3838 (java) S 3825 3827 2017 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 291242887 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804086884968 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3839] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3839/stat : 3839 (java) S 3825 3827 2017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291242887 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804085831288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3840] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3840/stat : 3840 (java) S 3825 3827 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291242887 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804084778632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3841] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3841/stat : 3841 (java) S 3825 3827 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291242890 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804083727376 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3842] ppid=3825 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/3827/task/3842/stat : 3842 (java) S 3825 3827 2017 0 -1 4202560 2868 0 0 0 50 0 0 0 20 0 19 0 291242890 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804082673720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3843] ppid=3825 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/3827/task/3843/stat : 3843 (java) S 3825 3827 2017 0 -1 4202560 4963 0 0 0 60 0 0 0 20 0 19 0 291242890 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804081621176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3844] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3844/stat : 3844 (java) S 3825 3827 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291242890 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804080568824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3845] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3845/stat : 3845 (java) S 3825 3827 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291242890 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804079516488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3846] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3846/stat : 3846 (java) S 3825 3827 2017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291242968 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804078462248 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 9625004

[startup+3.10073 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 3846
/proc/meminfo: memFree=30158548/32873844 swapFree=7116/7116
[pid=3827] ppid=3825 vsize=9625004 CPUtime=4.28 cores=0,2,4,6
/proc/3827/stat : 3827 (java) S 3825 3827 2017 0 -1 4202496 11725 0 1 0 424 4 0 0 20 0 19 0 291242884 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 140734198474240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3827/statm: 2406251 44692 2271 9 0 2396937 0
[pid=3827/tid=3828] ppid=3825 vsize=9625004 CPUtime=3.06 cores=0,2,4,6
/proc/3827/task/3828/stat : 3828 (java) R 3825 3827 2017 0 -1 4202560 2583 0 1 0 303 3 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804263501848 139804088725281 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3827/tid=3830] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3830/stat : 3830 (java) S 3825 3827 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804224993960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3831] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3831/stat : 3831 (java) S 3825 3827 2017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804223941416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3832] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3832/stat : 3832 (java) S 3825 3827 2017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804222888872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3833] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3833/stat : 3833 (java) S 3825 3827 2017 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804221836328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3827/tid=3834] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3834/stat : 3834 (java) S 3825 3827 2017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804220782760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3835] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3835/stat : 3835 (java) S 3825 3827 2017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804219730216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3827/tid=3836] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3836/stat : 3836 (java) S 3825 3827 2017 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804218677672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3837] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3837/stat : 3837 (java) S 3825 3827 2017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804217625128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3838] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3838/stat : 3838 (java) S 3825 3827 2017 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 291242887 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804086884968 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3839] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3839/stat : 3839 (java) S 3825 3827 2017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291242887 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804085831288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3840] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3840/stat : 3840 (java) S 3825 3827 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291242887 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804084778632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3841] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3841/stat : 3841 (java) S 3825 3827 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291242890 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804083727376 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3842] ppid=3825 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/3827/task/3842/stat : 3842 (java) S 3825 3827 2017 0 -1 4202560 2868 0 0 0 51 0 0 0 20 0 19 0 291242890 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804082673720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3843] ppid=3825 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/3827/task/3843/stat : 3843 (java) S 3825 3827 2017 0 -1 4202560 4963 0 0 0 61 0 0 0 20 0 19 0 291242890 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804081621176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3844] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3844/stat : 3844 (java) S 3825 3827 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291242890 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804080568824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3845] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3845/stat : 3845 (java) S 3825 3827 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291242890 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804079516488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3846] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3846/stat : 3846 (java) S 3825 3827 2017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291242968 9856004096 44692 33554432000 1073741824 1073778376 140734198483104 139804078462248 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9625004

[startup+6.30075 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 3846
/proc/meminfo: memFree=30156748/32873844 swapFree=7116/7116
[pid=3827] ppid=3825 vsize=9625004 CPUtime=7.54 cores=0,2,4,6
/proc/3827/stat : 3827 (java) S 3825 3827 2017 0 -1 4202496 11882 0 1 0 750 4 0 0 20 0 19 0 291242884 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 140734198474240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3827/statm: 2406251 44444 2274 9 0 2396937 0
[pid=3827/tid=3828] ppid=3825 vsize=9625004 CPUtime=6.25 cores=0,2,4,6
/proc/3827/task/3828/stat : 3828 (java) R 3825 3827 2017 0 -1 4202560 2586 0 1 0 622 3 0 0 20 0 19 0 291242885 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 139804263502440 139804088839955 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3827/tid=3830] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3830/stat : 3830 (java) S 3825 3827 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 139804224993960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3831] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3831/stat : 3831 (java) S 3825 3827 2017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 139804223941416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3832] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3832/stat : 3832 (java) S 3825 3827 2017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 139804222888872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3833] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3833/stat : 3833 (java) S 3825 3827 2017 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 139804221836328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3827/tid=3834] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3834/stat : 3834 (java) S 3825 3827 2017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 139804220782760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3835] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3835/stat : 3835 (java) S 3825 3827 2017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 139804219730216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3827/tid=3836] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3836/stat : 3836 (java) S 3825 3827 2017 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 139804218677672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3837] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3837/stat : 3837 (java) S 3825 3827 2017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291242885 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 139804217625128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3838] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3838/stat : 3838 (java) S 3825 3827 2017 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 291242887 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 139804086884968 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3839] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3839/stat : 3839 (java) S 3825 3827 2017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291242887 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 139804085831288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3840] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3840/stat : 3840 (java) S 3825 3827 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291242887 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 139804084778632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3841] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3841/stat : 3841 (java) S 3825 3827 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291242890 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 139804083727376 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3842] ppid=3825 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/3827/task/3842/stat : 3842 (java) S 3825 3827 2017 0 -1 4202560 3017 0 0 0 54 0 0 0 20 0 19 0 291242890 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 139804082673720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3843] ppid=3825 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/3827/task/3843/stat : 3843 (java) S 3825 3827 2017 0 -1 4202560 4968 0 0 0 65 0 0 0 20 0 19 0 291242890 9856004096 44444 33554432000 1073741824 1073778376 140734198483104 139804081621176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=3827/tid=3842] ppid=3825 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/3827/task/3842/stat : 3842 (java) S 3825 3827 2017 0 -1 4202560 10011 0 0 0 96 3 0 0 20 0 19 0 291242890 9856004096 116948 33554432000 1073741824 1073778376 140734198483104 139804082673720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3843] ppid=3825 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/3827/task/3843/stat : 3843 (java) S 3825 3827 2017 0 -1 4202560 4988 0 0 0 77 0 0 0 20 0 19 0 291242890 9856004096 116948 33554432000 1073741824 1073778376 140734198483104 139804081621176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3844] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3844/stat : 3844 (java) S 3825 3827 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291242890 9856004096 116948 33554432000 1073741824 1073778376 140734198483104 139804080568824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3845] ppid=3825 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/3827/task/3845/stat : 3845 (java) S 3825 3827 2017 0 -1 4202560 99 0 0 0 23 18 0 0 20 0 19 0 291242890 9856004096 116948 33554432000 1073741824 1073778376 140734198483104 139804079516488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3846] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3846/stat : 3846 (java) S 3825 3827 2017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291242968 9856004096 116948 33554432000 1073741824 1073778376 140734198483104 139804078462248 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.7
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.00 2/193 3864
/proc/meminfo: memFree=30080320/32873844 swapFree=7116/7116
[pid=3827] ppid=3825 vsize=9625004 CPUtime=1787.85 cores=0,2,4,6
/proc/3827/stat : 3827 (java) S 3825 3827 2017 0 -1 4202496 20569 0 1 0 178724 61 0 0 20 0 19 0 291242884 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 140734198474240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3827/statm: 2406251 116960 2287 9 0 2396937 0
[pid=3827/tid=3828] ppid=3825 vsize=9625004 CPUtime=1770.24 cores=0,2,4,6
/proc/3827/task/3828/stat : 3828 (java) R 3825 3827 2017 0 -1 4202560 2689 0 1 0 176994 30 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804263502128 139804088861688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3830] ppid=3825 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/3827/task/3830/stat : 3830 (java) S 3825 3827 2017 0 -1 4202560 147 0 0 0 67 4 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804224993960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3831] ppid=3825 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/3827/task/3831/stat : 3831 (java) S 3825 3827 2017 0 -1 4202560 189 0 0 0 54 4 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804223941416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3832] ppid=3825 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/3827/task/3832/stat : 3832 (java) S 3825 3827 2017 0 -1 4202560 264 0 0 0 55 4 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804222888872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3833] ppid=3825 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/3827/task/3833/stat : 3833 (java) S 3825 3827 2017 0 -1 4202560 225 0 0 0 60 5 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804221836328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3834] ppid=3825 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/3827/task/3834/stat : 3834 (java) S 3825 3827 2017 0 -1 4202560 96 0 0 0 52 4 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804220782760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3827/tid=3835] ppid=3825 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/3827/task/3835/stat : 3835 (java) S 3825 3827 2017 0 -1 4202560 223 0 0 0 55 4 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804219730216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3827/tid=3836] ppid=3825 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/3827/task/3836/stat : 3836 (java) S 3825 3827 2017 0 -1 4202560 96 0 0 0 50 2 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804218677672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3837] ppid=3825 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/3827/task/3837/stat : 3837 (java) S 3825 3827 2017 0 -1 4202560 131 0 0 0 55 5 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804217625128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3838] ppid=3825 vsize=9625004 CPUtime=6.05 cores=0,2,4,6
/proc/3827/task/3838/stat : 3838 (java) S 3825 3827 2017 0 -1 4202560 220 0 0 0 602 3 0 0 20 0 19 0 291242887 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804086884968 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3839] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3839/stat : 3839 (java) S 3825 3827 2017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291242887 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804085831288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3840] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3840/stat : 3840 (java) S 3825 3827 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291242887 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804084778632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3841] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3841/stat : 3841 (java) S 3825 3827 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291242890 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804083727376 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3842] ppid=3825 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/3827/task/3842/stat : 3842 (java) S 3825 3827 2017 0 -1 4202560 10011 0 0 0 96 3 0 0 20 0 19 0 291242890 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804082673720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3843] ppid=3825 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/3827/task/3843/stat : 3843 (java) S 3825 3827 2017 0 -1 4202560 4988 0 0 0 77 0 0 0 20 0 19 0 291242890 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804081621176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3844] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3844/stat : 3844 (java) S 3825 3827 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291242890 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804080568824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3845] ppid=3825 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/3827/task/3845/stat : 3845 (java) S 3825 3827 2017 0 -1 4202560 103 0 0 0 24 19 0 0 20 0 19 0 291242890 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804079516488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3846] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3846/stat : 3846 (java) S 3825 3827 2017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291242968 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804078462248 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.85
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 3920
/proc/meminfo: memFree=30002056/32873844 swapFree=7116/7116
[pid=3827] ppid=3825 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/3827/stat : 3827 (java) S 3825 3827 2017 0 -1 4202496 20569 0 1 0 179945 61 0 0 20 0 19 0 291242884 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 140734198474240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3827/statm: 2406251 116960 2287 9 0 2396937 0
[pid=3827/tid=3828] ppid=3825 vsize=9625004 CPUtime=1782.41 cores=0,2,4,6
/proc/3827/task/3828/stat : 3828 (java) R 3825 3827 2017 0 -1 4202560 2689 0 1 0 178210 31 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804263502128 139804088910589 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3830] ppid=3825 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/3827/task/3830/stat : 3830 (java) S 3825 3827 2017 0 -1 4202560 147 0 0 0 67 4 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804224993960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3831] ppid=3825 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/3827/task/3831/stat : 3831 (java) S 3825 3827 2017 0 -1 4202560 189 0 0 0 54 4 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804223941416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3832] ppid=3825 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/3827/task/3832/stat : 3832 (java) S 3825 3827 2017 0 -1 4202560 264 0 0 0 55 4 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804222888872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3833] ppid=3825 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/3827/task/3833/stat : 3833 (java) S 3825 3827 2017 0 -1 4202560 225 0 0 0 60 5 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804221836328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3834] ppid=3825 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/3827/task/3834/stat : 3834 (java) S 3825 3827 2017 0 -1 4202560 96 0 0 0 52 4 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804220782760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3827/tid=3835] ppid=3825 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/3827/task/3835/stat : 3835 (java) S 3825 3827 2017 0 -1 4202560 223 0 0 0 55 4 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804219730216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3827/tid=3836] ppid=3825 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/3827/task/3836/stat : 3836 (java) S 3825 3827 2017 0 -1 4202560 96 0 0 0 50 2 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804218677672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3837] ppid=3825 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/3827/task/3837/stat : 3837 (java) S 3825 3827 2017 0 -1 4202560 131 0 0 0 55 5 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804217625128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3838] ppid=3825 vsize=9625004 CPUtime=6.05 cores=0,2,4,6
/proc/3827/task/3838/stat : 3838 (java) S 3825 3827 2017 0 -1 4202560 220 0 0 0 602 3 0 0 20 0 19 0 291242887 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804086884968 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3839] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3839/stat : 3839 (java) S 3825 3827 2017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291242887 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804085831288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3840] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3840/stat : 3840 (java) S 3825 3827 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291242887 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804084778632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3841] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3841/stat : 3841 (java) S 3825 3827 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291242890 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804083727376 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3842] ppid=3825 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/3827/task/3842/stat : 3842 (java) S 3825 3827 2017 0 -1 4202560 10011 0 0 0 96 3 0 0 20 0 19 0 291242890 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804082673720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3843] ppid=3825 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/3827/task/3843/stat : 3843 (java) S 3825 3827 2017 0 -1 4202560 4988 0 0 0 77 0 0 0 20 0 19 0 291242890 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804081621176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3844] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3844/stat : 3844 (java) S 3825 3827 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291242890 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804080568824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3845] ppid=3825 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/3827/task/3845/stat : 3845 (java) S 3825 3827 2017 0 -1 4202560 103 0 0 0 24 19 0 0 20 0 19 0 291242890 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804079516488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3846] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3846/stat : 3846 (java) S 3825 3827 2017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291242968 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804078462248 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

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

Solver just ended. Dumping a history of the last processes samples

[startup+1794.5 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 3920
/proc/meminfo: memFree=30002056/32873844 swapFree=7116/7116
[pid=3827] ppid=3825 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/3827/stat : 3827 (java) S 3825 3827 2017 0 -1 4202496 20569 0 1 0 179945 61 0 0 20 0 19 0 291242884 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 140734198474240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3827/statm: 2406251 116960 2287 9 0 2396937 0
[pid=3827/tid=3828] ppid=3825 vsize=9625004 CPUtime=1782.41 cores=0,2,4,6
/proc/3827/task/3828/stat : 3828 (java) R 3825 3827 2017 0 -1 4202560 2689 0 1 0 178210 31 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804263502128 139804088910589 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3830] ppid=3825 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/3827/task/3830/stat : 3830 (java) S 3825 3827 2017 0 -1 4202560 147 0 0 0 67 4 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804224993960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3831] ppid=3825 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/3827/task/3831/stat : 3831 (java) S 3825 3827 2017 0 -1 4202560 189 0 0 0 54 4 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804223941416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3832] ppid=3825 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/3827/task/3832/stat : 3832 (java) S 3825 3827 2017 0 -1 4202560 264 0 0 0 55 4 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804222888872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3833] ppid=3825 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/3827/task/3833/stat : 3833 (java) S 3825 3827 2017 0 -1 4202560 225 0 0 0 60 5 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804221836328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3834] ppid=3825 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/3827/task/3834/stat : 3834 (java) S 3825 3827 2017 0 -1 4202560 96 0 0 0 52 4 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804220782760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3827/tid=3835] ppid=3825 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/3827/task/3835/stat : 3835 (java) S 3825 3827 2017 0 -1 4202560 223 0 0 0 55 4 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804219730216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3827/tid=3836] ppid=3825 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/3827/task/3836/stat : 3836 (java) S 3825 3827 2017 0 -1 4202560 96 0 0 0 50 2 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804218677672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3837] ppid=3825 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/3827/task/3837/stat : 3837 (java) S 3825 3827 2017 0 -1 4202560 131 0 0 0 55 5 0 0 20 0 19 0 291242885 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804217625128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3838] ppid=3825 vsize=9625004 CPUtime=6.05 cores=0,2,4,6
/proc/3827/task/3838/stat : 3838 (java) S 3825 3827 2017 0 -1 4202560 220 0 0 0 602 3 0 0 20 0 19 0 291242887 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804086884968 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3839] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3839/stat : 3839 (java) S 3825 3827 2017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291242887 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804085831288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3840] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3840/stat : 3840 (java) S 3825 3827 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291242887 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804084778632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3841] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3841/stat : 3841 (java) S 3825 3827 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291242890 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804083727376 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3827/tid=3842] ppid=3825 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/3827/task/3842/stat : 3842 (java) S 3825 3827 2017 0 -1 4202560 10011 0 0 0 96 3 0 0 20 0 19 0 291242890 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804082673720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3827/tid=3843] ppid=3825 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/3827/task/3843/stat : 3843 (java) S 3825 3827 2017 0 -1 4202560 4988 0 0 0 77 0 0 0 20 0 19 0 291242890 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804081621176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3844] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3844/stat : 3844 (java) S 3825 3827 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291242890 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804080568824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3845] ppid=3825 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/3827/task/3845/stat : 3845 (java) S 3825 3827 2017 0 -1 4202560 103 0 0 0 24 19 0 0 20 0 19 0 291242890 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804079516488 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3827/tid=3846] ppid=3825 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/3827/task/3846/stat : 3846 (java) S 3825 3827 2017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291242968 9856004096 116960 33554432000 1073741824 1073778376 140734198483104 139804078462248 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1794.54
CPU time (s): 1800.06
CPU user time (s): 1799.45
CPU system time (s): 0.61
CPU usage (%): 100.307
Max. virtual memory (cumulated for all children) (KiB): 9626876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.77
system time used= 1.03184
maximum resident set size= 467960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20602
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40392
involuntary context switches= 9147

runsolver used 5.82111 second user time and 14.3018 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-29 02:26:20
IDJOB=3710489
IDBENCH=92693
IDSOLVER=2289
FILE ID=node146/3710489-1338251179
RUNJOBID= node146-1338229576-2033
PBS_JOBID= 14624646
Free space on /tmp= 71180 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_0_mh.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710489-1338251179/watcher-3710489-1338251179 -o /tmp/evaluation-result-3710489-1338251179/solver-3710489-1338251179 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710489-1338251179.opb

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

MD5SUM BENCH= d45c19629398b5f846111b7dcef3015f
RANDOM SEED=441089160

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30329036 kB
Buffers:          432192 kB
Cached:          1018896 kB
SwapCached:         2180 kB
Active:          1232376 kB
Inactive:         431108 kB
Active(anon):     211392 kB
Inactive(anon):     2668 kB
Active(file):    1020984 kB
Inactive(file):   428440 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100344 kB
Dirty:              7416 kB
Writeback:             8 kB
AnonPages:        226136 kB
Mapped:            17600 kB
Shmem:                 0 kB
Slab:             731280 kB
SReclaimable:     172068 kB
SUnreclaim:       559212 kB
KernelStack:        1576 kB
PageTables:         4456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     825232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71180 MiB
End job on node146 at 2012-05-29 02:56:16