Trace number 3732741

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.15 902.942

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-1.opb
MD5SUM5a9e4c8983ff8fc3ce01109a5c224dd2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13453
Number of constraints which are clauses13453
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.06	c See www.sat4j.org for details.
0.02/0.07	c version 2.2.0.v20100531
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		1349517296
0.02/0.07	c Max memory 		1356595200
0.02/0.07	c Total memory 		1356595200
0.02/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3732741-1338740429.opb
0.11/0.10	c reading problem ... 
0.77/0.43	c ... done. Wall clock time 0.329s.
0.77/0.43	c #vars     6352
0.77/0.43	c #constraints  13321
0.77/0.43	c constraints type 
0.77/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6982
0.77/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6057
0.77/0.43	c constraints type 
0.77/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6057
0.77/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6982
7.32/3.38	c cleaning 2500 clauses out of 5000 with flag 5000/5000
15.35/7.22	c cleaning 4247 clauses out of 8500 with flag 11000/11000
20.33/9.71	c cleaning 0 clauses out of 5001 with flag 0/5001
25.72/12.31	c cleaning 5621 clauses out of 11253 with flag 18000/18000
37.72/18.24	c cleaning 6810 clauses out of 13632 with flag 26000/26000
43.75/21.25	c cleaning 0 clauses out of 11000 with flag 0/11000
52.33/25.55	c cleaning 7905 clauses out of 15823 with flag 35001/35001
70.70/34.77	c cleaning 8955 clauses out of 17919 with flag 45002/45002
72.66/35.72	c cleaning 0 clauses out of 18000 with flag 0/18000
92.64/45.74	c cleaning 9975 clauses out of 19964 with flag 56002/56002
106.02/52.46	c cleaning 0 clauses out of 26000 with flag 0/26000
118.99/58.91	c cleaning 10984 clauses out of 21987 with flag 68000/68000
145.77/72.33	c cleaning 0 clauses out of 35000 with flag 0/35000
149.55/74.20	c cleaning 11992 clauses out of 24002 with flag 81000/81000
184.57/91.76	c cleaning 12999 clauses out of 26011 with flag 95001/95001
193.77/96.35	c cleaning 0 clauses out of 45001 with flag 0/45001
221.32/110.10	c cleaning 13500 clauses out of 27012 with flag 109001/109001
246.30/122.66	c cleaning 0 clauses out of 56002 with flag 0/56002
257.87/128.44	c cleaning 13750 clauses out of 27512 with flag 123001/123001
289.86/144.43	c cleaning 13873 clauses out of 27762 with flag 137001/137001
305.21/152.13	c cleaning 0 clauses out of 68001 with flag 0/68001
310.77/154.92	c cleaning 13939 clauses out of 27889 with flag 151001/151001
330.75/164.91	c cleaning 13968 clauses out of 27950 with flag 165001/165001
350.90/175.04	c cleaning 13985 clauses out of 27983 with flag 179002/179002
371.26/185.21	c cleaning 13994 clauses out of 27997 with flag 193001/193001
375.61/187.49	c cleaning 0 clauses out of 81001 with flag 0/81001
392.19/195.80	c cleaning 13994 clauses out of 28002 with flag 207000/207000
413.14/206.29	c cleaning 14000 clauses out of 28009 with flag 221001/221001
434.90/217.10	c cleaning 13995 clauses out of 28009 with flag 235001/235001
456.48/227.96	c cleaning 14002 clauses out of 28013 with flag 249000/249000
463.44/231.44	c cleaning 0 clauses out of 95000 with flag 0/95000
478.21/238.84	c cleaning 13999 clauses out of 28011 with flag 263000/263000
500.16/249.87	c cleaning 13999 clauses out of 28012 with flag 277000/277000
521.73/260.66	c cleaning 14000 clauses out of 28013 with flag 291000/291000
543.50/271.51	c cleaning 14003 clauses out of 28014 with flag 305001/305001
562.86/281.20	c cleaning 0 clauses out of 109000 with flag 0/109000
564.99/282.30	c cleaning 13995 clauses out of 28010 with flag 319000/319000
583.15/291.47	c cleaning 14004 clauses out of 28017 with flag 333002/333002
599.89/299.85	c cleaning 13998 clauses out of 28012 with flag 347001/347001
617.25/308.54	c cleaning 13999 clauses out of 28013 with flag 361000/361000
634.97/317.43	c cleaning 14003 clauses out of 28014 with flag 375000/375000
652.72/326.35	c cleaning 13994 clauses out of 28011 with flag 389000/389000
669.87/334.93	c cleaning 14003 clauses out of 28018 with flag 403001/403001
677.21/338.62	c cleaning 0 clauses out of 123000 with flag 0/123000
687.33/343.78	c cleaning 14000 clauses out of 28016 with flag 417002/417002
705.51/352.80	c cleaning 14002 clauses out of 28015 with flag 431001/431001
723.27/361.77	c cleaning 13998 clauses out of 28012 with flag 445000/445000
741.83/371.09	c cleaning 14003 clauses out of 28015 with flag 459001/459001
760.76/380.54	c cleaning 14001 clauses out of 28012 with flag 473001/473001
776.47/388.46	c cleaning 0 clauses out of 137001 with flag 0/137001
779.20/389.82	c cleaning 14000 clauses out of 28010 with flag 487000/487000
797.52/399.04	c cleaning 13998 clauses out of 28010 with flag 501000/501000
816.04/408.33	c cleaning 14000 clauses out of 28013 with flag 515001/515001
834.59/417.61	c cleaning 13999 clauses out of 28012 with flag 529000/529000
853.76/427.23	c cleaning 13998 clauses out of 28013 with flag 543000/543000
856.93/428.86	c cleaning 0 clauses out of 151001 with flag 0/151001
873.46/437.15	c cleaning 14000 clauses out of 28015 with flag 557000/557000
893.22/447.09	c cleaning 13999 clauses out of 28016 with flag 571001/571001
912.96/456.93	c cleaning 14001 clauses out of 28018 with flag 585002/585002
930.92/465.91	c cleaning 14003 clauses out of 28015 with flag 599000/599000
941.42/471.21	c cleaning 0 clauses out of 165001 with flag 0/165001
948.74/474.96	c cleaning 14003 clauses out of 28013 with flag 613001/613001
967.48/484.37	c cleaning 13998 clauses out of 28010 with flag 627001/627001
986.01/493.66	c cleaning 13995 clauses out of 28011 with flag 641000/641000
1004.53/502.95	c cleaning 14004 clauses out of 28017 with flag 655001/655001
1023.68/512.60	c cleaning 13997 clauses out of 28013 with flag 669001/669001
1035.81/518.67	c cleaning 0 clauses out of 179000 with flag 0/179000
1043.15/522.35	c cleaning 14000 clauses out of 28015 with flag 683000/683000
1062.84/532.20	c cleaning 14001 clauses out of 28016 with flag 697001/697001
1082.63/542.17	c cleaning 14002 clauses out of 28016 with flag 711002/711002
1102.20/551.91	c cleaning 14000 clauses out of 28012 with flag 725000/725000
1121.34/561.53	c cleaning 14001 clauses out of 28013 with flag 739001/739001
1128.42/565.18	c cleaning 0 clauses out of 193000 with flag 0/193000
1140.56/571.25	c cleaning 14001 clauses out of 28011 with flag 753000/753000
1160.28/581.11	c cleaning 13996 clauses out of 28010 with flag 767000/767000
1179.61/590.87	c cleaning 14000 clauses out of 28015 with flag 781001/781001
1199.09/600.68	c cleaning 13998 clauses out of 28015 with flag 795001/795001
1217.58/609.95	c cleaning 0 clauses out of 207000 with flag 0/207000
1218.90/610.62	c cleaning 14003 clauses out of 28016 with flag 809000/809000
1238.42/620.47	c cleaning 13998 clauses out of 28014 with flag 823001/823001
1258.49/630.56	c cleaning 13999 clauses out of 28017 with flag 837002/837002
1278.63/640.62	c cleaning 13997 clauses out of 28017 with flag 851001/851001
1299.17/650.90	c cleaning 14004 clauses out of 28020 with flag 865001/865001
1313.89/658.31	c cleaning 0 clauses out of 221001 with flag 0/221001
1320.17/661.55	c cleaning 13997 clauses out of 28015 with flag 879000/879000
1340.68/671.81	c cleaning 14001 clauses out of 28018 with flag 893000/893000
1361.22/682.16	c cleaning 14000 clauses out of 28018 with flag 907001/907001
1381.74/692.49	c cleaning 14003 clauses out of 28017 with flag 921000/921000
1403.02/703.14	c cleaning 14002 clauses out of 28015 with flag 935001/935001
1412.53/707.94	c cleaning 0 clauses out of 235000 with flag 0/235000
1423.64/713.52	c cleaning 13998 clauses out of 28012 with flag 949000/949000
1444.38/723.99	c cleaning 14002 clauses out of 28015 with flag 963001/963001
1465.26/734.44	c cleaning 13998 clauses out of 28013 with flag 977001/977001
1478.78/741.21	c cleaning 0 clauses out of 249000 with flag 0/249000
1486.30/745.03	c cleaning 13997 clauses out of 28015 with flag 991001/991001
1507.44/755.66	c cleaning 14001 clauses out of 28017 with flag 1005000/1005000
1528.72/766.36	c cleaning 14004 clauses out of 28016 with flag 1019000/1019000
1550.05/777.01	c cleaning 13996 clauses out of 28012 with flag 1033000/1033000
1551.75/777.93	c cleaning 0 clauses out of 263000 with flag 0/263000
1571.46/787.80	c cleaning 13998 clauses out of 28016 with flag 1047000/1047000
1592.74/798.50	c cleaning 13997 clauses out of 28018 with flag 1061000/1061000
1608.65/806.57	c cleaning 0 clauses out of 277000 with flag 0/277000
1613.74/809.19	c cleaning 13999 clauses out of 28022 with flag 1075001/1075001
1635.45/820.01	c cleaning 14000 clauses out of 28022 with flag 1089000/1089000
1657.30/831.08	c cleaning 14000 clauses out of 28022 with flag 1103000/1103000
1670.19/837.58	c cleaning 0 clauses out of 291000 with flag 0/291000
1679.30/842.12	c cleaning 14004 clauses out of 28022 with flag 1117000/1117000
1700.80/852.98	c cleaning 13999 clauses out of 28019 with flag 1131001/1131001
1723.07/864.10	c cleaning 13997 clauses out of 28020 with flag 1145001/1145001
1731.56/868.46	c cleaning 0 clauses out of 305000 with flag 0/305000
1745.46/875.50	c cleaning 14005 clauses out of 28022 with flag 1159000/1159000
1768.16/886.80	c cleaning 14000 clauses out of 28017 with flag 1173000/1173000
1790.02/897.85	c cleaning 14002 clauses out of 28017 with flag 1187000/1187000
1800.15/902.91	c starts		: 190
1800.15/902.91	c conflicts		: 1193691
1800.15/902.91	c decisions		: 1225202
1800.15/902.91	c propagations		: 1950767563
1800.15/902.91	c inspects		: 9773077200
1800.15/902.91	c learnt literals	: 1
1800.15/902.91	c learnt binary clauses	: 54
1800.15/902.91	c learnt ternary clauses	: 54
1800.15/902.91	c learnt clauses	: 1193689
1800.15/902.91	c ignored clauses	: 0
1800.15/902.91	c root simplifications	: 0
1800.15/902.91	c removed literals (reason simplification)	: 9945995
1800.15/902.91	c reason swapping (by a shorter reason)	: 0
1800.15/902.91	c Calls to reduceDB	: 88
1800.15/902.91	c number of reductions to clauses (during analyze)	: 0
1800.15/902.91	c number of learned constraints concerned by reduction	: 0
1800.15/902.91	c number of learning phase by resolution	: 0
1800.15/902.91	c number of learning phase by cutting planes	: 0
1800.15/902.91	c speed (assignments/second)	: 2161568.2620518175
1800.15/902.91	c non guided choices	0
1800.15/902.92	c learnt constraints type 
1800.15/902.92	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 20663
1800.15/902.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 54
1800.15/902.92	c constraints type 
1800.15/902.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6982
1800.15/902.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6057
1800.15/902.92	c constraints type 
1800.15/902.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6057
1800.15/902.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6982
1800.15/902.92	s UNKNOWN
1800.15/902.92	c Total wall clock time (in seconds): 902.823

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-3732741-1338740429/watcher-3732741-1338740429 -o /tmp/evaluation-result-3732741-1338740429/solver-3732741-1338740429 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732741-1338740429.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: 3.26 3.39 3.44 3/196 29691
/proc/meminfo: memFree=26156356/32873624 swapFree=7112/7112
[pid=29691] ppid=29689 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/29691/stat : 29691 (java) R 29689 29691 21196 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 340168415 23793664 714 33554432000 1073741824 1073778376 140735770484640 140735770473704 227503290448 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29691/statm: 5809 714 528 9 0 128 0

