Trace number 3744490

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1801 894.152

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_9_ic.opb
MD5SUM5b69bba9fba38b21e500a479429a9384
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 146363183
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 9700646039
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 146363183
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 9700646039
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.2.0.v20100531
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		1349517296
0.02/0.08	c Max memory 		1356595200
0.02/0.08	c Total memory 		1356595200
0.02/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3744490-1338810396.opb
0.09/0.11	c reading problem ... 
1.41/0.68	c ... done. Wall clock time 0.569s.
1.41/0.68	c #vars     15725
1.41/0.68	c #constraints  33208
1.41/0.68	c constraints type 
1.41/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.41/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.41/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.41/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.41/0.68	c constraints type 
1.41/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.41/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.41/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.41/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
12.24/5.26	c cleaning 2494 clauses out of 5001 with flag 5001/5001
21.16/9.53	c cleaning 4239 clauses out of 8506 with flag 11000/11000
32.20/15.07	c cleaning 5629 clauses out of 11268 with flag 18001/18001
47.66/22.76	c cleaning 6811 clauses out of 13638 with flag 26000/26000
63.10/30.47	c cleaning 7894 clauses out of 15828 with flag 35001/35001
79.52/38.67	c cleaning 8961 clauses out of 17933 with flag 45000/45000
96.41/47.10	c cleaning 9974 clauses out of 19972 with flag 56000/56000
120.57/59.07	c cleaning 10987 clauses out of 21998 with flag 68000/68000
146.60/72.01	c cleaning 12003 clauses out of 24012 with flag 81001/81001
169.32/83.39	c cleaning 12998 clauses out of 26008 with flag 95000/95000
195.97/96.61	c cleaning 13996 clauses out of 28011 with flag 110001/110001
225.46/111.32	c cleaning 15003 clauses out of 30014 with flag 126000/126000
255.47/126.32	c cleaning 16000 clauses out of 32013 with flag 143002/143002
285.33/141.29	c cleaning 16994 clauses out of 34011 with flag 161000/161000
322.72/159.84	c cleaning 18007 clauses out of 36017 with flag 180000/180000
363.31/180.04	c cleaning 19000 clauses out of 38010 with flag 200000/200000
400.96/198.82	c cleaning 20001 clauses out of 40010 with flag 221000/221000
443.75/220.10	c cleaning 21000 clauses out of 42009 with flag 243000/243000
492.60/244.43	c cleaning 21999 clauses out of 44009 with flag 266000/266000
542.27/269.10	c cleaning 22997 clauses out of 46010 with flag 290000/290000
570.92/283.43	c cleaning 0 clauses out of 5008 with flag 0/5008
593.31/294.52	c cleaning 23990 clauses out of 48013 with flag 315000/315000
641.17/318.35	c cleaning 25005 clauses out of 50024 with flag 341001/341001
685.57/340.47	c cleaning 26001 clauses out of 52018 with flag 368000/368000
730.70/362.97	c cleaning 27002 clauses out of 54017 with flag 396000/396000
788.05/391.45	c cleaning 27992 clauses out of 56018 with flag 425003/425003
848.41/421.46	c cleaning 28988 clauses out of 58023 with flag 455000/455000
912.28/453.11	c cleaning 29997 clauses out of 60035 with flag 486000/486000
981.06/487.34	c cleaning 31007 clauses out of 62038 with flag 518000/518000
1043.44/518.32	c cleaning 32003 clauses out of 64031 with flag 551000/551000
1100.11/546.60	c cleaning 32996 clauses out of 66031 with flag 585003/585003
1168.26/580.37	c cleaning 33509 clauses out of 67032 with flag 619000/619000
1236.44/614.26	c cleaning 33756 clauses out of 67524 with flag 653001/653001
1310.53/651.05	c cleaning 33876 clauses out of 67767 with flag 687000/687000
1393.19/692.03	c cleaning 33938 clauses out of 67892 with flag 721001/721001
1479.16/734.79	c cleaning 33970 clauses out of 67956 with flag 755003/755003
1557.96/773.98	c cleaning 33982 clauses out of 67983 with flag 789000/789000
1633.34/811.35	c cleaning 33994 clauses out of 68001 with flag 823000/823000
1709.23/848.98	c cleaning 33992 clauses out of 68008 with flag 857001/857001
1785.99/886.91	c cleaning 33988 clauses out of 68015 with flag 891000/891000
1800.15/894.11	c starts		: 182
1800.15/894.11	c conflicts		: 897479
1800.15/894.11	c decisions		: 1285761
1800.15/894.11	c propagations		: 526109082
1800.15/894.11	c inspects		: 3589379702
1800.15/894.11	c learnt literals	: 0
1800.15/894.11	c learnt binary clauses	: 1
1800.15/894.11	c learnt ternary clauses	: 2
1800.15/894.11	c learnt clauses	: 897479
1800.15/894.11	c ignored clauses	: 0
1800.15/894.11	c root simplifications	: 0
1800.15/894.11	c removed literals (reason simplification)	: 34302012
1800.15/894.11	c reason swapping (by a shorter reason)	: 0
1800.15/894.11	c Calls to reduceDB	: 39
1800.15/894.11	c number of reductions to clauses (during analyze)	: 0
1800.15/894.11	c number of learned constraints concerned by reduction	: 0
1800.15/894.11	c number of learning phase by resolution	: 0
1800.15/894.11	c number of learning phase by cutting planes	: 0
1800.15/894.11	c speed (assignments/second)	: 588862.6030155591
1800.15/894.11	c non guided choices	10
1800.15/894.13	c learnt constraints type 
1800.15/894.13	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 40516
1800.15/894.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.15/894.13	c constraints type 
1800.15/894.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.15/894.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.15/894.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.15/894.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.15/894.13	c constraints type 
1800.15/894.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.15/894.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.15/894.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.15/894.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.15/894.13	s UNKNOWN
1800.15/894.13	c Total wall clock time (in seconds): 894.021

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3744490-1338810396/watcher-3744490-1338810396 -o /tmp/evaluation-result-3744490-1338810396/solver-3744490-1338810396 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744490-1338810396.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.68 3.83 3.81 3/197 22778
/proc/meminfo: memFree=28608060/32873648 swapFree=7116/7116
[pid=22778] ppid=22776 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/22778/stat : 22778 (java) D 22776 22778 21780 0 -1 4202496 297 0 0 0 0 0 0 0 20 0 1 0 347165034 2560000 46 33554432000 1073741824 1073778376 140733303004368 140733303001496 214528257319 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/22778/statm: 625 46 37 9 0 29 0

