Trace number 3458045

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.19 1797.49

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_1_15.opb
MD5SUM47b7632eb38157f4d5f97020bef38ed5
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.211967
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31432
Sum of products size (including duplicates)62864
Number of different products15716
Sum of products size31432

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3458045-1307165727.opb
0.11/0.11	c reading problem ... 
1.49/0.66	c ... done. Wall clock time 0.551s.
1.49/0.66	c #vars     16716
1.49/0.66	c #constraints  32935
1.49/0.66	c constraints type 
1.49/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15716
1.49/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.49/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.49/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15716
7.66/6.32	c cleaning 2509 clauses out of 5017 with flag 5017/5017
15.34/13.90	c cleaning 4295 clauses out of 8589 with flag 11098/11098
29.46/28.09	c cleaning 5600 clauses out of 11200 with flag 18004/18004
48.42/46.90	c cleaning 6867 clauses out of 13733 with flag 26137/26137
70.44/68.99	c cleaning 7865 clauses out of 15729 with flag 35000/35000
100.77/99.27	c cleaning 9003 clauses out of 18005 with flag 45141/45141
125.18/123.61	c cleaning 9932 clauses out of 19863 with flag 56002/56002
158.30/156.76	c cleaning 11026 clauses out of 22052 with flag 68123/68123
197.61/196.03	c cleaning 11952 clauses out of 23904 with flag 81001/81001
253.85/252.23	c cleaning 13020 clauses out of 26040 with flag 95089/95089
320.38/318.75	c cleaning 14126 clauses out of 28251 with flag 110320/110320
366.00/364.34	c cleaning 14903 clauses out of 29805 with flag 126000/126000
453.72/452.06	c cleaning 16033 clauses out of 32065 with flag 143163/143163
543.64/541.91	c cleaning 16935 clauses out of 33869 with flag 161000/161000
667.86/666.10	c cleaning 17968 clauses out of 35935 with flag 180001/180001
739.79/738.03	c cleaning 18990 clauses out of 37980 with flag 200014/200014
767.23/765.40	c cleaning 19993 clauses out of 39990 with flag 221014/221014
830.37/828.56	c cleaning 20992 clauses out of 41984 with flag 243001/243001
894.22/892.32	c cleaning 21996 clauses out of 43994 with flag 266003/266003
945.11/943.13	c cleaning 22996 clauses out of 45996 with flag 290001/290001
997.15/995.17	c cleaning 24008 clauses out of 48020 with flag 315021/315021
1078.70/1076.67	c cleaning 25001 clauses out of 50004 with flag 341013/341013
1160.03/1157.94	c cleaning 25995 clauses out of 51993 with flag 368003/368003
1207.18/1205.05	c cleaning 27002 clauses out of 54008 with flag 396013/396013
1284.85/1282.69	c cleaning 27995 clauses out of 55993 with flag 425000/425000
1375.20/1372.92	c cleaning 29003 clauses out of 58009 with flag 455011/455011
1432.37/1430.03	c cleaning 30005 clauses out of 60013 with flag 486018/486018
1499.22/1496.85	c cleaning 31015 clauses out of 62033 with flag 518043/518043
1574.75/1572.33	c cleaning 31986 clauses out of 63975 with flag 551000/551000
1641.29/1638.85	c cleaning 32522 clauses out of 65047 with flag 584058/584058
1730.35/1727.81	c cleaning 32732 clauses out of 65467 with flag 617000/617000
1787.92/1785.36	c cleaning 32869 clauses out of 65741 with flag 650006/650006
1800.10/1797.43	c starts		: 168
1800.10/1797.43	c conflicts		: 659519
1800.10/1797.43	c decisions		: 1764605
1800.10/1797.43	c propagations		: 34170361
1800.10/1797.43	c inspects		: 2808109911
1800.10/1797.43	c shortcuts		: 0
1800.10/1797.43	c learnt literals	: 0
1800.10/1797.43	c learnt binary clauses	: 0
1800.10/1797.43	c learnt ternary clauses	: 4
1800.10/1797.43	c learnt constraints	: 659519
1800.10/1797.43	c ignored constraints	: 0
1800.10/1797.43	c root simplifications	: 0
1800.10/1797.43	c removed literals (reason simplification)	: 2978504
1800.10/1797.43	c reason swapping (by a shorter reason)	: 0
1800.10/1797.43	c Calls to reduceDB	: 32
1800.10/1797.43	c number of reductions to clauses (during analyze)	: 0
1800.10/1797.43	c number of learned constraints concerned by reduction	: 0
1800.10/1797.43	c number of learning phase by resolution	: 0
1800.10/1797.43	c number of learning phase by cutting planes	: 0
1800.10/1797.43	c speed (assignments/second)	: 19017.66169292675
1800.10/1797.43	c non guided choices	16173
1800.10/1797.45	c learnt constraints type 
1800.10/1797.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42392
1800.10/1797.45	c constraints type 
1800.10/1797.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15716
1800.10/1797.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.10/1797.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.10/1797.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15716
1800.10/1797.45	s UNKNOWN
1800.10/1797.45	c Total wall clock time (in seconds): 1797.34

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3458045-1307165727/watcher-3458045-1307165727 -o /tmp/evaluation-result-3458045-1307165727/solver-3458045-1307165727 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458045-1307165727.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.05 1.42 1.74 3/373 19260
/proc/meminfo: memFree=22845340/32951124 swapFree=37148216/67111528
[pid=19260] ppid=19258 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/19260/stat : 19260 (java) S 19258 19260 19222 0 -1 4202496 3648 0 1 0 0 0 0 0 24 0 2 0 828173152 13850947584 3350 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/19260/statm: 3381579 3365 917 9 0 3372735 0
[pid=19260/tid=19261] ppid=19258 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19261/stat : 19261 (java) R 19258 19260 19222 0 -1 4202560 4219 0 1 0 0 0 0 0 25 0 2 0 828173153 13850947584 5035 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230808859707 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0955031 s]
/proc/loadavg: 1.05 1.42 1.74 3/373 19260
/proc/meminfo: memFree=22845340/32951124 swapFree=37148216/67111528
[pid=19260] ppid=19258 vsize=13622300 CPUtime=0.1 cores=0,2,4,6
/proc/19260/stat : 19260 (java) S 19258 19260 19222 0 -1 4202496 15450 0 1 0 8 2 0 0 24 0 18 0 828173152 13949235200 15147 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19260/statm: 3405575 15148 2092 9 0 3396309 0
[pid=19260/tid=19261] ppid=19258 vsize=13622300 CPUtime=0.08 cores=0,2,4,6
/proc/19260/task/19261/stat : 19261 (java) R 19258 19260 19222 0 -1 4202560 13547 0 1 0 7 1 0 0 18 0 18 0 828173153 13949235200 15148 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 47926231241475 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622300

