Trace number 2661842

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31OPT3 42.5215 23.5053

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=47-P1=43-P2=53-P3=59-P4=67-P5=71-P6=53-P7=67-B.opb
MD5SUMe58f2c3753b703f4a66371ee4fd516c9
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.601908
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables147
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)343
Sum of products size (including duplicates)686
Number of different products343
Sum of products size686

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.16	c version 2.2.0.v20100531
0.07/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.16	c java.vm.version	11.2-b01
0.07/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version		1.6.0_12
0.07/0.16	c os.name		Linux
0.07/0.16	c os.version		2.6.18-164.el5
0.07/0.16	c os.arch		i386
0.07/0.16	c Free memory 		1393557488
0.07/0.16	c Max memory 		1395916800
0.07/0.16	c Total memory 		1395916800
0.07/0.16	c Number of processors 	2
0.22/0.23	c Pseudo Boolean Optimization
0.22/0.23	c ManyCore solver with 2 solvers running in parallel
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.23	c Expensive reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.23	c No reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	
0.22/0.23	c solving HOME/instance-2661842-1276650892.opb
0.22/0.23	c reading problem ... 
0.53/0.41	c ... done. Wall clock time 0.19s.
0.53/0.41	c #vars     490
0.53/0.41	c #constraints  708
0.53/0.41	c constraints type 
0.53/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
0.53/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 365
0.53/0.41	c constraints type 
0.53/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 343
0.53/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 365
4.29/2.34	c cleaning 2500 clauses out of 5000 with flag 5000/5000
6.64/3.59	c cleaning 4250 clauses out of 8500 with flag 11000/11000
8.99/4.75	c cleaning 5621 clauses out of 11250 with flag 18000/18000
12.11/6.30	c cleaning 6815 clauses out of 13632 with flag 26003/26003
17.40/9.07	c cleaning 7908 clauses out of 15815 with flag 35001/35001
20.30/10.51	c And the winner is Resolution
20.34/11.02	c SATISFIABLE
20.34/11.02	c OPTIMIZING...
20.34/11.02	c Got one! Elapsed wall clock time (in seconds):10.802
20.34/11.02	o 33
20.89/11.32	c cleaning 8944 clauses out of 17906 with flag 45001/45001
24.45/13.20	c cleaning 9481 clauses out of 18963 with flag 55002/55002
27.73/14.86	c And the winner is Resolution
27.87/15.11	c Got one! Elapsed wall clock time (in seconds):14.889
27.87/15.11	o 3
28.24/15.40	c cleaning 9726 clauses out of 19478 with flag 65000/65000
31.30/16.97	c cleaning 9873 clauses out of 19753 with flag 75001/75001
34.20/18.44	c cleaning 9939 clauses out of 19882 with flag 85004/85004
37.29/20.04	c cleaning 9966 clauses out of 19940 with flag 95001/95001
40.58/21.75	c cleaning 9983 clauses out of 19972 with flag 105000/105000
42.06/22.54	c And the winner is Resolution
42.46/23.43	c starts		: 92
42.46/23.43	c conflicts		: 109499
42.46/23.43	c decisions		: 117019
42.46/23.43	c propagations		: 1964991
42.46/23.43	c inspects		: 55028567
42.46/23.43	c learnt literals	: 15
42.46/23.43	c learnt binary clauses	: 67
42.46/23.43	c learnt ternary clauses	: 188
42.46/23.43	c learnt clauses	: 109483
42.46/23.43	c ignored clauses	: 0
42.46/23.43	c root simplifications	: 0
42.46/23.43	c removed literals (reason simplification)	: 2632837
42.46/23.43	c reason swapping (by a shorter reason)	: 0
42.46/23.43	c Calls to reduceDB	: 12
42.46/23.43	c number of reductions to clauses (during analyze)	: 0
42.46/23.43	c number of learned constraints concerned by reduction	: 0
42.46/23.43	c number of learning phase by resolution	: 0
42.46/23.43	c number of learning phase by cutting planes	: 0
42.46/23.43	c speed (assignments/second)	: 236233.58980524165
42.46/23.43	c non guided choices	1582
42.46/23.43	c learnt constraints type 
42.46/23.43	c constraints type 
42.46/23.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
42.46/23.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 365
42.46/23.43	c constraints type 
42.46/23.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 343
42.46/23.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 365
42.46/23.43	s OPTIMUM FOUND
42.46/23.43	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 x18 x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 x28 x29 -x30 -x31 -x32 -x33 x34 x35 x36 x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 x46 -x47 -x48 x49 x50 x51 -x52 -x53 -x54 x55 -x56 x57 -x58 -x59 x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 x69 x70 x71 -x72 -x73 -x74 -x75 x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 x86 -x87 -x88 -x89 -x90 -x91 x92 x93 -x94 x95 x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 x117 x118 -x119 x120 -x121 -x122 x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 x145 -x146 -x147 
42.46/23.43	c objective function=3
42.46/23.43	c Total wall clock time (in seconds): 23.211

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661842-1276650892/watcher-2661842-1276650892 -o /tmp/evaluation-result-2661842-1276650892/solver-2661842-1276650892 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661842-1276650892.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.03 1.01 1.00 3/106 6825
/proc/meminfo: memFree=1796984/2059040 swapFree=4136120/4192956
[pid=6825] ppid=6823 vsize=248 CPUtime=0
/proc/6825/stat : 6825 (java6) R 6823 6825 6124 0 -1 4194304 108 0 0 0 0 0 0 0 18 0 1 0 40690542 253952 28 1992294400 134512640 134550932 4288974256 18446744073709551615 2331220 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6825/statm: 62 28 21 10 0 23 0

