Trace number 3458851

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.13 1798.38

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=100-sizeP=51-sizeQ=100-416317114-max.opb
MD5SUM44d5a0b71f17bc4fff0f0dd8401b346c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables5251
Total number of constraints15301
Number of constraints which are clauses15300
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint5100
Number of terms in the objective function 51
Biggest coefficient in the objective function 1125899906842624
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 2251799813685247
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 713623846352979940529142984724747568191373312
Number of bits of the biggest number in a constraint 150
Biggest sum of numbers in a constraint 2854495385411919209113085420553158722664919739
Number of bits of the biggest sum of numbers151
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		12995394264
0.03/0.09	c Max memory 		13063553024
0.03/0.09	c Total memory 		13063553024
0.03/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-3458851-1307155567.opb
0.11/0.11	c reading problem ... 
0.89/0.49	c ... done. Wall clock time 0.386s.
0.89/0.49	c #vars     5251
0.89/0.49	c #constraints  16577
0.89/0.49	c constraints type 
0.89/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5100
0.89/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10200
0.89/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
47.45/46.68	c cleaning 2497 clauses out of 5001 with flag 5001/5001
90.08/89.17	c cleaning 4247 clauses out of 8504 with flag 11001/11001
120.28/119.32	c cleaning 5622 clauses out of 11256 with flag 18000/18000
157.51/156.55	c cleaning 6813 clauses out of 13634 with flag 26000/26000
212.89/211.82	c cleaning 7914 clauses out of 15830 with flag 35009/35009
289.33/288.26	c cleaning 8945 clauses out of 17907 with flag 45000/45000
371.86/370.74	c cleaning 9971 clauses out of 19962 with flag 56000/56000
457.17/456.09	c cleaning 10991 clauses out of 21991 with flag 68000/68000
597.00/595.82	c cleaning 11994 clauses out of 24000 with flag 81000/81000
685.14/683.91	c cleaning 12997 clauses out of 26007 with flag 95001/95001
797.29/796.00	c cleaning 13998 clauses out of 28010 with flag 110001/110001
894.03/892.77	c cleaning 15001 clauses out of 30011 with flag 126000/126000
1035.10/1033.74	c cleaning 15499 clauses out of 31010 with flag 142000/142000
1119.95/1118.54	c cleaning 15744 clauses out of 31511 with flag 158000/158000
1191.98/1190.58	c cleaning 15882 clauses out of 31769 with flag 174002/174002
1277.70/1276.24	c cleaning 15944 clauses out of 31898 with flag 190013/190013
1365.46/1363.92	c cleaning 15966 clauses out of 31942 with flag 206001/206001
1462.40/1460.83	c cleaning 15980 clauses out of 31975 with flag 222000/222000
1563.71/1562.19	c cleaning 15989 clauses out of 31996 with flag 238001/238001
1670.54/1668.97	c cleaning 15993 clauses out of 32006 with flag 254000/254000
1787.48/1785.86	c cleaning 16001 clauses out of 32014 with flag 270001/270001
1800.05/1798.32	c starts		: 131
1800.05/1798.32	c conflicts		: 271736
1800.05/1798.32	c decisions		: 498233
1800.05/1798.32	c propagations		: 32897641
1800.05/1798.32	c inspects		: 474887320
1800.05/1798.32	c shortcuts		: 0
1800.05/1798.32	c learnt literals	: 0
1800.05/1798.32	c learnt binary clauses	: 125
1800.05/1798.32	c learnt ternary clauses	: 215
1800.05/1798.32	c learnt constraints	: 271736
1800.05/1798.32	c ignored constraints	: 0
1800.05/1798.32	c root simplifications	: 0
1800.05/1798.32	c removed literals (reason simplification)	: 321832709
1800.05/1798.32	c reason swapping (by a shorter reason)	: 0
1800.05/1798.32	c Calls to reduceDB	: 21
1800.05/1798.32	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.32	c number of learned constraints concerned by reduction	: 0
1800.05/1798.32	c number of learning phase by resolution	: 0
1800.05/1798.32	c number of learning phase by cutting planes	: 0
1800.05/1798.32	c speed (assignments/second)	: 18298.57116317152
1800.05/1798.32	c non guided choices	45
1800.05/1798.33	c learnt constraints type 
1800.05/1798.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 125
1800.05/1798.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17625
1800.05/1798.33	c constraints type 
1800.05/1798.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5100
1800.05/1798.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10200
1800.05/1798.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/1798.33	s UNKNOWN
1800.05/1798.33	c Total wall clock time (in seconds): 1798.223

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

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

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