[startup+0.100298 s]
/proc/loadavg: 1.05 1.42 1.74 3/373 19260
/proc/meminfo: memFree=22845340/32951124 swapFree=37148216/67111528
[pid=19260] ppid=19258 vsize=13622300 CPUtime=0.11 cores=0,2,4,6
/proc/19260/stat : 19260 (java) S 19258 19260 19222 0 -1 4202496 15539 0 1 0 9 2 0 0 24 0 18 0 828173152 13949235200 15236 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19260/statm: 3405575 15237 2092 9 0 3396309 0
[pid=19260/tid=19261] ppid=19258 vsize=13622300 CPUtime=0.08 cores=0,2,4,6
/proc/19260/task/19261/stat : 19261 (java) R 19258 19260 19222 0 -1 4202560 13636 0 1 0 7 1 0 0 18 0 18 0 828173153 13949235200 15237 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230808826913 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622300

[startup+0.314888 s]
/proc/loadavg: 1.05 1.42 1.74 3/373 19260
/proc/meminfo: memFree=22845340/32951124 swapFree=37148216/67111528
[pid=19260] ppid=19258 vsize=13624396 CPUtime=0.51 cores=0,2,4,6
/proc/19260/stat : 19260 (java) S 19258 19260 19222 0 -1 4202496 18407 0 1 0 49 2 0 0 24 0 18 0 828173152 13951381504 18048 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19260/statm: 3406099 18048 2221 9 0 3396833 0
[pid=19260/tid=19261] ppid=19258 vsize=13624396 CPUtime=0.3 cores=0,2,4,6
/proc/19260/task/19261/stat : 19261 (java) R 19258 19260 19222 0 -1 4202560 15764 0 1 0 28 2 0 0 18 0 18 0 828173153 13951381504 18048 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13624396