[startup+0.034758 s]
/proc/loadavg: 3.26 3.39 3.44 3/196 29691
/proc/meminfo: memFree=26156356/32873624 swapFree=7112/7112
[pid=29691] ppid=29689 vsize=2367080 CPUtime=0.02 cores=0,2,4,6
/proc/29691/stat : 29691 (java) S 29689 29691 21196 0 -1 4202496 3747 0 1 0 2 0 0 0 20 0 13 0 340168415 2423889920 4444 33554432000 1073741824 1073778376 140735770484640 140735770475776 227515859005 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29691/statm: 591770 4444 1683 9 0 582471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100205 s]
/proc/loadavg: 3.26 3.39 3.44 3/196 29691
/proc/meminfo: memFree=26156356/32873624 swapFree=7112/7112
[pid=29691] ppid=29689 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/29691/stat : 29691 (java) S 29689 29691 21196 0 -1 4202496 4894 0 1 0 10 1 0 0 20 0 18 0 340168415 2764726272 6059 33554432000 1073741824 1073778376 140735770484640 140735770475776 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29691/statm: 674982 6059 2138 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300226 s]
/proc/loadavg: 3.26 3.39 3.44 3/196 29691
/proc/meminfo: memFree=26156356/32873624 swapFree=7112/7112
[pid=29691] ppid=29689 vsize=2699928 CPUtime=0.51 cores=0,2,4,6
/proc/29691/stat : 29691 (java) S 29689 29691 21196 0 -1 4202496 6019 0 1 0 50 1 0 0 20 0 18 0 340168415 2764726272 9349 33554432000 1073741824 1073778376 140735770484640 140735770475776 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29691/statm: 674982 9349 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700172 s]
/proc/loadavg: 3.26 3.39 3.44 3/196 29691
/proc/meminfo: memFree=26156356/32873624 swapFree=7112/7112
[pid=29691] ppid=29689 vsize=2966184 CPUtime=1.87 cores=0,2,4,6
/proc/29691/stat : 29691 (java) S 29689 29691 21196 0 -1 4202496 12165 0 1 0 184 3 0 0 20 0 22 0 340168415 3037372416 24368 33554432000 1073741824 1073778376 140735770484640 140735770475776 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29691/statm: 741546 24368 2260 9 0 732240 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 2966184

