Trace number 3709718

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.05 1777.36

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_55_pb.cnf.cr.opb
MD5SUM887c74fdc5099423a97b443d1200370c
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.104983
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5500
Total number of constraints210
Number of constraints which are clauses110
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 constraint55
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 56
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.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.08	c version 2.3.2.v20120418
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		501472288
0.06/0.08	c Max memory 		7480803328
0.06/0.08	c Total memory 		504102912
0.06/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=true
0.09/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3709718-1338126559.opb
0.09/0.11	c reading problem ... 
0.28/0.27	c ... done. Wall clock time 0.161s.
0.28/0.27	c declared #vars     5500
0.28/0.27	c #constraints  210
0.28/0.27	c constraints type 
0.28/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 110
0.28/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.28/0.27	c 210 constraints processed.
4.86/4.24	c cleaning 2498 clauses out of 5000 with flag 5000/5000
10.94/10.23	c cleaning 4250 clauses out of 8502 with flag 11000/11000
18.39/17.56	c cleaning 5629 clauses out of 11260 with flag 18008/18008
27.31/26.35	c cleaning 6812 clauses out of 13623 with flag 26000/26000
37.83/36.73	c cleaning 7904 clauses out of 15811 with flag 35000/35000
49.04/47.85	c cleaning 8956 clauses out of 17911 with flag 45004/45004
66.71/65.38	c cleaning 9990 clauses out of 19984 with flag 56033/56033
83.43/81.93	c cleaning 10978 clauses out of 21961 with flag 68000/68000
110.07/108.49	c cleaning 12000 clauses out of 24006 with flag 81023/81023
127.36/125.42	c cleaning 12988 clauses out of 25984 with flag 95001/95001
154.09/152.03	c cleaning 13994 clauses out of 27995 with flag 110000/110000
184.82/182.65	c cleaning 15003 clauses out of 30011 with flag 126010/126010
219.98/217.62	c cleaning 15992 clauses out of 31999 with flag 143001/143001
247.05/244.09	c cleaning 17000 clauses out of 34007 with flag 161001/161001
284.62/281.11	c cleaning 18003 clauses out of 36006 with flag 180000/180000
335.73/331.78	c cleaning 19006 clauses out of 38026 with flag 200023/200023
377.09/372.46	c cleaning 19994 clauses out of 39998 with flag 221001/221001
421.32/416.18	c cleaning 20997 clauses out of 42003 with flag 243000/243000
481.12/475.38	c cleaning 22003 clauses out of 44006 with flag 266000/266000
525.27/518.76	c cleaning 22999 clauses out of 46004 with flag 290001/290001
565.29/558.29	c cleaning 24000 clauses out of 48006 with flag 315002/315002
614.95/607.20	c cleaning 25000 clauses out of 50005 with flag 341001/341001
658.01/649.63	c cleaning 26012 clauses out of 52025 with flag 368021/368021
725.30/716.26	c cleaning 26999 clauses out of 53998 with flag 396006/396006
778.82/768.86	c cleaning 27964 clauses out of 55994 with flag 425001/425001
840.01/829.36	c cleaning 29013 clauses out of 58029 with flag 455000/455000
905.54/894.06	c cleaning 30016 clauses out of 60034 with flag 486018/486018
1001.00/988.57	c cleaning 30979 clauses out of 62000 with flag 518000/518000
1117.27/1103.80	c cleaning 32008 clauses out of 64022 with flag 551001/551001
1307.73/1291.75	c cleaning 33004 clauses out of 66013 with flag 585000/585000
1384.56/1366.81	c cleaning 33997 clauses out of 68009 with flag 620000/620000
1447.67/1428.95	c cleaning 34999 clauses out of 70012 with flag 656000/656000
1533.97/1514.25	c cleaning 36012 clauses out of 72027 with flag 693014/693014
1632.22/1611.44	c cleaning 36999 clauses out of 74003 with flag 731002/731002
1759.96/1738.00	c cleaning 38000 clauses out of 76004 with flag 770002/770002
1800.05/1777.31	c starts		: 171
1800.05/1777.31	c conflicts		: 790614
1800.05/1777.31	c decisions		: 966777
1800.05/1777.31	c propagations		: 53903822
1800.05/1777.31	c inspects		: 2421218800
1800.05/1777.31	c shortcuts		: 0
1800.05/1777.31	c learnt literals	: 0
1800.05/1777.31	c learnt binary clauses	: 0
1800.05/1777.31	c learnt ternary clauses	: 0
1800.05/1777.31	c learnt constraints	: 790614
1800.05/1777.31	c ignored constraints	: 0
1800.05/1777.31	c root simplifications	: 171
1800.05/1777.31	c removed literals (reason simplification)	: 5600721
1800.05/1777.31	c reason swapping (by a shorter reason)	: 0
1800.05/1777.31	c Calls to reduceDB	: 35
1800.05/1777.31	c number of reductions to clauses (during analyze)	: 0
1800.05/1777.31	c number of learned constraints concerned by reduction	: 0
1800.05/1777.31	c number of learning phase by resolution	: 0
1800.05/1777.31	c number of learning phase by cutting planes	: 0
1800.05/1777.31	c speed (assignments/second)	: 30333.744319860438
1800.05/1777.31	c non guided choices	1226
1800.05/1777.34	c learnt constraints type 
1800.05/1777.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 58623
1800.05/1777.34	c constraints type 
1800.05/1777.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 110
1800.05/1777.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
1800.05/1777.34	c 210 constraints processed.
1800.05/1777.34	s UNKNOWN
1800.05/1777.34	c Total wall clock time (in seconds): 1777.224

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-3709718-1338126559/watcher-3709718-1338126559 -o /tmp/evaluation-result-3709718-1338126559/solver-3709718-1338126559 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709718-1338126559.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.03 2.01 3/194 28802
/proc/meminfo: memFree=30833644/32873844 swapFree=6600/6600
[pid=28802] ppid=28800 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28802/stat : 28802 (java) R 28800 28802 28151 0 -1 4202496 199 0 0 0 0 0 0 0 20 0 1 0 278780782 9515008 135 33554432000 1073741824 1073778376 140735818246224 140735818243352 213419307691 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28802/statm: 2323 146 106 9 0 71 0

