Trace number 3709719

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.03 1784.15

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
MD5SUM6f530d7030eb010292a76e81381ed552
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.105982
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6000
Total number of constraints220
Number of constraints which are clauses120
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint60
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.14	c --- Begin Solver configuration ---
0.08/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.14	c Learn all clauses as in MiniSAT
0.08/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.14	c Expensive reason simplification
0.08/0.14	c Armin Biere (Picosat) restarts strategy
0.08/0.14	c Glucose learned constraints deletion strategy
0.08/0.14	c timeout=2147483s
0.08/0.14	c DB Simplification allowed=true
0.08/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.14	c --- End Solver configuration ---
0.08/0.14	c solving HOME/instance-3709719-1338128215.opb
0.08/0.14	c reading problem ... 
0.49/0.31	c ... done. Wall clock time 0.174s.
0.49/0.31	c declared #vars     6000
0.49/0.31	c #constraints  220
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
0.49/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.49/0.31	c 220 constraints processed.
5.45/4.84	c cleaning 2498 clauses out of 5002 with flag 5002/5002
14.63/13.92	c cleaning 4250 clauses out of 8502 with flag 11000/11000
23.66/22.89	c cleaning 5621 clauses out of 11252 with flag 18000/18000
35.69/34.71	c cleaning 6814 clauses out of 13632 with flag 26001/26001
47.44/46.35	c cleaning 7904 clauses out of 15817 with flag 35000/35000
63.51/62.38	c cleaning 8965 clauses out of 17929 with flag 45016/45016
77.71/76.46	c cleaning 9967 clauses out of 19949 with flag 56001/56001
93.81/92.49	c cleaning 10986 clauses out of 21982 with flag 68001/68001
113.92/112.33	c cleaning 11995 clauses out of 23996 with flag 81001/81001
137.43/135.74	c cleaning 12996 clauses out of 26000 with flag 95000/95000
166.96/165.20	c cleaning 13999 clauses out of 28004 with flag 110000/110000
190.92/188.96	c cleaning 15000 clauses out of 30005 with flag 126000/126000
218.50/216.38	c cleaning 15999 clauses out of 32005 with flag 143000/143000
250.10/247.65	c cleaning 17005 clauses out of 34009 with flag 161003/161003
286.02/283.30	c cleaning 18001 clauses out of 36001 with flag 180000/180000
326.05/322.94	c cleaning 18998 clauses out of 38001 with flag 200001/200001
376.08/372.64	c cleaning 20003 clauses out of 40008 with flag 221006/221006
423.62/419.90	c cleaning 20996 clauses out of 42000 with flag 243001/243001
498.72/494.57	c cleaning 22004 clauses out of 44009 with flag 266006/266006
551.93/547.44	c cleaning 23013 clauses out of 46029 with flag 290030/290030
631.69/626.88	c cleaning 23990 clauses out of 47989 with flag 315003/315003
696.89/691.58	c cleaning 24985 clauses out of 49997 with flag 341001/341001
784.44/778.51	c cleaning 26002 clauses out of 52015 with flag 368004/368004
875.58/869.15	c cleaning 27002 clauses out of 54010 with flag 396001/396001
939.59/932.66	c cleaning 28020 clauses out of 56042 with flag 425035/425035
1038.24/1030.52	c cleaning 28991 clauses out of 57992 with flag 455005/455005
1124.63/1116.26	c cleaning 29993 clauses out of 59996 with flag 486000/486000
1227.75/1218.67	c cleaning 30996 clauses out of 62004 with flag 518001/518001
1310.33/1300.26	c cleaning 31998 clauses out of 64008 with flag 551001/551001
1430.91/1419.92	c cleaning 33010 clauses out of 66033 with flag 585024/585024
1506.02/1493.76	c cleaning 33993 clauses out of 68000 with flag 620001/620001
1598.42/1584.78	c cleaning 34998 clauses out of 70006 with flag 656000/656000
1703.11/1688.34	c cleaning 36000 clauses out of 72010 with flag 693002/693002
1800.03/1784.12	c starts		: 170
1800.03/1784.12	c conflicts		: 729431
1800.03/1784.12	c decisions		: 877511
1800.03/1784.12	c propagations		: 55076846
1800.03/1784.12	c inspects		: 2153026913
1800.03/1784.12	c shortcuts		: 0
1800.03/1784.12	c learnt literals	: 0
1800.03/1784.12	c learnt binary clauses	: 0
1800.03/1784.12	c learnt ternary clauses	: 0
1800.03/1784.12	c learnt constraints	: 729431
1800.03/1784.12	c ignored constraints	: 0
1800.03/1784.12	c root simplifications	: 170
1800.03/1784.12	c removed literals (reason simplification)	: 2931115
1800.03/1784.12	c reason swapping (by a shorter reason)	: 0
1800.03/1784.12	c Calls to reduceDB	: 33
1800.03/1784.12	c number of reductions to clauses (during analyze)	: 0
1800.03/1784.12	c number of learned constraints concerned by reduction	: 0
1800.03/1784.12	c number of learning phase by resolution	: 0
1800.03/1784.12	c number of learning phase by cutting planes	: 0
1800.03/1784.12	c speed (assignments/second)	: 30876.30508489779
1800.03/1784.12	c non guided choices	1226
1800.03/1784.14	c learnt constraints type 
1800.03/1784.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 72444
1800.03/1784.14	c constraints type 
1800.03/1784.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
1800.03/1784.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
1800.03/1784.14	c 220 constraints processed.
1800.03/1784.14	s UNKNOWN
1800.03/1784.14	c Total wall clock time (in seconds): 1784.006

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-3709719-1338128215/watcher-3709719-1338128215 -o /tmp/evaluation-result-3709719-1338128215/solver-3709719-1338128215 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709719-1338128215.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.99 2.00 2.00 3/194 21863
/proc/meminfo: memFree=30573448/32873844 swapFree=7116/7116
[pid=21863] ppid=21861 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21863/stat : 21863 (java) D 21861 21863 19004 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 278946431 9515008 182 33554432000 1073741824 1073778376 140735963271712 140735963262744 240565173941 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/21863/statm: 2323 182 140 9 0 71 0