[startup+0.050076 s]
/proc/loadavg: 3.68 3.83 3.81 3/197 22778
/proc/meminfo: memFree=28608060/32873648 swapFree=7116/7116
[pid=22778] ppid=22776 vsize=2367080 CPUtime=0.02 cores=0,2,4,6
/proc/22778/stat : 22778 (java) S 22776 22778 21780 0 -1 4202496 3733 0 1 0 2 0 0 0 20 0 13 0 347165034 2423889920 4942 33554432000 1073741824 1073778376 140733303004368 140733302995504 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22778/statm: 591770 4942 1705 9 0 582471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100232 s]
/proc/loadavg: 3.68 3.83 3.81 3/197 22778
/proc/meminfo: memFree=28608060/32873648 swapFree=7116/7116
[pid=22778] ppid=22776 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/22778/stat : 22778 (java) S 22776 22778 21780 0 -1 4202496 4703 0 1 0 8 1 0 0 20 0 18 0 347165034 2764726272 6409 33554432000 1073741824 1073778376 140733303004368 140733302995504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22778/statm: 674982 6409 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300173 s]
/proc/loadavg: 3.68 3.83 3.81 3/197 22778
/proc/meminfo: memFree=28608060/32873648 swapFree=7116/7116
[pid=22778] ppid=22776 vsize=2699928 CPUtime=0.51 cores=0,2,4,6
/proc/22778/stat : 22778 (java) S 22776 22778 21780 0 -1 4202496 5996 0 1 0 50 1 0 0 20 0 18 0 347165034 2764726272 10105 33554432000 1073741824 1073778376 140733303004368 140733302995504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22778/statm: 674982 10105 2220 9 0 665676 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700178 s]
/proc/loadavg: 3.68 3.83 3.81 3/197 22778
/proc/meminfo: memFree=28608060/32873648 swapFree=7116/7116
[pid=22778] ppid=22776 vsize=2833056 CPUtime=1.7 cores=0,2,4,6
/proc/22778/stat : 22778 (java) S 22776 22778 21780 0 -1 4202496 16271 0 1 0 165 5 0 0 20 0 20 0 347165034 2901049344 43534 33554432000 1073741824 1073778376 140733303004368 140733302995504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22778/statm: 708264 43534 2242 9 0 698958 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 2833056