[startup+0.046792 s]
/proc/loadavg: 1.03 1.01 1.00 3/106 6825
/proc/meminfo: memFree=1796984/2059040 swapFree=4136120/4192956
[pid=6825] ppid=6823 vsize=1520328 CPUtime=0.02
/proc/6825/stat : 6825 (java) S 6823 6825 6124 0 -1 4202496 3375 0 1 0 1 1 0 0 15 0 4 0 40690542 1556815872 2819 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6825/statm: 380082 2822 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.10079 s]
/proc/loadavg: 1.03 1.01 1.00 3/106 6825
/proc/meminfo: memFree=1796984/2059040 swapFree=4136120/4192956
[pid=6825] ppid=6823 vsize=1524020 CPUtime=0.07
/proc/6825/stat : 6825 (java) S 6823 6825 6124 0 -1 4202496 3922 0 1 0 6 1 0 0 15 0 12 0 40690542 1560596480 3362 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6825/statm: 381005 3363 1071 10 0 378308 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524020

[startup+0.300785 s]
/proc/loadavg: 1.03 1.01 1.00 3/106 6825
/proc/meminfo: memFree=1796984/2059040 swapFree=4136120/4192956
[pid=6825] ppid=6823 vsize=1526216 CPUtime=0.35
/proc/6825/stat : 6825 (java) S 6823 6825 6124 0 -1 4202496 5371 0 1 0 33 2 0 0 15 0 12 0 40690542 1562845184 4809 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6825/statm: 381554 4809 1353 10 0 378857 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526216

[startup+0.700775 s]
/proc/loadavg: 1.03 1.01 1.00 3/106 6825
/proc/meminfo: memFree=1796984/2059040 swapFree=4136120/4192956
[pid=6825] ppid=6823 vsize=1529320 CPUtime=1.12
/proc/6825/stat : 6825 (java) S 6823 6825 6124 0 -1 4202496 6868 0 1 0 109 3 0 0 15 0 16 0 40690542 1566023680 6202 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6825/statm: 382330 6202 1411 10 0 379633 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1529320

