Trace number 2692164

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 CuttingPlanes 2.2.0 2010-05-26MSAT (TO) 1800.17 1770.9

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967729--soft-0-100-0.wbo
MD5SUMb3cca2fb004dc2587d09951aac05623a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.249961
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1318
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c1ea29
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2692164-1277922774.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.056s.
0.11/0.16	c #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.72/0.76	c SATISFIABLE
1.72/0.76	c OPTIMIZING...
1.72/0.76	c Got one! Elapsed wall clock time (in seconds):0.663
1.72/0.76	o 1228
2.62/1.20	c Got one! Elapsed wall clock time (in seconds):1.104
2.62/1.20	o 1209
3.32/1.81	c Got one! Elapsed wall clock time (in seconds):1.709
3.32/1.81	o 1181
3.93/2.30	c Got one! Elapsed wall clock time (in seconds):2.202
3.93/2.30	o 50
5.80/4.12	c Got one! Elapsed wall clock time (in seconds):4.017
5.80/4.12	o 33
8.74/7.01	c Got one! Elapsed wall clock time (in seconds):6.908
8.74/7.01	o 32
16.35/14.56	c Got one! Elapsed wall clock time (in seconds):14.456
16.35/14.56	o 30
27.79/25.80	c Got one! Elapsed wall clock time (in seconds):25.702
27.79/25.80	o 28
48.76/46.48	c Got one! Elapsed wall clock time (in seconds):46.38
48.76/46.48	o 20
184.35/178.63	c cleaning 0 clauses out of 5002 with flag 0/5002
1800.03/1770.81	c starts		: 23
1800.03/1770.81	c conflicts		: 6813
1800.03/1770.81	c decisions		: 29701
1800.03/1770.81	c propagations		: 230327
1800.03/1770.81	c inspects		: 186753304
1800.03/1770.81	c learnt literals	: 0
1800.03/1770.81	c learnt binary clauses	: 0
1800.03/1770.81	c learnt ternary clauses	: 0
1800.03/1770.81	c learnt clauses	: 6812
1800.03/1770.81	c ignored clauses	: 0
1800.03/1770.81	c root simplifications	: 0
1800.03/1770.81	c removed literals (reason simplification)	: 0
1800.03/1770.81	c reason swapping (by a shorter reason)	: 0
1800.03/1770.81	c Calls to reduceDB	: 1
1800.03/1770.81	c number of reductions to clauses (during analyze)	: 0
1800.03/1770.81	c number of learned constraints concerned by reduction	: 0
1800.03/1770.81	c number of learning phase by resolution	: 0
1800.03/1770.81	c number of learning phase by cutting planes	: 0
1800.03/1770.81	c speed (assignments/second)	: 133.57462484022798
1800.03/1770.81	c non guided choices	216
1800.03/1770.82	c learnt constraints type 
1800.03/1770.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6812
1800.03/1770.82	c constraints type 
1800.03/1770.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
1800.03/1770.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
1800.03/1770.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/1770.82	s SATISFIABLE
1800.03/1770.82	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 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 
1800.03/1770.82	c objective function=20
1800.03/1770.82	c Total wall clock time (in seconds): 1770.719

Verifier Data

OK	20

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692164-1277922774/watcher-2692164-1277922774 -o /tmp/evaluation-result-2692164-1277922774/solver-2692164-1277922774 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2692164-1277922774.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 2.00 3/196 26838
/proc/meminfo: memFree=31533692/32951124 swapFree=67111528/67111528
[pid=26838] ppid=26836 vsize=13164 CPUtime=0
/proc/26838/stat : 26838 (java) R 26836 26838 25581 0 -1 4194304 612 0 0 0 0 0 0 0 21 0 1 0 165916937 13479936 262 4089446400 134512640 134550932 4290948000 18446744073709551615 5928581 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26838/statm: 3291 268 140 10 0 1121 0

[startup+0.0814449 s]
/proc/loadavg: 2.02 2.01 2.00 3/196 26838
/proc/meminfo: memFree=31533692/32951124 swapFree=67111528/67111528
[pid=26838] ppid=26836 vsize=1529388 CPUtime=0.08
/proc/26838/stat : 26838 (java) S 26836 26838 25581 0 -1 4202496 4964 0 1 0 7 1 0 0 21 0 18 0 165916937 1566093312 4400 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/26838/statm: 382347 4400 1329 10 0 379649 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1529388

[startup+0.102357 s]
/proc/loadavg: 2.02 2.01 2.00 3/196 26838
/proc/meminfo: memFree=31533692/32951124 swapFree=67111528/67111528
[pid=26838] ppid=26836 vsize=1529652 CPUtime=0.11
/proc/26838/stat : 26838 (java) S 26836 26838 25581 0 -1 4202496 5204 0 1 0 10 1 0 0 21 0 18 0 165916937 1566363648 4640 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/26838/statm: 382413 4641 1347 10 0 379715 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529652