[startup+0.0165001 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 21863
/proc/meminfo: memFree=30573448/32873844 swapFree=7116/7116
[pid=21863] ppid=21861 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/21863/stat : 21863 (java) S 21861 21863 19004 0 -1 4202496 1290 0 0 0 0 0 0 0 20 0 2 0 278946431 98578432 989 33554432000 1073741824 1073778376 140735155611664 140735155602800 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21863/statm: 24067 989 755 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96268

[startup+0.100246 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 21863
/proc/meminfo: memFree=30573448/32873844 swapFree=7116/7116
[pid=21863] ppid=21861 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/21863/stat : 21863 (java) S 21861 21863 19004 0 -1 4202496 3675 0 1 0 7 1 0 0 20 0 18 0 278946431 9787842560 4882 33554432000 1073741824 1073778376 140735155611664 140735155602800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21863/statm: 2389610 4883 1938 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300232 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 21863
/proc/meminfo: memFree=30573448/32873844 swapFree=7116/7116
[pid=21863] ppid=21861 vsize=9558440 CPUtime=0.49 cores=0,2,4,6
/proc/21863/stat : 21863 (java) S 21861 21863 19004 0 -1 4202496 7199 0 1 0 47 2 0 0 20 0 18 0 278946431 9787842560 10229 33554432000 1073741824 1073778376 140735155611664 140735155602800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21863/statm: 2389610 10229 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558440

[startup+0.700418 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 21863
/proc/meminfo: memFree=30573448/32873844 swapFree=7116/7116
[pid=21863] ppid=21861 vsize=9625004 CPUtime=1.28 cores=0,2,4,6
/proc/21863/stat : 21863 (java) S 21861 21863 19004 0 -1 4202496 9191 0 1 0 125 3 0 0 20 0 19 0 278946431 9856004096 13144 33554432000 1073741824 1073778376 140735155611664 140735155602800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21863/statm: 2406251 13144 2245 9 0 2396937 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 21882
/proc/meminfo: memFree=30525524/32873844 swapFree=7116/7116
[pid=21863] ppid=21861 vsize=9625004 CPUtime=2.11 cores=0,2,4,6
/proc/21863/stat : 21863 (java) S 21861 21863 19004 0 -1 4202496 9283 0 1 0 208 3 0 0 20 0 19 0 278946431 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 140735155602800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21863/statm: 2406251 16219 2247 9 0 2396937 0
[pid=21863/tid=21865] ppid=21861 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/21863/task/21865/stat : 21865 (java) R 21861 21863 19004 0 -1 4202560 2516 0 1 0 144 2 0 0 20 0 19 0 278946432 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139996521351712 139996355452832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21863/tid=21866] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21866/stat : 21866 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139996482844840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21867] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21867/stat : 21867 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139996481792296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21868] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21868/stat : 21868 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139996480739752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21863/tid=21869] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21869/stat : 21869 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139996479687208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21863/tid=21870] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21870/stat : 21870 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139996478634664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21871] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21871/stat : 21871 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139996477582120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21863/tid=21872] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21872/stat : 21872 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139996476529576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21873] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21873/stat : 21873 (java) S 21861 21863 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139996475477032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21874] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21874/stat : 21874 (java) S 21861 21863 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278946435 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139996345358440 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21875] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21875/stat : 21875 (java) S 21861 21863 19004 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278946435 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139996344304760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21876] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21876/stat : 21876 (java) S 21861 21863 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278946436 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139996343252104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21877] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21877/stat : 21877 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139996342200848 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21878] ppid=21861 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/21863/task/21878/stat : 21878 (java) S 21861 21863 19004 0 -1 4202560 3168 0 0 0 34 0 0 0 20 0 19 0 278946438 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139996341148216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21879] ppid=21861 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/21863/task/21879/stat : 21879 (java) S 21861 21863 19004 0 -1 4202560 2398 0 0 0 27 0 0 0 20 0 19 0 278946438 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139996340095672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21880] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21880/stat : 21880 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139995465640952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21881] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21881/stat : 21881 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139995464588616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21882] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21882/stat : 21882 (java) S 21861 21863 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278946464 9856004096 16219 33554432000 1073741824 1073778376 140735155611664 139995463533352 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625004

