Trace number 3710746

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.01 1797.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_19.opb
MD5SUM691db1c1df60c391acb60afdfcce171f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark345
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 variables10998
Total number of constraints21679
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 171
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 426
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 531
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2868
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.09/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.13	c configuring ORDERS
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=true
0.09/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3710746-1338155136.opb
0.09/0.13	c reading problem ... 
2.02/1.37	c ... done. Wall clock time 1.236s.
2.02/1.37	c declared #vars     10998
2.02/1.37	c #constraints  21679
2.02/1.37	c constraints type 
2.02/1.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.02/1.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
2.02/1.37	c 21679 constraints processed.
18.48/17.31	c cleaning 2493 clauses out of 5000 with flag 5000/5000
33.50/32.26	c cleaning 4249 clauses out of 8509 with flag 11002/11002
50.37/49.07	c cleaning 5626 clauses out of 11259 with flag 18001/18001
69.59/68.25	c cleaning 6812 clauses out of 13632 with flag 26000/26000
89.71/88.32	c cleaning 7900 clauses out of 15820 with flag 35000/35000
110.13/108.76	c cleaning 8953 clauses out of 17921 with flag 45001/45001
134.77/133.31	c cleaning 9967 clauses out of 19967 with flag 56000/56000
161.10/159.70	c cleaning 10993 clauses out of 22000 with flag 68000/68000
188.70/187.22	c cleaning 11975 clauses out of 24008 with flag 81001/81001
219.81/218.30	c cleaning 13001 clauses out of 26032 with flag 95000/95000
256.33/254.86	c cleaning 14014 clauses out of 28032 with flag 110001/110001
296.75/295.28	c cleaning 15000 clauses out of 30018 with flag 126001/126001
337.85/336.32	c cleaning 15998 clauses out of 32017 with flag 143000/143000
383.57/382.05	c cleaning 16994 clauses out of 34020 with flag 161001/161001
433.09/431.56	c cleaning 17995 clauses out of 36026 with flag 180001/180001
476.31/474.70	c cleaning 18993 clauses out of 38030 with flag 200000/200000
532.93/531.39	c cleaning 20013 clauses out of 40039 with flag 221002/221002
581.45/579.87	c cleaning 21003 clauses out of 42025 with flag 243001/243001
624.47/622.88	c cleaning 22003 clauses out of 44022 with flag 266001/266001
673.14/671.48	c cleaning 23005 clauses out of 46018 with flag 290000/290000
736.47/734.70	c cleaning 23990 clauses out of 48013 with flag 315000/315000
791.79/790.03	c cleaning 25010 clauses out of 50025 with flag 341002/341002
849.70/847.97	c cleaning 25994 clauses out of 52013 with flag 368000/368000
915.73/913.99	c cleaning 26995 clauses out of 54019 with flag 396000/396000
982.96/981.19	c cleaning 28002 clauses out of 56026 with flag 425002/425002
1038.98/1037.19	c cleaning 29001 clauses out of 58022 with flag 455000/455000
1110.50/1108.68	c cleaning 30008 clauses out of 60021 with flag 486000/486000
1177.23/1175.36	c cleaning 30996 clauses out of 62013 with flag 518000/518000
1262.86/1260.99	c cleaning 31999 clauses out of 64017 with flag 551000/551000
1353.98/1352.02	c cleaning 32996 clauses out of 66019 with flag 585001/585001
1435.10/1433.17	c cleaning 34005 clauses out of 68022 with flag 620000/620000
1522.01/1520.03	c cleaning 34991 clauses out of 70019 with flag 656002/656002
1623.73/1621.74	c cleaning 36003 clauses out of 72027 with flag 693001/693001
1719.57/1717.58	c cleaning 37006 clauses out of 74023 with flag 731000/731000
1800.01/1797.91	c starts		: 170
1800.01/1797.91	c conflicts		: 759835
1800.01/1797.91	c decisions		: 936734
1800.01/1797.91	c propagations		: 192968130
1800.01/1797.91	c inspects		: 9726665652
1800.01/1797.91	c shortcuts		: 0
1800.01/1797.91	c learnt literals	: 0
1800.01/1797.91	c learnt binary clauses	: 8
1800.01/1797.91	c learnt ternary clauses	: 27
1800.01/1797.91	c learnt constraints	: 759835
1800.01/1797.91	c ignored constraints	: 0
1800.01/1797.91	c root simplifications	: 170
1800.01/1797.91	c removed literals (reason simplification)	: 3565530
1800.01/1797.91	c reason swapping (by a shorter reason)	: 0
1800.01/1797.91	c Calls to reduceDB	: 34
1800.01/1797.91	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.91	c number of learned constraints concerned by reduction	: 0
1800.01/1797.91	c number of learning phase by resolution	: 0
1800.01/1797.91	c number of learning phase by cutting planes	: 0
1800.01/1797.91	c speed (assignments/second)	: 107411.88962023906
1800.01/1797.91	c non guided choices	11375
1800.01/1797.93	c learnt constraints type 
1800.01/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.01/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 65848
1800.01/1797.93	c constraints type 
1800.01/1797.93	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.01/1797.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
1800.01/1797.93	c 21679 constraints processed.
1800.01/1797.93	s UNKNOWN
1800.01/1797.93	c Total wall clock time (in seconds): 1797.804

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-3710746-1338155136/watcher-3710746-1338155136 -o /tmp/evaluation-result-3710746-1338155136/solver-3710746-1338155136 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710746-1338155136.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: 2.07 2.03 2.01 3/194 26861
/proc/meminfo: memFree=31286504/32873844 swapFree=6872/6872
[pid=26861] ppid=26859 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/26861/stat : 26861 (java) R 26859 26861 22966 0 -1 4202496 304 0 0 0 0 0 0 0 20 0 1 0 281642103 5767168 52 33554432000 1073741824 1073778376 140736274519296 140736274516424 270109077383 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26861/statm: 1408 55 43 9 0 30 0