[startup+0.700224 s]
/proc/loadavg: 1.05 1.42 1.74 3/373 19260
/proc/meminfo: memFree=22845340/32951124 swapFree=37148216/67111528
[pid=19260] ppid=19258 vsize=13638144 CPUtime=1.58 cores=0,2,4,6
/proc/19260/stat : 19260 (java) S 19258 19260 19222 0 -1 4202496 60192 0 1 0 151 7 0 0 24 0 19 0 828173152 13965459456 57728 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19260/statm: 3409536 57728 2238 9 0 3400270 0
[pid=19260/tid=19261] ppid=19258 vsize=13638144 CPUtime=0.68 cores=0,2,4,6
/proc/19260/task/19261/stat : 19261 (java) R 19258 19260 19222 0 -1 4202560 50775 0 1 0 62 6 0 0 19 0 19 0 828173153 13965459456 57728 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 46912505217330 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 13638144

[startup+1.50113 s]
/proc/loadavg: 1.05 1.42 1.74 3/410 19297
/proc/meminfo: memFree=22526828/32951124 swapFree=37148216/67111528
[pid=19260] ppid=19258 vsize=13638144 CPUtime=2.73 cores=0,2,4,6
/proc/19260/stat : 19260 (java) S 19258 19260 19222 0 -1 4202496 62274 0 1 0 266 7 0 0 24 0 19 0 828173152 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19260/statm: 3409536 58207 2242 9 0 3400270 0
[pid=19260/tid=19261] ppid=19258 vsize=13638144 CPUtime=1.48 cores=0,2,4,6
/proc/19260/task/19261/stat : 19261 (java) R 19258 19260 19222 0 -1 4202560 51173 0 1 0 142 6 0 0 20 0 19 0 828173153 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 46912505974040 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19260/tid=19272] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19272/stat : 19272 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19273] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19273/stat : 19273 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19274] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19274/stat : 19274 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19275] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19275/stat : 19275 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19276] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19276/stat : 19276 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19277] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19277/stat : 19277 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19278] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19278/stat : 19278 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19279] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19279/stat : 19279 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19283] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19283/stat : 19283 (java) S 19258 19260 19222 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 828173156 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 0 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19284] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19284/stat : 19284 (java) S 19258 19260 19222 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828173156 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19285] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19285/stat : 19285 (java) S 19258 19260 19222 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828173156 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19291] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19291/stat : 19291 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173158 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820989361 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19292] ppid=19258 vsize=13638144 CPUtime=0.57 cores=0,2,4,6
/proc/19260/task/19292/stat : 19292 (java) S 19258 19260 19222 0 -1 4202560 4840 0 0 0 57 0 0 0 15 0 19 0 828173158 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19293] ppid=19258 vsize=13638144 CPUtime=0.65 cores=0,2,4,6
/proc/19260/task/19293/stat : 19293 (java) S 19258 19260 19222 0 -1 4202560 5101 0 0 0 65 0 0 0 22 0 19 0 828173159 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19294] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19294/stat : 19294 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173159 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19295] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19295/stat : 19295 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828173159 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19297] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19297/stat : 19297 (java) S 19258 19260 19222 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828173221 13965459456 58207 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 13638144