[startup+0.0765821 s]
/proc/loadavg: 2.07 2.03 2.01 3/194 28802
/proc/meminfo: memFree=30833644/32873844 swapFree=6600/6600
[pid=28802] ppid=28800 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/28802/stat : 28802 (java) S 28800 28802 28151 0 -1 4202496 3463 0 1 0 5 1 0 0 20 0 18 0 278780782 9787842560 4671 33554432000 1073741824 1073778376 140736351562640 140736351553776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28802/statm: 2389610 4671 1779 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.100337 s]
/proc/loadavg: 2.07 2.03 2.01 3/194 28802
/proc/meminfo: memFree=30833644/32873844 swapFree=6600/6600
[pid=28802] ppid=28800 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/28802/stat : 28802 (java) S 28800 28802 28151 0 -1 4202496 4295 0 1 0 8 1 0 0 20 0 18 0 278780782 9787842560 6013 33554432000 1073741824 1073778376 140736351562640 140736351553776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28802/statm: 2389610 6013 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300295 s]
/proc/loadavg: 2.07 2.03 2.01 3/194 28802
/proc/meminfo: memFree=30833644/32873844 swapFree=6600/6600
[pid=28802] ppid=28800 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/28802/stat : 28802 (java) S 28800 28802 28151 0 -1 4202496 7519 0 1 0 54 2 0 0 20 0 19 0 278780782 9856004096 11427 33554432000 1073741824 1073778376 140736351562640 140736351553776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28802/statm: 2406251 11427 2233 9 0 2396937 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625004

[startup+0.700283 s]
/proc/loadavg: 2.07 2.03 2.01 3/194 28802
/proc/meminfo: memFree=30833644/32873844 swapFree=6600/6600
[pid=28802] ppid=28800 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/28802/stat : 28802 (java) S 28800 28802 28151 0 -1 4202496 8152 0 1 0 126 2 0 0 20 0 19 0 278780782 9856004096 12489 33554432000 1073741824 1073778376 140736351562640 140736351553776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28802/statm: 2406251 12489 2245 9 0 2396937 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625004