[startup+0.041164 s]
/proc/loadavg: 2.07 2.03 2.01 3/194 26861
/proc/meminfo: memFree=31286504/32873844 swapFree=6872/6872
[pid=26861] ppid=26859 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/26861/stat : 26861 (java) S 26859 26861 22966 0 -1 4202496 2999 0 1 0 2 0 0 0 20 0 13 0 281642103 9446973440 3696 33554432000 1073741824 1073778376 140736274519296 140736274510432 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26861/statm: 2306390 3696 1682 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100258 s]
/proc/loadavg: 2.07 2.03 2.01 3/194 26861
/proc/meminfo: memFree=31286504/32873844 swapFree=6872/6872
[pid=26861] ppid=26859 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/26861/stat : 26861 (java) S 26859 26861 22966 0 -1 4202496 4125 0 1 0 8 1 0 0 20 0 18 0 281642103 9787842560 5332 33554432000 1073741824 1073778376 140736274519296 140736274510432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26861/statm: 2389610 5333 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.30023 s]
/proc/loadavg: 2.07 2.03 2.01 3/194 26861
/proc/meminfo: memFree=31286504/32873844 swapFree=6872/6872
[pid=26861] ppid=26859 vsize=9558440 CPUtime=0.53 cores=0,2,4,6
/proc/26861/stat : 26861 (java) S 26859 26861 22966 0 -1 4202496 9828 0 1 0 51 2 0 0 20 0 18 0 281642103 9787842560 11357 33554432000 1073741824 1073778376 140736274519296 140736274510432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26861/statm: 2389610 11357 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558440

[startup+0.700233 s]
/proc/loadavg: 2.07 2.03 2.01 3/194 26861
/proc/meminfo: memFree=31286504/32873844 swapFree=6872/6872
[pid=26861] ppid=26859 vsize=9558440 CPUtime=1.17 cores=0,2,4,6
/proc/26861/stat : 26861 (java) S 26859 26861 22966 0 -1 4202496 10186 0 1 0 112 5 0 0 20 0 18 0 281642103 9787842560 42853 33554432000 1073741824 1073778376 140736274519296 140736274510432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26861/statm: 2389610 42853 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558440

