Trace number 3709713

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.6 1781.15

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl30_35_pb.cnf.cr.opb
MD5SUM55203b98fb707e386dea9ef4475d45f9
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.041993
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2100
Total number of constraints130
Number of constraints which are clauses70
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
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 36
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709713-1338129494.opb
0.09/0.12	c reading problem ... 
0.27/0.21	c ... done. Wall clock time 0.095s.
0.27/0.21	c declared #vars     2100
0.27/0.21	c #constraints  130
0.27/0.21	c constraints type 
0.27/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70
0.27/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.27/0.21	c 130 constraints processed.
1.97/1.64	c cleaning 2497 clauses out of 5000 with flag 5000/5000
4.17/3.70	c cleaning 4250 clauses out of 8505 with flag 11002/11002
6.93/6.45	c cleaning 5624 clauses out of 11253 with flag 18000/18000
10.61/10.01	c cleaning 6812 clauses out of 13632 with flag 26003/26003
14.94/14.34	c cleaning 7905 clauses out of 15819 with flag 35002/35002
18.66/18.03	c cleaning 8953 clauses out of 17913 with flag 45001/45001
24.40/23.76	c cleaning 9974 clauses out of 19959 with flag 56000/56000
30.12/29.46	c cleaning 10992 clauses out of 21987 with flag 68002/68002
36.57/35.88	c cleaning 11994 clauses out of 23998 with flag 81005/81005
42.93/42.15	c cleaning 12994 clauses out of 25999 with flag 95000/95000
49.40/48.50	c cleaning 14004 clauses out of 28010 with flag 110005/110005
57.53/56.69	c cleaning 15004 clauses out of 30012 with flag 126011/126011
65.73/64.78	c cleaning 16006 clauses out of 32016 with flag 143019/143019
76.38/75.34	c cleaning 16991 clauses out of 33992 with flag 161001/161001
86.59/85.42	c cleaning 18003 clauses out of 36006 with flag 180006/180006
95.67/94.47	c cleaning 18994 clauses out of 37997 with flag 200000/200000
106.12/104.86	c cleaning 19999 clauses out of 40005 with flag 221002/221002
121.39/120.09	c cleaning 20998 clauses out of 42004 with flag 243000/243000
134.89/133.46	c cleaning 22001 clauses out of 44007 with flag 266001/266001
146.43/144.88	c cleaning 22987 clauses out of 46006 with flag 290001/290001
160.19/158.51	c cleaning 24007 clauses out of 48018 with flag 315000/315000
181.46/179.75	c cleaning 25013 clauses out of 50026 with flag 341015/341015
200.52/198.71	c cleaning 25991 clauses out of 51998 with flag 368000/368000
217.41/215.59	c cleaning 27005 clauses out of 54010 with flag 396003/396003
234.91/232.90	c cleaning 28002 clauses out of 56008 with flag 425006/425006
252.29/250.26	c cleaning 28995 clauses out of 58002 with flag 455002/455002
274.50/272.38	c cleaning 30014 clauses out of 60027 with flag 486022/486022
305.46/303.29	c cleaning 30994 clauses out of 61992 with flag 518001/518001
334.65/332.34	c cleaning 32000 clauses out of 64002 with flag 551005/551005
365.44/363.04	c cleaning 32997 clauses out of 65998 with flag 585001/585001
392.35/389.86	c cleaning 34003 clauses out of 68006 with flag 620006/620006
422.83/420.23	c cleaning 35000 clauses out of 70001 with flag 656004/656004
452.12/449.48	c cleaning 35993 clauses out of 71997 with flag 693000/693000
478.14/475.35	c cleaning 36993 clauses out of 74004 with flag 731000/731000
517.03/514.19	c cleaning 38016 clauses out of 76031 with flag 770020/770020
549.68/546.52	c cleaning 39004 clauses out of 78007 with flag 810012/810012
598.82/595.56	c cleaning 39990 clauses out of 79991 with flag 851000/851000
642.82/639.38	c cleaning 40996 clauses out of 82002 with flag 893001/893001
673.29/669.61	c cleaning 41994 clauses out of 84005 with flag 936000/936000
715.60/711.32	c cleaning 42976 clauses out of 86011 with flag 980000/980000
763.14/758.38	c cleaning 44021 clauses out of 88041 with flag 1025006/1025006
822.02/815.87	c cleaning 44982 clauses out of 90015 with flag 1071001/1071001
869.81/862.95	c cleaning 46006 clauses out of 92034 with flag 1118002/1118002
919.44/912.08	c cleaning 47014 clauses out of 94027 with flag 1166001/1166001
972.99/965.04	c cleaning 47980 clauses out of 96013 with flag 1215001/1215001
1038.62/1029.60	c cleaning 49012 clauses out of 98032 with flag 1265000/1265000
1123.52/1113.47	c cleaning 50010 clauses out of 100021 with flag 1316001/1316001
1166.30/1155.57	c cleaning 50995 clauses out of 102011 with flag 1368001/1368001
1220.19/1208.90	c cleaning 52008 clauses out of 104026 with flag 1421011/1421011
1285.42/1273.06	c cleaning 52997 clauses out of 106009 with flag 1475002/1475002
1353.77/1340.56	c cleaning 53997 clauses out of 108010 with flag 1530000/1530000
1442.65/1428.55	c cleaning 55001 clauses out of 110013 with flag 1586000/1586000
1509.34/1494.25	c cleaning 56001 clauses out of 112015 with flag 1643003/1643003
1580.88/1564.82	c cleaning 57000 clauses out of 114012 with flag 1701001/1701001
1658.25/1641.39	c cleaning 57997 clauses out of 116012 with flag 1760001/1760001
1743.21/1725.07	c cleaning 59001 clauses out of 118014 with flag 1820000/1820000
1800.02/1781.11	c starts		: 210
1800.02/1781.11	c conflicts		: 1859796
1800.02/1781.11	c decisions		: 2122871
1800.02/1781.11	c propagations		: 74325401
1800.02/1781.11	c inspects		: 9801011428
1800.02/1781.11	c shortcuts		: 0
1800.02/1781.11	c learnt literals	: 0
1800.02/1781.11	c learnt binary clauses	: 0
1800.02/1781.11	c learnt ternary clauses	: 0
1800.02/1781.11	c learnt constraints	: 1859796
1800.02/1781.11	c ignored constraints	: 0
1800.02/1781.11	c root simplifications	: 210
1800.02/1781.11	c removed literals (reason simplification)	: 12508593
1800.02/1781.11	c reason swapping (by a shorter reason)	: 0
1800.02/1781.11	c Calls to reduceDB	: 56
1800.02/1781.11	c number of reductions to clauses (during analyze)	: 0
1800.02/1781.11	c number of learned constraints concerned by reduction	: 0
1800.02/1781.11	c number of learning phase by resolution	: 0
1800.02/1781.11	c number of learning phase by cutting planes	: 0
1800.02/1781.11	c speed (assignments/second)	: 41735.02320190826
1800.02/1781.11	c non guided choices	436
1800.02/1781.14	c learnt constraints type 
1800.02/1781.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98825
1800.02/1781.14	c constraints type 
1800.02/1781.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70
1800.02/1781.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1800.02/1781.14	c 130 constraints processed.
1800.02/1781.14	s UNKNOWN
1800.02/1781.14	c Total wall clock time (in seconds): 1781.02

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-3709713-1338129494/watcher-3709713-1338129494 -o /tmp/evaluation-result-3709713-1338129494/solver-3709713-1338129494 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709713-1338129494.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.98 2.01 1.98 3/194 1217
/proc/meminfo: memFree=28781572/32873648 swapFree=6864/6864
[pid=1217] ppid=1215 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/1217/stat : 1217 (java) R 1215 1217 32120 0 -1 4202496 236 0 0 0 0 0 0 0 20 0 1 0 279074831 9515008 170 33554432000 1073741824 1073778376 140734309644144 140734309641272 270707541559 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1217/statm: 2323 175 133 9 0 71 0

