Trace number 2662854

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.43 915.807

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUMa399b3055416a9d1117a7f2bb11b2cef
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.24/0.23	c Pseudo Boolean Optimization
0.24/0.23	c ManyCore solver with 2 solvers running in parallel
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1786e64
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.23	c Expensive reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2808b3
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.23	c No reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.23	
0.24/0.23	c solving HOME/instance-2662854-1276317882.opb
0.24/0.23	c reading problem ... 
3.94/2.92	c ... done. Wall clock time 2.695s.
3.94/2.92	c #vars     1440
3.94/2.92	c #constraints  86400
3.94/2.92	c constraints type 
3.94/2.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
3.94/2.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
3.94/2.92	c constraints type 
3.94/2.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 86040
3.94/2.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 360
10.44/6.26	c cleaning 2497 clauses out of 5000 with flag 5000/5000
14.85/8.55	c cleaning 4249 clauses out of 8503 with flag 11000/11000
20.07/11.27	c cleaning 5619 clauses out of 11255 with flag 18001/18001
25.06/13.86	c cleaning 0 clauses out of 5000 with flag 0/5000
26.26/14.51	c cleaning 6811 clauses out of 13636 with flag 26001/26001
32.85/17.93	c cleaning 7905 clauses out of 15824 with flag 35000/35000
40.02/21.61	c cleaning 8956 clauses out of 17919 with flag 45000/45000
48.17/25.89	c cleaning 9971 clauses out of 19963 with flag 56000/56000
57.08/30.49	c cleaning 10990 clauses out of 21992 with flag 68000/68000
67.22/35.67	c cleaning 11998 clauses out of 24003 with flag 81001/81001
77.94/41.17	c cleaning 12995 clauses out of 26005 with flag 95001/95001
91.24/47.91	c cleaning 13999 clauses out of 28014 with flag 110005/110005
95.79/50.31	c cleaning 0 clauses out of 11001 with flag 0/11001
103.73/54.46	c cleaning 14992 clauses out of 30010 with flag 126000/126000
117.64/61.56	c cleaning 15997 clauses out of 32020 with flag 143002/143002
133.68/69.79	c cleaning 17006 clauses out of 34022 with flag 161001/161001
150.90/78.51	c cleaning 18002 clauses out of 36016 with flag 180001/180001
167.57/87.06	c cleaning 18999 clauses out of 38014 with flag 200001/200001
185.99/96.49	c cleaning 19991 clauses out of 40014 with flag 221000/221000
209.17/108.25	c cleaning 20991 clauses out of 42024 with flag 243001/243001
233.90/120.90	c cleaning 22013 clauses out of 44033 with flag 266001/266001
254.70/131.43	c cleaning 23003 clauses out of 46019 with flag 290000/290000
281.05/144.88	c cleaning 23995 clauses out of 48016 with flag 315000/315000
289.57/149.26	c cleaning 0 clauses out of 18001 with flag 0/18001
314.07/161.74	c cleaning 24997 clauses out of 50022 with flag 341001/341001
351.09/180.56	c cleaning 25996 clauses out of 52024 with flag 368000/368000
387.93/199.22	c cleaning 27000 clauses out of 54028 with flag 396000/396000
413.67/212.31	c cleaning 28001 clauses out of 56028 with flag 425000/425000
445.48/228.58	c cleaning 29007 clauses out of 58027 with flag 455000/455000
482.91/247.53	c cleaning 29990 clauses out of 60020 with flag 486000/486000
539.35/276.12	c cleaning 30987 clauses out of 62030 with flag 518000/518000
590.22/301.96	c cleaning 32019 clauses out of 64043 with flag 551000/551000
646.01/330.23	c cleaning 32996 clauses out of 66027 with flag 585003/585003
681.84/348.49	c cleaning 34005 clauses out of 68029 with flag 620001/620001
728.96/372.36	c cleaning 35006 clauses out of 70024 with flag 656001/656001
761.78/389.00	c cleaning 0 clauses out of 26000 with flag 0/26000
779.10/397.94	c cleaning 35998 clauses out of 72017 with flag 693000/693000
827.00/422.31	c cleaning 36993 clauses out of 74019 with flag 731000/731000
885.60/451.97	c cleaning 37994 clauses out of 76029 with flag 770003/770003
944.40/481.77	c cleaning 39004 clauses out of 78034 with flag 810002/810002
1023.72/521.99	c cleaning 39998 clauses out of 80028 with flag 851000/851000
1094.21/557.70	c cleaning 41004 clauses out of 82031 with flag 893001/893001
1142.65/582.22	c cleaning 42002 clauses out of 84026 with flag 936000/936000
1204.18/613.41	c cleaning 42998 clauses out of 86024 with flag 980000/980000
1264.47/644.05	c cleaning 44001 clauses out of 88027 with flag 1025001/1025001
1354.93/689.88	c cleaning 44994 clauses out of 90025 with flag 1071000/1071000
1420.83/723.26	c cleaning 45993 clauses out of 92032 with flag 1118001/1118001
1519.62/773.21	c cleaning 47003 clauses out of 94039 with flag 1166001/1166001
1598.69/813.38	c cleaning 48005 clauses out of 96035 with flag 1215000/1215000
1671.73/850.39	c cleaning 0 clauses out of 35001 with flag 0/35001
1696.31/862.92	c cleaning 48993 clauses out of 98030 with flag 1265000/1265000
1795.48/913.10	c cleaning 50007 clauses out of 100038 with flag 1316001/1316001
1800.06/915.63	c starts		: 190
1800.06/915.63	c conflicts		: 1320350
1800.06/915.63	c decisions		: 1691724
1800.06/915.63	c propagations		: 146920891
1800.06/915.63	c inspects		: 2292976790
1800.06/915.63	c learnt literals	: 0
1800.06/915.63	c learnt binary clauses	: 0
1800.06/915.63	c learnt ternary clauses	: 0
1800.06/915.63	c learnt clauses	: 1320350
1800.06/915.63	c ignored clauses	: 0
1800.06/915.63	c root simplifications	: 0
1800.06/915.63	c removed literals (reason simplification)	: 13970041
1800.06/915.63	c reason swapping (by a shorter reason)	: 0
1800.06/915.63	c Calls to reduceDB	: 47
1800.06/915.63	c number of reductions to clauses (during analyze)	: 0
1800.06/915.63	c number of learned constraints concerned by reduction	: 0
1800.06/915.63	c number of learning phase by resolution	: 0
1800.06/915.63	c number of learning phase by cutting planes	: 0
1800.06/915.63	c speed (assignments/second)	: 160973.6310427719
1800.06/915.63	c non guided choices	214
1800.06/915.72	c learnt constraints type 
1800.06/915.72	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 54440
1800.06/915.72	c constraints type 
1800.06/915.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
1800.06/915.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
1800.06/915.72	c constraints type 
1800.06/915.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 86040
1800.06/915.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 360
1800.06/915.72	s UNKNOWN
1800.06/915.72	c Total wall clock time (in seconds): 915.491

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

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

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.95 1.66 2/106 12245
/proc/meminfo: memFree=1631056/2059040 swapFree=4192076/4192956
[pid=12245] ppid=12243 vsize=444 CPUtime=0
/proc/12245/stat : 12245 (java6) R 12243 12245 12220 0 -1 4194304 127 0 0 0 0 0 0 0 19 0 1 0 7389807 454656 48 1992294400 134512640 134550932 4287266240 18446744073709551615 6382221 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12245/statm: 111 48 38 10 0 25 0