[startup+1.5006 s]
/proc/loadavg: 2.07 2.03 2.01 3/212 26879
/proc/meminfo: memFree=31111116/32873844 swapFree=6872/6872
[pid=26861] ppid=26859 vsize=9625004 CPUtime=2.36 cores=0,2,4,6
/proc/26861/stat : 26861 (java) S 26859 26861 22966 0 -1 4202496 10640 0 1 0 228 8 0 0 20 0 19 0 281642103 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 140736274510432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26861/statm: 2406251 64957 2267 9 0 2396937 0
[pid=26861/tid=26863] ppid=26859 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/26861/task/26863/stat : 26863 (java) R 26859 26861 22966 0 -1 4202560 2607 0 1 0 139 5 0 0 20 0 19 0 281642104 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139820758246160 139820597480851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26861/tid=26864] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26864/stat : 26864 (java) S 26859 26861 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139820719737256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26865] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26865/stat : 26865 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139820718684712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26866] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26866/stat : 26866 (java) S 26859 26861 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139820717631656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26867] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26867/stat : 26867 (java) S 26859 26861 22966 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139820716579112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26868] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (java) S 26859 26861 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139820715527080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139820596718632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139820595665576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (java) S 26859 26861 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139820594613032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26872] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26872/stat : 26872 (java) S 26859 26861 22966 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 281642106 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139820582414696 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26873] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26873/stat : 26873 (java) S 26859 26861 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281642107 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139820581361016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26874] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26874/stat : 26874 (java) S 26859 26861 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281642107 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139819975959432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26875] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26875/stat : 26875 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139819974908176 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26876] ppid=26859 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/26861/task/26876/stat : 26876 (java) R 26859 26861 22966 0 -1 4202560 3864 0 0 0 41 0 0 0 20 0 19 0 281642110 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139819973856056 18446744073699066235 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26877] ppid=26859 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/26861/task/26877/stat : 26877 (java) R 26859 26861 22966 0 -1 4202560 2864 0 0 0 39 0 0 0 20 0 19 0 281642110 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139819972791040 139820760743169 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26878] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26878/stat : 26878 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139819971750648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26879] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26879/stat : 26879 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 64957 33554432000 1073741824 1073778376 140736274519296 139819970698312 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 2.07 2.03 2.01 3/213 26880
/proc/meminfo: memFree=31028568/32873844 swapFree=6872/6872
[pid=26861] ppid=26859 vsize=9625004 CPUtime=4.14 cores=0,2,4,6
/proc/26861/stat : 26861 (java) S 26859 26861 22966 0 -1 4202496 10648 0 1 0 406 8 0 0 20 0 19 0 281642103 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 140736274510432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26861/statm: 2406251 65985 2270 9 0 2396937 0
[pid=26861/tid=26863] ppid=26859 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/26861/task/26863/stat : 26863 (java) R 26859 26861 22966 0 -1 4202560 2611 0 1 0 299 5 0 0 20 0 19 0 281642104 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139820758244008 139820597482984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26861/tid=26864] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26864/stat : 26864 (java) S 26859 26861 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139820719737256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26865] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26865/stat : 26865 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139820718684712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26866] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26866/stat : 26866 (java) S 26859 26861 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139820717631656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26867] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26867/stat : 26867 (java) S 26859 26861 22966 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139820716579112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26868] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (java) S 26859 26861 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139820715527080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139820596718632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139820595665576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (java) S 26859 26861 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139820594613032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26872] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26872/stat : 26872 (java) S 26859 26861 22966 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281642106 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139820582414696 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26873] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26873/stat : 26873 (java) S 26859 26861 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281642107 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139820581361016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26874] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26874/stat : 26874 (java) S 26859 26861 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281642107 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139819975959432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26875] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26875/stat : 26875 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139819974908176 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26876] ppid=26859 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/26861/task/26876/stat : 26876 (java) S 26859 26861 22966 0 -1 4202560 3867 0 0 0 57 0 0 0 20 0 19 0 281642110 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139819973856056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26877] ppid=26859 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/26861/task/26877/stat : 26877 (java) S 26859 26861 22966 0 -1 4202560 2864 0 0 0 41 0 0 0 20 0 19 0 281642110 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139819972803512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26878] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26878/stat : 26878 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139819971750648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26879] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26879/stat : 26879 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139819970698312 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26880] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26880/stat : 26880 (java) S 26859 26861 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281642242 9856004096 65985 33554432000 1073741824 1073778376 140736274519296 139819969643560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 2.07 2.03 2.01 3/213 26880
/proc/meminfo: memFree=31027824/32873844 swapFree=6872/6872
[pid=26861] ppid=26859 vsize=9625004 CPUtime=7.41 cores=0,2,4,6
/proc/26861/stat : 26861 (java) S 26859 26861 22966 0 -1 4202496 10653 0 1 0 733 8 0 0 20 0 19 0 281642103 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 140736274510432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26861/statm: 2406251 66394 2272 9 0 2396937 0
[pid=26861/tid=26863] ppid=26859 vsize=9625004 CPUtime=6.23 cores=0,2,4,6
/proc/26861/task/26863/stat : 26863 (java) R 26859 26861 22966 0 -1 4202560 2613 0 1 0 618 5 0 0 20 0 19 0 281642104 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139820758246008 139820597481221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26861/tid=26864] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26864/stat : 26864 (java) S 26859 26861 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139820719737256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26865] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26865/stat : 26865 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139820718684712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26866] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26866/stat : 26866 (java) S 26859 26861 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139820717631656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26867] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26867/stat : 26867 (java) S 26859 26861 22966 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139820716579112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26868] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (java) S 26859 26861 22966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139820715527080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139820596718632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139820595665576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (java) S 26859 26861 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281642105 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139820594613032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26872] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26872/stat : 26872 (java) S 26859 26861 22966 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 281642106 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139820582414696 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26873] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26873/stat : 26873 (java) S 26859 26861 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281642107 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139820581361016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26874] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26874/stat : 26874 (java) S 26859 26861 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281642107 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139819975959432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26875] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26875/stat : 26875 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139819974908176 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26876] ppid=26859 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/26861/task/26876/stat : 26876 (java) S 26859 26861 22966 0 -1 4202560 3867 0 0 0 60 0 0 0 20 0 19 0 281642110 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139819973856056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26877] ppid=26859 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/26861/task/26877/stat : 26877 (java) S 26859 26861 22966 0 -1 4202560 2867 0 0 0 45 0 0 0 20 0 19 0 281642110 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139819972803512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26878] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26878/stat : 26878 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139819971750648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26879] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26879/stat : 26879 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139819970698312 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26880] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26880/stat : 26880 (java) S 26859 26861 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281642242 9856004096 66394 33554432000 1073741824 1073778376 140736274519296 139819969643560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]
/proc/loadavg: 2.06 2.03 2.01 3/213 26880
/proc/meminfo: memFree=31023372/32873844 swapFree=6872/6872

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