[startup+0.3003 s]
/proc/loadavg: 2.02 2.01 2.00 3/196 26838
/proc/meminfo: memFree=31533692/32951124 swapFree=67111528/67111528
[pid=26838] ppid=26836 vsize=1535988 CPUtime=0.55
/proc/26838/stat : 26838 (java) S 26836 26838 25581 0 -1 4202496 7964 0 1 0 54 1 0 0 21 0 19 0 165916937 1572851712 7176 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/26838/statm: 383997 7176 1415 10 0 381299 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 1535988

[startup+0.700232 s]
/proc/loadavg: 2.02 2.01 2.00 3/196 26838
/proc/meminfo: memFree=31533692/32951124 swapFree=67111528/67111528
[pid=26838] ppid=26836 vsize=1546540 CPUtime=1.72
/proc/26838/stat : 26838 (java) S 26836 26838 25581 0 -1 4202496 36044 0 1 0 167 5 0 0 21 0 19 0 165916937 1583656960 31888 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/26838/statm: 386635 31890 1421 10 0 383937 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1546540

[startup+1.50109 s]
/proc/loadavg: 2.02 2.01 2.00 5/215 26857
/proc/meminfo: memFree=31387704/32951124 swapFree=67111528/67111528
[pid=26838] ppid=26836 vsize=1547060 CPUtime=2.95
/proc/26838/stat : 26838 (java) S 26836 26838 25581 0 -1 4202496 44907 0 1 0 289 6 0 0 21 0 19 0 165916937 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/26838/statm: 386765 39021 1437 10 0 384067 0
[pid=26838/tid=26840] ppid=26836 vsize=1547060 CPUtime=1.46
/proc/26838/task/26840/stat : 26840 (java) R 26836 26838 25581 0 -1 4202560 32053 0 1 0 143 3 0 0 19 0 19 0 165916937 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4108870142 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26838/tid=26841] ppid=26836 vsize=1547060 CPUtime=0
/proc/26838/task/26841/stat : 26841 (java) S 26836 26838 25581 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 165916938 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26842] ppid=26836 vsize=1547060 CPUtime=0
/proc/26838/task/26842/stat : 26842 (java) S 26836 26838 25581 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 165916938 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 7 0 0 0
[pid=26838/tid=26843] ppid=26836 vsize=1547060 CPUtime=0
/proc/26838/task/26843/stat : 26843 (java) S 26836 26838 25581 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 165916938 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26844] ppid=26836 vsize=1547060 CPUtime=0
/proc/26838/task/26844/stat : 26844 (java) S 26836 26838 25581 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 165916938 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26845] ppid=26836 vsize=1547060 CPUtime=0
/proc/26838/task/26845/stat : 26845 (java) S 26836 26838 25581 0 -1 4202560 156 0 0 0 0 0 0 0 16 0 19 0 165916938 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26846] ppid=26836 vsize=1547060 CPUtime=0
/proc/26838/task/26846/stat : 26846 (java) S 26836 26838 25581 0 -1 4202560 331 0 0 0 0 0 0 0 16 0 19 0 165916938 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26847] ppid=26836 vsize=1547060 CPUtime=0
/proc/26838/task/26847/stat : 26847 (java) S 26836 26838 25581 0 -1 4202560 388 0 0 0 0 0 0 0 15 0 19 0 165916938 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 7 0 0 0
[pid=26838/tid=26848] ppid=26836 vsize=1547060 CPUtime=0
/proc/26838/task/26848/stat : 26848 (java) S 26836 26838 25581 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 19 0 165916938 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26849] ppid=26836 vsize=1547060 CPUtime=0
/proc/26838/task/26849/stat : 26849 (java) S 26836 26838 25581 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 165916939 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26850] ppid=26836 vsize=1547060 CPUtime=0
/proc/26838/task/26850/stat : 26850 (java) S 26836 26838 25581 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 165916939 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26851] ppid=26836 vsize=1547060 CPUtime=0
/proc/26838/task/26851/stat : 26851 (java) S 26836 26838 25581 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 165916939 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26852] ppid=26836 vsize=1547060 CPUtime=0
/proc/26838/task/26852/stat : 26852 (java) S 26836 26838 25581 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 165916941 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26853] ppid=26836 vsize=1547060 CPUtime=0.76
/proc/26838/task/26853/stat : 26853 (java) S 26836 26838 25581 0 -1 4202560 4756 0 0 0 75 1 0 0 15 0 19 0 165916941 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26854] ppid=26836 vsize=1547060 CPUtime=0.69
/proc/26838/task/26854/stat : 26854 (java) S 26836 26838 25581 0 -1 4202560 5527 0 0 0 69 0 0 0 15 0 19 0 165916941 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 6 0 0 0
[pid=26838/tid=26855] ppid=26836 vsize=1547060 CPUtime=0
/proc/26838/task/26855/stat : 26855 (java) S 26836 26838 25581 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 165916942 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26856] ppid=26836 vsize=1547060 CPUtime=0
/proc/26838/task/26856/stat : 26856 (java) S 26836 26838 25581 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 165916942 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26857] ppid=26836 vsize=1547060 CPUtime=0
/proc/26838/task/26857/stat : 26857 (java) S 26836 26838 25581 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 165916953 1584189440 39021 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 1547060