[startup+0.00921706 s]
/proc/loadavg: 1.98 2.01 1.98 3/194 1217
/proc/meminfo: memFree=28781572/32873648 swapFree=6864/6864
[pid=1217] ppid=1215 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/1217/stat : 1217 (java) R 1215 1217 32120 0 -1 4202496 985 0 0 0 0 0 0 0 20 0 1 0 279074831 23793664 712 33554432000 1073741824 1073778376 140735597084720 140735597073784 270698329448 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1217/statm: 5809 713 527 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.100222 s]
/proc/loadavg: 1.98 2.01 1.98 3/194 1217
/proc/meminfo: memFree=28781572/32873648 swapFree=6864/6864
[pid=1217] ppid=1215 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/1217/stat : 1217 (java) S 1215 1217 32120 0 -1 4202496 4292 0 1 0 8 1 0 0 20 0 18 0 279074831 9787842560 6010 33554432000 1073741824 1073778376 140735597084720 140735597075856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1217/statm: 2389610 6010 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300228 s]
/proc/loadavg: 1.98 2.01 1.98 3/194 1217
/proc/meminfo: memFree=28781572/32873648 swapFree=6864/6864
[pid=1217] ppid=1215 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/1217/stat : 1217 (java) S 1215 1217 32120 0 -1 4202496 6008 0 1 0 48 1 0 0 20 0 19 0 279074831 9856004096 8757 33554432000 1073741824 1073778376 140735597084720 140735597075856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1217/statm: 2406251 8757 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625004