[startup+1.50076 s]
/proc/loadavg: 3.26 3.39 3.44 5/218 29713
/proc/meminfo: memFree=26007980/32873624 swapFree=7112/7112
[pid=29691] ppid=29689 vsize=2966184 CPUtime=3.68 cores=0,2,4,6
/proc/29691/stat : 29691 (java) S 29689 29691 21196 0 -1 4202496 12475 0 1 0 363 5 0 0 20 0 22 0 340168415 3037372416 63825 33554432000 1073741824 1073778376 140735770484640 140735770475776 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29691/statm: 741546 63825 2261 9 0 732240 0
[pid=29691/tid=29693] ppid=29689 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/29691/task/29693/stat : 29693 (java) S 29689 29691 21196 0 -1 4202560 2871 0 1 0 39 2 0 0 20 0 22 0 340168415 3037372416 63825 33554432000 1073741824 1073778376 140735770484640 140153909654680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29694] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29694/stat : 29694 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 63825 33554432000 1073741824 1073778376 140735770484640 140153775450792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29695] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29695/stat : 29695 (java) S 29689 29691 21196 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 63825 33554432000 1073741824 1073778376 140735770484640 140153774398248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29696] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29696/stat : 29696 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 63825 33554432000 1073741824 1073778376 140735770484640 140153773345704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29691/tid=29697] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29697/stat : 29697 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153772293160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29698] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29698/stat : 29698 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153771239592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29699] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29699/stat : 29699 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153770187048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29700] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29700/stat : 29700 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153769134504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29701] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29701/stat : 29701 (java) S 29689 29691 21196 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153768081960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29702] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29702/stat : 29702 (java) S 29689 29691 21196 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340168417 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153755884136 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29703] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29703/stat : 29703 (java) S 29689 29691 21196 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340168418 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153754830456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29704] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29704/stat : 29704 (java) S 29689 29691 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340168418 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153753777800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29705] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29705/stat : 29705 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168420 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153752726544 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29706] ppid=29689 vsize=2966184 CPUtime=0.56 cores=0,2,4,6
/proc/29691/task/29706/stat : 29706 (java) S 29689 29691 21196 0 -1 4202560 3662 0 0 0 56 0 0 0 20 0 22 0 340168420 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153751672888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29707] ppid=29689 vsize=2966184 CPUtime=0.55 cores=0,2,4,6
/proc/29691/task/29707/stat : 29707 (java) S 29689 29691 21196 0 -1 4202560 4559 0 0 0 55 0 0 0 20 0 22 0 340168420 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153750620344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29708] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29708/stat : 29708 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168420 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153749567992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29709] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29709/stat : 29709 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168420 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153748515656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29710] ppid=29689 vsize=2966184 CPUtime=1.04 cores=0,2,4,6
/proc/29691/task/29710/stat : 29710 (java) R 29689 29691 21196 0 -1 4202560 26 0 0 0 104 0 0 0 20 0 22 0 340168458 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153747460648 140153850125957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29711] ppid=29689 vsize=2966184 CPUtime=1.03 cores=0,2,4,6
/proc/29691/task/29711/stat : 29711 (java) R 29689 29691 21196 0 -1 4202560 155 0 0 0 101 2 0 0 20 0 22 0 340168458 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153746408168 140153850229224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29712] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29712/stat : 29712 (java) S 29689 29691 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340168468 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153745356328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29713] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29713/stat : 29713 (java) S 29689 29691 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340168468 3037372416 64337 33554432000 1073741824 1073778376 140735770484640 140153744303784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 2966184