[startup+0 s]
/proc/loadavg: 1.65 1.73 1.88 3/473 22579
/proc/meminfo: memFree=24483808/32951124 swapFree=60476376/67111528
[pid=22579] ppid=22577 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/22579/stat : 22579 (java) S 22577 22579 19226 0 -1 4202496 5160 0 1 0 0 0 0 0 18 0 2 0 807972575 13850947584 4861 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22579/statm: 3381579 4875 917 9 0 3372735 0
[pid=22579/tid=22580] ppid=22577 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22580/stat : 22580 (java) R 22577 22579 19226 0 -1 4202560 6216 0 1 0 0 0 0 0 19 0 2 0 807972576 13850947584 7033 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220815930427 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0490721 s]
/proc/loadavg: 1.65 1.73 1.88 3/473 22579
/proc/meminfo: memFree=24483808/32951124 swapFree=60476376/67111528
[pid=22579] ppid=22577 vsize=13549480 CPUtime=0.03 cores=1,3,5,7
/proc/22579/stat : 22579 (java) S 22577 22579 19226 0 -1 4202496 13826 0 1 0 2 1 0 0 18 0 13 0 807972575 13874667520 13522 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22579/statm: 3387370 13522 1678 9 0 3378118 0
[pid=22579/tid=22580] ppid=22577 vsize=13549480 CPUtime=0.03 cores=1,3,5,7
/proc/22579/task/22580/stat : 22580 (java) R 22577 22579 19226 0 -1 4202560 12677 0 1 0 2 1 0 0 25 0 13 0 807972576 13874667520 13522 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 47792799551493 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13549480

[startup+0.101063 s]
/proc/loadavg: 1.65 1.73 1.88 3/473 22579
/proc/meminfo: memFree=24483808/32951124 swapFree=60476376/67111528
[pid=22579] ppid=22577 vsize=13622360 CPUtime=0.11 cores=1,3,5,7
/proc/22579/stat : 22579 (java) S 22577 22579 19226 0 -1 4202496 15569 0 1 0 9 2 0 0 18 0 18 0 807972575 13949296640 15265 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22579/statm: 3405590 15266 2093 9 0 3396324 0
[pid=22579/tid=22580] ppid=22577 vsize=13622360 CPUtime=0.08 cores=1,3,5,7
/proc/22579/task/22580/stat : 22580 (java) R 22577 22579 19226 0 -1 4202560 13650 0 1 0 7 1 0 0 18 0 18 0 807972576 13949296640 15266 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220815897633 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622360

[startup+0.307097 s]
/proc/loadavg: 1.65 1.73 1.88 3/473 22579
/proc/meminfo: memFree=24483808/32951124 swapFree=60476376/67111528
[pid=22579] ppid=22577 vsize=13624148 CPUtime=0.51 cores=1,3,5,7
/proc/22579/stat : 22579 (java) S 22577 22579 19226 0 -1 4202496 18660 0 1 0 49 2 0 0 18 0 18 0 807972575 13951127552 18005 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22579/statm: 3406037 18006 2203 9 0 3396771 0
[pid=22579/tid=22580] ppid=22577 vsize=13624148 CPUtime=0.29 cores=1,3,5,7
/proc/22579/task/22580/stat : 22580 (java) R 22577 22579 19226 0 -1 4202560 15723 0 1 0 27 2 0 0 18 0 18 0 807972576 13951127552 18007 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 46912505623722 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13624148