[startup+1.50175 s]
/proc/loadavg: 1.03 1.01 1.00 6/122 6841
/proc/meminfo: memFree=1768212/2059040 swapFree=4136120/4192956
[pid=6825] ppid=6823 vsize=1543152 CPUtime=2.71
/proc/6825/stat : 6825 (java) S 6823 6825 6124 0 -1 4202496 16239 0 1 0 264 7 0 0 15 0 16 0 40690542 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6825/statm: 385788 13007 1424 10 0 383091 0
[pid=6825/tid=6827] ppid=6823 vsize=1543152 CPUtime=0.38
/proc/6825/task/6827/stat : 6827 (java) S 6823 6825 6124 0 -1 4202560 4030 0 1 0 36 2 0 0 18 0 16 0 40690543 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6828] ppid=6823 vsize=1543152 CPUtime=0
/proc/6825/task/6828/stat : 6828 (java) S 6823 6825 6124 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 16 0 40690545 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6829] ppid=6823 vsize=1543152 CPUtime=0
/proc/6825/task/6829/stat : 6829 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 40690545 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6830] ppid=6823 vsize=1543152 CPUtime=0
/proc/6825/task/6830/stat : 6830 (java) S 6823 6825 6124 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 40690547 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6831] ppid=6823 vsize=1543152 CPUtime=0
/proc/6825/task/6831/stat : 6831 (java) S 6823 6825 6124 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 40690547 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6832] ppid=6823 vsize=1543152 CPUtime=0
/proc/6825/task/6832/stat : 6832 (java) S 6823 6825 6124 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 40690547 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6833] ppid=6823 vsize=1543152 CPUtime=0
/proc/6825/task/6833/stat : 6833 (java) S 6823 6825 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40690551 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6834] ppid=6823 vsize=1543152 CPUtime=0.82
/proc/6825/task/6834/stat : 6834 (java) R 6823 6825 6124 0 -1 4202560 1875 0 0 0 81 1 0 0 17 0 16 0 40690551 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 103828442 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6825/tid=6835] ppid=6823 vsize=1543152 CPUtime=1
/proc/6825/task/6835/stat : 6835 (java) R 6823 6825 6124 0 -1 4202560 5462 0 0 0 99 1 0 0 16 0 16 0 40690551 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 106262268 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6825/tid=6836] ppid=6823 vsize=1543152 CPUtime=0
/proc/6825/task/6836/stat : 6836 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 40690551 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6837] ppid=6823 vsize=1543152 CPUtime=0
/proc/6825/task/6837/stat : 6837 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 40690551 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6838] ppid=6823 vsize=1543152 CPUtime=0.16
/proc/6825/task/6838/stat : 6838 (java) R 6823 6825 6124 0 -1 4202560 723 0 0 0 16 0 0 0 25 0 16 0 40690583 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 4108929680 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6825/tid=6839] ppid=6823 vsize=1543152 CPUtime=0.29
/proc/6825/task/6839/stat : 6839 (java) R 6823 6825 6124 0 -1 4202560 3080 0 0 0 28 1 0 0 25 0 16 0 40690583 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6825/tid=6840] ppid=6823 vsize=1543152 CPUtime=0
/proc/6825/task/6840/stat : 6840 (java) S 6823 6825 6124 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40690584 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6841] ppid=6823 vsize=1543152 CPUtime=0
/proc/6825/task/6841/stat : 6841 (java) S 6823 6825 6124 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40690585 1580187648 13007 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1543152

[startup+3.11371 s]
/proc/loadavg: 1.03 1.01 1.00 4/122 6841
/proc/meminfo: memFree=1726920/2059040 swapFree=4136120/4192956
[pid=6825] ppid=6823 vsize=1543892 CPUtime=5.87
/proc/6825/stat : 6825 (java) S 6823 6825 6124 0 -1 4202496 30434 0 1 0 575 12 0 0 15 0 16 0 40690542 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6825/statm: 385973 23381 1448 10 0 383276 0
[pid=6825/tid=6827] ppid=6823 vsize=1543892 CPUtime=0.38
/proc/6825/task/6827/stat : 6827 (java) S 6823 6825 6124 0 -1 4202560 4030 0 1 0 36 2 0 0 18 0 16 0 40690543 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6828] ppid=6823 vsize=1543892 CPUtime=0
/proc/6825/task/6828/stat : 6828 (java) S 6823 6825 6124 0 -1 4202560 238 0 0 0 0 0 0 0 16 0 16 0 40690545 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6829] ppid=6823 vsize=1543892 CPUtime=0
/proc/6825/task/6829/stat : 6829 (java) S 6823 6825 6124 0 -1 4202560 258 0 0 0 0 0 0 0 18 0 16 0 40690545 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6830] ppid=6823 vsize=1543892 CPUtime=0.02
/proc/6825/task/6830/stat : 6830 (java) S 6823 6825 6124 0 -1 4202560 485 0 0 0 2 0 0 0 16 0 16 0 40690547 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6831] ppid=6823 vsize=1543892 CPUtime=0
/proc/6825/task/6831/stat : 6831 (java) S 6823 6825 6124 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40690547 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6832] ppid=6823 vsize=1543892 CPUtime=0
/proc/6825/task/6832/stat : 6832 (java) S 6823 6825 6124 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 40690547 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6833] ppid=6823 vsize=1543892 CPUtime=0
/proc/6825/task/6833/stat : 6833 (java) S 6823 6825 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40690551 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6834] ppid=6823 vsize=1543892 CPUtime=1.72
/proc/6825/task/6834/stat : 6834 (java) S 6823 6825 6124 0 -1 4202560 3550 0 0 0 171 1 0 0 15 0 16 0 40690551 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6835] ppid=6823 vsize=1543892 CPUtime=1.9
/proc/6825/task/6835/stat : 6835 (java) R 6823 6825 6124 0 -1 4202560 7896 0 0 0 188 2 0 0 16 0 16 0 40690551 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 105873586 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6825/tid=6836] ppid=6823 vsize=1543892 CPUtime=0
/proc/6825/task/6836/stat : 6836 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 40690551 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6837] ppid=6823 vsize=1543892 CPUtime=0
/proc/6825/task/6837/stat : 6837 (java) R 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 40690551 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6825/tid=6838] ppid=6823 vsize=1543892 CPUtime=1.24
/proc/6825/task/6838/stat : 6838 (java) R 6823 6825 6124 0 -1 4202560 6433 0 0 0 122 2 0 0 18 0 16 0 40690583 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 4109012966 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6825/tid=6839] ppid=6823 vsize=1543892 CPUtime=0.53
/proc/6825/task/6839/stat : 6839 (java) R 6823 6825 6124 0 -1 4202560 6475 0 0 0 51 2 0 0 17 0 16 0 40690583 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6825/tid=6840] ppid=6823 vsize=1543892 CPUtime=0
/proc/6825/task/6840/stat : 6840 (java) S 6823 6825 6124 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40690584 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6841] ppid=6823 vsize=1543892 CPUtime=0
/proc/6825/task/6841/stat : 6841 (java) S 6823 6825 6124 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40690585 1580945408 23381 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 1543892