[startup+3.1007 s]
/proc/loadavg: 3.24 3.38 3.43 7/218 29713
/proc/meminfo: memFree=25780032/32873624 swapFree=7112/7112
[pid=29691] ppid=29689 vsize=2966184 CPUtime=6.91 cores=0,2,4,6
/proc/29691/stat : 29691 (java) S 29689 29691 21196 0 -1 4202496 12739 0 1 0 684 7 0 0 20 0 22 0 340168415 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140735770475776 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29691/statm: 741546 96621 2273 9 0 732240 0
[pid=29691/tid=29693] ppid=29689 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/29691/task/29693/stat : 29693 (java) S 29689 29691 21196 0 -1 4202560 2871 0 1 0 39 2 0 0 20 0 22 0 340168415 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153909654680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29694] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29694/stat : 29694 (java) S 29689 29691 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153775450792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29695] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29695/stat : 29695 (java) S 29689 29691 21196 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153774398248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29691/tid=29696] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29696/stat : 29696 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153773345704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29691/tid=29697] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29697/stat : 29697 (java) S 29689 29691 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153772293160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29698] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29698/stat : 29698 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153771239592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29699] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29699/stat : 29699 (java) S 29689 29691 21196 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153770187048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29700] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29700/stat : 29700 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153769134504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29701] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29701/stat : 29701 (java) S 29689 29691 21196 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153768081960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29702] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29702/stat : 29702 (java) S 29689 29691 21196 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340168417 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153755884136 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29703] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29703/stat : 29703 (java) S 29689 29691 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340168418 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153754830456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29704] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29704/stat : 29704 (java) S 29689 29691 21196 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340168418 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153753777800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29705] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29705/stat : 29705 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168420 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153752726544 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29706] ppid=29689 vsize=2966184 CPUtime=0.56 cores=0,2,4,6
/proc/29691/task/29706/stat : 29706 (java) S 29689 29691 21196 0 -1 4202560 3662 0 0 0 56 0 0 0 20 0 22 0 340168420 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153751672888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29707] ppid=29689 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/29691/task/29707/stat : 29707 (java) S 29689 29691 21196 0 -1 4202560 4726 0 0 0 59 0 0 0 20 0 22 0 340168420 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153750620344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29708] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29708/stat : 29708 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168420 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153749567992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29709] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29709/stat : 29709 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168420 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153748515656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29710] ppid=29689 vsize=2966184 CPUtime=2.62 cores=0,2,4,6
/proc/29691/task/29710/stat : 29710 (java) R 29689 29691 21196 0 -1 4202560 28 0 0 0 262 0 0 0 20 0 22 0 340168458 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153747461128 140153850124839 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29711] ppid=29689 vsize=2966184 CPUtime=2.61 cores=0,2,4,6
/proc/29691/task/29711/stat : 29711 (java) R 29689 29691 21196 0 -1 4202560 216 0 0 0 257 4 0 0 20 0 22 0 340168458 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153746407208 140153850201696 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29691/tid=29712] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29712/stat : 29712 (java) S 29689 29691 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340168468 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153745356328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29713] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29713/stat : 29713 (java) S 29689 29691 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340168468 3037372416 96621 33554432000 1073741824 1073778376 140735770484640 140153744303784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 2966184

