Trace number 3689392

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.54 969.052

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-175.opb
MD5SUM3472d2cba7eedc0e4f1652523daa893e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.2.v20120418
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		501472288
0.06/0.08	c Max memory 		7480803328
0.06/0.08	c Total memory 		504102912
0.06/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
1.43/0.70	c No reason simplification
1.43/0.70	c Armin Biere (Picosat) restarts strategy
1.43/0.70	c Glucose learned constraints deletion strategy
1.43/0.70	c timeout=2147483s
1.43/0.70	c DB Simplification allowed=false
1.43/0.70	c c --- End Solver configuration ---
1.43/0.70	c solving HOME/instance-3689392-1337881793.opb
1.43/0.70	c reading problem ... 
74.19/58.49	c ... done. Wall clock time 58.38s.
74.19/58.49	c declared #vars     248659
74.19/58.49	c #constraints  5556400
74.19/58.49	c constraints type 
74.19/58.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3877971
74.19/58.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 19725
74.19/58.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1097691
74.19/58.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 561013
74.19/58.49	c 5556400 constraints processed.
74.19/58.49	c constraints type 
74.19/58.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1097691
74.19/58.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3877971
74.19/58.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19725
74.19/58.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 561013
74.19/58.49	c 5556400 constraints processed.
251.95/144.67	c cleaning 0 clauses out of 5000 with flag 0/5000
286.73/163.29	c cleaning 0 clauses out of 11000 with flag 0/11000
316.62/179.66	c cleaning 2479 clauses out of 5004 with flag 5004/5004
328.86/187.27	c cleaning 0 clauses out of 18000 with flag 0/18000
379.12/214.61	c cleaning 0 clauses out of 26002 with flag 0/26002
425.19/239.07	c cleaning 4251 clauses out of 8522 with flag 11001/11001
432.01/243.94	c cleaning 0 clauses out of 35002 with flag 0/35002
489.47/274.02	c cleaning 5556 clauses out of 11270 with flag 18000/18000
503.90/283.67	c cleaning 0 clauses out of 45000 with flag 0/45000
552.50/309.38	c cleaning 6833 clauses out of 13715 with flag 26001/26001
583.46/326.20	c cleaning 0 clauses out of 56000 with flag 0/56000
631.05/351.48	c cleaning 7803 clauses out of 15881 with flag 35000/35000
679.82/378.12	c cleaning 0 clauses out of 68001 with flag 0/68001
707.67/393.55	c cleaning 9007 clauses out of 18080 with flag 45002/45002
791.82/436.99	c cleaning 0 clauses out of 81000 with flag 0/81000
809.26/447.16	c cleaning 10008 clauses out of 20071 with flag 56000/56000
859.78/474.70	c cleaning 11020 clauses out of 22063 with flag 68000/68000
893.64/493.13	c cleaning 0 clauses out of 95001 with flag 0/95001
993.67/544.43	c cleaning 11938 clauses out of 24043 with flag 81000/81000
1028.96/563.57	c cleaning 0 clauses out of 110000 with flag 0/110000
1102.50/602.64	c cleaning 13030 clauses out of 26105 with flag 95000/95000
1162.68/634.17	c cleaning 14026 clauses out of 28077 with flag 110002/110002
1181.09/644.82	c cleaning 0 clauses out of 126002 with flag 0/126002
1268.68/690.04	c cleaning 14921 clauses out of 30051 with flag 126002/126002
1350.41/733.27	c cleaning 0 clauses out of 143000 with flag 0/143000
1353.74/736.44	c cleaning 15954 clauses out of 32128 with flag 143000/143000
1433.37/777.68	c cleaning 17005 clauses out of 34174 with flag 161000/161000
1529.37/827.05	c cleaning 0 clauses out of 161000 with flag 0/161000
1610.71/870.03	c cleaning 18061 clauses out of 36169 with flag 180000/180000
1745.54/938.79	c cleaning 18917 clauses out of 38111 with flag 200003/200003
1761.08/948.02	c cleaning 0 clauses out of 180007 with flag 0/180007
1800.11/969.01	c starts		: 118
1800.11/969.01	c conflicts		: 209074
1800.11/969.01	c decisions		: 38935271
1800.11/969.01	c propagations		: 1188597967
1800.11/969.01	c inspects		: 4865157758
1800.11/969.01	c shortcuts		: 0
1800.11/969.01	c learnt literals	: 0
1800.11/969.01	c learnt binary clauses	: 410
1800.11/969.01	c learnt ternary clauses	: 1944
1800.11/969.01	c learnt constraints	: 209074
1800.11/969.01	c ignored constraints	: 0
1800.11/969.01	c root simplifications	: 0
1800.11/969.01	c removed literals (reason simplification)	: 2676482
1800.11/969.01	c reason swapping (by a shorter reason)	: 0
1800.11/969.01	c Calls to reduceDB	: 16
1800.11/969.01	c number of reductions to clauses (during analyze)	: 0
1800.11/969.01	c number of learned constraints concerned by reduction	: 0
1800.11/969.01	c number of learning phase by resolution	: 0
1800.11/969.01	c number of learning phase by cutting planes	: 0
1800.11/969.01	c speed (assignments/second)	: 1305484.2311519596
1800.11/969.01	c non guided choices	14373015
1800.11/969.02	c learnt constraints type 
1800.11/969.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 410
1800.11/969.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27859
1800.11/969.02	c constraints type 
1800.11/969.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3877971
1800.11/969.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 19725
1800.11/969.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1097691
1800.11/969.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 561013
1800.11/969.02	c 5556400 constraints processed.
1800.11/969.02	c constraints type 
1800.11/969.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1097691
1800.11/969.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3877971
1800.11/969.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19725
1800.11/969.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 561013
1800.11/969.02	c 5556400 constraints processed.
1800.11/969.02	s UNKNOWN
1800.11/969.02	c Total wall clock time (in seconds): 968.914

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-3689392-1337881793/watcher-3689392-1337881793 -o /tmp/evaluation-result-3689392-1337881793/solver-3689392-1337881793 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689392-1337881793.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.19 3.52 3.62 3/197 1778
/proc/meminfo: memFree=26697316/32873648 swapFree=7104/7104
[pid=1778] ppid=1775 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/1778/stat : 1778 (java) R 1775 1778 30487 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 254305376 23793664 716 33554432000 1073741824 1073778376 140737397964384 140737397953448 214528203480 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1778/statm: 5809 716 531 9 0 128 0
[pid=1778/tid=1779] ppid=1775 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1779/stat : 1779 (java) D 1775 1778 30487 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 254305377 94019584 916 33554432000 1073741824 1073778376 140737397964384 140491996794408 214528257319 0 0 4096 0 18446744072100609316 0 0 -1 2 0 0 0 0 0