[startup+3.10081 s]
/proc/loadavg: 2.02 2.01 2.00 3/215 26857
/proc/meminfo: memFree=31380016/32951124 swapFree=67111528/67111528
[pid=26838] ppid=26836 vsize=1548084 CPUtime=4.78
/proc/26838/stat : 26838 (java) S 26836 26838 25581 0 -1 4202496 53214 0 1 0 471 7 0 0 21 0 19 0 165916937 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/26838/statm: 387021 47011 1437 10 0 384323 0
[pid=26838/tid=26840] ppid=26836 vsize=1548084 CPUtime=3.05
/proc/26838/task/26840/stat : 26840 (java) R 26836 26838 25581 0 -1 4202560 35665 0 1 0 301 4 0 0 22 0 19 0 165916937 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4108862740 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26838/tid=26841] ppid=26836 vsize=1548084 CPUtime=0
/proc/26838/task/26841/stat : 26841 (java) S 26836 26838 25581 0 -1 4202560 507 0 0 0 0 0 0 0 15 0 19 0 165916938 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26842] ppid=26836 vsize=1548084 CPUtime=0
/proc/26838/task/26842/stat : 26842 (java) S 26836 26838 25581 0 -1 4202560 787 0 0 0 0 0 0 0 16 0 19 0 165916938 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 7 0 0 0
[pid=26838/tid=26843] ppid=26836 vsize=1548084 CPUtime=0
/proc/26838/task/26843/stat : 26843 (java) S 26836 26838 25581 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 19 0 165916938 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26844] ppid=26836 vsize=1548084 CPUtime=0
/proc/26838/task/26844/stat : 26844 (java) S 26836 26838 25581 0 -1 4202560 543 0 0 0 0 0 0 0 16 0 19 0 165916938 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26845] ppid=26836 vsize=1548084 CPUtime=0.01
/proc/26838/task/26845/stat : 26845 (java) S 26836 26838 25581 0 -1 4202560 1249 0 0 0 1 0 0 0 16 0 19 0 165916938 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26846] ppid=26836 vsize=1548084 CPUtime=0
/proc/26838/task/26846/stat : 26846 (java) S 26836 26838 25581 0 -1 4202560 817 0 0 0 0 0 0 0 15 0 19 0 165916938 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 7 0 0 0
[pid=26838/tid=26847] ppid=26836 vsize=1548084 CPUtime=0
/proc/26838/task/26847/stat : 26847 (java) S 26836 26838 25581 0 -1 4202560 576 0 0 0 0 0 0 0 16 0 19 0 165916938 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26848] ppid=26836 vsize=1548084 CPUtime=0
/proc/26838/task/26848/stat : 26848 (java) S 26836 26838 25581 0 -1 4202560 399 0 0 0 0 0 0 0 15 0 19 0 165916938 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26849] ppid=26836 vsize=1548084 CPUtime=0
/proc/26838/task/26849/stat : 26849 (java) S 26836 26838 25581 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 165916939 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26850] ppid=26836 vsize=1548084 CPUtime=0
/proc/26838/task/26850/stat : 26850 (java) S 26836 26838 25581 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 165916939 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26851] ppid=26836 vsize=1548084 CPUtime=0
/proc/26838/task/26851/stat : 26851 (java) S 26836 26838 25581 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 165916939 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26852] ppid=26836 vsize=1548084 CPUtime=0
/proc/26838/task/26852/stat : 26852 (java) S 26836 26838 25581 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 165916941 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26853] ppid=26836 vsize=1548084 CPUtime=0.93
/proc/26838/task/26853/stat : 26853 (java) S 26836 26838 25581 0 -1 4202560 5300 0 0 0 92 1 0 0 15 0 19 0 165916941 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26854] ppid=26836 vsize=1548084 CPUtime=0.7
/proc/26838/task/26854/stat : 26854 (java) S 26836 26838 25581 0 -1 4202560 5527 0 0 0 70 0 0 0 15 0 19 0 165916941 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 6 0 0 0
[pid=26838/tid=26855] ppid=26836 vsize=1548084 CPUtime=0
/proc/26838/task/26855/stat : 26855 (java) S 26836 26838 25581 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 165916942 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26856] ppid=26836 vsize=1548084 CPUtime=0
/proc/26838/task/26856/stat : 26856 (java) S 26836 26838 25581 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 165916942 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26857] ppid=26836 vsize=1548084 CPUtime=0
/proc/26838/task/26857/stat : 26857 (java) S 26836 26838 25581 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 165916953 1585238016 47011 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 1548084