[startup+0.700233 s]
/proc/loadavg: 1.98 2.01 1.98 3/194 1217
/proc/meminfo: memFree=28781572/32873648 swapFree=6864/6864
[pid=1217] ppid=1215 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/1217/stat : 1217 (java) S 1215 1217 32120 0 -1 4202496 6237 0 1 0 100 2 0 0 20 0 19 0 279074831 9856004096 10309 33554432000 1073741824 1073778376 140735597084720 140735597075856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1217/statm: 2406251 10309 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625004

[startup+1.50062 s]
/proc/loadavg: 1.98 2.01 1.98 3/213 1236
/proc/meminfo: memFree=28744652/32873648 swapFree=6864/6864
[pid=1217] ppid=1215 vsize=9625004 CPUtime=1.87 cores=0,2,4,6
/proc/1217/stat : 1217 (java) S 1215 1217 32120 0 -1 4202496 6683 0 1 0 185 2 0 0 20 0 19 0 279074831 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140735597075856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1217/statm: 2406251 12912 2249 9 0 2396937 0
[pid=1217/tid=1219] ppid=1215 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/1217/task/1219/stat : 1219 (java) R 1215 1217 32120 0 -1 4202560 2522 0 1 0 145 1 0 0 20 0 19 0 279074832 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308744844008 140308612853200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1220] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1220/stat : 1220 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308733905832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1221] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1221/stat : 1221 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308732853288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1222] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1222/stat : 1222 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308731800232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1217/tid=1223] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1223/stat : 1223 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308584807208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1224] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1224/stat : 1224 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308583754152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1225] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1225/stat : 1225 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308582701608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1226] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1226/stat : 1226 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308581648552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1227] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1227/stat : 1227 (java) S 1215 1217 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308580596008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1228] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1228/stat : 1228 (java) S 1215 1217 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308568398696 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1229] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1229/stat : 1229 (java) S 1215 1217 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308567345016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1230] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1230/stat : 1230 (java) S 1215 1217 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308566291848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1231] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1231/stat : 1231 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308565240592 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1232] ppid=1215 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/1217/task/1232/stat : 1232 (java) S 1215 1217 32120 0 -1 4202560 1004 0 0 0 17 0 0 0 20 0 19 0 279074837 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308564187448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1233] ppid=1215 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/1217/task/1233/stat : 1233 (java) S 1215 1217 32120 0 -1 4202560 1962 0 0 0 19 0 0 0 20 0 19 0 279074837 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308563134904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1234] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1234/stat : 1234 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308562082040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1235] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1235/stat : 1235 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308561029704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1236] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1236/stat : 1236 (java) S 1215 1217 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279074853 9856004096 12912 33554432000 1073741824 1073778376 140735597084720 140308559975976 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625004