[startup+0.075799 s]
/proc/loadavg: 1.92 1.95 1.66 2/106 12245
/proc/meminfo: memFree=1631056/2059040 swapFree=4192076/4192956
[pid=12245] ppid=12243 vsize=1521796 CPUtime=0.05
/proc/12245/stat : 12245 (java) S 12243 12245 12220 0 -1 4202496 3716 0 1 0 3 2 0 0 15 0 7 0 7389807 1558319104 3158 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12245/statm: 380449 3158 1035 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.100799 s]
/proc/loadavg: 1.92 1.95 1.66 2/106 12245
/proc/meminfo: memFree=1631056/2059040 swapFree=4192076/4192956
[pid=12245] ppid=12243 vsize=1524020 CPUtime=0.08
/proc/12245/stat : 12245 (java) S 12243 12245 12220 0 -1 4202496 3933 0 1 0 5 3 0 0 15 0 12 0 7389807 1560596480 3373 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12245/statm: 381005 3374 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301422 s]
/proc/loadavg: 1.92 1.95 1.66 2/106 12245
/proc/meminfo: memFree=1631056/2059040 swapFree=4192076/4192956
[pid=12245] ppid=12243 vsize=1526400 CPUtime=0.34
/proc/12245/stat : 12245 (java) S 12243 12245 12220 0 -1 4202496 5643 0 1 0 30 4 0 0 15 0 12 0 7389807 1563033600 5081 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12245/statm: 381600 5081 1354 10 0 378903 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526400

[startup+0.701502 s]
/proc/loadavg: 1.92 1.95 1.66 2/106 12245
/proc/meminfo: memFree=1631056/2059040 swapFree=4192076/4192956
[pid=12245] ppid=12243 vsize=1528192 CPUtime=1.06
/proc/12245/stat : 12245 (java) S 12243 12245 12220 0 -1 4202496 8403 0 1 0 101 5 0 0 15 0 12 0 7389807 1564868608 7762 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12245/statm: 382048 7762 1395 10 0 379351 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1528192