[startup+3.10081 s]
/proc/loadavg: 1.13 1.43 1.74 3/410 19297
/proc/meminfo: memFree=22514304/32951124 swapFree=37148216/67111528
[pid=19260] ppid=19258 vsize=13638144 CPUtime=4.46 cores=0,2,4,6
/proc/19260/stat : 19260 (java) S 19258 19260 19222 0 -1 4202496 63029 0 1 0 438 8 0 0 24 0 19 0 828173152 13965459456 58961 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19260/statm: 3409536 58961 2244 9 0 3400270 0
[pid=19260/tid=19261] ppid=19258 vsize=13638144 CPUtime=3.08 cores=0,2,4,6
/proc/19260/task/19261/stat : 19261 (java) R 19258 19260 19222 0 -1 4202560 51909 0 1 0 302 6 0 0 25 0 19 0 828173153 13965459456 58961 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 46912506053963 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19260/tid=19272] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19272/stat : 19272 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58961 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19273] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19273/stat : 19273 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58961 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19274] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19274/stat : 19274 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58961 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19275] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19275/stat : 19275 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58961 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19276] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19276/stat : 19276 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58961 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19277] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19277/stat : 19277 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58961 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19278] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19278/stat : 19278 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58961 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19279] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19279/stat : 19279 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 58961 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19283] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19283/stat : 19283 (java) S 19258 19260 19222 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 828173156 13965459456 58961 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 0 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19284] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19284/stat : 19284 (java) S 19258 19260 19222 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828173156 13965459456 58961 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19285] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19285/stat : 19285 (java) S 19258 19260 19222 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828173156 13965459456 58961 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19291] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19291/stat : 19291 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173158 13965459456 58962 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820989361 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19292] ppid=19258 vsize=13638144 CPUtime=0.68 cores=0,2,4,6
/proc/19260/task/19292/stat : 19292 (java) S 19258 19260 19222 0 -1 4202560 4859 0 0 0 68 0 0 0 16 0 19 0 828173158 13965459456 58962 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19293] ppid=19258 vsize=13638144 CPUtime=0.66 cores=0,2,4,6
/proc/19260/task/19293/stat : 19293 (java) S 19258 19260 19222 0 -1 4202560 5101 0 0 0 66 0 0 0 17 0 19 0 828173159 13965459456 58962 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19294] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19294/stat : 19294 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173159 13965459456 58962 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19295] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19295/stat : 19295 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828173159 13965459456 58962 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19297] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19297/stat : 19297 (java) S 19258 19260 19222 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828173221 13965459456 58962 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 13638144

[startup+6.30126 s]
/proc/loadavg: 1.13 1.43 1.74 3/410 19298
/proc/meminfo: memFree=22492000/32951124 swapFree=37148216/67111528
[pid=19260] ppid=19258 vsize=13638144 CPUtime=7.66 cores=0,2,4,6
/proc/19260/stat : 19260 (java) S 19258 19260 19222 0 -1 4202496 67414 0 1 0 757 9 0 0 24 0 19 0 828173152 13965459456 63327 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19260/statm: 3409536 63327 2244 9 0 3400270 0
[pid=19260/tid=19261] ppid=19258 vsize=13638144 CPUtime=6.29 cores=0,2,4,6
/proc/19260/task/19261/stat : 19261 (java) R 19258 19260 19222 0 -1 4202560 56290 0 1 0 621 8 0 0 25 0 19 0 828173153 13965459456 63327 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 46912506053963 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19260/tid=19272] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19272/stat : 19272 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 63327 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19273] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19273/stat : 19273 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 63327 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19274] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19274/stat : 19274 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 63327 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19275] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19275/stat : 19275 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 63327 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19276] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19276/stat : 19276 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 63327 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19277] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19277/stat : 19277 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 63327 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19278] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19278/stat : 19278 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 63327 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19279] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19279/stat : 19279 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173155 13965459456 63327 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19283] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19283/stat : 19283 (java) S 19258 19260 19222 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 828173156 13965459456 63328 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 0 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19284] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19284/stat : 19284 (java) S 19258 19260 19222 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828173156 13965459456 63328 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19285] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19285/stat : 19285 (java) S 19258 19260 19222 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828173156 13965459456 63328 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19291] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19291/stat : 19291 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173158 13965459456 63328 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820989361 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19292] ppid=19258 vsize=13638144 CPUtime=0.68 cores=0,2,4,6
/proc/19260/task/19292/stat : 19292 (java) S 19258 19260 19222 0 -1 4202560 4863 0 0 0 68 0 0 0 15 0 19 0 828173158 13965459456 63328 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19293] ppid=19258 vsize=13638144 CPUtime=0.66 cores=0,2,4,6
/proc/19260/task/19293/stat : 19293 (java) S 19258 19260 19222 0 -1 4202560 5101 0 0 0 66 0 0 0 17 0 19 0 828173159 13965459456 63328 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0

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