[startup+1.50619 s]
/proc/loadavg: 3.68 3.83 3.81 7/219 22800
/proc/meminfo: memFree=28406740/32873648 swapFree=7116/7116
[pid=22778] ppid=22776 vsize=2966184 CPUtime=4.37 cores=0,2,4,6
/proc/22778/stat : 22778 (java) S 22776 22778 21780 0 -1 4202496 16919 0 1 0 424 13 0 0 20 0 22 0 347165034 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 140733302995504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22778/statm: 741546 104050 2274 9 0 732240 0
[pid=22778/tid=22780] ppid=22776 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/22778/task/22780/stat : 22780 (java) S 22776 22778 21780 0 -1 4202560 2852 0 1 0 62 3 0 0 20 0 22 0 347165035 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861887358104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22781] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22781/stat : 22781 (java) S 22776 22778 21780 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347165037 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861871639336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22782] ppid=22776 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/22778/task/22782/stat : 22782 (java) S 22776 22778 21780 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 347165037 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861870586536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22783] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22783/stat : 22783 (java) S 22776 22778 21780 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347165037 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861869534248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22784] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22784/stat : 22784 (java) S 22776 22778 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347165037 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861868481448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22785] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22785/stat : 22785 (java) S 22776 22778 21780 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 347165037 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861867428136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22786] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22786/stat : 22786 (java) S 22776 22778 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347165037 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861866375336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22787] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22787/stat : 22787 (java) S 22776 22778 21780 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 347165037 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861865323048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22788] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22788/stat : 22788 (java) S 22776 22778 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347165037 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861864270248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22789] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22789/stat : 22789 (java) S 22776 22778 21780 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347165038 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861733399272 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22790] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22790/stat : 22790 (java) S 22776 22778 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347165038 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861732345336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22791] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22791/stat : 22791 (java) S 22776 22778 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347165038 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861731292936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22792] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22792/stat : 22792 (java) S 22776 22778 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347165041 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861730241424 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22793] ppid=22776 vsize=2966184 CPUtime=0.95 cores=0,2,4,6
/proc/22778/task/22793/stat : 22793 (java) S 22776 22778 21780 0 -1 4202560 6131 0 0 0 95 0 0 0 20 0 22 0 347165041 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861729188024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22794] ppid=22776 vsize=2966184 CPUtime=1.04 cores=0,2,4,6
/proc/22778/task/22794/stat : 22794 (java) S 22776 22778 21780 0 -1 4202560 6455 0 0 0 103 1 0 0 20 0 22 0 347165041 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861728135224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22795] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22795/stat : 22795 (java) S 22776 22778 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347165041 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861727083128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22796] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22796/stat : 22796 (java) S 22776 22778 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347165041 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861726030536 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22797] ppid=22776 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/22778/task/22797/stat : 22797 (java) R 22776 22778 21780 0 -1 4202560 84 0 0 0 75 2 0 0 20 0 22 0 347165103 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861724974888 139861735438473 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22798] ppid=22776 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/22778/task/22798/stat : 22798 (java) R 22776 22778 21780 0 -1 4202560 124 0 0 0 74 2 0 0 20 0 22 0 347165103 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861723922152 139861895121737 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22799] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22799/stat : 22799 (java) S 22776 22778 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347165110 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861722871464 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22800] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22800/stat : 22800 (java) S 22776 22778 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347165110 3037372416 104050 33554432000 1073741824 1073778376 140733303004368 139861721818664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 2966184

[startup+3.10072 s]
/proc/loadavg: 3.68 3.83 3.81 8/219 22800
/proc/meminfo: memFree=28181088/32873648 swapFree=7116/7116
[pid=22778] ppid=22776 vsize=2966184 CPUtime=7.88 cores=0,2,4,6
/proc/22778/stat : 22778 (java) S 22776 22778 21780 0 -1 4202496 16984 0 1 0 772 16 0 0 20 0 22 0 347165034 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 140733302995504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22778/statm: 741546 113275 2275 9 0 732240 0
[pid=22778/tid=22780] ppid=22776 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/22778/task/22780/stat : 22780 (java) S 22776 22778 21780 0 -1 4202560 2852 0 1 0 62 3 0 0 20 0 22 0 347165035 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861887358104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22781] ppid=22776 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/22778/task/22781/stat : 22781 (java) S 22776 22778 21780 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 347165037 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861871639336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22782] ppid=22776 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/22778/task/22782/stat : 22782 (java) S 22776 22778 21780 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 22 0 347165037 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861870586536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22783] ppid=22776 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/22778/task/22783/stat : 22783 (java) S 22776 22778 21780 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 347165037 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861869534248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22784] ppid=22776 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/22778/task/22784/stat : 22784 (java) S 22776 22778 21780 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 347165037 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861868481448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22785] ppid=22776 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/22778/task/22785/stat : 22785 (java) S 22776 22778 21780 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 347165037 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861867428136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22786] ppid=22776 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/22778/task/22786/stat : 22786 (java) S 22776 22778 21780 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 347165037 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861866375336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22787] ppid=22776 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/22778/task/22787/stat : 22787 (java) S 22776 22778 21780 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 347165037 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861865323048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22788] ppid=22776 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/22778/task/22788/stat : 22788 (java) S 22776 22778 21780 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 347165037 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861864270248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22789] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22789/stat : 22789 (java) S 22776 22778 21780 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347165038 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861733399272 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22790] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22790/stat : 22790 (java) S 22776 22778 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347165038 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861732345336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22791] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22791/stat : 22791 (java) S 22776 22778 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347165038 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861731292936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22792] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22792/stat : 22792 (java) S 22776 22778 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347165041 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861730241424 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22793] ppid=22776 vsize=2966184 CPUtime=1.08 cores=0,2,4,6
/proc/22778/task/22793/stat : 22793 (java) S 22776 22778 21780 0 -1 4202560 6131 0 0 0 107 1 0 0 20 0 22 0 347165041 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861729188024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22794] ppid=22776 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/22778/task/22794/stat : 22794 (java) S 22776 22778 21780 0 -1 4202560 6456 0 0 0 113 2 0 0 20 0 22 0 347165041 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861728135224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22795] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22795/stat : 22795 (java) S 22776 22778 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347165041 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861727083128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22796] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22796/stat : 22796 (java) S 22776 22778 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347165041 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861726030536 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22797] ppid=22776 vsize=2966184 CPUtime=2.3 cores=0,2,4,6
/proc/22778/task/22797/stat : 22797 (java) R 22776 22778 21780 0 -1 4202560 86 0 0 0 227 3 0 0 20 0 22 0 347165103 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861724974864 139861735187318 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22798] ppid=22776 vsize=2966184 CPUtime=2.28 cores=0,2,4,6
/proc/22778/task/22798/stat : 22798 (java) R 22776 22778 21780 0 -1 4202560 126 0 0 0 226 2 0 0 20 0 22 0 347165103 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861723922776 139861735186903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22799] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22799/stat : 22799 (java) S 22776 22778 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347165110 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861722871464 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22800] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22800/stat : 22800 (java) S 22776 22778 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347165110 3037372416 113275 33554432000 1073741824 1073778376 140733303004368 139861721818664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 2966184