[startup+1.50167 s]
/proc/loadavg: 1.92 1.95 1.66 7/118 12257
/proc/meminfo: memFree=1589484/2059040 swapFree=4192076/4192956
[pid=12245] ppid=12243 vsize=1530840 CPUtime=2.45
/proc/12245/stat : 12245 (java) S 12243 12245 12220 0 -1 4202496 24708 0 1 0 233 12 0 0 15 0 12 0 7389807 1567580160 23381 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12245/statm: 382710 23381 1410 10 0 380013 0
[pid=12245/tid=12247] ppid=12243 vsize=1530840 CPUtime=1.44
/proc/12245/task/12247/stat : 12247 (java) R 12243 12245 12220 0 -1 4202560 21086 0 1 0 133 11 0 0 18 0 12 0 7389809 1567580160 23381 1992294400 134512640 134550932 4291715280 18446744073709551615 4109154943 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12245/tid=12248] ppid=12243 vsize=1530840 CPUtime=0
/proc/12245/task/12248/stat : 12248 (java) S 12243 12245 12220 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 7389810 1567580160 23381 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12249] ppid=12243 vsize=1530840 CPUtime=0
/proc/12245/task/12249/stat : 12249 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 7389810 1567580160 23381 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12250] ppid=12243 vsize=1530840 CPUtime=0
/proc/12245/task/12250/stat : 12250 (java) S 12243 12245 12220 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 7389812 1567580160 23381 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12251] ppid=12243 vsize=1530840 CPUtime=0
/proc/12245/task/12251/stat : 12251 (java) S 12243 12245 12220 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 7389813 1567580160 23381 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12252] ppid=12243 vsize=1530840 CPUtime=0
/proc/12245/task/12252/stat : 12252 (java) S 12243 12245 12220 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 7389813 1567580160 23381 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12253] ppid=12243 vsize=1530840 CPUtime=0
/proc/12245/task/12253/stat : 12253 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7389817 1567580160 23381 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12254] ppid=12243 vsize=1530840 CPUtime=0.06
/proc/12245/task/12254/stat : 12254 (java) S 12243 12245 12220 0 -1 4202560 117 0 0 0 6 0 0 0 20 0 12 0 7389817 1567580160 23381 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12255] ppid=12243 vsize=1530840 CPUtime=0.93
/proc/12245/task/12255/stat : 12255 (java) S 12243 12245 12220 0 -1 4202560 2440 0 0 0 93 0 0 0 16 0 12 0 7389817 1567580160 23381 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12256] ppid=12243 vsize=1530840 CPUtime=0
/proc/12245/task/12256/stat : 12256 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 7389817 1567580160 23381 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12257] ppid=12243 vsize=1530840 CPUtime=0
/proc/12245/task/12257/stat : 12257 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 12 0 7389817 1567580160 23381 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 1530840

[startup+3.10098 s]
/proc/loadavg: 1.85 1.93 1.65 2/118 12257
/proc/meminfo: memFree=1492764/2059040 swapFree=4192076/4192956
[pid=12245] ppid=12243 vsize=1533976 CPUtime=4.31
/proc/12245/stat : 12245 (java) S 12243 12245 12220 0 -1 4202496 40841 0 1 0 411 20 0 0 15 0 16 0 7389807 1570791424 39063 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12245/statm: 383494 39063 1427 10 0 380797 0
[pid=12245/tid=12247] ppid=12243 vsize=1533976 CPUtime=2.77
/proc/12245/task/12247/stat : 12247 (java) S 12243 12245 12220 0 -1 4202560 32047 0 1 0 262 15 0 0 19 0 16 0 7389809 1570791424 39063 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12248] ppid=12243 vsize=1533976 CPUtime=0.08
/proc/12245/task/12248/stat : 12248 (java) S 12243 12245 12220 0 -1 4202560 2307 0 0 0 7 1 0 0 16 0 16 0 7389810 1570791424 39063 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12249] ppid=12243 vsize=1533976 CPUtime=0.08
/proc/12245/task/12249/stat : 12249 (java) S 12243 12245 12220 0 -1 4202560 2067 0 0 0 7 1 0 0 16 0 16 0 7389810 1570791424 39063 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12250] ppid=12243 vsize=1533976 CPUtime=0
/proc/12245/task/12250/stat : 12250 (java) S 12243 12245 12220 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 7389812 1570791424 39063 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12251] ppid=12243 vsize=1533976 CPUtime=0
/proc/12245/task/12251/stat : 12251 (java) S 12243 12245 12220 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7389813 1570791424 39063 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12252] ppid=12243 vsize=1533976 CPUtime=0
/proc/12245/task/12252/stat : 12252 (java) S 12243 12245 12220 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 7389813 1570791424 39063 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12253] ppid=12243 vsize=1533976 CPUtime=0
/proc/12245/task/12253/stat : 12253 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7389817 1570791424 39063 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12254] ppid=12243 vsize=1533976 CPUtime=0.17
/proc/12245/task/12254/stat : 12254 (java) R 12243 12245 12220 0 -1 4202560 563 0 0 0 17 0 0 0 18 0 16 0 7389817 1570791424 39063 1992294400 134512640 134550932 4291715280 18446744073709551615 104139989 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12245/tid=12255] ppid=12243 vsize=1533976 CPUtime=1.06
/proc/12245/task/12255/stat : 12255 (java) R 12243 12245 12220 0 -1 4202560 2719 0 0 0 106 0 0 0 16 0 16 0 7389817 1570791424 39063 1992294400 134512640 134550932 4291715280 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12245/tid=12256] ppid=12243 vsize=1533976 CPUtime=0
/proc/12245/task/12256/stat : 12256 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7389817 1570791424 39063 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12257] ppid=12243 vsize=1533976 CPUtime=0
/proc/12245/task/12257/stat : 12257 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7389817 1570791424 39063 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 1533976