[pid=19260/tid=19277] ppid=19258 vsize=13638144 CPUtime=0.2 cores=0,2,4,6
/proc/19260/task/19277/stat : 19277 (java) S 19258 19260 19222 0 -1 4202560 5056 0 0 0 20 0 0 0 16 0 19 0 828173155 13965459456 161920 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19278] ppid=19258 vsize=13638144 CPUtime=0.21 cores=0,2,4,6
/proc/19260/task/19278/stat : 19278 (java) S 19258 19260 19222 0 -1 4202560 9203 0 0 0 20 1 0 0 15 0 19 0 828173155 13965459456 161920 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19279] ppid=19258 vsize=13638144 CPUtime=0.19 cores=0,2,4,6
/proc/19260/task/19279/stat : 19279 (java) S 19258 19260 19222 0 -1 4202560 8771 0 0 0 18 1 0 0 15 0 19 0 828173155 13965459456 161920 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19283] ppid=19258 vsize=13638144 CPUtime=2.44 cores=0,2,4,6
/proc/19260/task/19283/stat : 19283 (java) S 19258 19260 19222 0 -1 4202560 39642 0 0 0 240 4 0 0 15 0 19 0 828173156 13965459456 161920 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 0 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19284] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19284/stat : 19284 (java) S 19258 19260 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828173156 13965459456 161920 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19285] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19285/stat : 19285 (java) S 19258 19260 19222 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828173156 13965459456 161920 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19291] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19291/stat : 19291 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173158 13965459456 161920 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820989361 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19292] ppid=19258 vsize=13638144 CPUtime=0.71 cores=0,2,4,6
/proc/19260/task/19292/stat : 19292 (java) S 19258 19260 19222 0 -1 4202560 4870 0 0 0 71 0 0 0 15 0 19 0 828173158 13965459456 161920 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19293] ppid=19258 vsize=13638144 CPUtime=0.82 cores=0,2,4,6
/proc/19260/task/19293/stat : 19293 (java) S 19258 19260 19222 0 -1 4202560 5130 0 0 0 82 0 0 0 15 0 19 0 828173159 13965459456 161920 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19294] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19294/stat : 19294 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173159 13965459456 161920 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19295] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19295/stat : 19295 (java) S 19258 19260 19222 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 828173159 13965459456 161920 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 4 0 16800975 18446604451809072960 0 0 -1 2 0 0 0
[pid=19260/tid=19297] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19297/stat : 19297 (java) S 19258 19260 19222 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828173221 13965459456 161920 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1724.85
Current children cumulated vsize (KiB) 13638144

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/410 19357
/proc/meminfo: memFree=22080272/32951124 swapFree=37148216/67111528
[pid=19260] ppid=19258 vsize=13638144 CPUtime=1784.91 cores=0,2,4,6
/proc/19260/stat : 19260 (java) S 19258 19260 19222 0 -1 4202496 168187 0 1 0 178468 23 0 0 24 0 19 0 828173152 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19260/statm: 3409536 163886 2270 9 0 3400270 0
[pid=19260/tid=19261] ppid=19258 vsize=13638144 CPUtime=1779.12 cores=0,2,4,6
/proc/19260/task/19261/stat : 19261 (java) R 19258 19260 19222 0 -1 4202560 56336 0 1 0 177904 8 0 0 25 0 19 0 828173153 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 46912506072843 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19260/tid=19272] ppid=19258 vsize=13638144 CPUtime=0.17 cores=0,2,4,6
/proc/19260/task/19272/stat : 19272 (java) S 19258 19260 19222 0 -1 4202560 7982 0 0 0 16 1 0 0 15 0 19 0 828173155 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 2 0 0 0
[pid=19260/tid=19273] ppid=19258 vsize=13638144 CPUtime=0.2 cores=0,2,4,6
/proc/19260/task/19273/stat : 19273 (java) S 19258 19260 19222 0 -1 4202560 5740 0 0 0 19 1 0 0 16 0 19 0 828173155 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19274] ppid=19258 vsize=13638144 CPUtime=0.21 cores=0,2,4,6
/proc/19260/task/19274/stat : 19274 (java) S 19258 19260 19222 0 -1 4202560 10038 0 0 0 20 1 0 0 16 0 19 0 828173155 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 2 0 0 0
[pid=19260/tid=19275] ppid=19258 vsize=13638144 CPUtime=0.19 cores=0,2,4,6
/proc/19260/task/19275/stat : 19275 (java) S 19258 19260 19222 0 -1 4202560 4319 0 0 0 19 0 0 0 16 0 19 0 828173155 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19276] ppid=19258 vsize=13638144 CPUtime=0.22 cores=0,2,4,6
/proc/19260/task/19276/stat : 19276 (java) S 19258 19260 19222 0 -1 4202560 8330 0 0 0 21 1 0 0 15 0 19 0 828173155 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 2 0 0 0
[pid=19260/tid=19277] ppid=19258 vsize=13638144 CPUtime=0.23 cores=0,2,4,6
/proc/19260/task/19277/stat : 19277 (java) S 19258 19260 19222 0 -1 4202560 5925 0 0 0 23 0 0 0 16 0 19 0 828173155 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19278] ppid=19258 vsize=13638144 CPUtime=0.21 cores=0,2,4,6
/proc/19260/task/19278/stat : 19278 (java) S 19258 19260 19222 0 -1 4202560 9203 0 0 0 20 1 0 0 15 0 19 0 828173155 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19279] ppid=19258 vsize=13638144 CPUtime=0.19 cores=0,2,4,6
/proc/19260/task/19279/stat : 19279 (java) S 19258 19260 19222 0 -1 4202560 9417 0 0 0 18 1 0 0 16 0 19 0 828173155 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19283] ppid=19258 vsize=13638144 CPUtime=2.53 cores=0,2,4,6
/proc/19260/task/19283/stat : 19283 (java) S 19258 19260 19222 0 -1 4202560 39644 0 0 0 249 4 0 0 15 0 19 0 828173156 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 0 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19284] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19284/stat : 19284 (java) S 19258 19260 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828173156 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19285] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19285/stat : 19285 (java) S 19258 19260 19222 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828173156 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19291] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19291/stat : 19291 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173158 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820989361 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19292] ppid=19258 vsize=13638144 CPUtime=0.71 cores=0,2,4,6
/proc/19260/task/19292/stat : 19292 (java) S 19258 19260 19222 0 -1 4202560 4870 0 0 0 71 0 0 0 15 0 19 0 828173158 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19293] ppid=19258 vsize=13638144 CPUtime=0.82 cores=0,2,4,6
/proc/19260/task/19293/stat : 19293 (java) S 19258 19260 19222 0 -1 4202560 5130 0 0 0 82 0 0 0 15 0 19 0 828173159 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19294] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19294/stat : 19294 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173159 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19295] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19295/stat : 19295 (java) S 19258 19260 19222 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828173159 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 4 0 16800975 18446604451809072960 0 0 -1 2 0 0 0
[pid=19260/tid=19297] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19297/stat : 19297 (java) S 19258 19260 19222 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828173221 13965459456 163886 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1784.91
Current children cumulated vsize (KiB) 13638144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.06 2.01 1.93 4/410 19357
/proc/meminfo: memFree=22073068/32951124 swapFree=37148216/67111528
[pid=19260] ppid=19258 vsize=13638144 CPUtime=1800.1 cores=0,2,4,6
/proc/19260/stat : 19260 (java) S 19258 19260 19222 0 -1 4202496 170135 0 1 0 179986 24 0 0 24 0 19 0 828173152 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19260/statm: 3409536 165829 2270 9 0 3400270 0
[pid=19260/tid=19261] ppid=19258 vsize=13638144 CPUtime=1794.08 cores=0,2,4,6
/proc/19260/task/19261/stat : 19261 (java) R 19258 19260 19222 0 -1 4202560 56337 0 1 0 179400 8 0 0 25 0 19 0 828173153 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 46912506073115 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19260/tid=19272] ppid=19258 vsize=13638144 CPUtime=0.18 cores=0,2,4,6
/proc/19260/task/19272/stat : 19272 (java) S 19258 19260 19222 0 -1 4202560 8240 0 0 0 17 1 0 0 16 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19273] ppid=19258 vsize=13638144 CPUtime=0.24 cores=0,2,4,6
/proc/19260/task/19273/stat : 19273 (java) S 19258 19260 19222 0 -1 4202560 6637 0 0 0 23 1 0 0 16 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19274] ppid=19258 vsize=13638144 CPUtime=0.21 cores=0,2,4,6
/proc/19260/task/19274/stat : 19274 (java) S 19258 19260 19222 0 -1 4202560 10038 0 0 0 20 1 0 0 15 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 2 0 0 0
[pid=19260/tid=19275] ppid=19258 vsize=13638144 CPUtime=0.19 cores=0,2,4,6
/proc/19260/task/19275/stat : 19275 (java) S 19258 19260 19222 0 -1 4202560 4319 0 0 0 19 0 0 0 15 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19276] ppid=19258 vsize=13638144 CPUtime=0.25 cores=0,2,4,6
/proc/19260/task/19276/stat : 19276 (java) S 19258 19260 19222 0 -1 4202560 9072 0 0 0 24 1 0 0 16 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 2 0 0 0
[pid=19260/tid=19277] ppid=19258 vsize=13638144 CPUtime=0.24 cores=0,2,4,6
/proc/19260/task/19277/stat : 19277 (java) S 19258 19260 19222 0 -1 4202560 5963 0 0 0 24 0 0 0 16 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 2 0 0 0
[pid=19260/tid=19278] ppid=19258 vsize=13638144 CPUtime=0.22 cores=0,2,4,6
/proc/19260/task/19278/stat : 19278 (java) S 19258 19260 19222 0 -1 4202560 9211 0 0 0 21 1 0 0 16 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19279] ppid=19258 vsize=13638144 CPUtime=0.19 cores=0,2,4,6
/proc/19260/task/19279/stat : 19279 (java) S 19258 19260 19222 0 -1 4202560 9417 0 0 0 18 1 0 0 15 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19283] ppid=19258 vsize=13638144 CPUtime=2.66 cores=0,2,4,6
/proc/19260/task/19283/stat : 19283 (java) S 19258 19260 19222 0 -1 4202560 39646 0 0 0 262 4 0 0 15 0 19 0 828173156 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 0 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19284] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19284/stat : 19284 (java) S 19258 19260 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828173156 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19285] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19285/stat : 19285 (java) S 19258 19260 19222 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828173156 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19291] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19291/stat : 19291 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173158 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820989361 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19292] ppid=19258 vsize=13638144 CPUtime=0.71 cores=0,2,4,6
/proc/19260/task/19292/stat : 19292 (java) S 19258 19260 19222 0 -1 4202560 4870 0 0 0 71 0 0 0 15 0 19 0 828173158 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19293] ppid=19258 vsize=13638144 CPUtime=0.82 cores=0,2,4,6
/proc/19260/task/19293/stat : 19293 (java) S 19258 19260 19222 0 -1 4202560 5130 0 0 0 82 0 0 0 15 0 19 0 828173159 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19294] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19294/stat : 19294 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173159 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19295] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19295/stat : 19295 (java) S 19258 19260 19222 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 828173159 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19297] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19297/stat : 19297 (java) S 19258 19260 19222 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828173221 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 13638144

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

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