[startup+0.700949 s]
/proc/loadavg: 1.65 1.73 1.88 3/473 22579
/proc/meminfo: memFree=24483808/32951124 swapFree=60476376/67111528
[pid=22579] ppid=22577 vsize=13629436 CPUtime=1.38 cores=1,3,5,7
/proc/22579/stat : 22579 (java) S 22577 22579 19226 0 -1 4202496 29434 0 1 0 135 3 0 0 18 0 19 0 807972575 13956542464 26574 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22579/statm: 3407359 26574 2236 9 0 3398093 0
[pid=22579/tid=22580] ppid=22577 vsize=13629436 CPUtime=0.68 cores=1,3,5,7
/proc/22579/task/22580/stat : 22580 (java) R 22577 22579 19226 0 -1 4202560 22393 0 1 0 66 2 0 0 19 0 19 0 807972576 13956542464 26574 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 46912505331008 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 13629436

[startup+1.5008 s]
/proc/loadavg: 1.65 1.73 1.88 3/492 22601
/proc/meminfo: memFree=24382916/32951124 swapFree=60476376/67111528
[pid=22579] ppid=22577 vsize=13629436 CPUtime=2.23 cores=1,3,5,7
/proc/22579/stat : 22579 (java) S 22577 22579 19226 0 -1 4202496 30957 0 1 0 220 3 0 0 18 0 19 0 807972575 13956542464 28097 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22579/statm: 3407359 28097 2236 9 0 3398093 0
[pid=22579/tid=22580] ppid=22577 vsize=13629436 CPUtime=1.48 cores=1,3,5,7
/proc/22579/task/22580/stat : 22580 (java) R 22577 22579 19226 0 -1 4202560 23910 0 1 0 146 2 0 0 20 0 19 0 807972576 13956542464 28097 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 46912505663991 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22579/tid=22582] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22582/stat : 22582 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807972578 13956542464 28097 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22583] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22583/stat : 22583 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 28097 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22584] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22584/stat : 22584 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 28097 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22585] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22585/stat : 22585 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 28097 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22586] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22586/stat : 22586 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 28097 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22587] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22587/stat : 22587 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 28097 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22588] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22588/stat : 22588 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 28097 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22589] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22589/stat : 22589 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 807972578 13956542464 28097 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22590] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22590/stat : 22590 (java) S 22577 22579 19226 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 807972579 13956542464 28097 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 0 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22591] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22591/stat : 22591 (java) S 22577 22579 19226 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 807972579 13956542464 28097 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22592] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22592/stat : 22592 (java) S 22577 22579 19226 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807972579 13956542464 28098 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22593] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22593/stat : 22593 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807972581 13956542464 28098 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828060081 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22595] ppid=22577 vsize=13629436 CPUtime=0.37 cores=1,3,5,7
/proc/22579/task/22595/stat : 22595 (java) S 22577 22579 19226 0 -1 4202560 3302 0 0 0 37 0 0 0 15 0 19 0 807972581 13956542464 28098 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22596] ppid=22577 vsize=13629436 CPUtime=0.35 cores=1,3,5,7
/proc/22579/task/22596/stat : 22596 (java) S 22577 22579 19226 0 -1 4202560 2584 0 0 0 35 0 0 0 21 0 19 0 807972581 13956542464 28098 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 3 0 0 0
[pid=22579/tid=22598] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22598/stat : 22598 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807972581 13956542464 28098 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22599] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22599/stat : 22599 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807972581 13956542464 28098 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 4 0 16800975 18446604466413015232 0 0 -1 3 0 0 0
[pid=22579/tid=22601] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22601/stat : 22601 (java) S 22577 22579 19226 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807972626 13956542464 28098 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 13629436