[startup+6.30461 s]
/proc/loadavg: 1.85 1.93 1.65 3/122 12261
/proc/meminfo: memFree=1469544/2059040 swapFree=4192076/4192956
[pid=12245] ppid=12243 vsize=1544372 CPUtime=10.65
/proc/12245/stat : 12245 (java) S 12243 12245 12220 0 -1 4202496 50190 0 1 0 1042 23 0 0 15 0 16 0 7389807 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12245/statm: 386093 44243 1443 10 0 383396 0
[pid=12245/tid=12247] ppid=12243 vsize=1544372 CPUtime=2.77
/proc/12245/task/12247/stat : 12247 (java) S 12243 12245 12220 0 -1 4202560 32047 0 1 0 262 15 0 0 18 0 16 0 7389809 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12248] ppid=12243 vsize=1544372 CPUtime=0.19
/proc/12245/task/12248/stat : 12248 (java) R 12243 12245 12220 0 -1 4202560 3665 0 0 0 17 2 0 0 15 0 16 0 7389810 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12245/tid=12249] ppid=12243 vsize=1544372 CPUtime=0.18
/proc/12245/task/12249/stat : 12249 (java) R 12243 12245 12220 0 -1 4202560 3454 0 0 0 17 1 0 0 15 0 16 0 7389810 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12245/tid=12250] ppid=12243 vsize=1544372 CPUtime=0
/proc/12245/task/12250/stat : 12250 (java) S 12243 12245 12220 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 16 0 7389812 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12251] ppid=12243 vsize=1544372 CPUtime=0
/proc/12245/task/12251/stat : 12251 (java) S 12243 12245 12220 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7389813 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12252] ppid=12243 vsize=1544372 CPUtime=0
/proc/12245/task/12252/stat : 12252 (java) S 12243 12245 12220 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 7389813 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12253] ppid=12243 vsize=1544372 CPUtime=0
/proc/12245/task/12253/stat : 12253 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7389817 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12254] ppid=12243 vsize=1544372 CPUtime=1.12
/proc/12245/task/12254/stat : 12254 (java) S 12243 12245 12220 0 -1 4202560 2868 0 0 0 112 0 0 0 15 0 16 0 7389817 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12255] ppid=12243 vsize=1544372 CPUtime=2.58
/proc/12245/task/12255/stat : 12255 (java) S 12243 12245 12220 0 -1 4202560 6995 0 0 0 256 2 0 0 15 0 16 0 7389817 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12256] ppid=12243 vsize=1544372 CPUtime=0
/proc/12245/task/12256/stat : 12256 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7389817 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12257] ppid=12243 vsize=1544372 CPUtime=0
/proc/12245/task/12257/stat : 12257 (java) R 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7389817 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12245/tid=12258] ppid=12243 vsize=1544372 CPUtime=2
/proc/12245/task/12258/stat : 12258 (java) S 12243 12245 12220 0 -1 4202560 12 0 0 0 200 0 0 0 25 0 16 0 7390100 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12259] ppid=12243 vsize=1544372 CPUtime=1.74
/proc/12245/task/12259/stat : 12259 (java) S 12243 12245 12220 0 -1 4202560 61 0 0 0 174 0 0 0 19 0 16 0 7390100 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12260] ppid=12243 vsize=1544372 CPUtime=0
/proc/12245/task/12260/stat : 12260 (java) S 12243 12245 12220 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 7390101 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12261] ppid=12243 vsize=1544372 CPUtime=0
/proc/12245/task/12261/stat : 12261 (java) S 12243 12245 12220 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 7390101 1581436928 44243 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.65
Current children cumulated vsize (KiB) 1544372