[startup+6.30072 s]
/proc/loadavg: 3.24 3.38 3.43 5/218 29713
/proc/meminfo: memFree=25754340/32873624 swapFree=7112/7112
[pid=29691] ppid=29689 vsize=2966184 CPUtime=13.54 cores=0,2,4,6
/proc/29691/stat : 29691 (java) S 29689 29691 21196 0 -1 4202496 13602 0 1 0 1345 9 0 0 20 0 22 0 340168415 3037372416 102333 33554432000 1073741824 1073778376 140735770484640 140735770475776 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29691/statm: 741546 102333 2285 9 0 732240 0
[pid=29691/tid=29693] ppid=29689 vsize=2966184 CPUtime=0.41 cores=0,2,4,6
/proc/29691/task/29693/stat : 29693 (java) S 29689 29691 21196 0 -1 4202560 2871 0 1 0 39 2 0 0 20 0 22 0 340168415 3037372416 102333 33554432000 1073741824 1073778376 140735770484640 140153909654680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29694] ppid=29689 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/29691/task/29694/stat : 29694 (java) S 29689 29691 21196 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 340168416 3037372416 102333 33554432000 1073741824 1073778376 140735770484640 140153775450792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29695] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29695/stat : 29695 (java) S 29689 29691 21196 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 102333 33554432000 1073741824 1073778376 140735770484640 140153774398248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29696] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29696/stat : 29696 (java) S 29689 29691 21196 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 102333 33554432000 1073741824 1073778376 140735770484640 140153773345704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29691/tid=29697] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29697/stat : 29697 (java) S 29689 29691 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 102333 33554432000 1073741824 1073778376 140735770484640 140153772293160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29698] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29698/stat : 29698 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 102333 33554432000 1073741824 1073778376 140735770484640 140153771239592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29699] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29699/stat : 29699 (java) S 29689 29691 21196 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 102333 33554432000 1073741824 1073778376 140735770484640 140153770187048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29700] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29700/stat : 29700 (java) S 29689 29691 21196 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 102333 33554432000 1073741824 1073778376 140735770484640 140153769134504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29701] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29701/stat : 29701 (java) S 29689 29691 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340168416 3037372416 102333 33554432000 1073741824 1073778376 140735770484640 140153768081960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29702] ppid=29689 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/29691/task/29702/stat : 29702 (java) S 29689 29691 21196 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 22 0 340168417 3037372416 102333 33554432000 1073741824 1073778376 140735770484640 140153755884136 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29703] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29703/stat : 29703 (java) S 29689 29691 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340168418 3037372416 102333 33554432000 1073741824 1073778376 140735770484640 140153754830456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29704] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29704/stat : 29704 (java) S 29689 29691 21196 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340168418 3037372416 102333 33554432000 1073741824 1073778376 140735770484640 140153753777800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29705] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29705/stat : 29705 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168420 3037372416 102333 33554432000 1073741824 1073778376 140735770484640 140153752726544 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29706] ppid=29689 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/29691/task/29706/stat : 29706 (java) S 29689 29691 21196 0 -1 4202560 4461 0 0 0 76 0 0 0 20 0 22 0 340168420 3037372416 102333 33554432000 1073741824 1073778376 140735770484640 140153751672888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/29691/statm: 741546 159978 2286 9 0 732240 0
[pid=29691/tid=29693] ppid=29689 vsize=2966184 CPUtime=0.43 cores=0,2,4,6
/proc/29691/task/29693/stat : 29693 (java) S 29689 29691 21196 0 -1 4202560 2875 0 1 0 41 2 0 0 20 0 22 0 340168415 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153909654680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29694] ppid=29689 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/29691/task/29694/stat : 29694 (java) S 29689 29691 21196 0 -1 4202560 84 0 0 0 76 2 0 0 20 0 22 0 340168416 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153775450792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29695] ppid=29689 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/29691/task/29695/stat : 29695 (java) S 29689 29691 21196 0 -1 4202560 105 0 0 0 74 2 0 0 20 0 22 0 340168416 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153774398248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29691/tid=29696] ppid=29689 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/29691/task/29696/stat : 29696 (java) S 29689 29691 21196 0 -1 4202560 67 0 0 0 76 2 0 0 20 0 22 0 340168416 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153773345704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29697] ppid=29689 vsize=2966184 CPUtime=0.82 cores=0,2,4,6
/proc/29691/task/29697/stat : 29697 (java) S 29689 29691 21196 0 -1 4202560 87 0 0 0 80 2 0 0 20 0 22 0 340168416 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153772293160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29698] ppid=29689 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/29691/task/29698/stat : 29698 (java) S 29689 29691 21196 0 -1 4202560 60 0 0 0 81 3 0 0 20 0 22 0 340168416 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153771239592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29691/tid=29699] ppid=29689 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/29691/task/29699/stat : 29699 (java) S 29689 29691 21196 0 -1 4202560 86 0 0 0 76 4 0 0 20 0 22 0 340168416 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153770187048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29700] ppid=29689 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/29691/task/29700/stat : 29700 (java) S 29689 29691 21196 0 -1 4202560 70 0 0 0 73 3 0 0 20 0 22 0 340168416 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153769134504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29701] ppid=29689 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/29691/task/29701/stat : 29701 (java) S 29689 29691 21196 0 -1 4202560 64 0 0 0 77 3 0 0 20 0 22 0 340168416 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153768081960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29702] ppid=29689 vsize=2966184 CPUtime=8.98 cores=0,2,4,6
/proc/29691/task/29702/stat : 29702 (java) S 29689 29691 21196 0 -1 4202560 117 0 0 0 886 12 0 0 20 0 22 0 340168417 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153755884136 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29703] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29703/stat : 29703 (java) S 29689 29691 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340168418 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153754830456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29704] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29704/stat : 29704 (java) S 29689 29691 21196 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340168418 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153753777800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29705] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29705/stat : 29705 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168420 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153752726544 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29706] ppid=29689 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/29691/task/29706/stat : 29706 (java) S 29689 29691 21196 0 -1 4202560 4482 0 0 0 100 0 0 0 20 0 22 0 340168420 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153751672888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29707] ppid=29689 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/29691/task/29707/stat : 29707 (java) S 29689 29691 21196 0 -1 4202560 9736 0 0 0 103 2 0 0 20 0 22 0 340168420 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153750620344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29708] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29708/stat : 29708 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168420 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153749567992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29709] ppid=29689 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/29691/task/29709/stat : 29709 (java) S 29689 29691 21196 0 -1 4202560 51 0 0 0 13 14 0 0 20 0 22 0 340168420 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153748515656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29710] ppid=29689 vsize=2966184 CPUtime=868.31 cores=0,2,4,6
/proc/29691/task/29710/stat : 29710 (java) R 29689 29691 21196 0 -1 4202560 246 0 0 0 86816 15 0 0 20 0 22 0 340168458 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153747459744 140153849843179 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29711] ppid=29689 vsize=2966184 CPUtime=868.37 cores=0,2,4,6
/proc/29691/task/29711/stat : 29711 (java) R 29689 29691 21196 0 -1 4202560 370 0 0 0 86818 19 0 0 20 0 22 0 340168458 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153746406352 140153850232648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29712] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29712/stat : 29712 (java) S 29689 29691 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340168468 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153745356328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29713] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29713/stat : 29713 (java) S 29689 29691 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340168468 3037372416 159978 33554432000 1073741824 1073778376 140735770484640 140153744303784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1759.14
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.901 s]
/proc/loadavg: 3.90 3.80 3.65 6/217 29875
/proc/meminfo: memFree=25513204/32873624 swapFree=7112/7112
[pid=29691] ppid=29689 vsize=2966184 CPUtime=1800.15 cores=0,2,4,6
/proc/29691/stat : 29691 (java) S 29689 29691 21196 0 -1 4202496 19703 0 1 0 179951 64 0 0 20 0 22 0 340168415 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140735770475776 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29691/statm: 741546 160493 2286 9 0 732240 0
[pid=29691/tid=29693] ppid=29689 vsize=2966184 CPUtime=0.43 cores=0,2,4,6
/proc/29691/task/29693/stat : 29693 (java) S 29689 29691 21196 0 -1 4202560 2876 0 1 0 41 2 0 0 20 0 22 0 340168415 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153909654680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29694] ppid=29689 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/29691/task/29694/stat : 29694 (java) S 29689 29691 21196 0 -1 4202560 85 0 0 0 79 2 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153775450792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29695] ppid=29689 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/29691/task/29695/stat : 29695 (java) S 29689 29691 21196 0 -1 4202560 106 0 0 0 77 2 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153774398248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29696] ppid=29689 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/29691/task/29696/stat : 29696 (java) S 29689 29691 21196 0 -1 4202560 70 0 0 0 79 2 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153773345704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29697] ppid=29689 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/29691/task/29697/stat : 29697 (java) S 29689 29691 21196 0 -1 4202560 88 0 0 0 83 3 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153772293160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29691/tid=29698] ppid=29689 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/29691/task/29698/stat : 29698 (java) S 29689 29691 21196 0 -1 4202560 60 0 0 0 83 3 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153771239592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29691/tid=29699] ppid=29689 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/29691/task/29699/stat : 29699 (java) S 29689 29691 21196 0 -1 4202560 86 0 0 0 79 4 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153770187048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29700] ppid=29689 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/29691/task/29700/stat : 29700 (java) S 29689 29691 21196 0 -1 4202560 70 0 0 0 76 3 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153769134504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29701] ppid=29689 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/29691/task/29701/stat : 29701 (java) S 29689 29691 21196 0 -1 4202560 64 0 0 0 81 3 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153768081960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29702] ppid=29689 vsize=2966184 CPUtime=9.29 cores=0,2,4,6
/proc/29691/task/29702/stat : 29702 (java) S 29689 29691 21196 0 -1 4202560 117 0 0 0 917 12 0 0 20 0 22 0 340168417 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153755884136 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29703] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29703/stat : 29703 (java) S 29689 29691 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340168418 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153754830456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29704] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29704/stat : 29704 (java) S 29689 29691 21196 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340168418 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153753777800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29705] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29705/stat : 29705 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168420 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153752726544 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29706] ppid=29689 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/29691/task/29706/stat : 29706 (java) S 29689 29691 21196 0 -1 4202560 4482 0 0 0 100 0 0 0 20 0 22 0 340168420 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153751672888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29707] ppid=29689 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/29691/task/29707/stat : 29707 (java) S 29689 29691 21196 0 -1 4202560 9736 0 0 0 103 2 0 0 20 0 22 0 340168420 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153750620344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29708] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29708/stat : 29708 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168420 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153749567992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29709] ppid=29689 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/29691/task/29709/stat : 29709 (java) S 29689 29691 21196 0 -1 4202560 51 0 0 0 14 14 0 0 20 0 22 0 340168420 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153748515656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29710] ppid=29689 vsize=2966184 CPUtime=888.49 cores=0,2,4,6
/proc/29691/task/29710/stat : 29710 (java) R 29689 29691 21196 0 -1 4202560 252 0 0 0 88834 15 0 0 20 0 22 0 340168458 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153747459744 140153849612125 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29711] ppid=29689 vsize=2966184 CPUtime=888.54 cores=0,2,4,6
/proc/29691/task/29711/stat : 29711 (java) R 29689 29691 21196 0 -1 4202560 370 0 0 0 88835 19 0 0 20 0 22 0 340168458 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153746406416 140153849875737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29712] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29712/stat : 29712 (java) S 29689 29691 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340168468 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153745356328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29713] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29713/stat : 29713 (java) S 29689 29691 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340168468 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153744303784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 2966184

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

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