[startup+0.069927 s]
/proc/loadavg: 3.19 3.52 3.62 3/197 1778
/proc/meminfo: memFree=26697316/32873648 swapFree=7104/7104
[pid=1778] ppid=1775 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/1778/stat : 1778 (java) S 1775 1778 30487 0 -1 4202496 3345 0 1 0 5 1 0 0 20 0 18 0 254305376 9787813888 4554 33554432000 1073741824 1073778376 140737397964384 140737397955520 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1778/statm: 2389603 4555 1772 9 0 2380296 0
[pid=1778/tid=1779] ppid=1775 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/1778/task/1779/stat : 1779 (java) R 1775 1778 30487 0 -1 4202560 2138 0 1 0 4 0 0 0 20 0 18 0 254305377 9787813888 4555 33554432000 1073741824 1073778376 140737397964384 140491996801696 140491819696680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100242 s]
/proc/loadavg: 3.19 3.52 3.62 3/197 1778
/proc/meminfo: memFree=26697316/32873648 swapFree=7104/7104
[pid=1778] ppid=1775 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/1778/stat : 1778 (java) S 1775 1778 30487 0 -1 4202496 4430 0 1 0 9 1 0 0 20 0 18 0 254305376 9787813888 6134 33554432000 1073741824 1073778376 140737397964384 140737397955520 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1778/statm: 2389603 6134 2124 9 0 2380296 0
[pid=1778/tid=1779] ppid=1775 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/1778/task/1779/stat : 1779 (java) R 1775 1778 30487 0 -1 4202560 2429 0 1 0 6 1 0 0 20 0 18 0 254305377 9787813888 6134 33554432000 1073741824 1073778376 140737397964384 140491996797872 214540805389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.315679 s]
/proc/loadavg: 3.19 3.52 3.62 3/197 1778
/proc/meminfo: memFree=26697316/32873648 swapFree=7104/7104
[pid=1778] ppid=1775 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/1778/stat : 1778 (java) S 1775 1778 30487 0 -1 4202496 5419 0 1 0 48 2 0 0 20 0 18 0 254305376 9787813888 24199 33554432000 1073741824 1073778376 140737397964384 140737397955520 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1778/statm: 2389603 24199 2215 9 0 2380296 0
[pid=1778/tid=1779] ppid=1775 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/1778/task/1779/stat : 1779 (java) R 1775 1778 30487 0 -1 4202560 2475 0 1 0 27 2 0 0 20 0 18 0 254305377 9787813888 24199 33554432000 1073741824 1073778376 140737397964384 140491996799096 140491819705280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.704514 s]
/proc/loadavg: 3.19 3.52 3.62 3/197 1778
/proc/meminfo: memFree=26697316/32873648 swapFree=7104/7104
[pid=1778] ppid=1775 vsize=9558412 CPUtime=1.43 cores=0,2,4,6
/proc/1778/stat : 1778 (java) S 1775 1778 30487 0 -1 4202496 12370 0 1 0 135 8 0 0 20 0 18 0 254305376 9787813888 81282 33554432000 1073741824 1073778376 140737397964384 140737397955520 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1778/statm: 2389603 81282 2250 9 0 2380296 0
[pid=1778/tid=1779] ppid=1775 vsize=9558412 CPUtime=0.64 cores=0,2,4,6
/proc/1778/task/1779/stat : 1779 (java) S 1775 1778 30487 0 -1 4202560 2561 0 1 0 60 4 0 0 20 0 18 0 254305377 9787813888 81282 33554432000 1073741824 1073778376 140737397964384 140491996798168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9558412