[startup+12.7019 s]
/proc/loadavg: 1.95 1.95 1.66 3/122 12261
/proc/meminfo: memFree=1433336/2059040 swapFree=4192076/4192956
[pid=12245] ppid=12243 vsize=1542084 CPUtime=22.88
/proc/12245/stat : 12245 (java) S 12243 12245 12220 0 -1 4202496 56913 0 1 0 2262 26 0 0 15 0 16 0 7389807 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12245/statm: 385521 50398 1445 10 0 382824 0
[pid=12245/tid=12247] ppid=12243 vsize=1542084 CPUtime=2.77
/proc/12245/task/12247/stat : 12247 (java) S 12243 12245 12220 0 -1 4202560 32047 0 1 0 262 15 0 0 18 0 16 0 7389809 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12248] ppid=12243 vsize=1542084 CPUtime=0.27
/proc/12245/task/12248/stat : 12248 (java) S 12243 12245 12220 0 -1 4202560 4524 0 0 0 25 2 0 0 16 0 16 0 7389810 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12249] ppid=12243 vsize=1542084 CPUtime=0.27
/proc/12245/task/12249/stat : 12249 (java) S 12243 12245 12220 0 -1 4202560 4454 0 0 0 25 2 0 0 16 0 16 0 7389810 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12250] ppid=12243 vsize=1542084 CPUtime=0.45
/proc/12245/task/12250/stat : 12250 (java) S 12243 12245 12220 0 -1 4202560 4854 0 0 0 44 1 0 0 15 0 16 0 7389812 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12251] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12251/stat : 12251 (java) S 12243 12245 12220 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7389813 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12252] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12252/stat : 12252 (java) S 12243 12245 12220 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 7389813 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12253] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12253/stat : 12253 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7389817 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12254] ppid=12243 vsize=1542084 CPUtime=1.26
/proc/12245/task/12254/stat : 12254 (java) S 12243 12245 12220 0 -1 4202560 2874 0 0 0 125 1 0 0 15 0 16 0 7389817 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12255] ppid=12243 vsize=1542084 CPUtime=2.71
/proc/12245/task/12255/stat : 12255 (java) S 12243 12245 12220 0 -1 4202560 7006 0 0 0 269 2 0 0 15 0 16 0 7389817 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12256] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12256/stat : 12256 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7389817 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12257] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12257/stat : 12257 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7389817 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12258] ppid=12243 vsize=1542084 CPUtime=7.68
/proc/12245/task/12258/stat : 12258 (java) R 12243 12245 12220 0 -1 4202560 17 0 0 0 768 0 0 0 25 0 16 0 7390100 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4109519967 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12245/tid=12259] ppid=12243 vsize=1542084 CPUtime=7.4
/proc/12245/task/12259/stat : 12259 (java) R 12243 12245 12220 0 -1 4202560 66 0 0 0 740 0 0 0 25 0 16 0 7390100 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4109670499 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12245/tid=12260] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12260/stat : 12260 (java) S 12243 12245 12220 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 7390101 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12261] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12261/stat : 12261 (java) S 12243 12245 12220 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 7390101 1579094016 50398 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.88
Current children cumulated vsize (KiB) 1542084