[startup+6.30201 s]
/proc/loadavg: 1.19 1.04 1.01 3/122 6841
/proc/meminfo: memFree=1640492/2059040 swapFree=4136120/4192956
[pid=6825] ppid=6823 vsize=1543104 CPUtime=12.11
/proc/6825/stat : 6825 (java) S 6823 6825 6124 0 -1 4202496 51883 0 1 0 1191 20 0 0 15 0 16 0 40690542 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6825/statm: 385776 44422 1448 10 0 383079 0
[pid=6825/tid=6827] ppid=6823 vsize=1543104 CPUtime=0.38
/proc/6825/task/6827/stat : 6827 (java) S 6823 6825 6124 0 -1 4202560 4030 0 1 0 36 2 0 0 18 0 16 0 40690543 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6828] ppid=6823 vsize=1543104 CPUtime=0.08
/proc/6825/task/6828/stat : 6828 (java) S 6823 6825 6124 0 -1 4202560 1227 0 0 0 8 0 0 0 15 0 16 0 40690545 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6829] ppid=6823 vsize=1543104 CPUtime=0.07
/proc/6825/task/6829/stat : 6829 (java) S 6823 6825 6124 0 -1 4202560 1196 0 0 0 7 0 0 0 16 0 16 0 40690545 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6830] ppid=6823 vsize=1543104 CPUtime=0.09
/proc/6825/task/6830/stat : 6830 (java) S 6823 6825 6124 0 -1 4202560 1470 0 0 0 9 0 0 0 15 0 16 0 40690547 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6831] ppid=6823 vsize=1543104 CPUtime=0
/proc/6825/task/6831/stat : 6831 (java) S 6823 6825 6124 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40690547 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6832] ppid=6823 vsize=1543104 CPUtime=0
/proc/6825/task/6832/stat : 6832 (java) S 6823 6825 6124 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 40690547 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6833] ppid=6823 vsize=1543104 CPUtime=0
/proc/6825/task/6833/stat : 6833 (java) S 6823 6825 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40690551 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6834] ppid=6823 vsize=1543104 CPUtime=1.89
/proc/6825/task/6834/stat : 6834 (java) S 6823 6825 6124 0 -1 4202560 3558 0 0 0 188 1 0 0 15 0 16 0 40690551 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6835] ppid=6823 vsize=1543104 CPUtime=1.99
/proc/6825/task/6835/stat : 6835 (java) S 6823 6825 6124 0 -1 4202560 7904 0 0 0 197 2 0 0 15 0 16 0 40690551 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6836] ppid=6823 vsize=1543104 CPUtime=0
/proc/6825/task/6836/stat : 6836 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 40690551 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6837] ppid=6823 vsize=1543104 CPUtime=0
/proc/6825/task/6837/stat : 6837 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 40690551 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6838] ppid=6823 vsize=1543104 CPUtime=4.08
/proc/6825/task/6838/stat : 6838 (java) R 6823 6825 6124 0 -1 4202560 8963 0 0 0 405 3 0 0 17 0 16 0 40690583 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4108723942 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6825/tid=6839] ppid=6823 vsize=1543104 CPUtime=3.45
/proc/6825/task/6839/stat : 6839 (java) R 6823 6825 6124 0 -1 4202560 22466 0 0 0 337 8 0 0 20 0 16 0 40690583 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4108941773 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6825/tid=6840] ppid=6823 vsize=1543104 CPUtime=0
/proc/6825/task/6840/stat : 6840 (java) S 6823 6825 6124 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40690584 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6841] ppid=6823 vsize=1543104 CPUtime=0
/proc/6825/task/6841/stat : 6841 (java) S 6823 6825 6124 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40690585 1580138496 44422 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 1543104