[pid=26861/tid=26876] ppid=26859 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/26861/task/26876/stat : 26876 (java) S 26859 26861 22966 0 -1 4202560 3903 0 0 0 73 0 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819973856056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26877] ppid=26859 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/26861/task/26877/stat : 26877 (java) S 26859 26861 22966 0 -1 4202560 2873 0 0 0 57 0 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819972803512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26878] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26878/stat : 26878 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819971750648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26879] ppid=26859 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/26861/task/26879/stat : 26879 (java) S 26859 26861 22966 0 -1 4202560 99 0 0 0 46 30 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819970698312 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26861/tid=26880] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26880/stat : 26880 (java) S 26859 26861 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281642242 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819969643560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.39
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 26989
/proc/meminfo: memFree=28874120/32873844 swapFree=6872/6872
[pid=26861] ppid=26859 vsize=9625004 CPUtime=1784.39 cores=0,2,4,6
/proc/26861/stat : 26861 (java) S 26859 26861 22966 0 -1 4202496 11112 0 1 0 178404 35 0 0 20 0 19 0 281642103 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 140736274510432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26861/statm: 2406251 82592 2289 9 0 2396937 0
[pid=26861/tid=26863] ppid=26859 vsize=9625004 CPUtime=1775.87 cores=0,2,4,6
/proc/26861/task/26863/stat : 26863 (java) R 26859 26861 22966 0 -1 4202560 2654 0 1 0 177555 32 0 0 20 0 19 0 281642104 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820758245680 139820597534864 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26864] ppid=26859 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/26861/task/26864/stat : 26864 (java) S 26859 26861 22966 0 -1 4202560 23 0 0 0 11 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820719737256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26865] ppid=26859 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/26861/task/26865/stat : 26865 (java) S 26859 26861 22966 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820718684712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26866] ppid=26859 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/26861/task/26866/stat : 26866 (java) S 26859 26861 22966 0 -1 4202560 35 0 0 0 12 2 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820717631656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26867] ppid=26859 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/26861/task/26867/stat : 26867 (java) S 26859 26861 22966 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820716579112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26868] ppid=26859 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (java) S 26859 26861 22966 0 -1 4202560 64 0 0 0 8 1 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820715527080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (java) S 26859 26861 22966 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820596718632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (java) S 26859 26861 22966 0 -1 4202560 11 0 0 0 6 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820595665576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (java) S 26859 26861 22966 0 -1 4202560 17 0 0 0 6 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820594613032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26872] ppid=26859 vsize=9625004 CPUtime=1.56 cores=0,2,4,6
/proc/26861/task/26872/stat : 26872 (java) S 26859 26861 22966 0 -1 4202560 163 0 0 0 154 2 0 0 20 0 19 0 281642106 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820582414696 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26861/tid=26873] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26873/stat : 26873 (java) S 26859 26861 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281642107 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820581361016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26874] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26874/stat : 26874 (java) S 26859 26861 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281642107 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819975959432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26875] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26875/stat : 26875 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819974908176 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26876] ppid=26859 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/26861/task/26876/stat : 26876 (java) S 26859 26861 22966 0 -1 4202560 3903 0 0 0 73 0 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819973856056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26877] ppid=26859 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/26861/task/26877/stat : 26877 (java) S 26859 26861 22966 0 -1 4202560 2873 0 0 0 57 0 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819972803512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26878] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26878/stat : 26878 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819971750648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26879] ppid=26859 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/26861/task/26879/stat : 26879 (java) S 26859 26861 22966 0 -1 4202560 103 0 0 0 47 32 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819970698312 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26861/tid=26880] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26880/stat : 26880 (java) S 26859 26861 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281642242 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819969643560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.39
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 26989
/proc/meminfo: memFree=28851716/32873844 swapFree=6872/6872
[pid=26861] ppid=26859 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/26861/stat : 26861 (java) S 26859 26861 22966 0 -1 4202496 11112 0 1 0 179965 36 0 0 20 0 19 0 281642103 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 140736274510432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26861/statm: 2406251 82592 2289 9 0 2396937 0
[pid=26861/tid=26863] ppid=26859 vsize=9625004 CPUtime=1791.44 cores=0,2,4,6
/proc/26861/task/26863/stat : 26863 (java) R 26859 26861 22966 0 -1 4202560 2654 0 1 0 179111 33 0 0 20 0 19 0 281642104 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820758245680 139820597534902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26864] ppid=26859 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/26861/task/26864/stat : 26864 (java) S 26859 26861 22966 0 -1 4202560 23 0 0 0 11 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820719737256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26865] ppid=26859 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/26861/task/26865/stat : 26865 (java) S 26859 26861 22966 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820718684712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26866] ppid=26859 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/26861/task/26866/stat : 26866 (java) S 26859 26861 22966 0 -1 4202560 35 0 0 0 12 2 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820717631656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26867] ppid=26859 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/26861/task/26867/stat : 26867 (java) S 26859 26861 22966 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820716579112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26868] ppid=26859 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (java) S 26859 26861 22966 0 -1 4202560 64 0 0 0 8 1 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820715527080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (java) S 26859 26861 22966 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820596718632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (java) S 26859 26861 22966 0 -1 4202560 11 0 0 0 6 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820595665576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (java) S 26859 26861 22966 0 -1 4202560 17 0 0 0 6 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820594613032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26872] ppid=26859 vsize=9625004 CPUtime=1.56 cores=0,2,4,6
/proc/26861/task/26872/stat : 26872 (java) S 26859 26861 22966 0 -1 4202560 163 0 0 0 154 2 0 0 20 0 19 0 281642106 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820582414696 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26861/tid=26873] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26873/stat : 26873 (java) S 26859 26861 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281642107 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820581361016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26874] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26874/stat : 26874 (java) S 26859 26861 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281642107 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819975959432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26875] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26875/stat : 26875 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819974908176 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26876] ppid=26859 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/26861/task/26876/stat : 26876 (java) S 26859 26861 22966 0 -1 4202560 3903 0 0 0 73 0 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819973856056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26877] ppid=26859 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/26861/task/26877/stat : 26877 (java) S 26859 26861 22966 0 -1 4202560 2873 0 0 0 57 0 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819972803512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26878] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26878/stat : 26878 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819971750648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26879] ppid=26859 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/26861/task/26879/stat : 26879 (java) S 26859 26861 22966 0 -1 4202560 103 0 0 0 47 32 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819970698312 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26861/tid=26880] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26880/stat : 26880 (java) S 26859 26861 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281642242 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819969643560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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+1797.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 26989
/proc/meminfo: memFree=28851716/32873844 swapFree=6872/6872
[pid=26861] ppid=26859 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/26861/stat : 26861 (java) S 26859 26861 22966 0 -1 4202496 11112 0 1 0 179965 36 0 0 20 0 19 0 281642103 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 140736274510432 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26861/statm: 2406251 82592 2289 9 0 2396937 0
[pid=26861/tid=26863] ppid=26859 vsize=9625004 CPUtime=1791.44 cores=0,2,4,6
/proc/26861/task/26863/stat : 26863 (java) R 26859 26861 22966 0 -1 4202560 2654 0 1 0 179111 33 0 0 20 0 19 0 281642104 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820758245680 139820597534902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26864] ppid=26859 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/26861/task/26864/stat : 26864 (java) S 26859 26861 22966 0 -1 4202560 23 0 0 0 11 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820719737256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26865] ppid=26859 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/26861/task/26865/stat : 26865 (java) S 26859 26861 22966 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820718684712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26866] ppid=26859 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/26861/task/26866/stat : 26866 (java) S 26859 26861 22966 0 -1 4202560 35 0 0 0 12 2 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820717631656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26867] ppid=26859 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/26861/task/26867/stat : 26867 (java) S 26859 26861 22966 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820716579112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26868] ppid=26859 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/26861/task/26868/stat : 26868 (java) S 26859 26861 22966 0 -1 4202560 64 0 0 0 8 1 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820715527080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26869] ppid=26859 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/26861/task/26869/stat : 26869 (java) S 26859 26861 22966 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820596718632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26870] ppid=26859 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/26861/task/26870/stat : 26870 (java) S 26859 26861 22966 0 -1 4202560 11 0 0 0 6 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820595665576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26871] ppid=26859 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/26861/task/26871/stat : 26871 (java) S 26859 26861 22966 0 -1 4202560 17 0 0 0 6 0 0 0 20 0 19 0 281642105 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820594613032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26861/tid=26872] ppid=26859 vsize=9625004 CPUtime=1.56 cores=0,2,4,6
/proc/26861/task/26872/stat : 26872 (java) S 26859 26861 22966 0 -1 4202560 163 0 0 0 154 2 0 0 20 0 19 0 281642106 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820582414696 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26861/tid=26873] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26873/stat : 26873 (java) S 26859 26861 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281642107 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139820581361016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26874] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26874/stat : 26874 (java) S 26859 26861 22966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281642107 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819975959432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26875] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26875/stat : 26875 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819974908176 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26876] ppid=26859 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/26861/task/26876/stat : 26876 (java) S 26859 26861 22966 0 -1 4202560 3903 0 0 0 73 0 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819973856056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26861/tid=26877] ppid=26859 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/26861/task/26877/stat : 26877 (java) S 26859 26861 22966 0 -1 4202560 2873 0 0 0 57 0 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819972803512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26878] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26878/stat : 26878 (java) S 26859 26861 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819971750648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26861/tid=26879] ppid=26859 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/26861/task/26879/stat : 26879 (java) S 26859 26861 22966 0 -1 4202560 103 0 0 0 47 32 0 0 20 0 19 0 281642110 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819970698312 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26861/tid=26880] ppid=26859 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26861/task/26880/stat : 26880 (java) S 26859 26861 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281642242 9856004096 82592 33554432000 1073741824 1073778376 140736274519296 139819969643560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26861 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=310071
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=842871
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.94
CPU time (s): 1800.01
CPU user time (s): 1799.65
CPU system time (s): 0.36
CPU usage (%): 100.115
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.31
system time used= 0.842871
maximum resident set size= 330492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11147
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38947
involuntary context switches= 4434

