Trace number 3710602

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.08 1798.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-3.opb
MD5SUM473e2cd0e31e48ba0932d7bd34857dd0
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 constraints13473
Number of constraints which are clauses13473
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.06/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.30	c See www.sat4j.org for details.
0.06/0.30	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.31	c version 2.3.2.v20120418
0.06/0.31	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.31	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.31	c java.vm.version	19.1-b02
0.06/0.31	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.31	c sun.arch.data.model	64
0.06/0.31	c java.version		1.6.0_24
0.06/0.31	c os.name		Linux
0.06/0.31	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.31	c os.arch		amd64
0.06/0.31	c Free memory 		501472288
0.06/0.31	c Max memory 		7480803328
0.06/0.31	c Total memory 		504102912
0.06/0.31	c Number of processors 	8
0.06/0.36	c read org.sat4j.minisat.orders.VarOrderHeap
0.06/0.36	c configuring ORDERS
0.06/0.36	c --- Begin Solver configuration ---
0.06/0.36	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.06/0.36	c Learn all clauses as in MiniSAT
0.06/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.06/0.36	c Expensive reason simplification
0.06/0.36	c Armin Biere (Picosat) restarts strategy
0.06/0.36	c Glucose learned constraints deletion strategy
0.06/0.36	c timeout=2147483s
0.06/0.36	c DB Simplification allowed=true
0.06/0.36	c Heuristics kept accross calls (keep the solver "hot")
0.06/0.36	c --- End Solver configuration ---
0.06/0.36	c solving HOME/instance-3710602-1338144817.opb
0.06/0.36	c reading problem ... 
0.59/0.64	c ... done. Wall clock time 0.281s.
0.59/0.64	c declared #vars     6352
0.59/0.64	c #constraints  13345
0.59/0.64	c constraints type 
0.59/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7030
0.59/0.64	c ignored satisfied constraints => 128
0.59/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6033
0.59/0.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
0.59/0.64	c 13473 constraints processed.
4.66/4.19	c cleaning 2501 clauses out of 5001 with flag 5001/5001
8.88/8.29	c cleaning 4249 clauses out of 8499 with flag 11000/11000
13.89/13.23	c cleaning 5621 clauses out of 11250 with flag 18000/18000
19.89/19.25	c cleaning 6814 clauses out of 13629 with flag 26000/26000
27.24/26.53	c cleaning 7905 clauses out of 15816 with flag 35001/35001
35.14/34.42	c cleaning 8951 clauses out of 17910 with flag 45000/45000
44.24/43.56	c cleaning 9978 clauses out of 19960 with flag 56001/56001
54.64/53.91	c cleaning 10990 clauses out of 21982 with flag 68001/68001
65.75/65.07	c cleaning 11991 clauses out of 23991 with flag 81000/81000
77.96/77.25	c cleaning 12997 clauses out of 26000 with flag 95000/95000
91.56/90.81	c cleaning 14000 clauses out of 28003 with flag 110000/110000
106.46/105.77	c cleaning 15000 clauses out of 30004 with flag 126001/126001
122.26/121.51	c cleaning 16000 clauses out of 32004 with flag 143001/143001
139.16/138.43	c cleaning 16997 clauses out of 34004 with flag 161001/161001
158.16/157.47	c cleaning 18002 clauses out of 36007 with flag 180001/180001
179.17/178.48	c cleaning 18999 clauses out of 38004 with flag 200000/200000
199.89/199.12	c cleaning 19999 clauses out of 40006 with flag 221001/221001
221.38/220.63	c cleaning 21003 clauses out of 42006 with flag 243000/243000
244.29/243.57	c cleaning 21998 clauses out of 44003 with flag 266000/266000
269.11/268.38	c cleaning 23001 clauses out of 46006 with flag 290001/290001
294.86/294.08	c cleaning 23999 clauses out of 48004 with flag 315000/315000
323.17/322.32	c cleaning 25003 clauses out of 50005 with flag 341000/341000
352.48/351.69	c cleaning 25997 clauses out of 52002 with flag 368000/368000
383.80/382.96	c cleaning 26997 clauses out of 54006 with flag 396001/396001
417.11/416.29	c cleaning 27999 clauses out of 56008 with flag 425000/425000
451.61/450.76	c cleaning 28999 clauses out of 58010 with flag 455001/455001
486.34/485.46	c cleaning 30001 clauses out of 60011 with flag 486001/486001
523.47/522.52	c cleaning 31000 clauses out of 62009 with flag 518000/518000
562.47/561.53	c cleaning 32003 clauses out of 64009 with flag 551000/551000
602.68/601.73	c cleaning 32999 clauses out of 66007 with flag 585001/585001
648.00/647.08	c cleaning 33998 clauses out of 68007 with flag 620000/620000
694.43/693.43	c cleaning 35003 clauses out of 70010 with flag 656001/656001
740.74/739.70	c cleaning 35997 clauses out of 72007 with flag 693001/693001
789.56/788.53	c cleaning 37002 clauses out of 74008 with flag 731001/731001
838.70/837.69	c cleaning 38001 clauses out of 76005 with flag 770000/770000
891.42/890.31	c cleaning 38999 clauses out of 78004 with flag 810000/810000
948.14/947.07	c cleaning 40000 clauses out of 80006 with flag 851001/851001
1007.16/1006.00	c cleaning 40999 clauses out of 82005 with flag 893000/893000
1073.57/1072.47	c cleaning 41997 clauses out of 84007 with flag 936001/936001
1136.52/1135.31	c cleaning 43002 clauses out of 86010 with flag 980001/980001
1203.34/1202.12	c cleaning 43997 clauses out of 88007 with flag 1025000/1025000
1272.55/1271.34	c cleaning 45001 clauses out of 90011 with flag 1071001/1071001
1344.48/1343.20	c cleaning 46004 clauses out of 92009 with flag 1118000/1118000
1408.81/1407.57	c cleaning 47000 clauses out of 94005 with flag 1166000/1166000
1451.64/1450.30	c cleaning 48000 clauses out of 96006 with flag 1215001/1215001
1498.06/1496.73	c cleaning 49000 clauses out of 98006 with flag 1265001/1265001
1547.47/1546.12	c cleaning 50000 clauses out of 100006 with flag 1316001/1316001
1599.33/1597.91	c cleaning 51003 clauses out of 102006 with flag 1368001/1368001
1651.15/1649.75	c cleaning 51994 clauses out of 104002 with flag 1421000/1421000
1702.57/1701.16	c cleaning 53005 clauses out of 106009 with flag 1475001/1475001
1731.08/1729.67	c cleaning 54002 clauses out of 108005 with flag 1530002/1530002
1759.42/1757.94	c cleaning 54997 clauses out of 110001 with flag 1586000/1586000
1789.33/1787.85	c cleaning 55998 clauses out of 112004 with flag 1643000/1643000
1800.08/1798.51	c starts		: 209
1800.08/1798.51	c conflicts		: 1666034
1800.08/1798.51	c decisions		: 1693349
1800.08/1798.51	c propagations		: 3796800217
1800.08/1798.51	c inspects		: 25918793951
1800.08/1798.51	c shortcuts		: 0
1800.08/1798.51	c learnt literals	: 1
1800.08/1798.51	c learnt binary clauses	: 89
1800.08/1798.51	c learnt ternary clauses	: 45
1800.08/1798.51	c learnt constraints	: 1666034
1800.08/1798.51	c ignored constraints	: 0
1800.08/1798.51	c root simplifications	: 210
1800.08/1798.51	c removed literals (reason simplification)	: 21601370
1800.08/1798.51	c reason swapping (by a shorter reason)	: 0
1800.08/1798.51	c Calls to reduceDB	: 53
1800.08/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.51	c number of learned constraints concerned by reduction	: 0
1800.08/1798.52	c number of learning phase by resolution	: 0
1800.08/1798.52	c number of learning phase by cutting planes	: 0
1800.08/1798.52	c speed (assignments/second)	: 2111852.8629132286
1800.08/1798.52	c non guided choices	85
1800.08/1798.54	c learnt constraints type 
1800.08/1798.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 88
1800.08/1798.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 78988
1800.08/1798.54	c constraints type 
1800.08/1798.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7030
1800.08/1798.54	c ignored satisfied constraints => 128
1800.08/1798.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6033
1800.08/1798.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
1800.08/1798.54	c 13473 constraints processed.
1800.08/1798.54	s UNKNOWN
1800.08/1798.54	c Total wall clock time (in seconds): 1798.179

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

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

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