[startup+3.10072 s]
/proc/loadavg: 1.98 2.01 1.98 3/213 1236
/proc/meminfo: memFree=28708596/32873648 swapFree=6864/6864
[pid=1217] ppid=1215 vsize=9625004 CPUtime=3.54 cores=0,2,4,6
/proc/1217/stat : 1217 (java) S 1215 1217 32120 0 -1 4202496 7841 0 1 0 351 3 0 0 20 0 19 0 279074831 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140735597075856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1217/statm: 2406251 20131 2275 9 0 2396937 0
[pid=1217/tid=1219] ppid=1215 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/1217/task/1219/stat : 1219 (java) R 1215 1217 32120 0 -1 4202560 2527 0 1 0 303 1 0 0 20 0 19 0 279074832 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308744841712 140308612886712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1220] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1220/stat : 1220 (java) S 1215 1217 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308733905832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1221] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1221/stat : 1221 (java) S 1215 1217 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308732853288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1222] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1222/stat : 1222 (java) S 1215 1217 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308731800232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1217/tid=1223] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1223/stat : 1223 (java) S 1215 1217 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308584807208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1224] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1224/stat : 1224 (java) S 1215 1217 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308583754152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1225] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1225/stat : 1225 (java) S 1215 1217 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308582701608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1226] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1226/stat : 1226 (java) S 1215 1217 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308581648552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1217/tid=1227] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1227/stat : 1227 (java) S 1215 1217 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308580596008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1228] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1228/stat : 1228 (java) S 1215 1217 32120 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308568398696 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1229] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1229/stat : 1229 (java) S 1215 1217 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308567345016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1230] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1230/stat : 1230 (java) S 1215 1217 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308566291848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1231] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1231/stat : 1231 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308565240592 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1232] ppid=1215 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/1217/task/1232/stat : 1232 (java) S 1215 1217 32120 0 -1 4202560 1005 0 0 0 18 0 0 0 20 0 19 0 279074837 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308564187448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1233] ppid=1215 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/1217/task/1233/stat : 1233 (java) S 1215 1217 32120 0 -1 4202560 3044 0 0 0 24 0 0 0 20 0 19 0 279074837 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308563134904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1234] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1234/stat : 1234 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308562082040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1235] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1235/stat : 1235 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308561029704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1236] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1236/stat : 1236 (java) S 1215 1217 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279074853 9856004096 20131 33554432000 1073741824 1073778376 140735597084720 140308559975976 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625004