[startup+6.3008 s]
/proc/loadavg: 3.70 3.83 3.81 5/219 22800
/proc/meminfo: memFree=28090236/32873648 swapFree=7116/7116
[pid=22778] ppid=22776 vsize=2966184 CPUtime=14.54 cores=0,2,4,6
/proc/22778/stat : 22778 (java) S 22776 22778 21780 0 -1 4202496 17168 0 1 0 1430 24 0 0 20 0 22 0 347165034 3037372416 135291 33554432000 1073741824 1073778376 140733303004368 140733302995504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22778/statm: 741546 135291 2287 9 0 732240 0
[pid=22778/tid=22780] ppid=22776 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/22778/task/22780/stat : 22780 (java) S 22776 22778 21780 0 -1 4202560 2852 0 1 0 62 3 0 0 20 0 22 0 347165035 3037372416 135291 33554432000 1073741824 1073778376 140733303004368 139861887358104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22781] ppid=22776 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/22778/task/22781/stat : 22781 (java) S 22776 22778 21780 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 347165037 3037372416 135291 33554432000 1073741824 1073778376 140733303004368 139861871639336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22782] ppid=22776 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/22778/task/22782/stat : 22782 (java) S 22776 22778 21780 0 -1 4202560 39 0 0 0 8 3 0 0 20 0 22 0 347165037 3037372416 135291 33554432000 1073741824 1073778376 140733303004368 139861870586536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22783] ppid=22776 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/22778/task/22783/stat : 22783 (java) S 22776 22778 21780 0 -1 4202560 40 0 0 0 10 3 0 0 20 0 22 0 347165037 3037372416 135291 33554432000 1073741824 1073778376 140733303004368 139861869534248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22784] ppid=22776 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/22778/task/22784/stat : 22784 (java) S 22776 22778 21780 0 -1 4202560 25 0 0 0 7 2 0 0 20 0 22 0 347165037 3037372416 135291 33554432000 1073741824 1073778376 140733303004368 139861868481448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22785] ppid=22776 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/22778/task/22785/stat : 22785 (java) S 22776 22778 21780 0 -1 4202560 22 0 0 0 8 1 0 0 20 0 22 0 347165037 3037372416 135291 33554432000 1073741824 1073778376 140733303004368 139861867428136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22786] ppid=22776 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/22778/task/22786/stat : 22786 (java) S 22776 22778 21780 0 -1 4202560 38 0 0 0 13 2 0 0 20 0 22 0 347165037 3037372416 135291 33554432000 1073741824 1073778376 140733303004368 139861866375336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22787] ppid=22776 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/22778/task/22787/stat : 22787 (java) S 22776 22778 21780 0 -1 4202560 38 0 0 0 7 2 0 0 20 0 22 0 347165037 3037372416 135291 33554432000 1073741824 1073778376 140733303004368 139861865323048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22788] ppid=22776 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/22778/task/22788/stat : 22788 (java) S 22776 22778 21780 0 -1 4202560 46 0 0 0 10 3 0 0 20 0 22 0 347165037 3037372416 135291 33554432000 1073741824 1073778376 140733303004368 139861864270248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22789] ppid=22776 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/22778/task/22789/stat : 22789 (java) S 22776 22778 21780 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 22 0 347165038 3037372416 135291 33554432000 1073741824 1073778376 140733303004368 139861733399272 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22790] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22790/stat : 22790 (java) S 22776 22778 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347165038 3037372416 135291 33554432000 1073741824 1073778376 140733303004368 139861732345336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22791] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22791/stat : 22791 (java) S 22776 22778 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347165038 3037372416 135291 33554432000 1073741824 1073778376 140733303004368 139861731292936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22792] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22792/stat : 22792 (java) S 22776 22778 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347165041 3037372416 135291 33554432000 1073741824 1073778376 140733303004368 139861730241424 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22793] ppid=22776 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/22778/task/22793/stat : 22793 (java) S 22776 22778 21780 0 -1 4202560 6135 0 0 0 109 1 0 0 20 0 22 0 347165041 3037372416 135291 33554432000 1073741824 1073778376 140733303004368 139861729188024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=22778/tid=22798] ppid=22776 vsize=2966184 CPUtime=800.21 cores=0,2,4,6
/proc/22778/task/22798/stat : 22798 (java) R 22776 22778 21780 0 -1 4202560 514 0 0 0 80005 16 0 0 20 0 22 0 347165103 3037372416 194164 33554432000 1073741824 1073778376 140733303004368 139861723922000 139861735477584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22799] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22799/stat : 22799 (java) S 22776 22778 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347165110 3037372416 194164 33554432000 1073741824 1073778376 140733303004368 139861722871464 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22800] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22800/stat : 22800 (java) S 22776 22778 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347165110 3037372416 194164 33554432000 1073741824 1073778376 140733303004368 139861721818664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1655.33
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.94 4.03 3.94 5/219 22893
/proc/meminfo: memFree=27739208/32873648 swapFree=7116/7116
[pid=22778] ppid=22776 vsize=2966184 CPUtime=1776.67 cores=0,2,4,6
/proc/22778/stat : 22778 (java) S 22776 22778 21780 0 -1 4202496 27598 0 1 0 177529 138 0 0 20 0 22 0 347165034 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 140733302995504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22778/statm: 741546 195188 2287 9 0 732240 0
[pid=22778/tid=22780] ppid=22776 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/22778/task/22780/stat : 22780 (java) S 22776 22778 21780 0 -1 4202560 2870 0 1 0 63 4 0 0 20 0 22 0 347165035 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861887358104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22781] ppid=22776 vsize=2966184 CPUtime=5.72 cores=0,2,4,6
/proc/22778/task/22781/stat : 22781 (java) S 22776 22778 21780 0 -1 4202560 317 0 0 0 565 7 0 0 20 0 22 0 347165037 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861871639336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22782] ppid=22776 vsize=2966184 CPUtime=5.76 cores=0,2,4,6
/proc/22778/task/22782/stat : 22782 (java) S 22776 22778 21780 0 -1 4202560 336 0 0 0 568 8 0 0 20 0 22 0 347165037 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861870586536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22783] ppid=22776 vsize=2966184 CPUtime=5.72 cores=0,2,4,6
/proc/22778/task/22783/stat : 22783 (java) S 22776 22778 21780 0 -1 4202560 326 0 0 0 563 9 0 0 20 0 22 0 347165037 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861869534248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22784] ppid=22776 vsize=2966184 CPUtime=5.84 cores=0,2,4,6
/proc/22778/task/22784/stat : 22784 (java) S 22776 22778 21780 0 -1 4202560 309 0 0 0 576 8 0 0 20 0 22 0 347165037 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861868481448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22785] ppid=22776 vsize=2966184 CPUtime=5.69 cores=0,2,4,6
/proc/22778/task/22785/stat : 22785 (java) S 22776 22778 21780 0 -1 4202560 313 0 0 0 561 8 0 0 20 0 22 0 347165037 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861867428136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22786] ppid=22776 vsize=2966184 CPUtime=5.87 cores=0,2,4,6
/proc/22778/task/22786/stat : 22786 (java) S 22776 22778 21780 0 -1 4202560 335 0 0 0 579 8 0 0 20 0 22 0 347165037 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861866375336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22787] ppid=22776 vsize=2966184 CPUtime=5.85 cores=0,2,4,6
/proc/22778/task/22787/stat : 22787 (java) S 22776 22778 21780 0 -1 4202560 327 0 0 0 578 7 0 0 20 0 22 0 347165037 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861865323048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22788] ppid=22776 vsize=2966184 CPUtime=5.85 cores=0,2,4,6
/proc/22778/task/22788/stat : 22788 (java) S 22776 22778 21780 0 -1 4202560 329 0 0 0 577 8 0 0 20 0 22 0 347165037 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861864270248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22789] ppid=22776 vsize=2966184 CPUtime=9.37 cores=0,2,4,6
/proc/22778/task/22789/stat : 22789 (java) S 22776 22778 21780 0 -1 4202560 7084 0 0 0 891 46 0 0 20 0 22 0 347165038 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861733399272 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22790] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22790/stat : 22790 (java) S 22776 22778 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347165038 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861732345336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22791] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22791/stat : 22791 (java) S 22776 22778 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347165038 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861731292936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22792] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22792/stat : 22792 (java) S 22776 22778 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347165041 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861730241424 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22793] ppid=22776 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/22778/task/22793/stat : 22793 (java) S 22776 22778 21780 0 -1 4202560 6139 0 0 0 123 1 0 0 20 0 22 0 347165041 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861729188024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22794] ppid=22776 vsize=2966184 CPUtime=1.61 cores=0,2,4,6
/proc/22778/task/22794/stat : 22794 (java) S 22776 22778 21780 0 -1 4202560 6611 0 0 0 159 2 0 0 20 0 22 0 347165041 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861728135224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22795] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22795/stat : 22795 (java) S 22776 22778 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347165041 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861727083128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22796] ppid=22776 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/22778/task/22796/stat : 22796 (java) S 22776 22778 21780 0 -1 4202560 50 0 0 0 12 17 0 0 20 0 22 0 347165041 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861726030536 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22797] ppid=22776 vsize=2966184 CPUtime=858.84 cores=0,2,4,6
/proc/22778/task/22797/stat : 22797 (java) R 22776 22778 21780 0 -1 4202560 526 0 0 0 85865 19 0 0 20 0 22 0 347165103 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861724975064 139861735443355 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22798] ppid=22776 vsize=2966184 CPUtime=858.81 cores=0,2,4,6
/proc/22778/task/22798/stat : 22798 (java) R 22776 22778 21780 0 -1 4202560 539 0 0 0 85863 18 0 0 20 0 22 0 347165103 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861723921232 139861734932506 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22799] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22799/stat : 22799 (java) S 22776 22778 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347165110 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861722871464 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22800] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22800/stat : 22800 (java) S 22776 22778 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347165110 3037372416 195188 33554432000 1073741824 1073778376 140733303004368 139861721818664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1776.67
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.101 s]
/proc/loadavg: 3.95 4.03 3.94 5/220 22894
/proc/meminfo: memFree=27739312/32873648 swapFree=7116/7116
[pid=22778] ppid=22776 vsize=2966184 CPUtime=1800.15 cores=0,2,4,6
/proc/22778/stat : 22778 (java) S 22776 22778 21780 0 -1 4202496 27725 0 1 0 179875 140 0 0 20 0 22 0 347165034 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 140733302995504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22778/statm: 741546 195186 2287 9 0 732240 0
[pid=22778/tid=22780] ppid=22776 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/22778/task/22780/stat : 22780 (java) S 22776 22778 21780 0 -1 4202560 2871 0 1 0 63 4 0 0 20 0 22 0 347165035 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861887358104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22781] ppid=22776 vsize=2966184 CPUtime=5.8 cores=0,2,4,6
/proc/22778/task/22781/stat : 22781 (java) S 22776 22778 21780 0 -1 4202560 317 0 0 0 573 7 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861871639336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22782] ppid=22776 vsize=2966184 CPUtime=5.88 cores=0,2,4,6
/proc/22778/task/22782/stat : 22782 (java) S 22776 22778 21780 0 -1 4202560 336 0 0 0 579 9 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861870586536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22783] ppid=22776 vsize=2966184 CPUtime=5.8 cores=0,2,4,6
/proc/22778/task/22783/stat : 22783 (java) S 22776 22778 21780 0 -1 4202560 326 0 0 0 571 9 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861869534248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22784] ppid=22776 vsize=2966184 CPUtime=5.92 cores=0,2,4,6
/proc/22778/task/22784/stat : 22784 (java) S 22776 22778 21780 0 -1 4202560 309 0 0 0 584 8 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861868481448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22785] ppid=22776 vsize=2966184 CPUtime=5.79 cores=0,2,4,6
/proc/22778/task/22785/stat : 22785 (java) S 22776 22778 21780 0 -1 4202560 313 0 0 0 571 8 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861867428136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22786] ppid=22776 vsize=2966184 CPUtime=5.96 cores=0,2,4,6
/proc/22778/task/22786/stat : 22786 (java) S 22776 22778 21780 0 -1 4202560 335 0 0 0 588 8 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861866375336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22787] ppid=22776 vsize=2966184 CPUtime=5.96 cores=0,2,4,6
/proc/22778/task/22787/stat : 22787 (java) S 22776 22778 21780 0 -1 4202560 327 0 0 0 589 7 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861865323048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22788] ppid=22776 vsize=2966184 CPUtime=5.94 cores=0,2,4,6
/proc/22778/task/22788/stat : 22788 (java) S 22776 22778 21780 0 -1 4202560 329 0 0 0 586 8 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861864270248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22789] ppid=22776 vsize=2966184 CPUtime=9.85 cores=0,2,4,6
/proc/22778/task/22789/stat : 22789 (java) S 22776 22778 21780 0 -1 4202560 7197 0 0 0 938 47 0 0 20 0 22 0 347165038 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861733399272 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22790] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22790/stat : 22790 (java) S 22776 22778 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347165038 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861732345336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22791] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22791/stat : 22791 (java) S 22776 22778 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347165038 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861731292936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22792] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22792/stat : 22792 (java) S 22776 22778 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347165041 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861730241424 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22793] ppid=22776 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/22778/task/22793/stat : 22793 (java) S 22776 22778 21780 0 -1 4202560 6139 0 0 0 123 1 0 0 20 0 22 0 347165041 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861729188024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22794] ppid=22776 vsize=2966184 CPUtime=1.61 cores=0,2,4,6
/proc/22778/task/22794/stat : 22794 (java) S 22776 22778 21780 0 -1 4202560 6611 0 0 0 159 2 0 0 20 0 22 0 347165041 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861728135224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22795] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22795/stat : 22795 (java) S 22776 22778 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347165041 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861727083128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22796] ppid=22776 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/22778/task/22796/stat : 22796 (java) S 22776 22778 21780 0 -1 4202560 52 0 0 0 13 17 0 0 20 0 22 0 347165041 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861726030536 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22797] ppid=22776 vsize=2966184 CPUtime=869.96 cores=0,2,4,6
/proc/22778/task/22797/stat : 22797 (java) R 22776 22778 21780 0 -1 4202560 529 0 0 0 86977 19 0 0 20 0 22 0 347165103 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861724973984 139861735779767 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22798] ppid=22776 vsize=2966184 CPUtime=869.93 cores=0,2,4,6
/proc/22778/task/22798/stat : 22798 (java) R 22776 22778 21780 0 -1 4202560 547 0 0 0 86975 18 0 0 20 0 22 0 347165103 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861723922000 139861735443355 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22799] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22799/stat : 22799 (java) S 22776 22778 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347165110 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861722871464 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22800] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22800/stat : 22800 (java) S 22776 22778 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347165110 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861721818664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 2966184

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

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