[startup+3.10151 s]
/proc/loadavg: 1.65 1.73 1.88 4/492 22601
/proc/meminfo: memFree=24375104/32951124 swapFree=60476376/67111528
[pid=22579] ppid=22577 vsize=13629436 CPUtime=3.88 cores=1,3,5,7
/proc/22579/stat : 22579 (java) S 22577 22579 19226 0 -1 4202496 33091 0 1 0 384 4 0 0 18 0 19 0 807972575 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22579/statm: 3407359 29865 2236 9 0 3398093 0
[pid=22579/tid=22580] ppid=22577 vsize=13629436 CPUtime=3.08 cores=1,3,5,7
/proc/22579/task/22580/stat : 22580 (java) R 22577 22579 19226 0 -1 4202560 25671 0 1 0 306 2 0 0 25 0 19 0 807972576 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 46912505805831 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22579/tid=22582] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22582/stat : 22582 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807972578 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22583] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22583/stat : 22583 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22584] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22584/stat : 22584 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22585] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22585/stat : 22585 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22586] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22586/stat : 22586 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22587] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22587/stat : 22587 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22588] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22588/stat : 22588 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22589] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22589/stat : 22589 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 807972578 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22590] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22590/stat : 22590 (java) S 22577 22579 19226 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 807972579 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 0 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22591] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22591/stat : 22591 (java) S 22577 22579 19226 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 807972579 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22592] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22592/stat : 22592 (java) S 22577 22579 19226 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807972579 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22593] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22593/stat : 22593 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807972581 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828060081 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22595] ppid=22577 vsize=13629436 CPUtime=0.41 cores=1,3,5,7
/proc/22579/task/22595/stat : 22595 (java) S 22577 22579 19226 0 -1 4202560 3672 0 0 0 41 0 0 0 15 0 19 0 807972581 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22596] ppid=22577 vsize=13629436 CPUtime=0.36 cores=1,3,5,7
/proc/22579/task/22596/stat : 22596 (java) S 22577 22579 19226 0 -1 4202560 2586 0 0 0 36 0 0 0 15 0 19 0 807972581 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 3 0 0 0
[pid=22579/tid=22598] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22598/stat : 22598 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807972581 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22599] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22599/stat : 22599 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 807972581 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 4 0 16800975 18446604466413015232 0 0 -1 3 0 0 0
[pid=22579/tid=22601] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22601/stat : 22601 (java) S 22577 22579 19226 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807972626 13956542464 29865 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 13629436

[startup+6.30093 s]
/proc/loadavg: 1.68 1.74 1.88 3/492 22601
/proc/meminfo: memFree=24364948/32951124 swapFree=60476376/67111528
[pid=22579] ppid=22577 vsize=13629436 CPUtime=7.09 cores=1,3,5,7
/proc/22579/stat : 22579 (java) S 22577 22579 19226 0 -1 4202496 35580 0 1 0 705 4 0 0 18 0 19 0 807972575 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22579/statm: 3407359 32337 2236 9 0 3398093 0
[pid=22579/tid=22580] ppid=22577 vsize=13629436 CPUtime=6.29 cores=1,3,5,7
/proc/22579/task/22580/stat : 22580 (java) R 22577 22579 19226 0 -1 4202560 28160 0 1 0 626 3 0 0 25 0 19 0 807972576 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 46912505664053 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22579/tid=22582] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22582/stat : 22582 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 807972578 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22583] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22583/stat : 22583 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22584] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22584/stat : 22584 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22585] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22585/stat : 22585 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22586] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22586/stat : 22586 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22587] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22587/stat : 22587 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22588] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22588/stat : 22588 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 807972578 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22589] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22589/stat : 22589 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 807972578 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22590] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22590/stat : 22590 (java) S 22577 22579 19226 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 807972579 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 0 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22591] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22591/stat : 22591 (java) S 22577 22579 19226 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 807972579 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22592] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22592/stat : 22592 (java) S 22577 22579 19226 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 807972579 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22593] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22593/stat : 22593 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807972581 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828060081 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22595] ppid=22577 vsize=13629436 CPUtime=0.42 cores=1,3,5,7
/proc/22579/task/22595/stat : 22595 (java) S 22577 22579 19226 0 -1 4202560 3672 0 0 0 42 0 0 0 15 0 19 0 807972581 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22596] ppid=22577 vsize=13629436 CPUtime=0.36 cores=1,3,5,7
/proc/22579/task/22596/stat : 22596 (java) S 22577 22579 19226 0 -1 4202560 2586 0 0 0 36 0 0 0 15 0 19 0 807972581 13956542464 32337 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 3 0 0 0

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