[startup+6.30071 s]
/proc/loadavg: 1.98 2.01 1.98 3/213 1236
/proc/meminfo: memFree=28682904/32873648 swapFree=6864/6864
[pid=1217] ppid=1215 vsize=9625004 CPUtime=6.83 cores=0,2,4,6
/proc/1217/stat : 1217 (java) S 1215 1217 32120 0 -1 4202496 8340 0 1 0 677 6 0 0 20 0 19 0 279074831 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140735597075856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1217/statm: 2406251 26591 2275 9 0 2396937 0
[pid=1217/tid=1219] ppid=1215 vsize=9625004 CPUtime=6.21 cores=0,2,4,6
/proc/1217/task/1219/stat : 1219 (java) R 1215 1217 32120 0 -1 4202560 2530 0 1 0 619 2 0 0 20 0 19 0 279074832 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308744843784 140308612902647 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1220] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1220/stat : 1220 (java) S 1215 1217 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308733905832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1221] ppid=1215 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1217/task/1221/stat : 1221 (java) S 1215 1217 32120 0 -1 4202560 130 0 0 0 1 0 0 0 20 0 19 0 279074833 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308732853288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1222] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1222/stat : 1222 (java) S 1215 1217 32120 0 -1 4202560 136 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308731800232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1223] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1223/stat : 1223 (java) S 1215 1217 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308584807208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1224] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1224/stat : 1224 (java) S 1215 1217 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308583754152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1225] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1225/stat : 1225 (java) S 1215 1217 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279074833 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308582701608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1226] ppid=1215 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1217/task/1226/stat : 1226 (java) S 1215 1217 32120 0 -1 4202560 91 0 0 0 1 0 0 0 20 0 19 0 279074833 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308581648552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1217/tid=1227] ppid=1215 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1217/task/1227/stat : 1227 (java) S 1215 1217 32120 0 -1 4202560 153 0 0 0 1 0 0 0 20 0 19 0 279074833 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308580596008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1228] ppid=1215 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1217/task/1228/stat : 1228 (java) S 1215 1217 32120 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 19 0 279074834 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308568398696 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1229] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1229/stat : 1229 (java) S 1215 1217 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308567345016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1230] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1230/stat : 1230 (java) S 1215 1217 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308566291848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1231] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1231/stat : 1231 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308565240592 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1232] ppid=1215 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/1217/task/1232/stat : 1232 (java) S 1215 1217 32120 0 -1 4202560 1005 0 0 0 19 0 0 0 20 0 19 0 279074837 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308564187448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1233] ppid=1215 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/1217/task/1233/stat : 1233 (java) S 1215 1217 32120 0 -1 4202560 3044 0 0 0 26 0 0 0 20 0 19 0 279074837 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308563134904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1234] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1234/stat : 1234 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308562082040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1235] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1235/stat : 1235 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308561029704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1236] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1236/stat : 1236 (java) S 1215 1217 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279074853 9856004096 26591 33554432000 1073741824 1073778376 140735597084720 140308559975976 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=1217/tid=1225] ppid=1215 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/1217/task/1225/stat : 1225 (java) S 1215 1217 32120 0 -1 4202560 2938 0 0 0 287 10 0 0 20 0 19 0 279074833 9856004096 145729 33554432000 1073741824 1073778376 140735597084720 140308582701608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1217/tid=1226] ppid=1215 vsize=9625004 CPUtime=2.88 cores=0,2,4,6
/proc/1217/task/1226/stat : 1226 (java) S 1215 1217 32120 0 -1 4202560 2386 0 0 0 279 9 0 0 20 0 19 0 279074833 9856004096 145729 33554432000 1073741824 1073778376 140735597084720 140308581648552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1227] ppid=1215 vsize=9625004 CPUtime=2.93 cores=0,2,4,6
/proc/1217/task/1227/stat : 1227 (java) S 1215 1217 32120 0 -1 4202560 2998 0 0 0 283 10 0 0 20 0 19 0 279074833 9856004096 145729 33554432000 1073741824 1073778376 140735597084720 140308580596008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1228] ppid=1215 vsize=9625004 CPUtime=3.45 cores=0,2,4,6
/proc/1217/task/1228/stat : 1228 (java) S 1215 1217 32120 0 -1 4202560 819 0 0 0 339 6 0 0 20 0 19 0 279074834 9856004096 145729 33554432000 1073741824 1073778376 140735597084720 140308568398696 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1229] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1229/stat : 1229 (java) S 1215 1217 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 145729 33554432000 1073741824 1073778376 140735597084720 140308567345016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1230] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1230/stat : 1230 (java) S 1215 1217 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 145729 33554432000 1073741824 1073778376 140735597084720 140308566291848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1231] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1231/stat : 1231 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 145729 33554432000 1073741824 1073778376 140735597084720 140308565240592 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1232] ppid=1215 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/1217/task/1232/stat : 1232 (java) S 1215 1217 32120 0 -1 4202560 1005 0 0 0 19 0 0 0 20 0 19 0 279074837 9856004096 145729 33554432000 1073741824 1073778376 140735597084720 140308564187448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1233] ppid=1215 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1217/task/1233/stat : 1233 (java) S 1215 1217 32120 0 -1 4202560 3204 0 0 0 34 0 0 0 20 0 19 0 279074837 9856004096 145729 33554432000 1073741824 1073778376 140735597084720 140308563134904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1234] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1234/stat : 1234 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 145729 33554432000 1073741824 1073778376 140735597084720 140308562082040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1235] ppid=1215 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/1217/task/1235/stat : 1235 (java) S 1215 1217 32120 0 -1 4202560 96 0 0 0 26 29 0 0 20 0 19 0 279074837 9856004096 145729 33554432000 1073741824 1073778376 140735597084720 140308561029704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1236] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1236/stat : 1236 (java) S 1215 1217 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279074853 9856004096 145729 33554432000 1073741824 1073778376 140735597084720 140308559975976 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1679.71
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 1396
/proc/meminfo: memFree=28361108/32873648 swapFree=6864/6864
[pid=1217] ppid=1215 vsize=9625004 CPUtime=1740.48 cores=0,2,4,6
/proc/1217/stat : 1217 (java) S 1215 1217 32120 0 -1 4202496 30737 0 1 0 173925 123 0 0 20 0 19 0 279074831 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140735597075856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1217/statm: 2406251 147621 2276 9 0 2396937 0
[pid=1217/tid=1219] ppid=1215 vsize=9625004 CPUtime=1711.39 cores=0,2,4,6
/proc/1217/task/1219/stat : 1219 (java) R 1215 1217 32120 0 -1 4202560 3047 0 1 0 171106 33 0 0 20 0 19 0 279074832 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308744842496 140308612985468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1220] ppid=1215 vsize=9625004 CPUtime=3.3 cores=0,2,4,6
/proc/1217/task/1220/stat : 1220 (java) S 1215 1217 32120 0 -1 4202560 2918 0 0 0 318 12 0 0 20 0 19 0 279074833 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308733905832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1221] ppid=1215 vsize=9625004 CPUtime=3.08 cores=0,2,4,6
/proc/1217/task/1221/stat : 1221 (java) S 1215 1217 32120 0 -1 4202560 2209 0 0 0 297 11 0 0 20 0 19 0 279074833 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308732853288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1217/tid=1222] ppid=1215 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/1217/task/1222/stat : 1222 (java) S 1215 1217 32120 0 -1 4202560 3465 0 0 0 295 10 0 0 20 0 19 0 279074833 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308731800232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1223] ppid=1215 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/1217/task/1223/stat : 1223 (java) S 1215 1217 32120 0 -1 4202560 1589 0 0 0 288 9 0 0 20 0 19 0 279074833 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308584807208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1217/tid=1224] ppid=1215 vsize=9625004 CPUtime=3.1 cores=0,2,4,6
/proc/1217/task/1224/stat : 1224 (java) S 1215 1217 32120 0 -1 4202560 2770 0 0 0 301 9 0 0 20 0 19 0 279074833 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308583754152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1225] ppid=1215 vsize=9625004 CPUtime=3.14 cores=0,2,4,6
/proc/1217/task/1225/stat : 1225 (java) S 1215 1217 32120 0 -1 4202560 2938 0 0 0 304 10 0 0 20 0 19 0 279074833 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308582701608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1226] ppid=1215 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/1217/task/1226/stat : 1226 (java) S 1215 1217 32120 0 -1 4202560 2426 0 0 0 292 10 0 0 20 0 19 0 279074833 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308581648552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1227] ppid=1215 vsize=9625004 CPUtime=3.09 cores=0,2,4,6
/proc/1217/task/1227/stat : 1227 (java) S 1215 1217 32120 0 -1 4202560 3049 0 0 0 299 10 0 0 20 0 19 0 279074833 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308580596008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1228] ppid=1215 vsize=9625004 CPUtime=3.45 cores=0,2,4,6
/proc/1217/task/1228/stat : 1228 (java) S 1215 1217 32120 0 -1 4202560 838 0 0 0 339 6 0 0 20 0 19 0 279074834 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308568398696 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1229] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1229/stat : 1229 (java) S 1215 1217 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308567345016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1230] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1230/stat : 1230 (java) S 1215 1217 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308566291848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1231] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1231/stat : 1231 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308565240592 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1232] ppid=1215 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/1217/task/1232/stat : 1232 (java) S 1215 1217 32120 0 -1 4202560 1005 0 0 0 19 0 0 0 20 0 19 0 279074837 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308564187448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1233] ppid=1215 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1217/task/1233/stat : 1233 (java) S 1215 1217 32120 0 -1 4202560 3204 0 0 0 34 0 0 0 20 0 19 0 279074837 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308563134904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1234] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1234/stat : 1234 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308562082040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1235] ppid=1215 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/1217/task/1235/stat : 1235 (java) S 1215 1217 32120 0 -1 4202560 98 0 0 0 27 30 0 0 20 0 19 0 279074837 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308561029704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1236] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1236/stat : 1236 (java) S 1215 1217 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279074853 9856004096 147621 33554432000 1073741824 1073778376 140735597084720 140308559975976 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1740.48
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 1396
/proc/meminfo: memFree=28348548/32873648 swapFree=6864/6864
[pid=1217] ppid=1215 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/1217/stat : 1217 (java) S 1215 1217 32120 0 -1 4202496 31210 0 1 0 179877 125 0 0 20 0 19 0 279074831 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140735597075856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1217/statm: 2406251 143534 2276 9 0 2396937 0
[pid=1217/tid=1219] ppid=1215 vsize=9625004 CPUtime=1769.8 cores=0,2,4,6
/proc/1217/task/1219/stat : 1219 (java) R 1215 1217 32120 0 -1 4202560 3072 0 1 0 176947 33 0 0 20 0 19 0 279074832 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308744842624 140308612855136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1220] ppid=1215 vsize=9625004 CPUtime=3.42 cores=0,2,4,6
/proc/1217/task/1220/stat : 1220 (java) S 1215 1217 32120 0 -1 4202560 2918 0 0 0 330 12 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308733905832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1221] ppid=1215 vsize=9625004 CPUtime=3.22 cores=0,2,4,6
/proc/1217/task/1221/stat : 1221 (java) S 1215 1217 32120 0 -1 4202560 2345 0 0 0 311 11 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308732853288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1217/tid=1222] ppid=1215 vsize=9625004 CPUtime=3.18 cores=0,2,4,6
/proc/1217/task/1222/stat : 1222 (java) S 1215 1217 32120 0 -1 4202560 3641 0 0 0 307 11 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308731800232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1223] ppid=1215 vsize=9625004 CPUtime=3.09 cores=0,2,4,6
/proc/1217/task/1223/stat : 1223 (java) S 1215 1217 32120 0 -1 4202560 1661 0 0 0 300 9 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308584807208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1224] ppid=1215 vsize=9625004 CPUtime=3.2 cores=0,2,4,6
/proc/1217/task/1224/stat : 1224 (java) S 1215 1217 32120 0 -1 4202560 2770 0 0 0 311 9 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308583754152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1217/tid=1225] ppid=1215 vsize=9625004 CPUtime=3.25 cores=0,2,4,6
/proc/1217/task/1225/stat : 1225 (java) S 1215 1217 32120 0 -1 4202560 2938 0 0 0 315 10 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308582701608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1226] ppid=1215 vsize=9625004 CPUtime=3.18 cores=0,2,4,6
/proc/1217/task/1226/stat : 1226 (java) S 1215 1217 32120 0 -1 4202560 2474 0 0 0 308 10 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308581648552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1227] ppid=1215 vsize=9625004 CPUtime=3.24 cores=0,2,4,6
/proc/1217/task/1227/stat : 1227 (java) S 1215 1217 32120 0 -1 4202560 3049 0 0 0 314 10 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308580596008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1228] ppid=1215 vsize=9625004 CPUtime=3.55 cores=0,2,4,6
/proc/1217/task/1228/stat : 1228 (java) S 1215 1217 32120 0 -1 4202560 850 0 0 0 349 6 0 0 20 0 19 0 279074834 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308568398696 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1229] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1229/stat : 1229 (java) S 1215 1217 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308567345016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1230] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1230/stat : 1230 (java) S 1215 1217 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308566291848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1231] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1231/stat : 1231 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308565240592 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1232] ppid=1215 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/1217/task/1232/stat : 1232 (java) S 1215 1217 32120 0 -1 4202560 1005 0 0 0 19 0 0 0 20 0 19 0 279074837 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308564187448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1233] ppid=1215 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1217/task/1233/stat : 1233 (java) S 1215 1217 32120 0 -1 4202560 3204 0 0 0 34 0 0 0 20 0 19 0 279074837 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308563134904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1234] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1234/stat : 1234 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308562082040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1235] ppid=1215 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1217/task/1235/stat : 1235 (java) S 1215 1217 32120 0 -1 4202560 102 0 0 0 28 31 0 0 20 0 19 0 279074837 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308561029704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1236] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1236/stat : 1236 (java) S 1215 1217 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279074853 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308559975976 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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+1781.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 1396
/proc/meminfo: memFree=28348548/32873648 swapFree=6864/6864
[pid=1217] ppid=1215 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/1217/stat : 1217 (java) S 1215 1217 32120 0 -1 4202496 31210 0 1 0 179877 125 0 0 20 0 19 0 279074831 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140735597075856 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1217/statm: 2406251 143534 2276 9 0 2396937 0
[pid=1217/tid=1219] ppid=1215 vsize=9625004 CPUtime=1769.8 cores=0,2,4,6
/proc/1217/task/1219/stat : 1219 (java) R 1215 1217 32120 0 -1 4202560 3072 0 1 0 176947 33 0 0 20 0 19 0 279074832 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308744842624 140308612855136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1220] ppid=1215 vsize=9625004 CPUtime=3.42 cores=0,2,4,6
/proc/1217/task/1220/stat : 1220 (java) S 1215 1217 32120 0 -1 4202560 2918 0 0 0 330 12 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308733905832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1221] ppid=1215 vsize=9625004 CPUtime=3.22 cores=0,2,4,6
/proc/1217/task/1221/stat : 1221 (java) S 1215 1217 32120 0 -1 4202560 2345 0 0 0 311 11 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308732853288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1217/tid=1222] ppid=1215 vsize=9625004 CPUtime=3.18 cores=0,2,4,6
/proc/1217/task/1222/stat : 1222 (java) S 1215 1217 32120 0 -1 4202560 3641 0 0 0 307 11 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308731800232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1223] ppid=1215 vsize=9625004 CPUtime=3.09 cores=0,2,4,6
/proc/1217/task/1223/stat : 1223 (java) S 1215 1217 32120 0 -1 4202560 1661 0 0 0 300 9 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308584807208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1224] ppid=1215 vsize=9625004 CPUtime=3.2 cores=0,2,4,6
/proc/1217/task/1224/stat : 1224 (java) S 1215 1217 32120 0 -1 4202560 2770 0 0 0 311 9 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308583754152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1217/tid=1225] ppid=1215 vsize=9625004 CPUtime=3.25 cores=0,2,4,6
/proc/1217/task/1225/stat : 1225 (java) S 1215 1217 32120 0 -1 4202560 2938 0 0 0 315 10 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308582701608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1226] ppid=1215 vsize=9625004 CPUtime=3.18 cores=0,2,4,6
/proc/1217/task/1226/stat : 1226 (java) S 1215 1217 32120 0 -1 4202560 2474 0 0 0 308 10 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308581648552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1227] ppid=1215 vsize=9625004 CPUtime=3.24 cores=0,2,4,6
/proc/1217/task/1227/stat : 1227 (java) S 1215 1217 32120 0 -1 4202560 3049 0 0 0 314 10 0 0 20 0 19 0 279074833 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308580596008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1228] ppid=1215 vsize=9625004 CPUtime=3.55 cores=0,2,4,6
/proc/1217/task/1228/stat : 1228 (java) S 1215 1217 32120 0 -1 4202560 850 0 0 0 349 6 0 0 20 0 19 0 279074834 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308568398696 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1229] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1229/stat : 1229 (java) S 1215 1217 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308567345016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1230] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1230/stat : 1230 (java) S 1215 1217 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279074834 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308566291848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1231] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1231/stat : 1231 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308565240592 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1232] ppid=1215 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/1217/task/1232/stat : 1232 (java) S 1215 1217 32120 0 -1 4202560 1005 0 0 0 19 0 0 0 20 0 19 0 279074837 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308564187448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1217/tid=1233] ppid=1215 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1217/task/1233/stat : 1233 (java) S 1215 1217 32120 0 -1 4202560 3204 0 0 0 34 0 0 0 20 0 19 0 279074837 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308563134904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1234] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1234/stat : 1234 (java) S 1215 1217 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279074837 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308562082040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1217/tid=1235] ppid=1215 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1217/task/1235/stat : 1235 (java) S 1215 1217 32120 0 -1 4202560 102 0 0 0 28 31 0 0 20 0 19 0 279074837 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308561029704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1217/tid=1236] ppid=1215 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1217/task/1236/stat : 1236 (java) S 1215 1217 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279074853 9856004096 143534 33554432000 1073741824 1073778376 140735597084720 140308559975976 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1781.15
CPU time (s): 1800.6
CPU user time (s): 1798.94
CPU system time (s): 1.66275
CPU usage (%): 101.092
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.66275
maximum resident set size= 626544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31253
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53223
involuntary context switches= 58584