[startup+0 s]
/proc/loadavg: 0.85 0.95 1.22 2/176 4692
/proc/meminfo: memFree=31730964/32873648 swapFree=7116/7116
[pid=4692] ppid=4690 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/4692/stat : 4692 (java) D 4690 4692 31461 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 280607161 2560000 46 33554432000 1073741824 1073778376 140733958072288 140733958069416 260181159207 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/4692/statm: 625 46 37 9 0 29 0

[startup+0.0809301 s]
/proc/loadavg: 0.85 0.95 1.22 2/176 4692
/proc/meminfo: memFree=31730964/32873648 swapFree=7116/7116
[pid=4692] ppid=4690 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/4692/stat : 4692 (java) S 4690 4692 31461 0 -1 4202496 1203 0 13 0 0 0 0 0 20 0 2 0 280607161 96370688 927 33554432000 1073741824 1073778376 140734955928336 140734955919472 260193681469 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 3 0 0
/proc/4692/statm: 23528 927 703 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 94112

[startup+0.10018 s]
/proc/loadavg: 0.85 0.95 1.22 2/176 4692
/proc/meminfo: memFree=31730964/32873648 swapFree=7116/7116
[pid=4692] ppid=4690 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/4692/stat : 4692 (java) S 4690 4692 31461 0 -1 4202496 1362 0 14 0 0 0 0 0 20 0 2 0 280607161 103964672 1057 33554432000 1073741824 1073778376 140734955928336 140734955919472 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 3 0 0
/proc/4692/statm: 25382 1057 809 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.300397 s]
/proc/loadavg: 0.85 0.95 1.22 2/176 4692
/proc/meminfo: memFree=31730964/32873648 swapFree=7116/7116
[pid=4692] ppid=4690 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/4692/stat : 4692 (java) S 4690 4692 31461 0 -1 4202496 3427 0 18 0 5 1 0 0 20 0 18 0 280607161 9787842560 4653 33554432000 1073741824 1073778376 140734955928336 140734955919472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 3 0 0
/proc/4692/statm: 2389610 4654 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.700187 s]
/proc/loadavg: 0.85 0.95 1.22 2/176 4692
/proc/meminfo: memFree=31730964/32873648 swapFree=7116/7116
[pid=4692] ppid=4690 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/4692/stat : 4692 (java) S 4690 4692 31461 0 -1 4202496 8045 0 19 0 81 4 0 0 20 0 19 0 280607161 9856004096 15739 33554432000 1073741824 1073778376 140734955928336 140734955919472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 3 0 0
/proc/4692/statm: 2406251 15739 2248 9 0 2396937 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 9625004