[startup+12.7015 s]
/proc/loadavg: 1.25 1.06 1.02 3/122 6845
/proc/meminfo: memFree=1591264/2059040 swapFree=4136120/4192956
[pid=6825] ppid=6823 vsize=1552320 CPUtime=23.66
/proc/6825/stat : 6825 (java) S 6823 6825 6124 0 -1 4202496 61483 0 1 0 2341 25 0 0 15 0 16 0 40690542 1589575680 52480 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6825/statm: 388080 52480 1449 10 0 385383 0
[pid=6825/tid=6827] ppid=6823 vsize=1552320 CPUtime=0.38
/proc/6825/task/6827/stat : 6827 (java) S 6823 6825 6124 0 -1 4202560 4030 0 1 0 36 2 0 0 18 0 16 0 40690543 1589575680 52480 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6828] ppid=6823 vsize=1552320 CPUtime=0.16
/proc/6825/task/6828/stat : 6828 (java) S 6823 6825 6124 0 -1 4202560 2701 0 0 0 16 0 0 0 16 0 16 0 40690545 1589575680 52480 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6829] ppid=6823 vsize=1552320 CPUtime=0.16
/proc/6825/task/6829/stat : 6829 (java) S 6823 6825 6124 0 -1 4202560 2883 0 0 0 16 0 0 0 15 0 16 0 40690545 1589575680 52480 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6830] ppid=6823 vsize=1552320 CPUtime=0.3
/proc/6825/task/6830/stat : 6830 (java) S 6823 6825 6124 0 -1 4202560 2071 0 0 0 29 1 0 0 16 0 16 0 40690547 1589575680 52480 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6831] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6831/stat : 6831 (java) S 6823 6825 6124 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40690547 1589575680 52480 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6832] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6832/stat : 6832 (java) S 6823 6825 6124 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 40690547 1589575680 52480 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6833] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6833/stat : 6833 (java) S 6823 6825 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40690551 1589575680 52480 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6834] ppid=6823 vsize=1552320 CPUtime=2.98
/proc/6825/task/6834/stat : 6834 (java) S 6823 6825 6124 0 -1 4202560 7369 0 0 0 295 3 0 0 16 0 16 0 40690551 1589575680 52480 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6835] ppid=6823 vsize=1552320 CPUtime=1.99
/proc/6825/task/6835/stat : 6835 (java) S 6823 6825 6124 0 -1 4202560 7904 0 0 0 197 2 0 0 15 0 16 0 40690551 1589575680 52480 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6836] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6836/stat : 6836 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 40690551 1589575680 52480 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6837] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6837/stat : 6837 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 40690551 1589575680 52480 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0

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

/proc/6825/task/6842/stat : 6842 (java) R 6823 6825 6124 0 -1 4202560 1 0 0 0 152 0 0 0 22 0 16 0 40691644 1589575680 52480 1992294400 134512640 134550932 4287593264 18446744073709551615 4109011702 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6825/tid=6843] ppid=6823 vsize=1552320 CPUtime=1.35
/proc/6825/task/6843/stat : 6843 (java) R 6823 6825 6124 0 -1 4202560 1 0 0 0 135 0 0 0 23 0 16 0 40691644 1589575680 52480 1992294400 134512640 134550932 4287593264 18446744073709551615 4108904784 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.66
Current children cumulated vsize (KiB) 1552320

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