runsolver used 6.06108 second user time and 15.2347 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 16:38:14
IDJOB=3709713
IDBENCH=1413
IDSOLVER=2289
FILE ID=node125/3709713-1338129494
RUNJOBID= node125-1338125514-32136
PBS_JOBID= 14624515
Free space on /tmp= 71260 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-chnl30_35_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-3709713-1338129494/watcher-3709713-1338129494 -o /tmp/evaluation-result-3709713-1338129494/solver-3709713-1338129494 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709713-1338129494.opb

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

MD5SUM BENCH= 55203b98fb707e386dea9ef4475d45f9
RANDOM SEED=1623170627

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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		: 2666.373
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:       32873648 kB
MemFree:        28782100 kB
Buffers:          446608 kB
Cached:          2424304 kB
SwapCached:         2308 kB
Active:          1755132 kB
Inactive:        1494992 kB
Active(anon):     370836 kB
Inactive(anon):     9556 kB
Active(file):    1384296 kB
Inactive(file):  1485436 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:        382980 kB
Mapped:            22448 kB
Shmem:               104 kB
Slab:             703012 kB
SReclaimable:     146840 kB
SUnreclaim:       556172 kB
KernelStack:        1600 kB
PageTables:         4584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71256 MiB
End job on node125 at 2012-05-27 17:07:57