[startup+1.50062 s]
/proc/loadavg: 3.19 3.52 3.62 4/215 1798
/proc/meminfo: memFree=26209824/32873648 swapFree=7104/7104
[pid=1778] ppid=1775 vsize=9558412 CPUtime=2.6 cores=0,2,4,6
/proc/1778/stat : 1778 (java) S 1775 1778 30487 0 -1 4202496 13613 0 1 0 239 21 0 0 20 0 18 0 254305376 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140737397955520 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1778/statm: 2389603 159152 2250 9 0 2380296 0
[pid=1778/tid=1779] ppid=1775 vsize=9558412 CPUtime=1.34 cores=0,2,4,6
/proc/1778/task/1779/stat : 1779 (java) R 1775 1778 30487 0 -1 4202560 2672 0 1 0 125 9 0 0 20 0 18 0 254305377 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491996790720 140491820033058 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1778/tid=1782] ppid=1775 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/1778/task/1782/stat : 1782 (java) S 1775 1778 30487 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 18 0 254305378 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491958291240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1783] ppid=1775 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/1778/task/1783/stat : 1783 (java) S 1775 1778 30487 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 18 0 254305378 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491957238440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1784] ppid=1775 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/1778/task/1784/stat : 1784 (java) S 1775 1778 30487 0 -1 4202560 43 0 0 0 5 1 0 0 20 0 18 0 254305378 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491956186152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1785] ppid=1775 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/1778/task/1785/stat : 1785 (java) S 1775 1778 30487 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 18 0 254305378 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491955133352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1786] ppid=1775 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/1778/task/1786/stat : 1786 (java) S 1775 1778 30487 0 -1 4202560 39 0 0 0 3 1 0 0 20 0 18 0 254305378 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491954080040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1787] ppid=1775 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/1778/task/1787/stat : 1787 (java) S 1775 1778 30487 0 -1 4202560 53 0 0 0 5 1 0 0 20 0 18 0 254305378 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491953027240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1789] ppid=1775 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/1778/task/1789/stat : 1789 (java) S 1775 1778 30487 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 18 0 254305378 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491951974952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1790] ppid=1775 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/1778/task/1790/stat : 1790 (java) S 1775 1778 30487 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 18 0 254305378 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491950922152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1791] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1791/stat : 1791 (java) S 1775 1778 30487 0 -1 4202560 458 0 0 0 0 0 0 0 20 0 18 0 254305379 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491938511592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1792] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1792/stat : 1792 (java) S 1775 1778 30487 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254305379 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491819574776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1793] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1793/stat : 1793 (java) S 1775 1778 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254305379 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491818522376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1794] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1794/stat : 1794 (java) S 1775 1778 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254305381 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491817470864 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1795] ppid=1775 vsize=9558412 CPUtime=0.39 cores=0,2,4,6
/proc/1778/task/1795/stat : 1795 (java) R 1775 1778 30487 0 -1 4202560 4883 0 0 0 37 2 0 0 20 0 18 0 254305381 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491816393464 140492000888848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1796] ppid=1775 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/1778/task/1796/stat : 1796 (java) R 1775 1778 30487 0 -1 4202560 4128 0 0 0 37 0 0 0 20 0 18 0 254305381 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491815350760 140491999389400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1797] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1797/stat : 1797 (java) S 1775 1778 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254305381 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491814312568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1798] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1798/stat : 1798 (java) S 1775 1778 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254305382 9787813888 159152 33554432000 1073741824 1073778376 140737397964384 140491813259976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 9558412