[startup+6.30126 s]
/proc/loadavg: 2.02 2.01 2.00 3/215 26857
/proc/meminfo: memFree=31345416/32951124 swapFree=67111528/67111528
[pid=26838] ppid=26836 vsize=1544868 CPUtime=8.03
/proc/26838/stat : 26838 (java) S 26836 26838 25581 0 -1 4202496 56690 0 1 0 795 8 0 0 21 0 19 0 165916937 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/26838/statm: 386217 49215 1437 10 0 383519 0
[pid=26838/tid=26840] ppid=26836 vsize=1544868 CPUtime=6.22
/proc/26838/task/26840/stat : 26840 (java) R 26836 26838 25581 0 -1 4202560 35676 0 1 0 618 4 0 0 25 0 19 0 165916937 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4108820811 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26838/tid=26841] ppid=26836 vsize=1544868 CPUtime=0.01
/proc/26838/task/26841/stat : 26841 (java) S 26836 26838 25581 0 -1 4202560 884 0 0 0 1 0 0 0 16 0 19 0 165916938 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26842] ppid=26836 vsize=1544868 CPUtime=0
/proc/26838/task/26842/stat : 26842 (java) S 26836 26838 25581 0 -1 4202560 982 0 0 0 0 0 0 0 15 0 19 0 165916938 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26843] ppid=26836 vsize=1544868 CPUtime=0.01
/proc/26838/task/26843/stat : 26843 (java) S 26836 26838 25581 0 -1 4202560 1100 0 0 0 1 0 0 0 16 0 19 0 165916938 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26844] ppid=26836 vsize=1544868 CPUtime=0
/proc/26838/task/26844/stat : 26844 (java) S 26836 26838 25581 0 -1 4202560 841 0 0 0 0 0 0 0 15 0 19 0 165916938 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 7 0 0 0
[pid=26838/tid=26845] ppid=26836 vsize=1544868 CPUtime=0.02
/proc/26838/task/26845/stat : 26845 (java) S 26836 26838 25581 0 -1 4202560 1956 0 0 0 2 0 0 0 15 0 19 0 165916938 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26846] ppid=26836 vsize=1544868 CPUtime=0.01
/proc/26838/task/26846/stat : 26846 (java) S 26836 26838 25581 0 -1 4202560 1186 0 0 0 1 0 0 0 15 0 19 0 165916938 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 7 0 0 0
[pid=26838/tid=26847] ppid=26836 vsize=1544868 CPUtime=0.01
/proc/26838/task/26847/stat : 26847 (java) S 26836 26838 25581 0 -1 4202560 948 0 0 0 1 0 0 0 16 0 19 0 165916938 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 7 0 0 0
[pid=26838/tid=26848] ppid=26836 vsize=1544868 CPUtime=0.01
/proc/26838/task/26848/stat : 26848 (java) S 26836 26838 25581 0 -1 4202560 1195 0 0 0 1 0 0 0 16 0 19 0 165916938 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26849] ppid=26836 vsize=1544868 CPUtime=0
/proc/26838/task/26849/stat : 26849 (java) S 26836 26838 25581 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 19 0 165916939 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26850] ppid=26836 vsize=1544868 CPUtime=0
/proc/26838/task/26850/stat : 26850 (java) S 26836 26838 25581 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 165916939 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26851] ppid=26836 vsize=1544868 CPUtime=0
/proc/26838/task/26851/stat : 26851 (java) S 26836 26838 25581 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 165916939 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26852] ppid=26836 vsize=1544868 CPUtime=0
/proc/26838/task/26852/stat : 26852 (java) S 26836 26838 25581 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 165916941 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26853] ppid=26836 vsize=1544868 CPUtime=0.93
/proc/26838/task/26853/stat : 26853 (java) S 26836 26838 25581 0 -1 4202560 5300 0 0 0 92 1 0 0 15 0 19 0 165916941 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26854] ppid=26836 vsize=1544868 CPUtime=0.7
/proc/26838/task/26854/stat : 26854 (java) S 26836 26838 25581 0 -1 4202560 5527 0 0 0 70 0 0 0 15 0 19 0 165916941 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 6 0 0 0
[pid=26838/tid=26855] ppid=26836 vsize=1544868 CPUtime=0
/proc/26838/task/26855/stat : 26855 (java) S 26836 26838 25581 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 165916942 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26856] ppid=26836 vsize=1544868 CPUtime=0
/proc/26838/task/26856/stat : 26856 (java) S 26836 26838 25581 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 165916942 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26857] ppid=26836 vsize=1544868 CPUtime=0
/proc/26838/task/26857/stat : 26857 (java) S 26836 26838 25581 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 165916953 1581944832 49215 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 1544868