[startup+1797.4 s]
/proc/loadavg: 2.06 2.01 1.93 4/410 19357
/proc/meminfo: memFree=22073068/32951124 swapFree=37148216/67111528
[pid=19260] ppid=19258 vsize=13638144 CPUtime=1800.1 cores=0,2,4,6
/proc/19260/stat : 19260 (java) S 19258 19260 19222 0 -1 4202496 170135 0 1 0 179986 24 0 0 24 0 19 0 828173152 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19260/statm: 3409536 165829 2270 9 0 3400270 0
[pid=19260/tid=19261] ppid=19258 vsize=13638144 CPUtime=1794.08 cores=0,2,4,6
/proc/19260/task/19261/stat : 19261 (java) R 19258 19260 19222 0 -1 4202560 56337 0 1 0 179400 8 0 0 25 0 19 0 828173153 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 46912506073115 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19260/tid=19272] ppid=19258 vsize=13638144 CPUtime=0.18 cores=0,2,4,6
/proc/19260/task/19272/stat : 19272 (java) S 19258 19260 19222 0 -1 4202560 8240 0 0 0 17 1 0 0 16 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19273] ppid=19258 vsize=13638144 CPUtime=0.24 cores=0,2,4,6
/proc/19260/task/19273/stat : 19273 (java) S 19258 19260 19222 0 -1 4202560 6637 0 0 0 23 1 0 0 16 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19274] ppid=19258 vsize=13638144 CPUtime=0.21 cores=0,2,4,6
/proc/19260/task/19274/stat : 19274 (java) S 19258 19260 19222 0 -1 4202560 10038 0 0 0 20 1 0 0 15 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 2 0 0 0
[pid=19260/tid=19275] ppid=19258 vsize=13638144 CPUtime=0.19 cores=0,2,4,6
/proc/19260/task/19275/stat : 19275 (java) S 19258 19260 19222 0 -1 4202560 4319 0 0 0 19 0 0 0 15 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19276] ppid=19258 vsize=13638144 CPUtime=0.25 cores=0,2,4,6
/proc/19260/task/19276/stat : 19276 (java) S 19258 19260 19222 0 -1 4202560 9072 0 0 0 24 1 0 0 16 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 2 0 0 0
[pid=19260/tid=19277] ppid=19258 vsize=13638144 CPUtime=0.24 cores=0,2,4,6
/proc/19260/task/19277/stat : 19277 (java) S 19258 19260 19222 0 -1 4202560 5963 0 0 0 24 0 0 0 16 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 2 0 0 0
[pid=19260/tid=19278] ppid=19258 vsize=13638144 CPUtime=0.22 cores=0,2,4,6
/proc/19260/task/19278/stat : 19278 (java) S 19258 19260 19222 0 -1 4202560 9211 0 0 0 21 1 0 0 16 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19279] ppid=19258 vsize=13638144 CPUtime=0.19 cores=0,2,4,6
/proc/19260/task/19279/stat : 19279 (java) S 19258 19260 19222 0 -1 4202560 9417 0 0 0 18 1 0 0 15 0 19 0 828173155 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19283] ppid=19258 vsize=13638144 CPUtime=2.66 cores=0,2,4,6
/proc/19260/task/19283/stat : 19283 (java) S 19258 19260 19222 0 -1 4202560 39646 0 0 0 262 4 0 0 15 0 19 0 828173156 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 0 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19284] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19284/stat : 19284 (java) S 19258 19260 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828173156 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19285] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19285/stat : 19285 (java) S 19258 19260 19222 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828173156 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19291] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19291/stat : 19291 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173158 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820989361 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19292] ppid=19258 vsize=13638144 CPUtime=0.71 cores=0,2,4,6
/proc/19260/task/19292/stat : 19292 (java) S 19258 19260 19222 0 -1 4202560 4870 0 0 0 71 0 0 0 15 0 19 0 828173158 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 6 0 0 0
[pid=19260/tid=19293] ppid=19258 vsize=13638144 CPUtime=0.82 cores=0,2,4,6
/proc/19260/task/19293/stat : 19293 (java) S 19258 19260 19222 0 -1 4202560 5130 0 0 0 82 0 0 0 15 0 19 0 828173159 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19294] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19294/stat : 19294 (java) S 19258 19260 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828173159 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820981657 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
[pid=19260/tid=19295] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19295/stat : 19295 (java) S 19258 19260 19222 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 828173159 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 4 0 16800975 18446604451809072960 0 0 -1 0 0 0 0
[pid=19260/tid=19297] ppid=19258 vsize=13638144 CPUtime=0 cores=0,2,4,6
/proc/19260/task/19297/stat : 19297 (java) S 19258 19260 19222 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828173221 13965459456 165829 33554432000 1073741824 1073778376 140735965410672 18446744073709551615 230820982272 0 4 0 16800975 18446604451809072960 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 13638144