[startup+894.101 s]
/proc/loadavg: 3.95 4.03 3.94 5/220 22894
/proc/meminfo: memFree=27739312/32873648 swapFree=7116/7116
[pid=22778] ppid=22776 vsize=2966184 CPUtime=1800.15 cores=0,2,4,6
/proc/22778/stat : 22778 (java) S 22776 22778 21780 0 -1 4202496 27725 0 1 0 179875 140 0 0 20 0 22 0 347165034 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 140733302995504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22778/statm: 741546 195186 2287 9 0 732240 0
[pid=22778/tid=22780] ppid=22776 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/22778/task/22780/stat : 22780 (java) S 22776 22778 21780 0 -1 4202560 2871 0 1 0 63 4 0 0 20 0 22 0 347165035 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861887358104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22781] ppid=22776 vsize=2966184 CPUtime=5.8 cores=0,2,4,6
/proc/22778/task/22781/stat : 22781 (java) S 22776 22778 21780 0 -1 4202560 317 0 0 0 573 7 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861871639336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22782] ppid=22776 vsize=2966184 CPUtime=5.88 cores=0,2,4,6
/proc/22778/task/22782/stat : 22782 (java) S 22776 22778 21780 0 -1 4202560 336 0 0 0 579 9 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861870586536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22783] ppid=22776 vsize=2966184 CPUtime=5.8 cores=0,2,4,6
/proc/22778/task/22783/stat : 22783 (java) S 22776 22778 21780 0 -1 4202560 326 0 0 0 571 9 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861869534248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22784] ppid=22776 vsize=2966184 CPUtime=5.92 cores=0,2,4,6
/proc/22778/task/22784/stat : 22784 (java) S 22776 22778 21780 0 -1 4202560 309 0 0 0 584 8 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861868481448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22785] ppid=22776 vsize=2966184 CPUtime=5.79 cores=0,2,4,6
/proc/22778/task/22785/stat : 22785 (java) S 22776 22778 21780 0 -1 4202560 313 0 0 0 571 8 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861867428136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22786] ppid=22776 vsize=2966184 CPUtime=5.96 cores=0,2,4,6
/proc/22778/task/22786/stat : 22786 (java) S 22776 22778 21780 0 -1 4202560 335 0 0 0 588 8 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861866375336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22787] ppid=22776 vsize=2966184 CPUtime=5.96 cores=0,2,4,6
/proc/22778/task/22787/stat : 22787 (java) S 22776 22778 21780 0 -1 4202560 327 0 0 0 589 7 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861865323048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22788] ppid=22776 vsize=2966184 CPUtime=5.94 cores=0,2,4,6
/proc/22778/task/22788/stat : 22788 (java) S 22776 22778 21780 0 -1 4202560 329 0 0 0 586 8 0 0 20 0 22 0 347165037 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861864270248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22789] ppid=22776 vsize=2966184 CPUtime=9.85 cores=0,2,4,6
/proc/22778/task/22789/stat : 22789 (java) S 22776 22778 21780 0 -1 4202560 7197 0 0 0 938 47 0 0 20 0 22 0 347165038 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861733399272 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22790] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22790/stat : 22790 (java) S 22776 22778 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347165038 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861732345336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22791] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22791/stat : 22791 (java) S 22776 22778 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347165038 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861731292936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22792] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22792/stat : 22792 (java) S 22776 22778 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347165041 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861730241424 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22793] ppid=22776 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/22778/task/22793/stat : 22793 (java) S 22776 22778 21780 0 -1 4202560 6139 0 0 0 123 1 0 0 20 0 22 0 347165041 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861729188024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22794] ppid=22776 vsize=2966184 CPUtime=1.61 cores=0,2,4,6
/proc/22778/task/22794/stat : 22794 (java) S 22776 22778 21780 0 -1 4202560 6611 0 0 0 159 2 0 0 20 0 22 0 347165041 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861728135224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22795] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22795/stat : 22795 (java) S 22776 22778 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347165041 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861727083128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22796] ppid=22776 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/22778/task/22796/stat : 22796 (java) S 22776 22778 21780 0 -1 4202560 52 0 0 0 13 17 0 0 20 0 22 0 347165041 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861726030536 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22778/tid=22797] ppid=22776 vsize=2966184 CPUtime=869.96 cores=0,2,4,6
/proc/22778/task/22797/stat : 22797 (java) R 22776 22778 21780 0 -1 4202560 529 0 0 0 86977 19 0 0 20 0 22 0 347165103 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861724973984 139861735779767 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22778/tid=22798] ppid=22776 vsize=2966184 CPUtime=869.93 cores=0,2,4,6
/proc/22778/task/22798/stat : 22798 (java) R 22776 22778 21780 0 -1 4202560 547 0 0 0 86975 18 0 0 20 0 22 0 347165103 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861723922000 139861735443355 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22778/tid=22799] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22799/stat : 22799 (java) S 22776 22778 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347165110 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861722871464 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22778/tid=22800] ppid=22776 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/22778/task/22800/stat : 22800 (java) S 22776 22778 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347165110 3037372416 195186 33554432000 1073741824 1073778376 140733303004368 139861721818664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 2966184