[startup+19.1022 s]
/proc/loadavg: 1.39 1.09 1.03 3/122 6847
/proc/meminfo: memFree=1585684/2059040 swapFree=4136120/4192956
[pid=6825] ppid=6823 vsize=1552320 CPUtime=35.51
/proc/6825/stat : 6825 (java) S 6823 6825 6124 0 -1 4202496 63249 0 1 0 3524 27 0 0 15 0 16 0 40690542 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6825/statm: 388080 53930 1449 10 0 385383 0
[pid=6825/tid=6827] ppid=6823 vsize=1552320 CPUtime=0.38
/proc/6825/task/6827/stat : 6827 (java) S 6823 6825 6124 0 -1 4202560 4030 0 1 0 36 2 0 0 18 0 16 0 40690543 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6828] ppid=6823 vsize=1552320 CPUtime=0.27
/proc/6825/task/6828/stat : 6828 (java) S 6823 6825 6124 0 -1 4202560 3251 0 0 0 26 1 0 0 15 0 16 0 40690545 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6829] ppid=6823 vsize=1552320 CPUtime=0.28
/proc/6825/task/6829/stat : 6829 (java) S 6823 6825 6124 0 -1 4202560 3868 0 0 0 27 1 0 0 16 0 16 0 40690545 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6830] ppid=6823 vsize=1552320 CPUtime=0.63
/proc/6825/task/6830/stat : 6830 (java) S 6823 6825 6124 0 -1 4202560 2291 0 0 0 62 1 0 0 15 0 16 0 40690547 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6831] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6831/stat : 6831 (java) S 6823 6825 6124 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40690547 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6832] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6832/stat : 6832 (java) S 6823 6825 6124 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 40690547 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6833] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6833/stat : 6833 (java) S 6823 6825 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40690551 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6834] ppid=6823 vsize=1552320 CPUtime=3.02
/proc/6825/task/6834/stat : 6834 (java) S 6823 6825 6124 0 -1 4202560 7369 0 0 0 299 3 0 0 15 0 16 0 40690551 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6835] ppid=6823 vsize=1552320 CPUtime=1.99
/proc/6825/task/6835/stat : 6835 (java) S 6823 6825 6124 0 -1 4202560 7904 0 0 0 197 2 0 0 15 0 16 0 40690551 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6836] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6836/stat : 6836 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 40690551 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6837] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6837/stat : 6837 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 40690551 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6840] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6840/stat : 6840 (java) S 6823 6825 6124 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40690584 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6841] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6841/stat : 6841 (java) S 6823 6825 6124 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40690585 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6846] ppid=6823 vsize=1552320 CPUtime=3.62
/proc/6825/task/6846/stat : 6846 (java) R 6823 6825 6124 0 -1 4202560 5 0 0 0 362 0 0 0 25 0 16 0 40692053 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4109013278 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6825/tid=6847] ppid=6823 vsize=1552320 CPUtime=3.61
/proc/6825/task/6847/stat : 6847 (java) R 6823 6825 6124 0 -1 4202560 2 0 0 0 361 0 0 0 25 0 16 0 40692053 1589575680 53930 1992294400 134512640 134550932 4287593264 18446744073709551615 4108929678 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 35.51
Current children cumulated vsize (KiB) 1552320

[startup+20.7013 s]
/proc/loadavg: 1.44 1.11 1.03 3/122 6847
/proc/meminfo: memFree=1585436/2059040 swapFree=4136120/4192956
[pid=6825] ppid=6823 vsize=1552320 CPUtime=38.6
/proc/6825/stat : 6825 (java) S 6823 6825 6124 0 -1 4202496 63947 0 1 0 3832 28 0 0 15 0 16 0 40690542 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6825/statm: 388080 54585 1449 10 0 385383 0
[pid=6825/tid=6827] ppid=6823 vsize=1552320 CPUtime=0.38
/proc/6825/task/6827/stat : 6827 (java) S 6823 6825 6124 0 -1 4202560 4030 0 1 0 36 2 0 0 18 0 16 0 40690543 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6828] ppid=6823 vsize=1552320 CPUtime=0.3
/proc/6825/task/6828/stat : 6828 (java) S 6823 6825 6124 0 -1 4202560 3523 0 0 0 28 2 0 0 15 0 16 0 40690545 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6829] ppid=6823 vsize=1552320 CPUtime=0.3
/proc/6825/task/6829/stat : 6829 (java) S 6823 6825 6124 0 -1 4202560 4234 0 0 0 29 1 0 0 16 0 16 0 40690545 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6830] ppid=6823 vsize=1552320 CPUtime=0.72
/proc/6825/task/6830/stat : 6830 (java) S 6823 6825 6124 0 -1 4202560 2347 0 0 0 71 1 0 0 15 0 16 0 40690547 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6831] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6831/stat : 6831 (java) S 6823 6825 6124 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40690547 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6832] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6832/stat : 6832 (java) S 6823 6825 6124 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 40690547 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6833] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6833/stat : 6833 (java) S 6823 6825 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40690551 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6834] ppid=6823 vsize=1552320 CPUtime=3.02
/proc/6825/task/6834/stat : 6834 (java) S 6823 6825 6124 0 -1 4202560 7369 0 0 0 299 3 0 0 15 0 16 0 40690551 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6835] ppid=6823 vsize=1552320 CPUtime=1.99
/proc/6825/task/6835/stat : 6835 (java) S 6823 6825 6124 0 -1 4202560 7904 0 0 0 197 2 0 0 15 0 16 0 40690551 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6836] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6836/stat : 6836 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 40690551 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6837] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6837/stat : 6837 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 40690551 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6840] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6840/stat : 6840 (java) S 6823 6825 6124 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40690584 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6841] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6841/stat : 6841 (java) S 6823 6825 6124 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40690585 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6846] ppid=6823 vsize=1552320 CPUtime=5.08
/proc/6825/task/6846/stat : 6846 (java) R 6823 6825 6124 0 -1 4202560 8 0 0 0 508 0 0 0 25 0 16 0 40692053 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4108950950 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6825/tid=6847] ppid=6823 vsize=1552320 CPUtime=5.09
/proc/6825/task/6847/stat : 6847 (java) R 6823 6825 6124 0 -1 4202560 3 0 0 0 509 0 0 0 25 0 16 0 40692053 1589575680 54585 1992294400 134512640 134550932 4287593264 18446744073709551615 4108929807 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.6
Current children cumulated vsize (KiB) 1552320