[pid=22579/tid=22587] ppid=22577 vsize=13629436 CPUtime=0.11 cores=1,3,5,7
/proc/22579/task/22587/stat : 22587 (java) S 22577 22579 19226 0 -1 4202560 8269 0 0 0 10 1 0 0 16 0 19 0 807972578 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22588] ppid=22577 vsize=13629436 CPUtime=0.12 cores=1,3,5,7
/proc/22579/task/22588/stat : 22588 (java) S 22577 22579 19226 0 -1 4202560 7647 0 0 0 12 0 0 0 16 0 19 0 807972578 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22589] ppid=22577 vsize=13629436 CPUtime=0.14 cores=1,3,5,7
/proc/22579/task/22589/stat : 22589 (java) S 22577 22579 19226 0 -1 4202560 16192 0 0 0 13 1 0 0 15 0 19 0 807972578 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22590] ppid=22577 vsize=13629436 CPUtime=0.7 cores=1,3,5,7
/proc/22579/task/22590/stat : 22590 (java) S 22577 22579 19226 0 -1 4202560 18085 0 0 0 68 2 0 0 15 0 19 0 807972579 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 0 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22591] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22591/stat : 22591 (java) S 22577 22579 19226 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807972579 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22592] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22592/stat : 22592 (java) S 22577 22579 19226 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807972579 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22593] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22593/stat : 22593 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807972581 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828060081 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22595] ppid=22577 vsize=13629436 CPUtime=0.56 cores=1,3,5,7
/proc/22579/task/22595/stat : 22595 (java) S 22577 22579 19226 0 -1 4202560 4565 0 0 0 56 0 0 0 15 0 19 0 807972581 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22596] ppid=22577 vsize=13629436 CPUtime=0.43 cores=1,3,5,7
/proc/22579/task/22596/stat : 22596 (java) S 22577 22579 19226 0 -1 4202560 2606 0 0 0 43 0 0 0 15 0 19 0 807972581 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 3 0 0 0
[pid=22579/tid=22598] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22598/stat : 22598 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807972581 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22599] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22599/stat : 22599 (java) S 22577 22579 19226 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 807972581 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22601] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22601/stat : 22601 (java) S 22577 22579 19226 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807972626 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1723.98
Current children cumulated vsize (KiB) 13629436

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/492 22708
/proc/meminfo: memFree=23433956/32951124 swapFree=60476376/67111528
[pid=22579] ppid=22577 vsize=13629436 CPUtime=1783.98 cores=1,3,5,7
/proc/22579/stat : 22579 (java) S 22577 22579 19226 0 -1 4202496 259309 0 1 0 178363 35 0 0 18 0 19 0 807972575 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22579/statm: 3407359 255292 2264 9 0 3398093 0
[pid=22579/tid=22580] ppid=22577 vsize=13629436 CPUtime=1781.27 cores=1,3,5,7
/proc/22579/task/22580/stat : 22580 (java) R 22577 22579 19226 0 -1 4202560 160022 0 1 0 178105 22 0 0 25 0 19 0 807972576 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 46912505933388 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22579/tid=22582] ppid=22577 vsize=13629436 CPUtime=0.14 cores=1,3,5,7
/proc/22579/task/22582/stat : 22582 (java) S 22577 22579 19226 0 -1 4202560 11275 0 0 0 13 1 0 0 16 0 19 0 807972578 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 3 0 0 0
[pid=22579/tid=22583] ppid=22577 vsize=13629436 CPUtime=0.09 cores=1,3,5,7
/proc/22579/task/22583/stat : 22583 (java) S 22577 22579 19226 0 -1 4202560 9410 0 0 0 8 1 0 0 15 0 19 0 807972578 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22584] ppid=22577 vsize=13629436 CPUtime=0.08 cores=1,3,5,7
/proc/22579/task/22584/stat : 22584 (java) S 22577 22579 19226 0 -1 4202560 3310 0 0 0 8 0 0 0 15 0 19 0 807972578 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22585] ppid=22577 vsize=13629436 CPUtime=0.09 cores=1,3,5,7
/proc/22579/task/22585/stat : 22585 (java) S 22577 22579 19226 0 -1 4202560 4632 0 0 0 9 0 0 0 15 0 19 0 807972578 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22586] ppid=22577 vsize=13629436 CPUtime=0.13 cores=1,3,5,7
/proc/22579/task/22586/stat : 22586 (java) S 22577 22579 19226 0 -1 4202560 12042 0 0 0 12 1 0 0 15 0 19 0 807972578 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22587] ppid=22577 vsize=13629436 CPUtime=0.11 cores=1,3,5,7
/proc/22579/task/22587/stat : 22587 (java) S 22577 22579 19226 0 -1 4202560 8269 0 0 0 10 1 0 0 16 0 19 0 807972578 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22588] ppid=22577 vsize=13629436 CPUtime=0.12 cores=1,3,5,7
/proc/22579/task/22588/stat : 22588 (java) S 22577 22579 19226 0 -1 4202560 7647 0 0 0 12 0 0 0 16 0 19 0 807972578 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22589] ppid=22577 vsize=13629436 CPUtime=0.14 cores=1,3,5,7
/proc/22579/task/22589/stat : 22589 (java) S 22577 22579 19226 0 -1 4202560 16192 0 0 0 13 1 0 0 15 0 19 0 807972578 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22590] ppid=22577 vsize=13629436 CPUtime=0.7 cores=1,3,5,7
/proc/22579/task/22590/stat : 22590 (java) S 22577 22579 19226 0 -1 4202560 18085 0 0 0 68 2 0 0 15 0 19 0 807972579 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 0 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22591] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22591/stat : 22591 (java) S 22577 22579 19226 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807972579 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22592] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22592/stat : 22592 (java) S 22577 22579 19226 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807972579 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22593] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22593/stat : 22593 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807972581 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828060081 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22595] ppid=22577 vsize=13629436 CPUtime=0.56 cores=1,3,5,7
/proc/22579/task/22595/stat : 22595 (java) S 22577 22579 19226 0 -1 4202560 4565 0 0 0 56 0 0 0 15 0 19 0 807972581 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22596] ppid=22577 vsize=13629436 CPUtime=0.43 cores=1,3,5,7
/proc/22579/task/22596/stat : 22596 (java) S 22577 22579 19226 0 -1 4202560 2606 0 0 0 43 0 0 0 15 0 19 0 807972581 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 3 0 0 0
[pid=22579/tid=22598] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22598/stat : 22598 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807972581 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22599] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22599/stat : 22599 (java) S 22577 22579 19226 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 807972581 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22601] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22601/stat : 22601 (java) S 22577 22579 19226 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807972626 13956542464 255292 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1783.98
Current children cumulated vsize (KiB) 13629436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/492 22709
/proc/meminfo: memFree=23433944/32951124 swapFree=60476376/67111528
[pid=22579] ppid=22577 vsize=13629436 CPUtime=1800.05 cores=1,3,5,7
/proc/22579/stat : 22579 (java) S 22577 22579 19226 0 -1 4202496 259318 0 1 0 179970 35 0 0 18 0 19 0 807972575 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22579/statm: 3407359 255298 2264 9 0 3398093 0
[pid=22579/tid=22580] ppid=22577 vsize=13629436 CPUtime=1797.23 cores=1,3,5,7
/proc/22579/task/22580/stat : 22580 (java) R 22577 22579 19226 0 -1 4202560 160023 0 1 0 179701 22 0 0 25 0 19 0 807972576 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 46912505845934 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22579/tid=22582] ppid=22577 vsize=13629436 CPUtime=0.15 cores=1,3,5,7
/proc/22579/task/22582/stat : 22582 (java) S 22577 22579 19226 0 -1 4202560 11276 0 0 0 14 1 0 0 16 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 3 0 0 0
[pid=22579/tid=22583] ppid=22577 vsize=13629436 CPUtime=0.09 cores=1,3,5,7
/proc/22579/task/22583/stat : 22583 (java) S 22577 22579 19226 0 -1 4202560 9410 0 0 0 8 1 0 0 15 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22584] ppid=22577 vsize=13629436 CPUtime=0.09 cores=1,3,5,7
/proc/22579/task/22584/stat : 22584 (java) S 22577 22579 19226 0 -1 4202560 3310 0 0 0 9 0 0 0 15 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22585] ppid=22577 vsize=13629436 CPUtime=0.11 cores=1,3,5,7
/proc/22579/task/22585/stat : 22585 (java) S 22577 22579 19226 0 -1 4202560 4632 0 0 0 11 0 0 0 16 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22586] ppid=22577 vsize=13629436 CPUtime=0.15 cores=1,3,5,7
/proc/22579/task/22586/stat : 22586 (java) S 22577 22579 19226 0 -1 4202560 12043 0 0 0 14 1 0 0 16 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22587] ppid=22577 vsize=13629436 CPUtime=0.12 cores=1,3,5,7
/proc/22579/task/22587/stat : 22587 (java) S 22577 22579 19226 0 -1 4202560 8273 0 0 0 11 1 0 0 16 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22588] ppid=22577 vsize=13629436 CPUtime=0.12 cores=1,3,5,7
/proc/22579/task/22588/stat : 22588 (java) S 22577 22579 19226 0 -1 4202560 7647 0 0 0 12 0 0 0 15 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22589] ppid=22577 vsize=13629436 CPUtime=0.14 cores=1,3,5,7
/proc/22579/task/22589/stat : 22589 (java) S 22577 22579 19226 0 -1 4202560 16192 0 0 0 13 1 0 0 15 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22590] ppid=22577 vsize=13629436 CPUtime=0.74 cores=1,3,5,7
/proc/22579/task/22590/stat : 22590 (java) S 22577 22579 19226 0 -1 4202560 18087 0 0 0 72 2 0 0 15 0 19 0 807972579 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 0 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22591] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22591/stat : 22591 (java) S 22577 22579 19226 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807972579 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22592] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22592/stat : 22592 (java) S 22577 22579 19226 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807972579 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22593] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22593/stat : 22593 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807972581 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828060081 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22595] ppid=22577 vsize=13629436 CPUtime=0.56 cores=1,3,5,7
/proc/22579/task/22595/stat : 22595 (java) S 22577 22579 19226 0 -1 4202560 4565 0 0 0 56 0 0 0 15 0 19 0 807972581 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22596] ppid=22577 vsize=13629436 CPUtime=0.43 cores=1,3,5,7
/proc/22579/task/22596/stat : 22596 (java) S 22577 22579 19226 0 -1 4202560 2606 0 0 0 43 0 0 0 15 0 19 0 807972581 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 3 0 0 0
[pid=22579/tid=22598] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22598/stat : 22598 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807972581 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22599] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22599/stat : 22599 (java) S 22577 22579 19226 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 807972581 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22601] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22601/stat : 22601 (java) S 22577 22579 19226 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807972626 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13629436

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

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