[startup+3.10071 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 21882
/proc/meminfo: memFree=30508520/32873844 swapFree=7116/7116
[pid=21863] ppid=21861 vsize=9625004 CPUtime=3.74 cores=0,2,4,6
/proc/21863/stat : 21863 (java) S 21861 21863 19004 0 -1 4202496 9414 0 1 0 371 3 0 0 20 0 19 0 278946431 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 140735155602800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21863/statm: 2406251 20833 2253 9 0 2396937 0
[pid=21863/tid=21865] ppid=21861 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/21863/task/21865/stat : 21865 (java) R 21861 21863 19004 0 -1 4202560 2527 0 1 0 303 2 0 0 20 0 19 0 278946432 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139996521351752 139996355424126 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21863/tid=21866] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21866/stat : 21866 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139996482844840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21867] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21867/stat : 21867 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139996481792296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21868] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21868/stat : 21868 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139996480739752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21863/tid=21869] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21869/stat : 21869 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139996479687208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21863/tid=21870] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21870/stat : 21870 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139996478634664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21871] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21871/stat : 21871 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139996477582120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21863/tid=21872] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21872/stat : 21872 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139996476529576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21873] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21873/stat : 21873 (java) S 21861 21863 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139996475477032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21874] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21874/stat : 21874 (java) S 21861 21863 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278946435 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139996345358440 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21875] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21875/stat : 21875 (java) S 21861 21863 19004 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278946435 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139996344304760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21876] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21876/stat : 21876 (java) S 21861 21863 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278946436 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139996343252104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21877] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21877/stat : 21877 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139996342200848 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21878] ppid=21861 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/21863/task/21878/stat : 21878 (java) S 21861 21863 19004 0 -1 4202560 3288 0 0 0 38 0 0 0 20 0 19 0 278946438 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139996341148216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21879] ppid=21861 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/21863/task/21879/stat : 21879 (java) S 21861 21863 19004 0 -1 4202560 2398 0 0 0 27 0 0 0 20 0 19 0 278946438 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139996340095672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21880] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21880/stat : 21880 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139995465640952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21881] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21881/stat : 21881 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139995464588616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21882] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21882/stat : 21882 (java) S 21861 21863 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278946464 9856004096 20833 33554432000 1073741824 1073778376 140735155611664 139995463533352 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 21882
/proc/meminfo: memFree=30432636/32873844 swapFree=7116/7116
[pid=21863] ppid=21861 vsize=9625004 CPUtime=7 cores=0,2,4,6
/proc/21863/stat : 21863 (java) S 21861 21863 19004 0 -1 4202496 9525 0 1 0 694 6 0 0 20 0 19 0 278946431 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 140735155602800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21863/statm: 2406251 36520 2279 9 0 2396937 0
[pid=21863/tid=21865] ppid=21861 vsize=9625004 CPUtime=6.21 cores=0,2,4,6
/proc/21863/task/21865/stat : 21865 (java) R 21861 21863 19004 0 -1 4202560 2538 0 1 0 619 2 0 0 20 0 19 0 278946432 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139996521353608 139996355424042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21863/tid=21866] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21866/stat : 21866 (java) S 21861 21863 19004 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139996482844840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21867] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21867/stat : 21867 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139996481792296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21868] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21868/stat : 21868 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139996480739752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21863/tid=21869] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21869/stat : 21869 (java) S 21861 21863 19004 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139996479687208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21863/tid=21870] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21870/stat : 21870 (java) S 21861 21863 19004 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139996478634664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21871] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21871/stat : 21871 (java) S 21861 21863 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139996477582120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21863/tid=21872] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21872/stat : 21872 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139996476529576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21863/tid=21873] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21873/stat : 21873 (java) S 21861 21863 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278946434 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139996475477032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21874] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21874/stat : 21874 (java) S 21861 21863 19004 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 278946435 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139996345358440 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21875] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21875/stat : 21875 (java) S 21861 21863 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278946435 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139996344304760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21876] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21876/stat : 21876 (java) S 21861 21863 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278946436 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139996343252104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21877] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21877/stat : 21877 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139996342200848 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21878] ppid=21861 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/21863/task/21878/stat : 21878 (java) S 21861 21863 19004 0 -1 4202560 3292 0 0 0 39 0 0 0 20 0 19 0 278946438 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139996341148216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21879] ppid=21861 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/21863/task/21879/stat : 21879 (java) S 21861 21863 19004 0 -1 4202560 2399 0 0 0 28 0 0 0 20 0 19 0 278946438 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139996340095672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21880] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21880/stat : 21880 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139995465640952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21881] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21881/stat : 21881 (java) S 21861 21863 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139995464588616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21882] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21882/stat : 21882 (java) S 21861 21863 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278946464 9856004096 36520 33554432000 1073741824 1073778376 140735155611664 139995463533352 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=21863/tid=21878] ppid=21861 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/21863/task/21878/stat : 21878 (java) S 21861 21863 19004 0 -1 4202560 3330 0 0 0 47 0 0 0 20 0 19 0 278946438 9856004096 222550 33554432000 1073741824 1073778376 140735155611664 139996341148216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21879] ppid=21861 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/21863/task/21879/stat : 21879 (java) S 21861 21863 19004 0 -1 4202560 2399 0 0 0 30 0 0 0 20 0 19 0 278946438 9856004096 222550 33554432000 1073741824 1073778376 140735155611664 139996340095672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21880] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21880/stat : 21880 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 222550 33554432000 1073741824 1073778376 140735155611664 139995465640952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21881] ppid=21861 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/21863/task/21881/stat : 21881 (java) S 21861 21863 19004 0 -1 4202560 100 0 0 0 39 29 0 0 20 0 19 0 278946438 9856004096 222550 33554432000 1073741824 1073778376 140735155611664 139995464588616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21882] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21882/stat : 21882 (java) S 21861 21863 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278946464 9856004096 222550 33554432000 1073741824 1073778376 140735155611664 139995463533352 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1737.56
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.07 2.07 2.02 3/213 22014
/proc/meminfo: memFree=29817252/32873844 swapFree=7116/7116
[pid=21863] ppid=21861 vsize=9625004 CPUtime=1798.21 cores=0,2,4,6
/proc/21863/stat : 21863 (java) S 21861 21863 19004 0 -1 4202496 16711 0 1 0 179662 159 0 0 20 0 19 0 278946431 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 140735155602800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21863/statm: 2406251 220594 2279 9 0 2396937 0
[pid=21863/tid=21865] ppid=21861 vsize=9625004 CPUtime=1769.19 cores=0,2,4,6
/proc/21863/task/21865/stat : 21865 (java) R 21861 21863 19004 0 -1 4202560 2807 0 1 0 176887 32 0 0 20 0 19 0 278946432 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996521352696 139996355424144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21863/tid=21866] ppid=21861 vsize=9625004 CPUtime=2.71 cores=0,2,4,6
/proc/21863/task/21866/stat : 21866 (java) S 21861 21863 19004 0 -1 4202560 820 0 0 0 259 12 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996482844840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21867] ppid=21861 vsize=9625004 CPUtime=2.67 cores=0,2,4,6
/proc/21863/task/21867/stat : 21867 (java) S 21861 21863 19004 0 -1 4202560 976 0 0 0 250 17 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996481792296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21868] ppid=21861 vsize=9625004 CPUtime=2.52 cores=0,2,4,6
/proc/21863/task/21868/stat : 21868 (java) S 21861 21863 19004 0 -1 4202560 664 0 0 0 234 18 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996480739752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21869] ppid=21861 vsize=9625004 CPUtime=2.85 cores=0,2,4,6
/proc/21863/task/21869/stat : 21869 (java) S 21861 21863 19004 0 -1 4202560 562 0 0 0 270 15 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996479687208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21870] ppid=21861 vsize=9625004 CPUtime=2.49 cores=0,2,4,6
/proc/21863/task/21870/stat : 21870 (java) S 21861 21863 19004 0 -1 4202560 606 0 0 0 233 16 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996478634664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21863/tid=21871] ppid=21861 vsize=9625004 CPUtime=2.52 cores=0,2,4,6
/proc/21863/task/21871/stat : 21871 (java) S 21861 21863 19004 0 -1 4202560 1106 0 0 0 234 18 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996477582120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21872] ppid=21861 vsize=9625004 CPUtime=2.61 cores=0,2,4,6
/proc/21863/task/21872/stat : 21872 (java) S 21861 21863 19004 0 -1 4202560 502 0 0 0 247 14 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996476529576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21863/tid=21873] ppid=21861 vsize=9625004 CPUtime=2.58 cores=0,2,4,6
/proc/21863/task/21873/stat : 21873 (java) S 21861 21863 19004 0 -1 4202560 482 0 0 0 245 13 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996475477032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21874] ppid=21861 vsize=9625004 CPUtime=2.24 cores=0,2,4,6
/proc/21863/task/21874/stat : 21874 (java) S 21861 21863 19004 0 -1 4202560 1166 0 0 0 217 7 0 0 20 0 19 0 278946435 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996345358440 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21863/tid=21875] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21875/stat : 21875 (java) S 21861 21863 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278946435 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996344304760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21876] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21876/stat : 21876 (java) S 21861 21863 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278946436 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996343252104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21877] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21877/stat : 21877 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996342200848 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21878] ppid=21861 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/21863/task/21878/stat : 21878 (java) S 21861 21863 19004 0 -1 4202560 3330 0 0 0 47 0 0 0 20 0 19 0 278946438 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996341148216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21879] ppid=21861 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/21863/task/21879/stat : 21879 (java) S 21861 21863 19004 0 -1 4202560 2399 0 0 0 30 0 0 0 20 0 19 0 278946438 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996340095672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21880] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21880/stat : 21880 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139995465640952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21881] ppid=21861 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/21863/task/21881/stat : 21881 (java) S 21861 21863 19004 0 -1 4202560 104 0 0 0 41 30 0 0 20 0 19 0 278946438 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139995464588616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21882] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21882/stat : 21882 (java) S 21861 21863 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278946464 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139995463533352 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.21
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.1 s]
/proc/loadavg: 2.07 2.06 2.02 3/213 22014
/proc/meminfo: memFree=29817252/32873844 swapFree=7116/7116
[pid=21863] ppid=21861 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/21863/stat : 21863 (java) S 21861 21863 19004 0 -1 4202496 16711 0 1 0 179844 159 0 0 20 0 19 0 278946431 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 140735155602800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21863/statm: 2406251 220594 2279 9 0 2396937 0
[pid=21863/tid=21865] ppid=21861 vsize=9625004 CPUtime=1771 cores=0,2,4,6
/proc/21863/task/21865/stat : 21865 (java) R 21861 21863 19004 0 -1 4202560 2807 0 1 0 177068 32 0 0 20 0 19 0 278946432 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996521352576 139996355424587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21863/tid=21866] ppid=21861 vsize=9625004 CPUtime=2.71 cores=0,2,4,6
/proc/21863/task/21866/stat : 21866 (java) S 21861 21863 19004 0 -1 4202560 820 0 0 0 259 12 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996482844840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21867] ppid=21861 vsize=9625004 CPUtime=2.67 cores=0,2,4,6
/proc/21863/task/21867/stat : 21867 (java) S 21861 21863 19004 0 -1 4202560 976 0 0 0 250 17 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996481792296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21868] ppid=21861 vsize=9625004 CPUtime=2.52 cores=0,2,4,6
/proc/21863/task/21868/stat : 21868 (java) S 21861 21863 19004 0 -1 4202560 664 0 0 0 234 18 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996480739752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21869] ppid=21861 vsize=9625004 CPUtime=2.85 cores=0,2,4,6
/proc/21863/task/21869/stat : 21869 (java) S 21861 21863 19004 0 -1 4202560 562 0 0 0 270 15 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996479687208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21870] ppid=21861 vsize=9625004 CPUtime=2.49 cores=0,2,4,6
/proc/21863/task/21870/stat : 21870 (java) S 21861 21863 19004 0 -1 4202560 606 0 0 0 233 16 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996478634664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21863/tid=21871] ppid=21861 vsize=9625004 CPUtime=2.52 cores=0,2,4,6
/proc/21863/task/21871/stat : 21871 (java) S 21861 21863 19004 0 -1 4202560 1106 0 0 0 234 18 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996477582120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21872] ppid=21861 vsize=9625004 CPUtime=2.61 cores=0,2,4,6
/proc/21863/task/21872/stat : 21872 (java) S 21861 21863 19004 0 -1 4202560 502 0 0 0 247 14 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996476529576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21863/tid=21873] ppid=21861 vsize=9625004 CPUtime=2.58 cores=0,2,4,6
/proc/21863/task/21873/stat : 21873 (java) S 21861 21863 19004 0 -1 4202560 482 0 0 0 245 13 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996475477032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21874] ppid=21861 vsize=9625004 CPUtime=2.24 cores=0,2,4,6
/proc/21863/task/21874/stat : 21874 (java) S 21861 21863 19004 0 -1 4202560 1166 0 0 0 217 7 0 0 20 0 19 0 278946435 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996345358440 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21863/tid=21875] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21875/stat : 21875 (java) S 21861 21863 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278946435 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996344304760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21876] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21876/stat : 21876 (java) S 21861 21863 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278946436 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996343252104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21877] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21877/stat : 21877 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996342200848 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21878] ppid=21861 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/21863/task/21878/stat : 21878 (java) S 21861 21863 19004 0 -1 4202560 3330 0 0 0 47 0 0 0 20 0 19 0 278946438 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996341148216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21879] ppid=21861 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/21863/task/21879/stat : 21879 (java) S 21861 21863 19004 0 -1 4202560 2399 0 0 0 30 0 0 0 20 0 19 0 278946438 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996340095672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21880] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21880/stat : 21880 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139995465640952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21881] ppid=21861 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/21863/task/21881/stat : 21881 (java) S 21861 21863 19004 0 -1 4202560 104 0 0 0 41 30 0 0 20 0 19 0 278946438 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139995464588616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21882] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21882/stat : 21882 (java) S 21861 21863 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278946464 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139995463533352 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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+1784.1 s]
/proc/loadavg: 2.07 2.06 2.02 3/213 22014
/proc/meminfo: memFree=29817252/32873844 swapFree=7116/7116
[pid=21863] ppid=21861 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/21863/stat : 21863 (java) S 21861 21863 19004 0 -1 4202496 16711 0 1 0 179844 159 0 0 20 0 19 0 278946431 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 140735155602800 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21863/statm: 2406251 220594 2279 9 0 2396937 0
[pid=21863/tid=21865] ppid=21861 vsize=9625004 CPUtime=1771 cores=0,2,4,6
/proc/21863/task/21865/stat : 21865 (java) R 21861 21863 19004 0 -1 4202560 2807 0 1 0 177068 32 0 0 20 0 19 0 278946432 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996521352576 139996355424587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21863/tid=21866] ppid=21861 vsize=9625004 CPUtime=2.71 cores=0,2,4,6
/proc/21863/task/21866/stat : 21866 (java) S 21861 21863 19004 0 -1 4202560 820 0 0 0 259 12 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996482844840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21867] ppid=21861 vsize=9625004 CPUtime=2.67 cores=0,2,4,6
/proc/21863/task/21867/stat : 21867 (java) S 21861 21863 19004 0 -1 4202560 976 0 0 0 250 17 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996481792296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21868] ppid=21861 vsize=9625004 CPUtime=2.52 cores=0,2,4,6
/proc/21863/task/21868/stat : 21868 (java) S 21861 21863 19004 0 -1 4202560 664 0 0 0 234 18 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996480739752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21869] ppid=21861 vsize=9625004 CPUtime=2.85 cores=0,2,4,6
/proc/21863/task/21869/stat : 21869 (java) S 21861 21863 19004 0 -1 4202560 562 0 0 0 270 15 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996479687208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21870] ppid=21861 vsize=9625004 CPUtime=2.49 cores=0,2,4,6
/proc/21863/task/21870/stat : 21870 (java) S 21861 21863 19004 0 -1 4202560 606 0 0 0 233 16 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996478634664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21863/tid=21871] ppid=21861 vsize=9625004 CPUtime=2.52 cores=0,2,4,6
/proc/21863/task/21871/stat : 21871 (java) S 21861 21863 19004 0 -1 4202560 1106 0 0 0 234 18 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996477582120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21872] ppid=21861 vsize=9625004 CPUtime=2.61 cores=0,2,4,6
/proc/21863/task/21872/stat : 21872 (java) S 21861 21863 19004 0 -1 4202560 502 0 0 0 247 14 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996476529576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21863/tid=21873] ppid=21861 vsize=9625004 CPUtime=2.58 cores=0,2,4,6
/proc/21863/task/21873/stat : 21873 (java) S 21861 21863 19004 0 -1 4202560 482 0 0 0 245 13 0 0 20 0 19 0 278946434 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996475477032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21874] ppid=21861 vsize=9625004 CPUtime=2.24 cores=0,2,4,6
/proc/21863/task/21874/stat : 21874 (java) S 21861 21863 19004 0 -1 4202560 1166 0 0 0 217 7 0 0 20 0 19 0 278946435 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996345358440 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21863/tid=21875] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21875/stat : 21875 (java) S 21861 21863 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278946435 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996344304760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21876] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21876/stat : 21876 (java) S 21861 21863 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278946436 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996343252104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21877] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21877/stat : 21877 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996342200848 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21878] ppid=21861 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/21863/task/21878/stat : 21878 (java) S 21861 21863 19004 0 -1 4202560 3330 0 0 0 47 0 0 0 20 0 19 0 278946438 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996341148216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21879] ppid=21861 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/21863/task/21879/stat : 21879 (java) S 21861 21863 19004 0 -1 4202560 2399 0 0 0 30 0 0 0 20 0 19 0 278946438 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139996340095672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21880] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21880/stat : 21880 (java) S 21861 21863 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278946438 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139995465640952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21863/tid=21881] ppid=21861 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/21863/task/21881/stat : 21881 (java) S 21861 21863 19004 0 -1 4202560 104 0 0 0 41 30 0 0 20 0 19 0 278946438 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139995464588616 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21863/tid=21882] ppid=21861 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21863/task/21882/stat : 21882 (java) S 21861 21863 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278946464 9856004096 220594 33554432000 1073741824 1073778376 140735155611664 139995463533352 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21863 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=940279
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=62686
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1784.15
CPU time (s): 1800.03
CPU user time (s): 1798.44
CPU system time (s): 1.59
CPU usage (%): 100.89
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.94
system time used= 2.06269
maximum resident set size= 912432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16753
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45351
involuntary context switches= 46343

runsolver used 6.88195 second user time and 14.5208 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 16:16:55
IDJOB=3709719
IDBENCH=1402
IDSOLVER=2289
FILE ID=node146/3709719-1338128215
RUNJOBID= node146-1338124629-19020
PBS_JOBID= 14624512
Free space on /tmp= 71184 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.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-3709719-1338128215/watcher-3709719-1338128215 -o /tmp/evaluation-result-3709719-1338128215/solver-3709719-1338128215 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709719-1338128215.opb

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

MD5SUM BENCH= 6f530d7030eb010292a76e81381ed552
RANDOM SEED=396619221

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:        30573984 kB
Buffers:          304664 kB
Cached:           751972 kB
SwapCached:         2184 kB
Active:          1292848 kB
Inactive:         160696 kB
Active(anon):     395864 kB
Inactive(anon):     2668 kB
Active(file):     896984 kB
Inactive(file):   158028 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:        416676 kB
Mapped:            17552 kB
Shmem:                 0 kB
Slab:             691148 kB
SReclaimable:     132492 kB
SUnreclaim:       558656 kB
KernelStack:        1600 kB
PageTables:         5048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 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= 71184 MiB
End job on node146 at 2012-05-27 16:46:41