[startup+22.3012 s]
/proc/loadavg: 1.44 1.11 1.03 3/122 6847
/proc/meminfo: memFree=1580228/2059040 swapFree=4136120/4192956
[pid=6825] ppid=6823 vsize=1552320 CPUtime=41.66
/proc/6825/stat : 6825 (java) S 6823 6825 6124 0 -1 4202496 64658 0 1 0 4137 29 0 0 15 0 16 0 40690542 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6825/statm: 388080 55256 1449 10 0 385383 0
[pid=6825/tid=6827] ppid=6823 vsize=1552320 CPUtime=0.38
/proc/6825/task/6827/stat : 6827 (java) S 6823 6825 6124 0 -1 4202560 4030 0 1 0 36 2 0 0 18 0 16 0 40690543 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6828] ppid=6823 vsize=1552320 CPUtime=0.33
/proc/6825/task/6828/stat : 6828 (java) S 6823 6825 6124 0 -1 4202560 3854 0 0 0 31 2 0 0 16 0 16 0 40690545 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6829] ppid=6823 vsize=1552320 CPUtime=0.33
/proc/6825/task/6829/stat : 6829 (java) S 6823 6825 6124 0 -1 4202560 4610 0 0 0 32 1 0 0 16 0 16 0 40690545 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6830] ppid=6823 vsize=1552320 CPUtime=0.82
/proc/6825/task/6830/stat : 6830 (java) S 6823 6825 6124 0 -1 4202560 2347 0 0 0 81 1 0 0 16 0 16 0 40690547 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6831] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6831/stat : 6831 (java) S 6823 6825 6124 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40690547 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6832] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6832/stat : 6832 (java) S 6823 6825 6124 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 40690547 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6833] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6833/stat : 6833 (java) S 6823 6825 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 40690551 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6834] ppid=6823 vsize=1552320 CPUtime=3.02
/proc/6825/task/6834/stat : 6834 (java) S 6823 6825 6124 0 -1 4202560 7369 0 0 0 299 3 0 0 15 0 16 0 40690551 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6835] ppid=6823 vsize=1552320 CPUtime=1.99
/proc/6825/task/6835/stat : 6835 (java) S 6823 6825 6124 0 -1 4202560 7904 0 0 0 197 2 0 0 15 0 16 0 40690551 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6836] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6836/stat : 6836 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 40690551 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6837] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6837/stat : 6837 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 40690551 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6840] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6840/stat : 6840 (java) S 6823 6825 6124 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40690584 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6841] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6841/stat : 6841 (java) S 6823 6825 6124 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 40690585 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6846] ppid=6823 vsize=1552320 CPUtime=6.52
/proc/6825/task/6846/stat : 6846 (java) R 6823 6825 6124 0 -1 4202560 10 0 0 0 652 0 0 0 25 0 16 0 40692053 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4108556810 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6825/tid=6847] ppid=6823 vsize=1552320 CPUtime=6.55
/proc/6825/task/6847/stat : 6847 (java) R 6823 6825 6124 0 -1 4202560 5 0 0 0 655 0 0 0 25 0 16 0 40692053 1589575680 55256 1992294400 134512640 134550932 4287593264 18446744073709551615 4108904582 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.66
Current children cumulated vsize (KiB) 1552320