[startup+1.50061 s]
/proc/loadavg: 0.85 0.95 1.22 5/212 4785
/proc/meminfo: memFree=31633008/32873648 swapFree=7116/7116
[pid=4692] ppid=4690 vsize=9625004 CPUtime=2.01 cores=1,3,5,7
/proc/4692/stat : 4692 (java) S 4690 4692 31461 0 -1 4202496 11644 0 19 0 197 4 0 0 20 0 19 0 280607161 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 140734955919472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 3 0 0
/proc/4692/statm: 2406251 16623 2259 9 0 2396937 0
[pid=4692/tid=4694] ppid=4690 vsize=9625004 CPUtime=1.23 cores=1,3,5,7
/proc/4692/task/4694/stat : 4694 (java) R 4690 4692 31461 0 -1 4202560 2498 0 6 0 120 3 0 0 20 0 19 0 280607169 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816655323672 139816503719333 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0
[pid=4692/tid=4701] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4701/stat : 4701 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816627776040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4703] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4703/stat : 4703 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816626723240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4704] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4704/stat : 4704 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816625670440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4706] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4706/stat : 4706 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816624617640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4708] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4708/stat : 4708 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816623565864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4709] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4709/stat : 4709 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816622513064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4710] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4710/stat : 4710 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816492116776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4711] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4711/stat : 4711 (java) S 4690 4692 31461 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816491063976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4712] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4712/stat : 4712 (java) S 4690 4692 31461 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280607177 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816008116712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4714] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4714/stat : 4714 (java) S 4690 4692 31461 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 280607178 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816007062776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4717] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4717/stat : 4717 (java) S 4690 4692 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280607178 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816006009864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4718] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4718/stat : 4718 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816004958352 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4720] ppid=4690 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/4692/task/4720/stat : 4720 (java) S 4690 4692 31461 0 -1 4202560 4194 0 0 0 35 0 0 0 20 0 19 0 280607186 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816003906488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4722] ppid=4690 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/4692/task/4722/stat : 4722 (java) S 4690 4692 31461 0 -1 4202560 3765 0 1 0 38 0 0 0 20 0 19 0 280607186 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816002853688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4724] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4724/stat : 4724 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816001801080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4726] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4726/stat : 4726 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139816000748488 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4756] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4756/stat : 4756 (java) S 4690 4692 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280607228 9856004096 16623 33554432000 1073741824 1073778376 140734955928336 139815999693992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 0.85 0.95 1.22 3/192 4787
/proc/meminfo: memFree=31655532/32873648 swapFree=7116/7116
[pid=4692] ppid=4690 vsize=9625004 CPUtime=3.65 cores=1,3,5,7
/proc/4692/stat : 4692 (java) S 4690 4692 31461 0 -1 4202496 11901 0 19 0 361 4 0 0 20 0 19 0 280607161 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 140734955919472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 3 0 0
/proc/4692/statm: 2406251 17139 2262 9 0 2396937 0
[pid=4692/tid=4694] ppid=4690 vsize=9625004 CPUtime=2.83 cores=1,3,5,7
/proc/4692/task/4694/stat : 4694 (java) R 4690 4692 31461 0 -1 4202560 2501 0 6 0 280 3 0 0 20 0 19 0 280607169 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816655323784 139816503778003 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0
[pid=4692/tid=4701] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4701/stat : 4701 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816627776040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4703] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4703/stat : 4703 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816626723240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4704] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4704/stat : 4704 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816625670440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4706] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4706/stat : 4706 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816624617640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4708] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4708/stat : 4708 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816623565864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4709] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4709/stat : 4709 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816622513064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4710] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4710/stat : 4710 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816492116776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4711] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4711/stat : 4711 (java) S 4690 4692 31461 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816491063976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4712] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4712/stat : 4712 (java) S 4690 4692 31461 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280607177 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816008116712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4714] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4714/stat : 4714 (java) S 4690 4692 31461 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 280607178 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816007062776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4717] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4717/stat : 4717 (java) S 4690 4692 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280607178 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816006009864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4718] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4718/stat : 4718 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816004958352 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4720] ppid=4690 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/4692/task/4720/stat : 4720 (java) S 4690 4692 31461 0 -1 4202560 4194 0 0 0 35 0 0 0 20 0 19 0 280607186 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816003906488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4722] ppid=4690 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/4692/task/4722/stat : 4722 (java) S 4690 4692 31461 0 -1 4202560 4018 0 1 0 42 0 0 0 20 0 19 0 280607186 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816002853688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4724] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4724/stat : 4724 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816001801080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4726] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4726/stat : 4726 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139816000748488 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4756] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4756/stat : 4756 (java) S 4690 4692 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280607228 9856004096 17139 33554432000 1073741824 1073778376 140734955928336 139815999693992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 0.94 0.97 1.23 4/213 4900
/proc/meminfo: memFree=31601360/32873648 swapFree=7116/7116
[pid=4692] ppid=4690 vsize=9625004 CPUtime=6.96 cores=1,3,5,7
/proc/4692/stat : 4692 (java) S 4690 4692 31461 0 -1 4202496 11969 0 19 0 691 5 0 0 20 0 19 0 280607161 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 140734955919472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 3 0 0
/proc/4692/statm: 2406251 19693 2290 9 0 2396937 0
[pid=4692/tid=4694] ppid=4690 vsize=9625004 CPUtime=6 cores=1,3,5,7
/proc/4692/task/4694/stat : 4694 (java) R 4690 4692 31461 0 -1 4202560 2505 0 6 0 597 3 0 0 20 0 19 0 280607169 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816655323600 139816503879488 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0
[pid=4692/tid=4701] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4701/stat : 4701 (java) S 4690 4692 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816627776040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4703] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4703/stat : 4703 (java) S 4690 4692 31461 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816626723240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4704] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4704/stat : 4704 (java) S 4690 4692 31461 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816625670440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4706] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4706/stat : 4706 (java) S 4690 4692 31461 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816624617640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4708] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4708/stat : 4708 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816623565864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4709] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4709/stat : 4709 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816622513064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4710] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4710/stat : 4710 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816492116776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4711] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4711/stat : 4711 (java) S 4690 4692 31461 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280607173 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816491063976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4712] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4712/stat : 4712 (java) S 4690 4692 31461 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 280607177 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816008116712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4714] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4714/stat : 4714 (java) S 4690 4692 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280607178 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816007062776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4717] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4717/stat : 4717 (java) S 4690 4692 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280607178 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816006009864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4718] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4718/stat : 4718 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816004958352 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4720] ppid=4690 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/4692/task/4720/stat : 4720 (java) S 4690 4692 31461 0 -1 4202560 4205 0 0 0 43 0 0 0 20 0 19 0 280607186 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816003906488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4722] ppid=4690 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/4692/task/4722/stat : 4722 (java) S 4690 4692 31461 0 -1 4202560 4019 0 1 0 44 0 0 0 20 0 19 0 280607186 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816002853688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4724] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4724/stat : 4724 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816001801080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4726] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4726/stat : 4726 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139816000748488 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4756] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4756/stat : 4756 (java) S 4690 4692 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280607228 9856004096 19693 33554432000 1073741824 1073778376 140734955928336 139815999693992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=4692/tid=4720] ppid=4690 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/4692/task/4720/stat : 4720 (java) S 4690 4692 31461 0 -1 4202560 4211 0 0 0 47 0 0 0 20 0 19 0 280607186 9856004096 28711 33554432000 1073741824 1073778376 140734955928336 139816003906488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4722] ppid=4690 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/4692/task/4722/stat : 4722 (java) S 4690 4692 31461 0 -1 4202560 4318 0 1 0 51 0 0 0 20 0 19 0 280607186 9856004096 28711 33554432000 1073741824 1073778376 140734955928336 139816002853688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4724] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4724/stat : 4724 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 28711 33554432000 1073741824 1073778376 140734955928336 139816001801080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4726] ppid=4690 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/4692/task/4726/stat : 4726 (java) S 4690 4692 31461 0 -1 4202560 98 0 0 0 17 20 0 0 20 0 19 0 280607186 9856004096 28711 33554432000 1073741824 1073778376 140734955928336 139816000748488 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4756] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4756/stat : 4756 (java) S 4690 4692 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280607228 9856004096 28711 33554432000 1073741824 1073778376 140734955928336 139815999693992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1723.78
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.87 3/213 4938
/proc/meminfo: memFree=30913424/32873648 swapFree=7116/7116
[pid=4692] ppid=4690 vsize=9625004 CPUtime=1783.83 cores=1,3,5,7
/proc/4692/stat : 4692 (java) S 4690 4692 31461 0 -1 4202496 12841 0 19 0 178348 35 0 0 20 0 19 0 280607161 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 140734955919472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 3 0 0
/proc/4692/statm: 2406251 28733 2290 9 0 2396937 0
[pid=4692/tid=4694] ppid=4690 vsize=9625004 CPUtime=1775.85 cores=1,3,5,7
/proc/4692/task/4694/stat : 4694 (java) R 4690 4692 31461 0 -1 4202560 2562 0 6 0 177555 30 0 0 20 0 19 0 280607169 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816655323424 139816503736577 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=4692/tid=4701] ppid=4690 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/4692/task/4701/stat : 4701 (java) S 4690 4692 31461 0 -1 4202560 31 0 0 0 9 0 0 0 20 0 19 0 280607173 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816627776040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4703] ppid=4690 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/4692/task/4703/stat : 4703 (java) S 4690 4692 31461 0 -1 4202560 50 0 0 0 10 0 0 0 20 0 19 0 280607173 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816626723240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4704] ppid=4690 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/4692/task/4704/stat : 4704 (java) S 4690 4692 31461 0 -1 4202560 71 0 0 0 13 0 0 0 20 0 19 0 280607173 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816625670440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4706] ppid=4690 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/4692/task/4706/stat : 4706 (java) S 4690 4692 31461 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 19 0 280607173 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816624617640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4708] ppid=4690 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/4692/task/4708/stat : 4708 (java) S 4690 4692 31461 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 19 0 280607173 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816623565864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4709] ppid=4690 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/4692/task/4709/stat : 4709 (java) S 4690 4692 31461 0 -1 4202560 56 0 0 0 11 0 0 0 20 0 19 0 280607173 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816622513064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4710] ppid=4690 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/4692/task/4710/stat : 4710 (java) S 4690 4692 31461 0 -1 4202560 44 0 0 0 9 0 0 0 20 0 19 0 280607173 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816492116776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4711] ppid=4690 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/4692/task/4711/stat : 4711 (java) S 4690 4692 31461 0 -1 4202560 54 0 0 0 13 0 0 0 20 0 19 0 280607173 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816491063976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4712] ppid=4690 vsize=9625004 CPUtime=1.26 cores=1,3,5,7
/proc/4692/task/4712/stat : 4712 (java) S 4690 4692 31461 0 -1 4202560 129 0 0 0 124 2 0 0 20 0 19 0 280607177 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816008116712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4714] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4714/stat : 4714 (java) S 4690 4692 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280607178 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816007062776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4717] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4717/stat : 4717 (java) S 4690 4692 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280607178 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816006009864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4718] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4718/stat : 4718 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816004958352 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4720] ppid=4690 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/4692/task/4720/stat : 4720 (java) S 4690 4692 31461 0 -1 4202560 4211 0 0 0 47 0 0 0 20 0 19 0 280607186 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816003906488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4722] ppid=4690 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/4692/task/4722/stat : 4722 (java) S 4690 4692 31461 0 -1 4202560 4318 0 1 0 51 0 0 0 20 0 19 0 280607186 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816002853688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4724] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4724/stat : 4724 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816001801080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4726] ppid=4690 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/4692/task/4726/stat : 4726 (java) S 4690 4692 31461 0 -1 4202560 102 0 0 0 18 21 0 0 20 0 19 0 280607186 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139816000748488 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4756] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4756/stat : 4756 (java) S 4690 4692 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280607228 9856004096 28733 33554432000 1073741824 1073778376 140734955928336 139815999693992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1783.83
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.51 s]
/proc/loadavg: 1.93 2.00 1.86 3/213 4997
/proc/meminfo: memFree=31557156/32873648 swapFree=7116/7116
[pid=4692] ppid=4690 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/4692/stat : 4692 (java) S 4690 4692 31461 0 -1 4202496 12868 0 19 0 179973 35 0 0 20 0 19 0 280607161 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 140734955919472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 3 0 0
/proc/4692/statm: 2406251 28757 2290 9 0 2396937 0
[pid=4692/tid=4694] ppid=4690 vsize=9625004 CPUtime=1791.98 cores=1,3,5,7
/proc/4692/task/4694/stat : 4694 (java) R 4690 4692 31461 0 -1 4202560 2563 0 6 0 179167 31 0 0 20 0 19 0 280607169 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816655323424 139816503723478 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=4692/tid=4701] ppid=4690 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/4692/task/4701/stat : 4701 (java) S 4690 4692 31461 0 -1 4202560 31 0 0 0 9 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816627776040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4703] ppid=4690 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/4692/task/4703/stat : 4703 (java) S 4690 4692 31461 0 -1 4202560 50 0 0 0 10 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816626723240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4704] ppid=4690 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/4692/task/4704/stat : 4704 (java) S 4690 4692 31461 0 -1 4202560 71 0 0 0 14 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816625670440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4706] ppid=4690 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/4692/task/4706/stat : 4706 (java) S 4690 4692 31461 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816624617640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4708] ppid=4690 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/4692/task/4708/stat : 4708 (java) S 4690 4692 31461 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816623565864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4709] ppid=4690 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/4692/task/4709/stat : 4709 (java) S 4690 4692 31461 0 -1 4202560 56 0 0 0 11 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816622513064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4710] ppid=4690 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/4692/task/4710/stat : 4710 (java) S 4690 4692 31461 0 -1 4202560 44 0 0 0 10 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816492116776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4711] ppid=4690 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/4692/task/4711/stat : 4711 (java) S 4690 4692 31461 0 -1 4202560 78 0 0 0 14 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816491063976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4712] ppid=4690 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/4692/task/4712/stat : 4712 (java) S 4690 4692 31461 0 -1 4202560 131 0 0 0 127 2 0 0 20 0 19 0 280607177 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816008116712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4714] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4714/stat : 4714 (java) S 4690 4692 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280607178 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816007062776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4717] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4717/stat : 4717 (java) S 4690 4692 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280607178 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816006009864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4718] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4718/stat : 4718 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816004958352 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4720] ppid=4690 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/4692/task/4720/stat : 4720 (java) S 4690 4692 31461 0 -1 4202560 4211 0 0 0 47 0 0 0 20 0 19 0 280607186 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816003906488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4722] ppid=4690 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/4692/task/4722/stat : 4722 (java) S 4690 4692 31461 0 -1 4202560 4318 0 1 0 51 0 0 0 20 0 19 0 280607186 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816002853688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4724] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4724/stat : 4724 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816001801080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4726] ppid=4690 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/4692/task/4726/stat : 4726 (java) S 4690 4692 31461 0 -1 4202560 102 0 0 0 18 21 0 0 20 0 19 0 280607186 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816000748488 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4756] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4756/stat : 4756 (java) S 4690 4692 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280607228 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139815999693992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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+1798.51 s]
/proc/loadavg: 1.93 2.00 1.86 3/213 4997
/proc/meminfo: memFree=31557156/32873648 swapFree=7116/7116
[pid=4692] ppid=4690 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/4692/stat : 4692 (java) S 4690 4692 31461 0 -1 4202496 12868 0 19 0 179973 35 0 0 20 0 19 0 280607161 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 140734955919472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 3 0 0
/proc/4692/statm: 2406251 28757 2290 9 0 2396937 0
[pid=4692/tid=4694] ppid=4690 vsize=9625004 CPUtime=1791.98 cores=1,3,5,7
/proc/4692/task/4694/stat : 4694 (java) R 4690 4692 31461 0 -1 4202560 2563 0 6 0 179167 31 0 0 20 0 19 0 280607169 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816655323424 139816503723478 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0
[pid=4692/tid=4701] ppid=4690 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/4692/task/4701/stat : 4701 (java) S 4690 4692 31461 0 -1 4202560 31 0 0 0 9 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816627776040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4703] ppid=4690 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/4692/task/4703/stat : 4703 (java) S 4690 4692 31461 0 -1 4202560 50 0 0 0 10 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816626723240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4704] ppid=4690 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/4692/task/4704/stat : 4704 (java) S 4690 4692 31461 0 -1 4202560 71 0 0 0 14 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816625670440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4706] ppid=4690 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/4692/task/4706/stat : 4706 (java) S 4690 4692 31461 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816624617640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4708] ppid=4690 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/4692/task/4708/stat : 4708 (java) S 4690 4692 31461 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816623565864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4709] ppid=4690 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/4692/task/4709/stat : 4709 (java) S 4690 4692 31461 0 -1 4202560 56 0 0 0 11 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816622513064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4710] ppid=4690 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/4692/task/4710/stat : 4710 (java) S 4690 4692 31461 0 -1 4202560 44 0 0 0 10 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816492116776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4711] ppid=4690 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/4692/task/4711/stat : 4711 (java) S 4690 4692 31461 0 -1 4202560 78 0 0 0 14 0 0 0 20 0 19 0 280607173 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816491063976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4712] ppid=4690 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/4692/task/4712/stat : 4712 (java) S 4690 4692 31461 0 -1 4202560 131 0 0 0 127 2 0 0 20 0 19 0 280607177 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816008116712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4714] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4714/stat : 4714 (java) S 4690 4692 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280607178 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816007062776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4717] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4717/stat : 4717 (java) S 4690 4692 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280607178 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816006009864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4718] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4718/stat : 4718 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816004958352 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4720] ppid=4690 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/4692/task/4720/stat : 4720 (java) S 4690 4692 31461 0 -1 4202560 4211 0 0 0 47 0 0 0 20 0 19 0 280607186 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816003906488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4692/tid=4722] ppid=4690 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/4692/task/4722/stat : 4722 (java) S 4690 4692 31461 0 -1 4202560 4318 0 1 0 51 0 0 0 20 0 19 0 280607186 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816002853688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4692/tid=4724] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4724/stat : 4724 (java) S 4690 4692 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280607186 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816001801080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4692/tid=4726] ppid=4690 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/4692/task/4726/stat : 4726 (java) S 4690 4692 31461 0 -1 4202560 102 0 0 0 18 21 0 0 20 0 19 0 280607186 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139816000748488 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4692/tid=4756] ppid=4690 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4756/stat : 4756 (java) S 4690 4692 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280607228 9856004096 28757 33554432000 1073741824 1073778376 140734955928336 139815999693992 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1798.55
CPU time (s): 1800.08
CPU user time (s): 1799.73
CPU system time (s): 0.35
CPU usage (%): 100.085
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.19
system time used= 0.684895
maximum resident set size= 115188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12909
page faults= 19
swaps= 0
block input operations= 4944
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39774
involuntary context switches= 10273