[startup+1798.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/492 22709
/proc/meminfo: memFree=23433944/32951124 swapFree=60476376/67111528
[pid=22579] ppid=22577 vsize=13629436 CPUtime=1800.05 cores=1,3,5,7
/proc/22579/stat : 22579 (java) S 22577 22579 19226 0 -1 4202496 259318 0 1 0 179970 35 0 0 18 0 19 0 807972575 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22579/statm: 3407359 255298 2264 9 0 3398093 0
[pid=22579/tid=22580] ppid=22577 vsize=13629436 CPUtime=1797.23 cores=1,3,5,7
/proc/22579/task/22580/stat : 22580 (java) R 22577 22579 19226 0 -1 4202560 160023 0 1 0 179701 22 0 0 25 0 19 0 807972576 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 46912505845934 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22579/tid=22582] ppid=22577 vsize=13629436 CPUtime=0.15 cores=1,3,5,7
/proc/22579/task/22582/stat : 22582 (java) S 22577 22579 19226 0 -1 4202560 11276 0 0 0 14 1 0 0 16 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 3 0 0 0
[pid=22579/tid=22583] ppid=22577 vsize=13629436 CPUtime=0.09 cores=1,3,5,7
/proc/22579/task/22583/stat : 22583 (java) S 22577 22579 19226 0 -1 4202560 9410 0 0 0 8 1 0 0 15 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22584] ppid=22577 vsize=13629436 CPUtime=0.09 cores=1,3,5,7
/proc/22579/task/22584/stat : 22584 (java) S 22577 22579 19226 0 -1 4202560 3310 0 0 0 9 0 0 0 15 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22585] ppid=22577 vsize=13629436 CPUtime=0.11 cores=1,3,5,7
/proc/22579/task/22585/stat : 22585 (java) S 22577 22579 19226 0 -1 4202560 4632 0 0 0 11 0 0 0 16 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22586] ppid=22577 vsize=13629436 CPUtime=0.15 cores=1,3,5,7
/proc/22579/task/22586/stat : 22586 (java) S 22577 22579 19226 0 -1 4202560 12043 0 0 0 14 1 0 0 16 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22587] ppid=22577 vsize=13629436 CPUtime=0.12 cores=1,3,5,7
/proc/22579/task/22587/stat : 22587 (java) S 22577 22579 19226 0 -1 4202560 8273 0 0 0 11 1 0 0 16 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22588] ppid=22577 vsize=13629436 CPUtime=0.12 cores=1,3,5,7
/proc/22579/task/22588/stat : 22588 (java) S 22577 22579 19226 0 -1 4202560 7647 0 0 0 12 0 0 0 15 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22589] ppid=22577 vsize=13629436 CPUtime=0.14 cores=1,3,5,7
/proc/22579/task/22589/stat : 22589 (java) S 22577 22579 19226 0 -1 4202560 16192 0 0 0 13 1 0 0 15 0 19 0 807972578 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22590] ppid=22577 vsize=13629436 CPUtime=0.74 cores=1,3,5,7
/proc/22579/task/22590/stat : 22590 (java) S 22577 22579 19226 0 -1 4202560 18087 0 0 0 72 2 0 0 15 0 19 0 807972579 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 0 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22591] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22591/stat : 22591 (java) S 22577 22579 19226 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 807972579 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22592] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22592/stat : 22592 (java) S 22577 22579 19226 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 807972579 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
[pid=22579/tid=22593] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22593/stat : 22593 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807972581 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828060081 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22595] ppid=22577 vsize=13629436 CPUtime=0.56 cores=1,3,5,7
/proc/22579/task/22595/stat : 22595 (java) S 22577 22579 19226 0 -1 4202560 4565 0 0 0 56 0 0 0 15 0 19 0 807972581 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22596] ppid=22577 vsize=13629436 CPUtime=0.43 cores=1,3,5,7
/proc/22579/task/22596/stat : 22596 (java) S 22577 22579 19226 0 -1 4202560 2606 0 0 0 43 0 0 0 15 0 19 0 807972581 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 3 0 0 0
[pid=22579/tid=22598] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22598/stat : 22598 (java) S 22577 22579 19226 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 807972581 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052377 0 4 0 16800975 18446604466413015232 0 0 -1 5 0 0 0
[pid=22579/tid=22599] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22599/stat : 22599 (java) S 22577 22579 19226 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 807972581 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 4 0 16800975 18446604466413015232 0 0 -1 1 0 0 0
[pid=22579/tid=22601] ppid=22577 vsize=13629436 CPUtime=0 cores=1,3,5,7
/proc/22579/task/22601/stat : 22601 (java) S 22577 22579 19226 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 807972626 13956542464 255298 33554432000 1073741824 1073778376 140734118706496 18446744073709551615 220828052992 0 4 0 16800975 18446604466413015232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13629436