[startup+1.50083 s]
/proc/loadavg: 2.07 2.03 2.01 3/213 28821
/proc/meminfo: memFree=30757064/32873844 swapFree=6600/6600
[pid=28802] ppid=28800 vsize=9625004 CPUtime=2.12 cores=1,3,5,7
/proc/28802/stat : 28802 (java) S 28800 28802 28151 0 -1 4202496 8162 0 1 0 209 3 0 0 20 0 19 0 278780782 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140736351553776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28802/statm: 2406251 15564 2247 9 0 2396937 0
[pid=28802/tid=28804] ppid=28800 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/28802/task/28804/stat : 28804 (java) R 28800 28802 28151 0 -1 4202560 2518 0 1 0 145 2 0 0 20 0 19 0 278780783 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301438171480 140301298101702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28805] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28805/stat : 28805 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780783 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301416274728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28806] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28806/stat : 28806 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780783 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301213625000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28807] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28807/stat : 28807 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780783 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301212572712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28802/tid=28808] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28808/stat : 28808 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780783 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301211519912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28809] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28809/stat : 28809 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780784 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301210466600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28810] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28810/stat : 28810 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780784 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301209413800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28811] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28811/stat : 28811 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780784 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301208361512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28812] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28812/stat : 28812 (java) S 28800 28802 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278780784 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301207308712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28813] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28813/stat : 28813 (java) S 28800 28802 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278780785 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301195111144 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28814] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28814/stat : 28814 (java) S 28800 28802 28151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278780785 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301194057208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28815] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28815/stat : 28815 (java) S 28800 28802 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278780785 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301193004808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28816] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28816/stat : 28816 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301191953296 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28817] ppid=28800 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/28802/task/28817/stat : 28817 (java) S 28800 28802 28151 0 -1 4202560 1892 0 0 0 26 0 0 0 20 0 19 0 278780787 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301190899896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28818] ppid=28800 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/28802/task/28818/stat : 28818 (java) S 28800 28802 28151 0 -1 4202560 2557 0 0 0 35 0 0 0 20 0 19 0 278780787 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301189847096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28819] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28819/stat : 28819 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301188795000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28820] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28820/stat : 28820 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301187742408 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28821] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28821/stat : 28821 (java) S 28800 28802 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278780811 9856004096 15564 33554432000 1073741824 1073778376 140736351562640 140301186626984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9625004

[startup+3.10084 s]
/proc/loadavg: 2.07 2.03 2.01 3/213 28821
/proc/meminfo: memFree=30740308/32873844 swapFree=6600/6600
[pid=28802] ppid=28800 vsize=9625004 CPUtime=3.76 cores=1,3,5,7
/proc/28802/stat : 28802 (java) S 28800 28802 28151 0 -1 4202496 8621 0 1 0 372 4 0 0 20 0 19 0 278780782 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140736351553776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28802/statm: 2406251 20798 2253 9 0 2396937 0
[pid=28802/tid=28804] ppid=28800 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/28802/task/28804/stat : 28804 (java) R 28800 28802 28151 0 -1 4202560 2530 0 1 0 304 2 0 0 20 0 19 0 278780783 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301438171832 140301298149763 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28805] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28805/stat : 28805 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780783 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301416274728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28806] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28806/stat : 28806 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780783 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301213625000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28807] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28807/stat : 28807 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780783 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301212572712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28802/tid=28808] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28808/stat : 28808 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780783 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301211519912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28809] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28809/stat : 28809 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780784 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301210466600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28810] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28810/stat : 28810 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780784 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301209413800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28811] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28811/stat : 28811 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780784 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301208361512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28812] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28812/stat : 28812 (java) S 28800 28802 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278780784 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301207308712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28813] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28813/stat : 28813 (java) S 28800 28802 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278780785 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301195111144 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28814] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28814/stat : 28814 (java) S 28800 28802 28151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278780785 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301194057208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28815] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28815/stat : 28815 (java) S 28800 28802 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278780785 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301193004808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28816] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28816/stat : 28816 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301191953296 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28817] ppid=28800 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/28802/task/28817/stat : 28817 (java) S 28800 28802 28151 0 -1 4202560 2336 0 0 0 29 0 0 0 20 0 19 0 278780787 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301190899896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28818] ppid=28800 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/28802/task/28818/stat : 28818 (java) S 28800 28802 28151 0 -1 4202560 2560 0 0 0 36 0 0 0 20 0 19 0 278780787 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301189847096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28819] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28819/stat : 28819 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301188795000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28820] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28820/stat : 28820 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301187742408 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28821] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28821/stat : 28821 (java) S 28800 28802 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278780811 9856004096 20798 33554432000 1073741824 1073778376 140736351562640 140301186626984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625004