[startup+25.5018 s]
/proc/loadavg: 1.87 1.94 1.66 4/122 12261
/proc/meminfo: memFree=1417464/2059040 swapFree=4192076/4192956
[pid=12245] ppid=12243 vsize=1542084 CPUtime=47.57
/proc/12245/stat : 12245 (java) S 12243 12245 12220 0 -1 4202496 61511 0 1 0 4728 29 0 0 15 0 16 0 7389807 1579094016 54493 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/12245/statm: 385521 73702 1445 10 0 382824 0
[pid=12245/tid=12247] ppid=12243 vsize=1542084 CPUtime=2.77
/proc/12245/task/12247/stat : 12247 (java) S 12243 12245 12220 0 -1 4202560 32053 0 1 0 262 15 0 0 15 0 16 0 7389809 1579094016 73702 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12248] ppid=12243 vsize=1542084 CPUtime=6.66
/proc/12245/task/12248/stat : 12248 (java) S 12243 12245 12220 0 -1 4202560 16923 0 0 0 647 19 0 0 15 0 16 0 7389810 1579094016 73702 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12249] ppid=12243 vsize=1542084 CPUtime=6.66
/proc/12245/task/12249/stat : 12249 (java) S 12243 12245 12220 0 -1 4202560 16786 0 0 0 641 25 0 0 16 0 16 0 7389810 1579094016 73702 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12250] ppid=12243 vsize=1542084 CPUtime=10.98
/proc/12245/task/12250/stat : 12250 (java) S 12243 12245 12220 0 -1 4202560 5553 0 0 0 1089 9 0 0 15 0 16 0 7389812 1579094016 73702 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12251] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12251/stat : 12251 (java) S 12243 12245 12220 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7389813 1579094016 73702 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12252] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12252/stat : 12252 (java) S 12243 12245 12220 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 7389813 1579094016 73702 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12253] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12253/stat : 12253 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7389817 1579094016 73702 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12254] ppid=12243 vsize=1542084 CPUtime=1.28
/proc/12245/task/12254/stat : 12254 (java) S 12243 12245 12220 0 -1 4202560 2874 0 0 0 127 1 0 0 16 0 16 0 7389817 1579094016 73702 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12255] ppid=12243 vsize=1542084 CPUtime=3.25
/proc/12245/task/12255/stat : 12255 (java) S 12243 12245 12220 0 -1 4202560 7153 0 0 0 323 2 0 0 15 0 16 0 7389817 1579094016 73702 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12256] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12256/stat : 12256 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7389817 1579094016 73702 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12257] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12257/stat : 12257 (java) S 12243 12245 12220 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 7389817 1579094016 73702 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12258] ppid=12243 vsize=1542084 CPUtime=734.91
/proc/12245/task/12258/stat : 12258 (java) R 12243 12245 12220 0 -1 4202560 339 0 0 0 73473 18 0 0 25 0 16 0 7390100 1579094016 73702 1992294400 134512640 134550932 4291715280 18446744073709551615 4109519967 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12245/tid=12259] ppid=12243 vsize=1542084 CPUtime=731.42
/proc/12245/task/12259/stat : 12259 (java) R 12243 12245 12220 0 -1 4202560 184 0 0 0 73133 9 0 0 25 0 16 0 7390100 1579094016 73702 1992294400 134512640 134550932 4291715280 18446744073709551615 4109632235 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12245/tid=12260] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12260/stat : 12260 (java) S 12243 12245 12220 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 7390101 1579094016 73702 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12261] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12261/stat : 12261 (java) S 12243 12245 12220 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 7390101 1579094016 73702 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1498.01
Current children cumulated vsize (KiB) 1542084

[startup+822.301 s]
/proc/loadavg: 2.03 2.03 1.85 3/122 12283
/proc/meminfo: memFree=1337608/2059040 swapFree=4192076/4192956
[pid=12245] ppid=12243 vsize=1542084 CPUtime=1616.22
/proc/12245/stat : 12245 (java) S 12243 12245 12220 0 -1 4202496 83439 0 1 0 161514 108 0 0 15 0 16 0 7389807 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12245/statm: 385521 74105 1445 10 0 382824 0
[pid=12245/tid=12247] ppid=12243 vsize=1542084 CPUtime=2.77
/proc/12245/task/12247/stat : 12247 (java) S 12243 12245 12220 0 -1 4202560 32053 0 1 0 262 15 0 0 15 0 16 0 7389809 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12248] ppid=12243 vsize=1542084 CPUtime=7.19
/proc/12245/task/12248/stat : 12248 (java) S 12243 12245 12220 0 -1 4202560 17204 0 0 0 698 21 0 0 16 0 16 0 7389810 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12249] ppid=12243 vsize=1542084 CPUtime=7.18
/proc/12245/task/12249/stat : 12249 (java) S 12243 12245 12220 0 -1 4202560 16926 0 0 0 691 27 0 0 16 0 16 0 7389810 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12250] ppid=12243 vsize=1542084 CPUtime=11.67
/proc/12245/task/12250/stat : 12250 (java) S 12243 12245 12220 0 -1 4202560 5557 0 0 0 1158 9 0 0 15 0 16 0 7389812 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12251] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12251/stat : 12251 (java) S 12243 12245 12220 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7389813 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12252] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12252/stat : 12252 (java) S 12243 12245 12220 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 7389813 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12253] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12253/stat : 12253 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7389817 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12254] ppid=12243 vsize=1542084 CPUtime=1.28
/proc/12245/task/12254/stat : 12254 (java) S 12243 12245 12220 0 -1 4202560 2874 0 0 0 127 1 0 0 16 0 16 0 7389817 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12255] ppid=12243 vsize=1542084 CPUtime=3.25
/proc/12245/task/12255/stat : 12255 (java) S 12243 12245 12220 0 -1 4202560 7153 0 0 0 323 2 0 0 15 0 16 0 7389817 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12256] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12256/stat : 12256 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7389817 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12257] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12257/stat : 12257 (java) S 12243 12245 12220 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 7389817 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12258] ppid=12243 vsize=1542084 CPUtime=793.66
/proc/12245/task/12258/stat : 12258 (java) R 12243 12245 12220 0 -1 4202560 361 0 0 0 79346 20 0 0 25 0 16 0 7390100 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4109576634 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12245/tid=12259] ppid=12243 vsize=1542084 CPUtime=789.14
/proc/12245/task/12259/stat : 12259 (java) R 12243 12245 12220 0 -1 4202560 192 0 0 0 78905 9 0 0 25 0 16 0 7390100 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4109574117 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12245/tid=12260] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12260/stat : 12260 (java) S 12243 12245 12220 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 7390101 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12261] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12261/stat : 12261 (java) S 12243 12245 12220 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 7390101 1579094016 74105 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1616.22
Current children cumulated vsize (KiB) 1542084