Child status: 143
Real time (s): 1798.38
CPU time (s): 1800.13
CPU user time (s): 1799.74
CPU system time (s): 0.39194
CPU usage (%): 100.098
Max. virtual memory (cumulated for all children) (KiB): 13629436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.39194
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259347
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= 37370
involuntary context switches= 5992

runsolver used 7.61284 second user time and 18.6782 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-04 04:46:07
IDJOB=3458851
IDBENCH=3043
IDSOLVER=1952
FILE ID=node147/3458851-1307155567
RUNJOBID= node147-1307155508-22335
PBS_JOBID= 13508769
Free space on /tmp= 73696 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=100-sizeP=51-sizeQ=100-416317114-max.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458851-1307155567/watcher-3458851-1307155567 -o /tmp/evaluation-result-3458851-1307155567/solver-3458851-1307155567 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458851-1307155567.opb

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

MD5SUM BENCH= 44d5a0b71f17bc4fff0f0dd8401b346c
RANDOM SEED=786944807

node147.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.836
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.67
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.836
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.75
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.836
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.82
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.836
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.75
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.836
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	: 5332.82
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.836
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.76
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.836
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.82
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.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24483964 kB
Buffers:        311980 kB
Cached:        1470284 kB
SwapCached:      11164 kB
Active:        6854380 kB
Inactive:      1352468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24483964 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:             916 kB
Writeback:           0 kB
AnonPages:     6421244 kB
Mapped:          30952 kB
Slab:           133756 kB
PageTables:      58756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134196024 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= 73696 MiB
End job on node147 at 2011-06-04 05:16:07