[startup+6.30085 s]
/proc/loadavg: 2.07 2.03 2.01 3/213 28821
/proc/meminfo: memFree=30642944/32873844 swapFree=6600/6600
[pid=28802] ppid=28800 vsize=9625004 CPUtime=7.02 cores=1,3,5,7
/proc/28802/stat : 28802 (java) S 28800 28802 28151 0 -1 4202496 8752 0 1 0 696 6 0 0 20 0 19 0 278780782 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140736351553776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28802/statm: 2406251 35177 2279 9 0 2396937 0
[pid=28802/tid=28804] ppid=28800 vsize=9625004 CPUtime=6.22 cores=1,3,5,7
/proc/28802/task/28804/stat : 28804 (java) R 28800 28802 28151 0 -1 4202560 2539 0 1 0 620 2 0 0 20 0 19 0 278780783 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301438173576 140301298101724 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28805] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28805/stat : 28805 (java) S 28800 28802 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278780783 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301416274728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28806] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28806/stat : 28806 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780783 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301213625000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28807] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28807/stat : 28807 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780783 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301212572712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28802/tid=28808] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28808/stat : 28808 (java) S 28800 28802 28151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278780783 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301211519912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28802/tid=28809] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28809/stat : 28809 (java) S 28800 28802 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780784 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301210466600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28810] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28810/stat : 28810 (java) S 28800 28802 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780784 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301209413800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28811] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28811/stat : 28811 (java) S 28800 28802 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780784 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301208361512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28812] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28812/stat : 28812 (java) S 28800 28802 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278780784 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301207308712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28813] ppid=28800 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/28802/task/28813/stat : 28813 (java) S 28800 28802 28151 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 19 0 278780785 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301195111144 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28814] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28814/stat : 28814 (java) S 28800 28802 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278780785 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301194057208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28815] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28815/stat : 28815 (java) S 28800 28802 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780785 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301193004808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28816] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28816/stat : 28816 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301191953296 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28817] ppid=28800 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/28802/task/28817/stat : 28817 (java) S 28800 28802 28151 0 -1 4202560 2374 0 0 0 31 0 0 0 20 0 19 0 278780787 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301190899896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28818] ppid=28800 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/28802/task/28818/stat : 28818 (java) S 28800 28802 28151 0 -1 4202560 2561 0 0 0 37 0 0 0 20 0 19 0 278780787 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301189847096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28819] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28819/stat : 28819 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301188795000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28820] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28820/stat : 28820 (java) S 28800 28802 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301187742408 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28821] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28821/stat : 28821 (java) S 28800 28802 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278780811 9856004096 35177 33554432000 1073741824 1073778376 140736351562640 140301186626984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=28802/tid=28817] ppid=28800 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/28802/task/28817/stat : 28817 (java) S 28800 28802 28151 0 -1 4202560 2564 0 0 0 35 0 0 0 20 0 19 0 278780787 9856004096 205546 33554432000 1073741824 1073778376 140736351562640 140301190899896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28818] ppid=28800 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/28802/task/28818/stat : 28818 (java) S 28800 28802 28151 0 -1 4202560 2561 0 0 0 39 0 0 0 20 0 19 0 278780787 9856004096 205546 33554432000 1073741824 1073778376 140736351562640 140301189847096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28819] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28819/stat : 28819 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 205546 33554432000 1073741824 1073778376 140736351562640 140301188795000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28820] ppid=28800 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/28802/task/28820/stat : 28820 (java) S 28800 28802 28151 0 -1 4202560 95 0 0 0 40 43 0 0 20 0 19 0 278780787 9856004096 205546 33554432000 1073741824 1073778376 140736351562640 140301187742408 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28821] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28821/stat : 28821 (java) S 28800 28802 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278780811 9856004096 205546 33554432000 1073741824 1073778376 140736351562640 140301186626984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1683.71
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.13 2.14 2.05 3/213 28860
/proc/meminfo: memFree=29385188/32873844 swapFree=6600/6600
[pid=28802] ppid=28800 vsize=9625004 CPUtime=1744.12 cores=1,3,5,7
/proc/28802/stat : 28802 (java) S 28800 28802 28151 0 -1 4202496 26499 0 1 0 174196 216 0 0 20 0 19 0 278780782 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140736351553776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28802/statm: 2406251 234362 2279 9 0 2396937 0
[pid=28802/tid=28804] ppid=28800 vsize=9625004 CPUtime=1706.89 cores=1,3,5,7
/proc/28802/task/28804/stat : 28804 (java) R 28800 28802 28151 0 -1 4202560 2911 0 1 0 170657 32 0 0 20 0 19 0 278780783 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301438172544 140301298101751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28805] ppid=28800 vsize=9625004 CPUtime=3.54 cores=1,3,5,7
/proc/28802/task/28805/stat : 28805 (java) S 28800 28802 28151 0 -1 4202560 2902 0 0 0 334 20 0 0 20 0 19 0 278780783 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301416274728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28806] ppid=28800 vsize=9625004 CPUtime=3.53 cores=1,3,5,7
/proc/28802/task/28806/stat : 28806 (java) S 28800 28802 28151 0 -1 4202560 1559 0 0 0 333 20 0 0 20 0 19 0 278780783 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301213625000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28802/tid=28807] ppid=28800 vsize=9625004 CPUtime=3.28 cores=1,3,5,7
/proc/28802/task/28807/stat : 28807 (java) S 28800 28802 28151 0 -1 4202560 1601 0 0 0 312 16 0 0 20 0 19 0 278780783 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301212572712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28808] ppid=28800 vsize=9625004 CPUtime=3.7 cores=1,3,5,7
/proc/28802/task/28808/stat : 28808 (java) S 28800 28802 28151 0 -1 4202560 982 0 0 0 353 17 0 0 20 0 19 0 278780783 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301211519912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28802/tid=28809] ppid=28800 vsize=9625004 CPUtime=3.57 cores=1,3,5,7
/proc/28802/task/28809/stat : 28809 (java) S 28800 28802 28151 0 -1 4202560 2538 0 0 0 341 16 0 0 20 0 19 0 278780784 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301210466600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28802/tid=28810] ppid=28800 vsize=9625004 CPUtime=3.6 cores=1,3,5,7
/proc/28802/task/28810/stat : 28810 (java) S 28800 28802 28151 0 -1 4202560 1540 0 0 0 342 18 0 0 20 0 19 0 278780784 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301209413800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28811] ppid=28800 vsize=9625004 CPUtime=3.36 cores=1,3,5,7
/proc/28802/task/28811/stat : 28811 (java) S 28800 28802 28151 0 -1 4202560 2042 0 0 0 317 19 0 0 20 0 19 0 278780784 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301208361512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28812] ppid=28800 vsize=9625004 CPUtime=3.59 cores=1,3,5,7
/proc/28802/task/28812/stat : 28812 (java) S 28800 28802 28151 0 -1 4202560 2876 0 0 0 341 18 0 0 20 0 19 0 278780784 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301207308712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28813] ppid=28800 vsize=9625004 CPUtime=2.81 cores=1,3,5,7
/proc/28802/task/28813/stat : 28813 (java) S 28800 28802 28151 0 -1 4202560 1143 0 0 0 274 7 0 0 20 0 19 0 278780785 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301195111144 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28814] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28814/stat : 28814 (java) S 28800 28802 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278780785 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301194057208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28815] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28815/stat : 28815 (java) S 28800 28802 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780785 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301193004808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28816] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28816/stat : 28816 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301191953296 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28817] ppid=28800 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/28802/task/28817/stat : 28817 (java) S 28800 28802 28151 0 -1 4202560 2564 0 0 0 35 0 0 0 20 0 19 0 278780787 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301190899896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28818] ppid=28800 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/28802/task/28818/stat : 28818 (java) S 28800 28802 28151 0 -1 4202560 2561 0 0 0 39 0 0 0 20 0 19 0 278780787 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301189847096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28819] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28819/stat : 28819 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301188795000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28820] ppid=28800 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/28802/task/28820/stat : 28820 (java) S 28800 28802 28151 0 -1 4202560 99 0 0 0 42 44 0 0 20 0 19 0 278780787 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301187742408 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28821] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28821/stat : 28821 (java) S 28800 28802 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278780811 9856004096 234362 33554432000 1073741824 1073778376 140736351562640 140301186626984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1744.12
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.3 s]
/proc/loadavg: 2.05 2.11 2.04 3/213 28860
/proc/meminfo: memFree=29360796/32873844 swapFree=6600/6600
[pid=28802] ppid=28800 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/28802/stat : 28802 (java) S 28800 28802 28151 0 -1 4202496 26926 0 1 0 179783 222 0 0 20 0 19 0 278780782 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140736351553776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28802/statm: 2406251 241313 2279 9 0 2396937 0
[pid=28802/tid=28804] ppid=28800 vsize=9625004 CPUtime=1761.12 cores=1,3,5,7
/proc/28802/task/28804/stat : 28804 (java) R 28800 28802 28151 0 -1 4202560 2928 0 1 0 176079 33 0 0 20 0 19 0 278780783 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301438172544 140301298101662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28805] ppid=28800 vsize=9625004 CPUtime=3.67 cores=1,3,5,7
/proc/28802/task/28805/stat : 28805 (java) S 28800 28802 28151 0 -1 4202560 3015 0 0 0 346 21 0 0 20 0 19 0 278780783 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301416274728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28806] ppid=28800 vsize=9625004 CPUtime=3.7 cores=1,3,5,7
/proc/28802/task/28806/stat : 28806 (java) S 28800 28802 28151 0 -1 4202560 1680 0 0 0 349 21 0 0 20 0 19 0 278780783 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301213625000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28807] ppid=28800 vsize=9625004 CPUtime=3.44 cores=1,3,5,7
/proc/28802/task/28807/stat : 28807 (java) S 28800 28802 28151 0 -1 4202560 1602 0 0 0 328 16 0 0 20 0 19 0 278780783 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301212572712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28802/tid=28808] ppid=28800 vsize=9625004 CPUtime=3.84 cores=1,3,5,7
/proc/28802/task/28808/stat : 28808 (java) S 28800 28802 28151 0 -1 4202560 989 0 0 0 367 17 0 0 20 0 19 0 278780783 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301211519912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28809] ppid=28800 vsize=9625004 CPUtime=3.7 cores=1,3,5,7
/proc/28802/task/28809/stat : 28809 (java) S 28800 28802 28151 0 -1 4202560 2538 0 0 0 354 16 0 0 20 0 19 0 278780784 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301210466600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28810] ppid=28800 vsize=9625004 CPUtime=3.79 cores=1,3,5,7
/proc/28802/task/28810/stat : 28810 (java) S 28800 28802 28151 0 -1 4202560 1548 0 0 0 360 19 0 0 20 0 19 0 278780784 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301209413800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28802/tid=28811] ppid=28800 vsize=9625004 CPUtime=3.54 cores=1,3,5,7
/proc/28802/task/28811/stat : 28811 (java) S 28800 28802 28151 0 -1 4202560 2150 0 0 0 334 20 0 0 20 0 19 0 278780784 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301208361512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28812] ppid=28800 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/28802/task/28812/stat : 28812 (java) S 28800 28802 28151 0 -1 4202560 2881 0 0 0 357 18 0 0 20 0 19 0 278780784 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301207308712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28813] ppid=28800 vsize=9625004 CPUtime=3.09 cores=1,3,5,7
/proc/28802/task/28813/stat : 28813 (java) S 28800 28802 28151 0 -1 4202560 1186 0 0 0 302 7 0 0 20 0 19 0 278780785 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301195111144 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28814] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28814/stat : 28814 (java) S 28800 28802 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278780785 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301194057208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28815] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28815/stat : 28815 (java) S 28800 28802 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780785 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301193004808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28816] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28816/stat : 28816 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301191953296 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28817] ppid=28800 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/28802/task/28817/stat : 28817 (java) S 28800 28802 28151 0 -1 4202560 2564 0 0 0 35 0 0 0 20 0 19 0 278780787 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301190899896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28818] ppid=28800 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/28802/task/28818/stat : 28818 (java) S 28800 28802 28151 0 -1 4202560 2561 0 0 0 39 0 0 0 20 0 19 0 278780787 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301189847096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28819] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28819/stat : 28819 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301188795000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28820] ppid=28800 vsize=9625004 CPUtime=0.89 cores=1,3,5,7
/proc/28802/task/28820/stat : 28820 (java) S 28800 28802 28151 0 -1 4202560 103 0 0 0 44 45 0 0 20 0 19 0 278780787 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301187742408 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28821] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28821/stat : 28821 (java) S 28800 28802 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278780811 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301186626984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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+1777.3 s]
/proc/loadavg: 2.05 2.11 2.04 3/213 28860
/proc/meminfo: memFree=29360796/32873844 swapFree=6600/6600
[pid=28802] ppid=28800 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/28802/stat : 28802 (java) S 28800 28802 28151 0 -1 4202496 26926 0 1 0 179783 222 0 0 20 0 19 0 278780782 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140736351553776 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28802/statm: 2406251 241313 2279 9 0 2396937 0
[pid=28802/tid=28804] ppid=28800 vsize=9625004 CPUtime=1761.12 cores=1,3,5,7
/proc/28802/task/28804/stat : 28804 (java) R 28800 28802 28151 0 -1 4202560 2928 0 1 0 176079 33 0 0 20 0 19 0 278780783 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301438172544 140301298101662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28805] ppid=28800 vsize=9625004 CPUtime=3.67 cores=1,3,5,7
/proc/28802/task/28805/stat : 28805 (java) S 28800 28802 28151 0 -1 4202560 3015 0 0 0 346 21 0 0 20 0 19 0 278780783 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301416274728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28806] ppid=28800 vsize=9625004 CPUtime=3.7 cores=1,3,5,7
/proc/28802/task/28806/stat : 28806 (java) S 28800 28802 28151 0 -1 4202560 1680 0 0 0 349 21 0 0 20 0 19 0 278780783 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301213625000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28807] ppid=28800 vsize=9625004 CPUtime=3.44 cores=1,3,5,7
/proc/28802/task/28807/stat : 28807 (java) S 28800 28802 28151 0 -1 4202560 1602 0 0 0 328 16 0 0 20 0 19 0 278780783 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301212572712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28802/tid=28808] ppid=28800 vsize=9625004 CPUtime=3.84 cores=1,3,5,7
/proc/28802/task/28808/stat : 28808 (java) S 28800 28802 28151 0 -1 4202560 989 0 0 0 367 17 0 0 20 0 19 0 278780783 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301211519912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28809] ppid=28800 vsize=9625004 CPUtime=3.7 cores=1,3,5,7
/proc/28802/task/28809/stat : 28809 (java) S 28800 28802 28151 0 -1 4202560 2538 0 0 0 354 16 0 0 20 0 19 0 278780784 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301210466600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28810] ppid=28800 vsize=9625004 CPUtime=3.79 cores=1,3,5,7
/proc/28802/task/28810/stat : 28810 (java) S 28800 28802 28151 0 -1 4202560 1548 0 0 0 360 19 0 0 20 0 19 0 278780784 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301209413800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28802/tid=28811] ppid=28800 vsize=9625004 CPUtime=3.54 cores=1,3,5,7
/proc/28802/task/28811/stat : 28811 (java) S 28800 28802 28151 0 -1 4202560 2150 0 0 0 334 20 0 0 20 0 19 0 278780784 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301208361512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28812] ppid=28800 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/28802/task/28812/stat : 28812 (java) S 28800 28802 28151 0 -1 4202560 2881 0 0 0 357 18 0 0 20 0 19 0 278780784 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301207308712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28813] ppid=28800 vsize=9625004 CPUtime=3.09 cores=1,3,5,7
/proc/28802/task/28813/stat : 28813 (java) S 28800 28802 28151 0 -1 4202560 1186 0 0 0 302 7 0 0 20 0 19 0 278780785 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301195111144 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28814] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28814/stat : 28814 (java) S 28800 28802 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278780785 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301194057208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28815] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28815/stat : 28815 (java) S 28800 28802 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278780785 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301193004808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28816] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28816/stat : 28816 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301191953296 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28817] ppid=28800 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/28802/task/28817/stat : 28817 (java) S 28800 28802 28151 0 -1 4202560 2564 0 0 0 35 0 0 0 20 0 19 0 278780787 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301190899896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28802/tid=28818] ppid=28800 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/28802/task/28818/stat : 28818 (java) S 28800 28802 28151 0 -1 4202560 2561 0 0 0 39 0 0 0 20 0 19 0 278780787 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301189847096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28819] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28819/stat : 28819 (java) S 28800 28802 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278780787 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301188795000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28802/tid=28820] ppid=28800 vsize=9625004 CPUtime=0.89 cores=1,3,5,7
/proc/28802/task/28820/stat : 28820 (java) S 28800 28802 28151 0 -1 4202560 103 0 0 0 44 45 0 0 20 0 19 0 278780787 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301187742408 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28802/tid=28821] ppid=28800 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28802/task/28821/stat : 28821 (java) S 28800 28802 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278780811 9856004096 241313 33554432000 1073741824 1073778376 140736351562640 140301186626984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1777.36
CPU time (s): 1800.05
CPU user time (s): 1797.83
CPU system time (s): 2.22
CPU usage (%): 101.277
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.13
system time used= 2.47962
maximum resident set size= 969604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26966
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= 48716
involuntary context switches= 54208