[startup+882.301 s]
/proc/loadavg: 2.01 2.02 1.86 3/122 12285
/proc/meminfo: memFree=1335748/2059040 swapFree=4192076/4192956
[pid=12245] ppid=12243 vsize=1542084 CPUtime=1734.44
/proc/12245/stat : 12245 (java) S 12243 12245 12220 0 -1 4202496 83975 0 1 0 173330 114 0 0 15 0 16 0 7389807 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12245/statm: 385521 74582 1445 10 0 382824 0
[pid=12245/tid=12247] ppid=12243 vsize=1542084 CPUtime=2.77
/proc/12245/task/12247/stat : 12247 (java) S 12243 12245 12220 0 -1 4202560 32053 0 1 0 262 15 0 0 15 0 16 0 7389809 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12248] ppid=12243 vsize=1542084 CPUtime=7.68
/proc/12245/task/12248/stat : 12248 (java) S 12243 12245 12220 0 -1 4202560 17423 0 0 0 746 22 0 0 15 0 16 0 7389810 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12249] ppid=12243 vsize=1542084 CPUtime=7.68
/proc/12245/task/12249/stat : 12249 (java) S 12243 12245 12220 0 -1 4202560 17207 0 0 0 738 30 0 0 16 0 16 0 7389810 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12250] ppid=12243 vsize=1542084 CPUtime=12.34
/proc/12245/task/12250/stat : 12250 (java) S 12243 12245 12220 0 -1 4202560 5561 0 0 0 1225 9 0 0 15 0 16 0 7389812 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12251] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12251/stat : 12251 (java) S 12243 12245 12220 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7389813 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12252] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12252/stat : 12252 (java) S 12243 12245 12220 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 7389813 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12253] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12253/stat : 12253 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7389817 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12254] ppid=12243 vsize=1542084 CPUtime=1.28
/proc/12245/task/12254/stat : 12254 (java) S 12243 12245 12220 0 -1 4202560 2874 0 0 0 127 1 0 0 16 0 16 0 7389817 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12255] ppid=12243 vsize=1542084 CPUtime=3.27
/proc/12245/task/12255/stat : 12255 (java) S 12243 12245 12220 0 -1 4202560 7153 0 0 0 325 2 0 0 15 0 16 0 7389817 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12256] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12256/stat : 12256 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7389817 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12257] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12257/stat : 12257 (java) S 12243 12245 12220 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 7389817 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12258] ppid=12243 vsize=1542084 CPUtime=852.44
/proc/12245/task/12258/stat : 12258 (java) R 12243 12245 12220 0 -1 4202560 380 0 0 0 85222 22 0 0 25 0 16 0 7390100 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4109576692 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12245/tid=12259] ppid=12243 vsize=1542084 CPUtime=846.9
/proc/12245/task/12259/stat : 12259 (java) R 12243 12245 12220 0 -1 4202560 201 0 0 0 84681 9 0 0 25 0 16 0 7390100 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4109610610 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12245/tid=12260] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12260/stat : 12260 (java) S 12243 12245 12220 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 7390101 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12261] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12261/stat : 12261 (java) S 12243 12245 12220 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 7390101 1579094016 74582 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1734.44
Current children cumulated vsize (KiB) 1542084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+915.603 s]
/proc/loadavg: 2.00 2.02 1.86 3/122 12285
/proc/meminfo: memFree=1332400/2059040 swapFree=4192076/4192956
[pid=12245] ppid=12243 vsize=1542084 CPUtime=1800.06
/proc/12245/stat : 12245 (java) S 12243 12245 12220 0 -1 4202496 84832 0 1 0 179888 118 0 0 15 0 16 0 7389807 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12245/statm: 385521 75394 1445 10 0 382824 0
[pid=12245/tid=12247] ppid=12243 vsize=1542084 CPUtime=2.77
/proc/12245/task/12247/stat : 12247 (java) S 12243 12245 12220 0 -1 4202560 32053 0 1 0 262 15 0 0 15 0 16 0 7389809 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12248] ppid=12243 vsize=1542084 CPUtime=7.95
/proc/12245/task/12248/stat : 12248 (java) R 12243 12245 12220 0 -1 4202560 17821 0 0 0 772 23 0 0 15 0 16 0 7389810 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 103111718 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12245/tid=12249] ppid=12243 vsize=1542084 CPUtime=7.95
/proc/12245/task/12249/stat : 12249 (java) R 12243 12245 12220 0 -1 4202560 17646 0 0 0 763 32 0 0 15 0 16 0 7389810 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 106195552 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12245/tid=12250] ppid=12243 vsize=1542084 CPUtime=12.73
/proc/12245/task/12250/stat : 12250 (java) S 12243 12245 12220 0 -1 4202560 5563 0 0 0 1264 9 0 0 15 0 16 0 7389812 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 0 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12251] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12251/stat : 12251 (java) S 12243 12245 12220 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 7389813 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12252] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12252/stat : 12252 (java) S 12243 12245 12220 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 7389813 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12253] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12253/stat : 12253 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7389817 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12254] ppid=12243 vsize=1542084 CPUtime=1.28
/proc/12245/task/12254/stat : 12254 (java) S 12243 12245 12220 0 -1 4202560 2874 0 0 0 127 1 0 0 16 0 16 0 7389817 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12255] ppid=12243 vsize=1542084 CPUtime=3.27
/proc/12245/task/12255/stat : 12255 (java) S 12243 12245 12220 0 -1 4202560 7153 0 0 0 325 2 0 0 15 0 16 0 7389817 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12256] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12256/stat : 12256 (java) S 12243 12245 12220 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7389817 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12257] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12257/stat : 12257 (java) S 12243 12245 12220 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 7389817 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12258] ppid=12243 vsize=1542084 CPUtime=885.07
/proc/12245/task/12258/stat : 12258 (java) S 12243 12245 12220 0 -1 4202560 391 0 0 0 88484 23 0 0 25 0 16 0 7390100 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12259] ppid=12243 vsize=1542084 CPUtime=878.96
/proc/12245/task/12259/stat : 12259 (java) S 12243 12245 12220 0 -1 4202560 206 0 0 0 87887 9 0 0 25 0 16 0 7390100 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 1 0 0 0
[pid=12245/tid=12260] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12260/stat : 12260 (java) S 12243 12245 12220 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 7390101 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
[pid=12245/tid=12261] ppid=12243 vsize=1542084 CPUtime=0
/proc/12245/task/12261/stat : 12261 (java) S 12243 12245 12220 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 7390101 1579094016 75394 1992294400 134512640 134550932 4291715280 18446744073709551615 4294960144 0 4 0 16800975 18446604437861049344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1542084

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

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