[startup+23.1092 s]
/proc/loadavg: 1.44 1.11 1.03 1/120 6847
/proc/meminfo: memFree=1580244/2059040 swapFree=4136120/4192956
[pid=6825] ppid=6823 vsize=1552320 CPUtime=42.17
/proc/6825/stat : 6825 (java) S 6823 6825 6124 0 -1 4202496 64660 0 1 0 4188 29 0 0 15 0 14 0 40690542 1589575680 55257 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6825/statm: 388080 55257 1449 10 0 385383 0
[pid=6825/tid=6827] ppid=6823 vsize=1552320 CPUtime=0.38
/proc/6825/task/6827/stat : 6827 (java) S 6823 6825 6124 0 -1 4202560 4030 0 1 0 36 2 0 0 18 0 14 0 40690543 1589575680 55257 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6828] ppid=6823 vsize=1552320 CPUtime=0.33
/proc/6825/task/6828/stat : 6828 (java) S 6823 6825 6124 0 -1 4202560 3854 0 0 0 31 2 0 0 16 0 14 0 40690545 1589575680 55257 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6829] ppid=6823 vsize=1552320 CPUtime=0.33
/proc/6825/task/6829/stat : 6829 (java) S 6823 6825 6124 0 -1 4202560 4611 0 0 0 32 1 0 0 15 0 14 0 40690545 1589575680 55257 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6830] ppid=6823 vsize=1552320 CPUtime=0.82
/proc/6825/task/6830/stat : 6830 (java) S 6823 6825 6124 0 -1 4202560 2347 0 0 0 81 1 0 0 15 0 14 0 40690547 1589575680 55257 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6831] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6831/stat : 6831 (java) S 6823 6825 6124 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 40690547 1589575680 55257 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6832] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6832/stat : 6832 (java) S 6823 6825 6124 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 40690547 1589575680 55257 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6833] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6833/stat : 6833 (java) S 6823 6825 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 40690551 1589575680 55257 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6834] ppid=6823 vsize=1552320 CPUtime=3.02
/proc/6825/task/6834/stat : 6834 (java) S 6823 6825 6124 0 -1 4202560 7369 0 0 0 299 3 0 0 15 0 14 0 40690551 1589575680 55257 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6835] ppid=6823 vsize=1552320 CPUtime=1.99
/proc/6825/task/6835/stat : 6835 (java) S 6823 6825 6124 0 -1 4202560 7904 0 0 0 197 2 0 0 15 0 14 0 40690551 1589575680 55257 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6836] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6836/stat : 6836 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 40690551 1589575680 55257 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6837] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6837/stat : 6837 (java) S 6823 6825 6124 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 40690551 1589575680 55257 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=6825/tid=6840] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6840/stat : 6840 (java) S 6823 6825 6124 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40690584 1589575680 55257 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=6825/tid=6841] ppid=6823 vsize=1552320 CPUtime=0
/proc/6825/task/6841/stat : 6841 (java) S 6823 6825 6124 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 40690585 1589575680 55257 1992294400 134512640 134550932 4287593264 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.17
Current children cumulated vsize (KiB) 1552320

[startup+23.5012 s]
/proc/loadavg: 1.44 1.11 1.03 1/120 6847
/proc/meminfo: memFree=1580244/2059040 swapFree=4136120/4192956
[pid=6825] ppid=6823 vsize=0 CPUtime=42.51
/proc/6825/stat : 6825 (java) Z 6823 6825 6124 0 -1 4203548 64665 0 1 0 4220 31 0 0 15 0 2 0 40690542 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6825/statm: 0 0 0 0 0 0 0
[pid=6825/tid=6841] ppid=6823 vsize=0 CPUtime=0.02
/proc/6825/task/6841/stat : 6841 (java) R 6823 6825 6124 0 -1 4203588 4 0 0 0 0 2 0 0 18 0 2 0 40690585 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) 42.51
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 23.5053
CPU time (s): 42.5215
CPU user time (s): 42.2046
CPU system time (s): 0.316951
CPU usage (%): 180.902
Max. virtual memory (cumulated for all children) (KiB): 1552932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.2046
system time used= 0.316951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64665
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= 1530
involuntary context switches= 1787

runsolver used 0.149977 second user time and 0.219966 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-16 03:14:52
IDJOB=2661842
IDBENCH=48097
IDSOLVER=1166
FILE ID=node014/2661842-1276650892
PBS_JOBID= 11172408
Free space on /tmp= 62572 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=47-P1=43-P2=53-P3=59-P4=67-P5=71-P6=53-P7=67-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661842-1276650892/watcher-2661842-1276650892 -o /tmp/evaluation-result-2661842-1276650892/solver-2661842-1276650892 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661842-1276650892.opb

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

MD5SUM BENCH= e58f2c3753b703f4a66371ee4fd516c9
RANDOM SEED=735244538

node014.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.258
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.51
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.258
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1797256 kB
Buffers:         74212 kB
Cached:         100196 kB
SwapCached:      10712 kB
Active:          87012 kB
Inactive:       101744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1797256 kB
SwapTotal:     4192956 kB
SwapFree:      4136120 kB
Dirty:             332 kB
Writeback:           0 kB
AnonPages:       12648 kB
Mapped:           9420 kB
Slab:            51052 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183972 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= 62572 MiB
End job on node014 at 2010-06-16 03:15:15