[startup+12.7011 s]
/proc/loadavg: 2.02 2.01 2.00 3/215 26858
/proc/meminfo: memFree=31331288/32951124 swapFree=67111528/67111528
[pid=26838] ppid=26836 vsize=1544868 CPUtime=14.51
/proc/26838/stat : 26838 (java) S 26836 26838 25581 0 -1 4202496 60431 0 1 0 1442 9 0 0 21 0 19 0 165916937 1581944832 52511 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/26838/statm: 386217 52511 1437 10 0 383519 0
[pid=26838/tid=26840] ppid=26836 vsize=1544868 CPUtime=12.58
/proc/26838/task/26840/stat : 26840 (java) R 26836 26838 25581 0 -1 4202560 35719 0 1 0 1254 4 0 0 25 0 19 0 165916937 1581944832 52511 4089446400 134512640 134550932 4290948000 18446744073709551615 4108870142 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26838/tid=26841] ppid=26836 vsize=1544868 CPUtime=0.02
/proc/26838/task/26841/stat : 26841 (java) S 26836 26838 25581 0 -1 4202560 1128 0 0 0 2 0 0 0 15 0 19 0 165916938 1581944832 52511 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0

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

[pid=26838/tid=26846] ppid=26836 vsize=1541904 CPUtime=3.44
/proc/26838/task/26846/stat : 26846 (java) S 26836 26838 25581 0 -1 4202560 23784 0 0 0 288 56 0 0 16 0 19 0 165916938 1578909696 189944 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 7 0 0 0
[pid=26838/tid=26847] ppid=26836 vsize=1541904 CPUtime=3.68
/proc/26838/task/26847/stat : 26847 (java) S 26836 26838 25581 0 -1 4202560 21337 0 0 0 299 69 0 0 15 0 19 0 165916938 1578909696 189944 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 6 0 0 0
[pid=26838/tid=26848] ppid=26836 vsize=1541904 CPUtime=3.61
/proc/26838/task/26848/stat : 26848 (java) S 26836 26838 25581 0 -1 4202560 21035 0 0 0 296 65 0 0 16 0 19 0 165916938 1578909696 189944 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 2 0 0 0
[pid=26838/tid=26849] ppid=26836 vsize=1541904 CPUtime=0.53
/proc/26838/task/26849/stat : 26849 (java) S 26836 26838 25581 0 -1 4202560 324 0 0 0 29 24 0 0 15 0 19 0 165916939 1578909696 189944 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26850] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26850/stat : 26850 (java) S 26836 26838 25581 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 165916939 1578909696 189944 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26851] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26851/stat : 26851 (java) S 26836 26838 25581 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 165916939 1578909696 189944 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26852] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26852/stat : 26852 (java) S 26836 26838 25581 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 165916941 1578909696 189944 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26853] ppid=26836 vsize=1541904 CPUtime=0.94
/proc/26838/task/26853/stat : 26853 (java) S 26836 26838 25581 0 -1 4202560 5300 0 0 0 93 1 0 0 15 0 19 0 165916941 1578909696 189944 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26854] ppid=26836 vsize=1541904 CPUtime=0.76
/proc/26838/task/26854/stat : 26854 (java) S 26836 26838 25581 0 -1 4202560 5535 0 0 0 76 0 0 0 16 0 19 0 165916941 1578909696 189944 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 6 0 0 0
[pid=26838/tid=26855] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26855/stat : 26855 (java) S 26836 26838 25581 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 165916942 1578909696 189944 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26856] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26856/stat : 26856 (java) S 26836 26838 25581 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 165916942 1578909696 189944 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 7 0 0 0
[pid=26838/tid=26857] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26857/stat : 26857 (java) S 26836 26838 25581 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 165916953 1578909696 189944 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1627.63
Current children cumulated vsize (KiB) 1541904

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 27095
/proc/meminfo: memFree=30812588/32951124 swapFree=67111528/67111528
[pid=26838] ppid=26836 vsize=1541904 CPUtime=1688.05
/proc/26838/stat : 26838 (java) S 26836 26838 25581 0 -1 4202496 223241 0 1 0 168245 560 0 0 21 0 19 0 165916937 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/26838/statm: 385476 191682 1447 10 0 382778 0
[pid=26838/tid=26840] ppid=26836 vsize=1541904 CPUtime=1656.46
/proc/26838/task/26840/stat : 26840 (java) R 26836 26838 25581 0 -1 4202560 36814 0 1 0 165638 8 0 0 25 0 19 0 165916937 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4109237753 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26838/tid=26841] ppid=26836 vsize=1541904 CPUtime=3.77
/proc/26838/task/26841/stat : 26841 (java) S 26836 26838 25581 0 -1 4202560 22326 0 0 0 314 63 0 0 16 0 19 0 165916938 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 7 0 0 0
[pid=26838/tid=26842] ppid=26836 vsize=1541904 CPUtime=3.49
/proc/26838/task/26842/stat : 26842 (java) S 26836 26838 25581 0 -1 4202560 25076 0 0 0 294 55 0 0 16 0 19 0 165916938 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 2 0 0 0
[pid=26838/tid=26843] ppid=26836 vsize=1541904 CPUtime=3.61
/proc/26838/task/26843/stat : 26843 (java) S 26836 26838 25581 0 -1 4202560 19083 0 0 0 293 68 0 0 16 0 19 0 165916938 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26844] ppid=26836 vsize=1541904 CPUtime=3.87
/proc/26838/task/26844/stat : 26844 (java) S 26836 26838 25581 0 -1 4202560 18081 0 0 0 308 79 0 0 16 0 19 0 165916938 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 6 0 0 0
[pid=26838/tid=26845] ppid=26836 vsize=1541904 CPUtime=3.57
/proc/26838/task/26845/stat : 26845 (java) S 26836 26838 25581 0 -1 4202560 23216 0 0 0 295 62 0 0 16 0 19 0 165916938 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26846] ppid=26836 vsize=1541904 CPUtime=3.52
/proc/26838/task/26846/stat : 26846 (java) S 26836 26838 25581 0 -1 4202560 23843 0 0 0 295 57 0 0 15 0 19 0 165916938 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26847] ppid=26836 vsize=1541904 CPUtime=3.74
/proc/26838/task/26847/stat : 26847 (java) S 26836 26838 25581 0 -1 4202560 21422 0 0 0 303 71 0 0 15 0 19 0 165916938 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26848] ppid=26836 vsize=1541904 CPUtime=3.66
/proc/26838/task/26848/stat : 26848 (java) S 26836 26838 25581 0 -1 4202560 21056 0 0 0 300 66 0 0 16 0 19 0 165916938 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 4 0 0 0
[pid=26838/tid=26849] ppid=26836 vsize=1541904 CPUtime=0.54
/proc/26838/task/26849/stat : 26849 (java) S 26836 26838 25581 0 -1 4202560 328 0 0 0 29 25 0 0 15 0 19 0 165916939 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26850] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26850/stat : 26850 (java) S 26836 26838 25581 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 165916939 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26851] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26851/stat : 26851 (java) S 26836 26838 25581 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 165916939 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26852] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26852/stat : 26852 (java) S 26836 26838 25581 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 165916941 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26853] ppid=26836 vsize=1541904 CPUtime=0.94
/proc/26838/task/26853/stat : 26853 (java) S 26836 26838 25581 0 -1 4202560 5300 0 0 0 93 1 0 0 15 0 19 0 165916941 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26854] ppid=26836 vsize=1541904 CPUtime=0.76
/proc/26838/task/26854/stat : 26854 (java) S 26836 26838 25581 0 -1 4202560 5535 0 0 0 76 0 0 0 16 0 19 0 165916941 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 6 0 0 0
[pid=26838/tid=26855] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26855/stat : 26855 (java) S 26836 26838 25581 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 165916942 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26856] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26856/stat : 26856 (java) S 26836 26838 25581 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 165916942 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 7 0 0 0
[pid=26838/tid=26857] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26857/stat : 26857 (java) S 26836 26838 25581 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 165916953 1578909696 191682 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1688.05
Current children cumulated vsize (KiB) 1541904

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 27105
/proc/meminfo: memFree=30786764/32951124 swapFree=67111528/67111528
[pid=26838] ppid=26836 vsize=1541904 CPUtime=1750.69
/proc/26838/stat : 26838 (java) S 26836 26838 25581 0 -1 4202496 230330 0 1 0 174452 617 0 0 21 0 19 0 165916937 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/26838/statm: 385476 198274 1447 10 0 382778 0
[pid=26838/tid=26840] ppid=26836 vsize=1541904 CPUtime=1715.88
/proc/26838/task/26840/stat : 26840 (java) R 26836 26838 25581 0 -1 4202560 36901 0 1 0 171580 8 0 0 25 0 19 0 165916937 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4109292494 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26838/tid=26841] ppid=26836 vsize=1541904 CPUtime=4.18
/proc/26838/task/26841/stat : 26841 (java) S 26836 26838 25581 0 -1 4202560 24636 0 0 0 349 69 0 0 16 0 19 0 165916938 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26842] ppid=26836 vsize=1541904 CPUtime=3.91
/proc/26838/task/26842/stat : 26842 (java) S 26836 26838 25581 0 -1 4202560 25679 0 0 0 327 64 0 0 15 0 19 0 165916938 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26843] ppid=26836 vsize=1541904 CPUtime=4.02
/proc/26838/task/26843/stat : 26843 (java) S 26836 26838 25581 0 -1 4202560 20007 0 0 0 327 75 0 0 16 0 19 0 165916938 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26844] ppid=26836 vsize=1541904 CPUtime=4.26
/proc/26838/task/26844/stat : 26844 (java) S 26836 26838 25581 0 -1 4202560 18472 0 0 0 342 84 0 0 15 0 19 0 165916938 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 0 0 0 0
[pid=26838/tid=26845] ppid=26836 vsize=1541904 CPUtime=3.93
/proc/26838/task/26845/stat : 26845 (java) S 26836 26838 25581 0 -1 4202560 23389 0 0 0 325 68 0 0 15 0 19 0 165916938 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 6 0 0 0
[pid=26838/tid=26846] ppid=26836 vsize=1541904 CPUtime=3.89
/proc/26838/task/26846/stat : 26846 (java) S 26836 26838 25581 0 -1 4202560 24640 0 0 0 326 63 0 0 16 0 19 0 165916938 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 7 0 0 0
[pid=26838/tid=26847] ppid=26836 vsize=1541904 CPUtime=4.17
/proc/26838/task/26847/stat : 26847 (java) S 26836 26838 25581 0 -1 4202560 22547 0 0 0 339 78 0 0 16 0 19 0 165916938 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26848] ppid=26836 vsize=1541904 CPUtime=4.05
/proc/26838/task/26848/stat : 26848 (java) S 26836 26838 25581 0 -1 4202560 21726 0 0 0 331 74 0 0 15 0 19 0 165916938 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 2 0 0 0
[pid=26838/tid=26849] ppid=26836 vsize=1541904 CPUtime=0.57
/proc/26838/task/26849/stat : 26849 (java) S 26836 26838 25581 0 -1 4202560 333 0 0 0 30 27 0 0 16 0 19 0 165916939 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26850] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26850/stat : 26850 (java) S 26836 26838 25581 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 165916939 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26851] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26851/stat : 26851 (java) S 26836 26838 25581 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 165916939 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26852] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26852/stat : 26852 (java) S 26836 26838 25581 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 165916941 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26853] ppid=26836 vsize=1541904 CPUtime=0.94
/proc/26838/task/26853/stat : 26853 (java) S 26836 26838 25581 0 -1 4202560 5300 0 0 0 93 1 0 0 15 0 19 0 165916941 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26854] ppid=26836 vsize=1541904 CPUtime=0.76
/proc/26838/task/26854/stat : 26854 (java) S 26836 26838 25581 0 -1 4202560 5535 0 0 0 76 0 0 0 16 0 19 0 165916941 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 6 0 0 0
[pid=26838/tid=26855] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26855/stat : 26855 (java) S 26836 26838 25581 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 165916942 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26856] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26856/stat : 26856 (java) S 26836 26838 25581 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 165916942 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 7 0 0 0
[pid=26838/tid=26857] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26857/stat : 26857 (java) S 26836 26838 25581 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 165916953 1578909696 198274 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1750.69
Current children cumulated vsize (KiB) 1541904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.8 s]
/proc/loadavg: 2.06 2.01 2.00 3/197 27107
/proc/meminfo: memFree=30772592/32951124 swapFree=67111528/67111528
[pid=26838] ppid=26836 vsize=1541904 CPUtime=1800.03
/proc/26838/stat : 26838 (java) S 26836 26838 25581 0 -1 4202496 234061 0 1 0 179369 634 0 0 21 0 19 0 165916937 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/26838/statm: 385476 201782 1447 10 0 382778 0
[pid=26838/tid=26840] ppid=26836 vsize=1541904 CPUtime=1764.21
/proc/26838/task/26840/stat : 26840 (java) R 26836 26838 25581 0 -1 4202560 36927 0 1 0 176413 8 0 0 25 0 19 0 165916937 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4108817619 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26838/tid=26841] ppid=26836 vsize=1541904 CPUtime=4.27
/proc/26838/task/26841/stat : 26841 (java) S 26836 26838 25581 0 -1 4202560 24862 0 0 0 357 70 0 0 15 0 19 0 165916938 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26842] ppid=26836 vsize=1541904 CPUtime=4.05
/proc/26838/task/26842/stat : 26842 (java) S 26836 26838 25581 0 -1 4202560 26218 0 0 0 339 66 0 0 16 0 19 0 165916938 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26843] ppid=26836 vsize=1541904 CPUtime=4.15
/proc/26838/task/26843/stat : 26843 (java) S 26836 26838 25581 0 -1 4202560 20602 0 0 0 338 77 0 0 16 0 19 0 165916938 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 7 0 0 0
[pid=26838/tid=26844] ppid=26836 vsize=1541904 CPUtime=4.41
/proc/26838/task/26844/stat : 26844 (java) S 26836 26838 25581 0 -1 4202560 18515 0 0 0 355 86 0 0 16 0 19 0 165916938 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 0 0 0 0
[pid=26838/tid=26845] ppid=26836 vsize=1541904 CPUtime=4.07
/proc/26838/task/26845/stat : 26845 (java) S 26836 26838 25581 0 -1 4202560 23973 0 0 0 336 71 0 0 16 0 19 0 165916938 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 6 0 0 0
[pid=26838/tid=26846] ppid=26836 vsize=1541904 CPUtime=3.99
/proc/26838/task/26846/stat : 26846 (java) S 26836 26838 25581 0 -1 4202560 24946 0 0 0 335 64 0 0 16 0 19 0 165916938 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26847] ppid=26836 vsize=1541904 CPUtime=4.28
/proc/26838/task/26847/stat : 26847 (java) S 26836 26838 25581 0 -1 4202560 23921 0 0 0 349 79 0 0 16 0 19 0 165916938 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26848] ppid=26836 vsize=1541904 CPUtime=4.18
/proc/26838/task/26848/stat : 26848 (java) S 26836 26838 25581 0 -1 4202560 21760 0 0 0 341 77 0 0 16 0 19 0 165916938 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 2 0 0 0
[pid=26838/tid=26849] ppid=26836 vsize=1541904 CPUtime=0.58
/proc/26838/task/26849/stat : 26849 (java) S 26836 26838 25581 0 -1 4202560 335 0 0 0 30 28 0 0 15 0 19 0 165916939 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 0 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26850] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26850/stat : 26850 (java) S 26836 26838 25581 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 165916939 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26851] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26851/stat : 26851 (java) S 26836 26838 25581 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 165916939 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26852] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26852/stat : 26852 (java) S 26836 26838 25581 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 165916941 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26853] ppid=26836 vsize=1541904 CPUtime=0.94
/proc/26838/task/26853/stat : 26853 (java) S 26836 26838 25581 0 -1 4202560 5300 0 0 0 93 1 0 0 15 0 19 0 165916941 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 5 0 0 0
[pid=26838/tid=26854] ppid=26836 vsize=1541904 CPUtime=0.76
/proc/26838/task/26854/stat : 26854 (java) S 26836 26838 25581 0 -1 4202560 5535 0 0 0 76 0 0 0 16 0 19 0 165916941 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 6 0 0 0
[pid=26838/tid=26855] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26855/stat : 26855 (java) S 26836 26838 25581 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 165916942 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
[pid=26838/tid=26856] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26856/stat : 26856 (java) S 26836 26838 25581 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 165916942 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 3 0 0 0
[pid=26838/tid=26857] ppid=26836 vsize=1541904 CPUtime=0
/proc/26838/task/26857/stat : 26857 (java) S 26836 26838 25581 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 165916953 1578909696 201782 4089446400 134512640 134550932 4290948000 18446744073709551615 4294960144 0 4 0 16800975 18446604454223473344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1541904

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

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