[startup+3.10062 s]
/proc/loadavg: 3.19 3.52 3.62 4/218 1802
/proc/meminfo: memFree=25549280/32873648 swapFree=7104/7104
[pid=1778] ppid=1775 vsize=9558412 CPUtime=4.52 cores=0,2,4,6
/proc/1778/stat : 1778 (java) S 1775 1778 30487 0 -1 4202496 15219 0 1 0 413 39 0 0 20 0 18 0 254305376 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140737397955520 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1778/statm: 2389603 299105 2250 9 0 2380296 0
[pid=1778/tid=1779] ppid=1775 vsize=9558412 CPUtime=2.82 cores=0,2,4,6
/proc/1778/task/1779/stat : 1779 (java) R 1775 1778 30487 0 -1 4202560 3389 0 1 0 265 17 0 0 20 0 18 0 254305377 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491996790624 214540805389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1782] ppid=1775 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/1778/task/1782/stat : 1782 (java) S 1775 1778 30487 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 18 0 254305378 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491958291240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1783] ppid=1775 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/1778/task/1783/stat : 1783 (java) S 1775 1778 30487 0 -1 4202560 65 0 0 0 3 2 0 0 20 0 18 0 254305378 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491957238440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1784] ppid=1775 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/1778/task/1784/stat : 1784 (java) S 1775 1778 30487 0 -1 4202560 128 0 0 0 10 3 0 0 20 0 18 0 254305378 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491956186152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1785] ppid=1775 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/1778/task/1785/stat : 1785 (java) S 1775 1778 30487 0 -1 4202560 89 0 0 0 9 3 0 0 20 0 18 0 254305378 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491955133352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1786] ppid=1775 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/1778/task/1786/stat : 1786 (java) S 1775 1778 30487 0 -1 4202560 72 0 0 0 7 3 0 0 20 0 18 0 254305378 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491954080040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1787] ppid=1775 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/1778/task/1787/stat : 1787 (java) S 1775 1778 30487 0 -1 4202560 92 0 0 0 7 2 0 0 20 0 18 0 254305378 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491953027240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1789] ppid=1775 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/1778/task/1789/stat : 1789 (java) S 1775 1778 30487 0 -1 4202560 58 0 0 0 5 2 0 0 20 0 18 0 254305378 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491951974952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1790] ppid=1775 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/1778/task/1790/stat : 1790 (java) S 1775 1778 30487 0 -1 4202560 110 0 0 0 9 5 0 0 20 0 18 0 254305378 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491950922152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1791] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1791/stat : 1791 (java) S 1775 1778 30487 0 -1 4202560 968 0 0 0 0 0 0 0 20 0 18 0 254305379 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491938511592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1792] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1792/stat : 1792 (java) S 1775 1778 30487 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254305379 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491819574776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1793] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1793/stat : 1793 (java) S 1775 1778 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254305379 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491818522376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1794] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1794/stat : 1794 (java) S 1775 1778 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254305381 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491817470864 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1795] ppid=1775 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/1778/task/1795/stat : 1795 (java) S 1775 1778 30487 0 -1 4202560 4883 0 0 0 38 2 0 0 20 0 18 0 254305381 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491816417464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1796] ppid=1775 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/1778/task/1796/stat : 1796 (java) S 1775 1778 30487 0 -1 4202560 4154 0 0 0 40 0 0 0 20 0 18 0 254305381 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491815364664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1797] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1797/stat : 1797 (java) S 1775 1778 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254305381 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491814312568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1798] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1798/stat : 1798 (java) S 1775 1778 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254305382 9787813888 299105 33554432000 1073741824 1073778376 140737397964384 140491813259976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 9558412