runsolver used 5.76112 second user time and 14.1438 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 20:53:37
IDJOB=3710602
IDBENCH=2109
IDSOLVER=2289
FILE ID=node123/3710602-1338144817
RUNJOBID= node123-1338144817-4665
PBS_JOBID= 14624505
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-3.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-3710602-1338144817/watcher-3710602-1338144817 -o /tmp/evaluation-result-3710602-1338144817/solver-3710602-1338144817 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710602-1338144817.opb

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

MD5SUM BENCH= 473e2cd0e31e48ba0932d7bd34857dd0
RANDOM SEED=48571035

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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:        31731584 kB
Buffers:          151016 kB
Cached:           191800 kB
SwapCached:          956 kB
Active:           170912 kB
Inactive:         181048 kB
Active(anon):       1968 kB
Inactive(anon):     9080 kB
Active(file):     168944 kB
Inactive(file):   171968 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102956 kB
Dirty:              1992 kB
Writeback:             0 kB
AnonPages:         15016 kB
Mapped:             9900 kB
Shmem:                 0 kB
Slab:             652516 kB
SReclaimable:      96292 kB
SUnreclaim:       556224 kB
KernelStack:        1384 kB
PageTables:         3968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     125576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71684 MiB
End job on node123 at 2012-05-27 21:23:37