Child status: 143
Real time (s): 1770.9
CPU time (s): 1800.17
CPU user time (s): 1793.8
CPU system time (s): 6.37803
CPU usage (%): 101.653
Max. virtual memory (cumulated for all children) (KiB): 1548084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.8
system time used= 6.37803
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234367
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= 72584
involuntary context switches= 1468764

runsolver used 2.99554 second user time and 6.21206 second system time

The end

Launcher Data

Begin job on node119 at 2010-06-30 20:32:54
IDJOB=2692164
IDBENCH=79190
IDSOLVER=1203
FILE ID=node119/2692164-1277922774
PBS_JOBID= 11197324
Free space on /tmp= 74212 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110967729--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692164-1277922774/watcher-2692164-1277922774 -o /tmp/evaluation-result-2692164-1277922774/solver-2692164-1277922774 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2692164-1277922774.wbo

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

MD5SUM BENCH= b3cca2fb004dc2587d09951aac05623a
RANDOM SEED=701568072

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.802
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.802
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.802
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.802
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.802
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.802
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.802
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.802
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31534088 kB
Buffers:        208388 kB
Cached:         951728 kB
SwapCached:          0 kB
Active:         624828 kB
Inactive:       647948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31534088 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             456 kB
Writeback:           0 kB
AnonPages:      112552 kB
Mapped:          20452 kB
Slab:            79792 kB
PageTables:       4596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1642252 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node119 at 2010-06-30 21:02:27