[startup+6.30068 s]
/proc/loadavg: 3.18 3.51 3.62 4/216 1802
/proc/meminfo: memFree=24413088/32873648 swapFree=7104/7104
[pid=1778] ppid=1775 vsize=9558412 CPUtime=8.5 cores=0,2,4,6
/proc/1778/stat : 1778 (java) S 1775 1778 30487 0 -1 4202496 17216 0 1 0 769 81 0 0 20 0 18 0 254305376 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140737397955520 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1778/statm: 2389603 714194 2250 9 0 2380296 0
[pid=1778/tid=1779] ppid=1775 vsize=9558412 CPUtime=5.76 cores=0,2,4,6
/proc/1778/task/1779/stat : 1779 (java) R 1775 1778 30487 0 -1 4202560 4494 0 1 0 537 39 0 0 20 0 18 0 254305377 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491996790624 140492004564058 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1782] ppid=1775 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/1778/task/1782/stat : 1782 (java) S 1775 1778 30487 0 -1 4202560 94 0 0 0 13 4 0 0 20 0 18 0 254305378 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491958291240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1778/tid=1783] ppid=1775 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/1778/task/1783/stat : 1783 (java) S 1775 1778 30487 0 -1 4202560 116 0 0 0 13 5 0 0 20 0 18 0 254305378 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491957238440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1784] ppid=1775 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/1778/task/1784/stat : 1784 (java) S 1775 1778 30487 0 -1 4202560 216 0 0 0 18 6 0 0 20 0 18 0 254305378 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491956186152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1785] ppid=1775 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/1778/task/1785/stat : 1785 (java) S 1775 1778 30487 0 -1 4202560 133 0 0 0 19 5 0 0 20 0 18 0 254305378 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491955133352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1778/tid=1786] ppid=1775 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/1778/task/1786/stat : 1786 (java) S 1775 1778 30487 0 -1 4202560 122 0 0 0 20 5 0 0 20 0 18 0 254305378 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491954080040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1787] ppid=1775 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/1778/task/1787/stat : 1787 (java) S 1775 1778 30487 0 -1 4202560 213 0 0 0 19 6 0 0 20 0 18 0 254305378 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491953027240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1789] ppid=1775 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/1778/task/1789/stat : 1789 (java) S 1775 1778 30487 0 -1 4202560 176 0 0 0 19 4 0 0 20 0 18 0 254305378 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491951974952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1790] ppid=1775 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/1778/task/1790/stat : 1790 (java) S 1775 1778 30487 0 -1 4202560 180 0 0 0 18 7 0 0 20 0 18 0 254305378 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491950922152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1791] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1791/stat : 1791 (java) S 1775 1778 30487 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 254305379 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491938511592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1792] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1792/stat : 1792 (java) S 1775 1778 30487 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254305379 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491819574776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1793] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1793/stat : 1793 (java) S 1775 1778 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254305379 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491818522376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1794] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1794/stat : 1794 (java) S 1775 1778 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254305381 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491817470864 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1795] ppid=1775 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/1778/task/1795/stat : 1795 (java) S 1775 1778 30487 0 -1 4202560 4883 0 0 0 38 2 0 0 20 0 18 0 254305381 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491816417464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1796] ppid=1775 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/1778/task/1796/stat : 1796 (java) S 1775 1778 30487 0 -1 4202560 4154 0 0 0 40 0 0 0 20 0 18 0 254305381 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491815364664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1797] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1797/stat : 1797 (java) S 1775 1778 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254305381 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491814312568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1798] ppid=1775 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1798/stat : 1798 (java) S 1775 1778 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254305382 9787813888 714194 33554432000 1073741824 1073778376 140737397964384 140491813259976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=1778/tid=1804] ppid=1775 vsize=9824668 CPUtime=716.56 cores=0,2,4,6
/proc/1778/task/1804/stat : 1804 (java) R 1775 1778 30487 0 -1 4202560 184 0 0 0 71644 12 0 0 20 0 22 0 254311226 10060460032 1124242 33554432000 1073741824 1073778376 140737397964384 140491811151504 140491820499772 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1805] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1805/stat : 1805 (java) S 1775 1778 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254311231 10060460032 1124242 33554432000 1073741824 1073778376 140737397964384 140491810100904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1806] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1806/stat : 1806 (java) S 1775 1778 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254311231 10060460032 1124242 33554432000 1073741824 1073778376 140737397964384 140491809048104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1632.31
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 4.02 3.87 3.73 3/218 1969
/proc/meminfo: memFree=24310496/32873648 swapFree=7104/7104
[pid=1778] ppid=1775 vsize=9824668 CPUtime=1749.68 cores=0,2,4,6
/proc/1778/stat : 1778 (java) S 1775 1778 30487 0 -1 4202496 38914 0 1 0 174741 227 0 0 20 0 22 0 254305376 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140737397955520 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1778/statm: 2456167 1131907 2284 9 0 2446860 0
[pid=1778/tid=1779] ppid=1775 vsize=9824668 CPUtime=43.98 cores=0,2,4,6
/proc/1778/task/1779/stat : 1779 (java) S 1775 1778 30487 0 -1 4202560 4560 0 1 0 4349 49 0 0 20 0 22 0 254305377 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491996799992 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1782] ppid=1775 vsize=9824668 CPUtime=5.44 cores=0,2,4,6
/proc/1778/task/1782/stat : 1782 (java) S 1775 1778 30487 0 -1 4202560 1731 0 0 0 526 18 0 0 20 0 22 0 254305378 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491958291240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1778/tid=1783] ppid=1775 vsize=9824668 CPUtime=5.47 cores=0,2,4,6
/proc/1778/task/1783/stat : 1783 (java) S 1775 1778 30487 0 -1 4202560 880 0 0 0 530 17 0 0 20 0 22 0 254305378 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491957238440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1784] ppid=1775 vsize=9824668 CPUtime=5.57 cores=0,2,4,6
/proc/1778/task/1784/stat : 1784 (java) S 1775 1778 30487 0 -1 4202560 1808 0 0 0 539 18 0 0 20 0 22 0 254305378 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491956186152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1778/tid=1785] ppid=1775 vsize=9824668 CPUtime=5.15 cores=0,2,4,6
/proc/1778/task/1785/stat : 1785 (java) S 1775 1778 30487 0 -1 4202560 1622 0 0 0 495 20 0 0 20 0 22 0 254305378 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491955133352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1786] ppid=1775 vsize=9824668 CPUtime=5.37 cores=0,2,4,6
/proc/1778/task/1786/stat : 1786 (java) S 1775 1778 30487 0 -1 4202560 1442 0 0 0 522 15 0 0 20 0 22 0 254305378 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491954080040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1787] ppid=1775 vsize=9824668 CPUtime=5.21 cores=0,2,4,6
/proc/1778/task/1787/stat : 1787 (java) S 1775 1778 30487 0 -1 4202560 973 0 0 0 506 15 0 0 20 0 22 0 254305378 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491953027240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1778/tid=1789] ppid=1775 vsize=9824668 CPUtime=5 cores=0,2,4,6
/proc/1778/task/1789/stat : 1789 (java) S 1775 1778 30487 0 -1 4202560 848 0 0 0 485 15 0 0 20 0 22 0 254305378 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491951974952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1790] ppid=1775 vsize=9824668 CPUtime=5.27 cores=0,2,4,6
/proc/1778/task/1790/stat : 1790 (java) S 1775 1778 30487 0 -1 4202560 960 0 0 0 505 22 0 0 20 0 22 0 254305378 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491950922152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1791] ppid=1775 vsize=9824668 CPUtime=113.88 cores=0,2,4,6
/proc/1778/task/1791/stat : 1791 (java) S 1775 1778 30487 0 -1 4202560 3758 0 0 0 11368 20 0 0 20 0 22 0 254305379 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491938511592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1792] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1792/stat : 1792 (java) S 1775 1778 30487 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254305379 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491819574776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1793] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1793/stat : 1793 (java) S 1775 1778 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254305379 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491818522376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1794] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1794/stat : 1794 (java) S 1775 1778 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254305381 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491817470864 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1795] ppid=1775 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/1778/task/1795/stat : 1795 (java) S 1775 1778 30487 0 -1 4202560 8171 0 0 0 165 2 0 0 20 0 22 0 254305381 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491816417464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1796] ppid=1775 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/1778/task/1796/stat : 1796 (java) S 1775 1778 30487 0 -1 4202560 10655 0 0 0 107 2 0 0 20 0 22 0 254305381 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491815364664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1797] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1797/stat : 1797 (java) S 1775 1778 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254305381 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491814312568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1798] ppid=1775 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/1778/task/1798/stat : 1798 (java) S 1775 1778 30487 0 -1 4202560 54 0 0 0 14 19 0 0 20 0 22 0 254305382 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491813259976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1803] ppid=1775 vsize=9824668 CPUtime=773.13 cores=0,2,4,6
/proc/1778/task/1803/stat : 1803 (java) R 1775 1778 30487 0 -1 4202560 77 0 0 0 77300 13 0 0 20 0 22 0 254311226 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491812205264 140491820655156 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1778/tid=1804] ppid=1775 vsize=9824668 CPUtime=773.15 cores=0,2,4,6
/proc/1778/task/1804/stat : 1804 (java) R 1775 1778 30487 0 -1 4202560 188 0 0 0 77301 14 0 0 20 0 22 0 254311226 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491811150704 140491820499772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1805] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1805/stat : 1805 (java) S 1775 1778 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254311231 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491810100904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1806] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1806/stat : 1806 (java) S 1775 1778 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254311231 10060460032 1131907 33554432000 1073741824 1073778376 140737397964384 140491809048104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1749.68
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+969.001 s]
/proc/loadavg: 3.95 3.86 3.73 5/218 1969
/proc/meminfo: memFree=24302948/32873648 swapFree=7104/7104
[pid=1778] ppid=1775 vsize=9824668 CPUtime=1800.11 cores=0,2,4,6
/proc/1778/stat : 1778 (java) S 1775 1778 30487 0 -1 4202496 38924 0 1 0 179784 227 0 0 20 0 22 0 254305376 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140737397955520 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1778/statm: 2456167 1132927 2284 9 0 2446860 0
[pid=1778/tid=1779] ppid=1775 vsize=9824668 CPUtime=43.98 cores=0,2,4,6
/proc/1778/task/1779/stat : 1779 (java) S 1775 1778 30487 0 -1 4202560 4561 0 1 0 4349 49 0 0 20 0 22 0 254305377 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491996799992 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1782] ppid=1775 vsize=9824668 CPUtime=5.47 cores=0,2,4,6
/proc/1778/task/1782/stat : 1782 (java) S 1775 1778 30487 0 -1 4202560 1731 0 0 0 529 18 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491958291240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1783] ppid=1775 vsize=9824668 CPUtime=5.51 cores=0,2,4,6
/proc/1778/task/1783/stat : 1783 (java) S 1775 1778 30487 0 -1 4202560 880 0 0 0 534 17 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491957238440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1784] ppid=1775 vsize=9824668 CPUtime=5.6 cores=0,2,4,6
/proc/1778/task/1784/stat : 1784 (java) S 1775 1778 30487 0 -1 4202560 1808 0 0 0 542 18 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491956186152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1778/tid=1785] ppid=1775 vsize=9824668 CPUtime=5.19 cores=0,2,4,6
/proc/1778/task/1785/stat : 1785 (java) S 1775 1778 30487 0 -1 4202560 1622 0 0 0 499 20 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491955133352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1778/tid=1786] ppid=1775 vsize=9824668 CPUtime=5.41 cores=0,2,4,6
/proc/1778/task/1786/stat : 1786 (java) S 1775 1778 30487 0 -1 4202560 1442 0 0 0 526 15 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491954080040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1787] ppid=1775 vsize=9824668 CPUtime=5.24 cores=0,2,4,6
/proc/1778/task/1787/stat : 1787 (java) S 1775 1778 30487 0 -1 4202560 973 0 0 0 509 15 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491953027240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1789] ppid=1775 vsize=9824668 CPUtime=5.03 cores=0,2,4,6
/proc/1778/task/1789/stat : 1789 (java) S 1775 1778 30487 0 -1 4202560 848 0 0 0 488 15 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491951974952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1790] ppid=1775 vsize=9824668 CPUtime=5.31 cores=0,2,4,6
/proc/1778/task/1790/stat : 1790 (java) S 1775 1778 30487 0 -1 4202560 960 0 0 0 509 22 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491950922152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1791] ppid=1775 vsize=9824668 CPUtime=116.97 cores=0,2,4,6
/proc/1778/task/1791/stat : 1791 (java) S 1775 1778 30487 0 -1 4202560 3762 0 0 0 11677 20 0 0 20 0 22 0 254305379 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491938511592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1792] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1792/stat : 1792 (java) S 1775 1778 30487 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254305379 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491819574776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1793] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1793/stat : 1793 (java) S 1775 1778 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254305379 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491818522376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1794] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1794/stat : 1794 (java) S 1775 1778 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254305381 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491817470864 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1795] ppid=1775 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/1778/task/1795/stat : 1795 (java) S 1775 1778 30487 0 -1 4202560 8171 0 0 0 165 2 0 0 20 0 22 0 254305381 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491816417464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1796] ppid=1775 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/1778/task/1796/stat : 1796 (java) S 1775 1778 30487 0 -1 4202560 10655 0 0 0 107 2 0 0 20 0 22 0 254305381 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491815364664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1797] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1797/stat : 1797 (java) S 1775 1778 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254305381 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491814312568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1798] ppid=1775 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/1778/task/1798/stat : 1798 (java) S 1775 1778 30487 0 -1 4202560 56 0 0 0 15 20 0 0 20 0 22 0 254305382 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491813259976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1803] ppid=1775 vsize=9824668 CPUtime=796.67 cores=0,2,4,6
/proc/1778/task/1803/stat : 1803 (java) R 1775 1778 30487 0 -1 4202560 78 0 0 0 79653 14 0 0 20 0 22 0 254311226 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491812204304 140491820960742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1804] ppid=1775 vsize=9824668 CPUtime=796.68 cores=0,2,4,6
/proc/1778/task/1804/stat : 1804 (java) R 1775 1778 30487 0 -1 4202560 190 0 0 0 79653 15 0 0 20 0 22 0 254311226 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491811150704 140491820960715 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1805] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1805/stat : 1805 (java) S 1775 1778 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254311231 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491810100904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1806] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1806/stat : 1806 (java) S 1775 1778 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254311231 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491809048104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824668

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

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