runsolver used 5.80112 second user time and 14.9227 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 23:45:36
IDJOB=3710746
IDBENCH=2934
IDSOLVER=2289
FILE ID=node106/3710746-1338155136
RUNJOBID= node106-1338138950-25294
PBS_JOBID= 14624504
Free space on /tmp= 71328 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_19.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-3710746-1338155136/watcher-3710746-1338155136 -o /tmp/evaluation-result-3710746-1338155136/solver-3710746-1338155136 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710746-1338155136.opb

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

MD5SUM BENCH= 691db1c1df60c391acb60afdfcce171f
RANDOM SEED=1721700766

node106.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.065
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.13
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.065
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.91
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.065
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.065
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.92
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.065
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.065
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.065
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.065
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31286504 kB
Buffers:          173452 kB
Cached:           514280 kB
SwapCached:            0 kB
Active:           655988 kB
Inactive:          91152 kB
Active(anon):      50160 kB
Inactive(anon):    12004 kB
Active(file):     605828 kB
Inactive(file):    79148 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6748 kB
Writeback:             0 kB
AnonPages:         62160 kB
Mapped:            18648 kB
Shmem:               200 kB
Slab:             697104 kB
SReclaimable:     139028 kB
SUnreclaim:       558076 kB
KernelStack:        1752 kB
PageTables:         4300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 71324 MiB
End job on node106 at 2012-05-28 00:15:36