[startup+902.901 s]
/proc/loadavg: 3.90 3.80 3.65 6/217 29875
/proc/meminfo: memFree=25513204/32873624 swapFree=7112/7112
[pid=29691] ppid=29689 vsize=2966184 CPUtime=1800.15 cores=0,2,4,6
/proc/29691/stat : 29691 (java) S 29689 29691 21196 0 -1 4202496 19703 0 1 0 179951 64 0 0 20 0 22 0 340168415 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140735770475776 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29691/statm: 741546 160493 2286 9 0 732240 0
[pid=29691/tid=29693] ppid=29689 vsize=2966184 CPUtime=0.43 cores=0,2,4,6
/proc/29691/task/29693/stat : 29693 (java) S 29689 29691 21196 0 -1 4202560 2876 0 1 0 41 2 0 0 20 0 22 0 340168415 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153909654680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29694] ppid=29689 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/29691/task/29694/stat : 29694 (java) S 29689 29691 21196 0 -1 4202560 85 0 0 0 79 2 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153775450792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29695] ppid=29689 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/29691/task/29695/stat : 29695 (java) S 29689 29691 21196 0 -1 4202560 106 0 0 0 77 2 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153774398248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29696] ppid=29689 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/29691/task/29696/stat : 29696 (java) S 29689 29691 21196 0 -1 4202560 70 0 0 0 79 2 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153773345704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29697] ppid=29689 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/29691/task/29697/stat : 29697 (java) S 29689 29691 21196 0 -1 4202560 88 0 0 0 83 3 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153772293160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29691/tid=29698] ppid=29689 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/29691/task/29698/stat : 29698 (java) S 29689 29691 21196 0 -1 4202560 60 0 0 0 83 3 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153771239592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29691/tid=29699] ppid=29689 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/29691/task/29699/stat : 29699 (java) S 29689 29691 21196 0 -1 4202560 86 0 0 0 79 4 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153770187048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29700] ppid=29689 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/29691/task/29700/stat : 29700 (java) S 29689 29691 21196 0 -1 4202560 70 0 0 0 76 3 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153769134504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29701] ppid=29689 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/29691/task/29701/stat : 29701 (java) S 29689 29691 21196 0 -1 4202560 64 0 0 0 81 3 0 0 20 0 22 0 340168416 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153768081960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29702] ppid=29689 vsize=2966184 CPUtime=9.29 cores=0,2,4,6
/proc/29691/task/29702/stat : 29702 (java) S 29689 29691 21196 0 -1 4202560 117 0 0 0 917 12 0 0 20 0 22 0 340168417 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153755884136 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29703] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29703/stat : 29703 (java) S 29689 29691 21196 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340168418 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153754830456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29704] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29704/stat : 29704 (java) S 29689 29691 21196 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340168418 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153753777800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29705] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29705/stat : 29705 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168420 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153752726544 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29691/tid=29706] ppid=29689 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/29691/task/29706/stat : 29706 (java) S 29689 29691 21196 0 -1 4202560 4482 0 0 0 100 0 0 0 20 0 22 0 340168420 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153751672888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29707] ppid=29689 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/29691/task/29707/stat : 29707 (java) S 29689 29691 21196 0 -1 4202560 9736 0 0 0 103 2 0 0 20 0 22 0 340168420 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153750620344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29708] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29708/stat : 29708 (java) S 29689 29691 21196 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340168420 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153749567992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29709] ppid=29689 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/29691/task/29709/stat : 29709 (java) S 29689 29691 21196 0 -1 4202560 51 0 0 0 14 14 0 0 20 0 22 0 340168420 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153748515656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29710] ppid=29689 vsize=2966184 CPUtime=888.49 cores=0,2,4,6
/proc/29691/task/29710/stat : 29710 (java) R 29689 29691 21196 0 -1 4202560 252 0 0 0 88834 15 0 0 20 0 22 0 340168458 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153747459744 140153849612125 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29691/tid=29711] ppid=29689 vsize=2966184 CPUtime=888.54 cores=0,2,4,6
/proc/29691/task/29711/stat : 29711 (java) R 29689 29691 21196 0 -1 4202560 370 0 0 0 88835 19 0 0 20 0 22 0 340168458 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153746406416 140153849875737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29712] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29712/stat : 29712 (java) S 29689 29691 21196 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340168468 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153745356328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29691/tid=29713] ppid=29689 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/29691/task/29713/stat : 29713 (java) S 29689 29691 21196 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340168468 3037372416 160493 33554432000 1073741824 1073778376 140735770484640 140153744303784 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 902.942
CPU time (s): 1800.15
CPU user time (s): 1799.51
CPU system time (s): 0.64
CPU usage (%): 199.365
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.01
system time used= 1.03184
maximum resident set size= 642096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19736
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30155
involuntary context switches= 34493