[startup+969.001 s]
/proc/loadavg: 3.95 3.86 3.73 5/218 1969
/proc/meminfo: memFree=24302948/32873648 swapFree=7104/7104
[pid=1778] ppid=1775 vsize=9824668 CPUtime=1800.11 cores=0,2,4,6
/proc/1778/stat : 1778 (java) S 1775 1778 30487 0 -1 4202496 38924 0 1 0 179784 227 0 0 20 0 22 0 254305376 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140737397955520 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1778/statm: 2456167 1132927 2284 9 0 2446860 0
[pid=1778/tid=1779] ppid=1775 vsize=9824668 CPUtime=43.98 cores=0,2,4,6
/proc/1778/task/1779/stat : 1779 (java) S 1775 1778 30487 0 -1 4202560 4561 0 1 0 4349 49 0 0 20 0 22 0 254305377 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491996799992 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1782] ppid=1775 vsize=9824668 CPUtime=5.47 cores=0,2,4,6
/proc/1778/task/1782/stat : 1782 (java) S 1775 1778 30487 0 -1 4202560 1731 0 0 0 529 18 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491958291240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1783] ppid=1775 vsize=9824668 CPUtime=5.51 cores=0,2,4,6
/proc/1778/task/1783/stat : 1783 (java) S 1775 1778 30487 0 -1 4202560 880 0 0 0 534 17 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491957238440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1784] ppid=1775 vsize=9824668 CPUtime=5.6 cores=0,2,4,6
/proc/1778/task/1784/stat : 1784 (java) S 1775 1778 30487 0 -1 4202560 1808 0 0 0 542 18 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491956186152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1778/tid=1785] ppid=1775 vsize=9824668 CPUtime=5.19 cores=0,2,4,6
/proc/1778/task/1785/stat : 1785 (java) S 1775 1778 30487 0 -1 4202560 1622 0 0 0 499 20 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491955133352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1778/tid=1786] ppid=1775 vsize=9824668 CPUtime=5.41 cores=0,2,4,6
/proc/1778/task/1786/stat : 1786 (java) S 1775 1778 30487 0 -1 4202560 1442 0 0 0 526 15 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491954080040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1787] ppid=1775 vsize=9824668 CPUtime=5.24 cores=0,2,4,6
/proc/1778/task/1787/stat : 1787 (java) S 1775 1778 30487 0 -1 4202560 973 0 0 0 509 15 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491953027240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1789] ppid=1775 vsize=9824668 CPUtime=5.03 cores=0,2,4,6
/proc/1778/task/1789/stat : 1789 (java) S 1775 1778 30487 0 -1 4202560 848 0 0 0 488 15 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491951974952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1790] ppid=1775 vsize=9824668 CPUtime=5.31 cores=0,2,4,6
/proc/1778/task/1790/stat : 1790 (java) S 1775 1778 30487 0 -1 4202560 960 0 0 0 509 22 0 0 20 0 22 0 254305378 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491950922152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1791] ppid=1775 vsize=9824668 CPUtime=116.97 cores=0,2,4,6
/proc/1778/task/1791/stat : 1791 (java) S 1775 1778 30487 0 -1 4202560 3762 0 0 0 11677 20 0 0 20 0 22 0 254305379 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491938511592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1792] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1792/stat : 1792 (java) S 1775 1778 30487 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254305379 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491819574776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1793] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1793/stat : 1793 (java) S 1775 1778 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254305379 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491818522376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1794] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1794/stat : 1794 (java) S 1775 1778 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254305381 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491817470864 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1795] ppid=1775 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/1778/task/1795/stat : 1795 (java) S 1775 1778 30487 0 -1 4202560 8171 0 0 0 165 2 0 0 20 0 22 0 254305381 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491816417464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1796] ppid=1775 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/1778/task/1796/stat : 1796 (java) S 1775 1778 30487 0 -1 4202560 10655 0 0 0 107 2 0 0 20 0 22 0 254305381 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491815364664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1797] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1797/stat : 1797 (java) S 1775 1778 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254305381 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491814312568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1798] ppid=1775 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/1778/task/1798/stat : 1798 (java) S 1775 1778 30487 0 -1 4202560 56 0 0 0 15 20 0 0 20 0 22 0 254305382 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491813259976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1803] ppid=1775 vsize=9824668 CPUtime=796.67 cores=0,2,4,6
/proc/1778/task/1803/stat : 1803 (java) R 1775 1778 30487 0 -1 4202560 78 0 0 0 79653 14 0 0 20 0 22 0 254311226 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491812204304 140491820960742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1778/tid=1804] ppid=1775 vsize=9824668 CPUtime=796.68 cores=0,2,4,6
/proc/1778/task/1804/stat : 1804 (java) R 1775 1778 30487 0 -1 4202560 190 0 0 0 79653 15 0 0 20 0 22 0 254311226 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491811150704 140491820960715 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1778/tid=1805] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1805/stat : 1805 (java) S 1775 1778 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254311231 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491810100904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1778/tid=1806] ppid=1775 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1778/task/1806/stat : 1806 (java) S 1775 1778 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254311231 10060460032 1132927 33554432000 1073741824 1073778376 140737397964384 140491809048104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 969.052
CPU time (s): 1800.54
CPU user time (s): 1797.75
CPU system time (s): 2.79157
CPU usage (%): 185.804
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.75
system time used= 2.79157
maximum resident set size= 4531832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38957
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29953
involuntary context switches= 59549