[startup+915.803 s]
/proc/loadavg: 2.00 2.02 1.86 3/122 12285
/proc/meminfo: memFree=1332400/2059040 swapFree=4192076/4192956
[pid=12245] ppid=12243 vsize=0 CPUtime=1800.42
/proc/12245/stat : 12245 (java) Z 12243 12245 12220 0 -1 4203548 85180 0 1 0 179920 122 0 0 15 0 2 0 7389807 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12245/statm: 0 0 0 0 0 0 0
[pid=12245/tid=12258] ppid=12243 vsize=0 CPUtime=885.19
/proc/12245/task/12258/stat : 12258 (java) R 12243 12245 12220 0 -1 4203588 391 0 0 0 88494 25 0 0 25 0 2 0 7390100 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 915.807
CPU time (s): 1800.43
CPU user time (s): 1799.2
CPU system time (s): 1.22881
CPU usage (%): 196.595
Max. virtual memory (cumulated for all children) (KiB): 1544896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 1.22881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85180
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= 25785
involuntary context switches= 51687

runsolver used 3.82142 second user time and 11.8812 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-12 06:44:42
IDJOB=2662854
IDBENCH=1372
IDSOLVER=1166
FILE ID=node011/2662854-1276317882
PBS_JOBID= 11173152
Free space on /tmp= 62260 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662854-1276317882/watcher-2662854-1276317882 -o /tmp/evaluation-result-2662854-1276317882/solver-2662854-1276317882 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662854-1276317882.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a399b3055416a9d1117a7f2bb11b2cef
RANDOM SEED=1135613337

node011.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1631452 kB
Buffers:         66652 kB
Cached:         221260 kB
SwapCached:          0 kB
Active:         140260 kB
Inactive:       205800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1631452 kB
SwapTotal:     4192956 kB
SwapFree:      4192076 kB
Dirty:            4044 kB
Writeback:           0 kB
AnonPages:       58152 kB
Mapped:          15384 kB
Slab:            59656 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180996 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62260 MiB
End job on node011 at 2010-06-12 07:00:00