Child status: 143
Real time (s): 1797.49
CPU time (s): 1800.19
CPU user time (s): 1799.92
CPU system time (s): 0.266959
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 13638144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.266959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170169
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37561
involuntary context switches= 43281

runsolver used 7.11592 second user time and 14.1838 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-04 07:35:27
IDJOB=3458045
IDBENCH=48370
IDSOLVER=1952
FILE ID=node104/3458045-1307165727
RUNJOBID= node104-1307165727-19240
PBS_JOBID= 13508864
Free space on /tmp= 73956 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_1_15.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458045-1307165727/watcher-3458045-1307165727 -o /tmp/evaluation-result-3458045-1307165727/solver-3458045-1307165727 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458045-1307165727.opb

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

MD5SUM BENCH= 47b7632eb38157f4d5f97020bef38ed5
RANDOM SEED=398920959

node104.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5293.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22845636 kB
Buffers:        418764 kB
Cached:        7572632 kB
SwapCached:     163904 kB
Active:        3757444 kB
Inactive:      6009156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22845636 kB
SwapTotal:    67111528 kB
SwapFree:     37148216 kB
Dirty:            1192 kB
Writeback:           0 kB
AnonPages:     1634680 kB
Mapped:          12696 kB
Slab:           182180 kB
PageTables:      89304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87715112 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73952 MiB
End job on node104 at 2011-06-04 08:05:27