runsolver used 6.70098 second user time and 16.5725 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 15:49:19
IDJOB=3709718
IDBENCH=1396
IDSOLVER=2289
FILE ID=node140/3709718-1338126559
RUNJOBID= node140-1338124688-28168
PBS_JOBID= 14624514
Free space on /tmp= 71336 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_55_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-3709718-1338126559/watcher-3709718-1338126559 -o /tmp/evaluation-result-3709718-1338126559/solver-3709718-1338126559 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709718-1338126559.opb

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

MD5SUM BENCH= 887c74fdc5099423a97b443d1200370c
RANDOM SEED=1784212675

node140.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.094
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.18
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.094
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.094
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.094
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.094
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.92
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.094
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.88
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.094
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.90
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.094
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:        30833644 kB
Buffers:          379096 kB
Cached:           703720 kB
SwapCached:         1492 kB
Active:           913724 kB
Inactive:         243460 kB
Active(anon):      66352 kB
Inactive(anon):     8612 kB
Active(file):     847372 kB
Inactive(file):   234848 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:              1952 kB
Writeback:             0 kB
AnonPages:         85820 kB
Mapped:            19920 kB
Shmem:                 8 kB
Slab:             718880 kB
SReclaimable:     160684 kB
SUnreclaim:       558196 kB
KernelStack:        1592 kB
PageTables:         4324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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= 71332 MiB
End job on node140 at 2012-05-27 16:18:59