runsolver used 3.59145 second user time and 8.84266 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 19:49:59
IDJOB=3689392
IDBENCH=89632
IDSOLVER=2268
FILE ID=node127/3689392-1337881793
RUNJOBID= node127-1337871880-30503
PBS_JOBID= 14620077
Free space on /tmp= 71408 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-175.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689392-1337881793/watcher-3689392-1337881793 -o /tmp/evaluation-result-3689392-1337881793/solver-3689392-1337881793 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689392-1337881793.opb

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

MD5SUM BENCH= 3472d2cba7eedc0e4f1652523daa893e
RANDOM SEED=1386633345

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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:        26697844 kB
Buffers:          241464 kB
Cached:          2666252 kB
SwapCached:            0 kB
Active:          3150892 kB
Inactive:        2235648 kB
Active(anon):    2481316 kB
Inactive(anon):        0 kB
Active(file):     669576 kB
Inactive(file):  2235648 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            265232 kB
Writeback:             0 kB
AnonPages:       2485908 kB
Mapped:            22544 kB
Shmem:               200 kB
Slab:             648948 kB
SReclaimable:      92180 kB
SUnreclaim:       556768 kB
KernelStack:        1608 kB
PageTables:         9064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2661104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2408448 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= 71416 MiB
End job on node127 at 2012-05-24 20:06:10