runsolver used 4.74128 second user time and 6.32404 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-03 18:20:30
IDJOB=3732741
IDBENCH=2208
IDSOLVER=2324
FILE ID=node121/3732741-1338740429
RUNJOBID= node121-1338736511-28118
PBS_JOBID= 14636757
Free space on /tmp= 71252 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732741-1338740429/watcher-3732741-1338740429 -o /tmp/evaluation-result-3732741-1338740429/solver-3732741-1338740429 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3732741-1338740429.opb

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

MD5SUM BENCH= 5a9e4c8983ff8fc3ce01109a5c224dd2
RANDOM SEED=542678805

node121.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.042
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.08
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.042
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.042
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		: 2667.042
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.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        26156728 kB
Buffers:          661160 kB
Cached:          4503736 kB
SwapCached:            0 kB
Active:          2523288 kB
Inactive:        3306884 kB
Active(anon):     652868 kB
Inactive(anon):    10760 kB
Active(file):    1870420 kB
Inactive(file):  3296124 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1012 kB
Writeback:             0 kB
AnonPages:        706964 kB
Mapped:            22356 kB
Shmem:               200 kB
Slab:             744328 kB
SReclaimable:     187568 kB
SUnreclaim:       556760 kB
KernelStack:        1784 kB
PageTables:         5848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1561972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 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= 71252 MiB
End job on node121 at 2012-06-03 18:35:34