Child status: 143
Real time (s): 894.152
CPU time (s): 1801
CPU user time (s): 1799.12
CPU system time (s): 1.88071
CPU usage (%): 201.42
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.88071
maximum resident set size= 782920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27760
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45834
involuntary context switches= 79576

runsolver used 3.35049 second user time and 8.01478 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 13:46:36
IDJOB=3744490
IDBENCH=92763
IDSOLVER=2324
FILE ID=node127/3744490-1338810396
RUNJOBID= node127-1338805812-21796
PBS_JOBID= 14636867
Free space on /tmp= 70480 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_9_ic.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744490-1338810396/watcher-3744490-1338810396 -o /tmp/evaluation-result-3744490-1338810396/solver-3744490-1338810396 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744490-1338810396.opb

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

MD5SUM BENCH= 5b69bba9fba38b21e500a479429a9384
RANDOM SEED=705673318

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28608324 kB
Buffers:          438348 kB
Cached:          2227276 kB
SwapCached:         1428 kB
Active:          1778128 kB
Inactive:        1600112 kB
Active(anon):     706584 kB
Inactive(anon):     7952 kB
Active(file):    1071544 kB
Inactive(file):  1592160 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:              1316 kB
Writeback:             0 kB
AnonPages:        718016 kB
Mapped:            18996 kB
Shmem:                92 kB
Slab:             747716 kB
SReclaimable:     191760 kB
SUnreclaim:       555956 kB
KernelStack:        1624 kB
PageTables:         5648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1575848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    659456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70480 MiB
End job on node127 at 2012-06-04 14:01:32