Trace number 2662679

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 51.8551 28.0516

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111219348.opb
MD5SUM33ddab1c7704f894e7f63014edbb9b9e
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.178972
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of 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
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1212
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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100531
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662679-1276272544.opb
0.24/0.21	c reading problem ... 
0.36/0.33	c ... done. Wall clock time 0.124s.
0.36/0.33	c #vars     169
0.36/0.33	c #constraints  101
0.36/0.33	c constraints type 
0.36/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.36/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.36/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.36/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.36/0.33	c constraints type 
0.36/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.36/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.36/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.36/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
5.51/2.94	c cleaning 2498 clauses out of 5001 with flag 5001/5001
6.66/3.50	c cleaning 4247 clauses out of 8502 with flag 11000/11000
7.82/4.10	c cleaning 5621 clauses out of 11256 with flag 18001/18001
9.16/4.88	c cleaning 6815 clauses out of 13635 with flag 26001/26001
10.69/5.67	c cleaning 7906 clauses out of 15820 with flag 35001/35001
12.46/6.51	c cleaning 8953 clauses out of 17913 with flag 45000/45000
14.19/7.44	c cleaning 9475 clauses out of 18960 with flag 55000/55000
15.92/8.36	c cleaning 9735 clauses out of 19485 with flag 65000/65000
17.64/9.20	c cleaning 9874 clauses out of 19753 with flag 75003/75003
19.76/10.32	c cleaning 9934 clauses out of 19877 with flag 85001/85001
21.49/11.26	c cleaning 9964 clauses out of 19942 with flag 95000/95000
23.42/12.24	c cleaning 9982 clauses out of 19978 with flag 105000/105000
25.13/13.17	c cleaning 9997 clauses out of 19999 with flag 115003/115003
27.25/14.25	c cleaning 9999 clauses out of 20001 with flag 125002/125002
29.15/15.22	c cleaning 9996 clauses out of 20000 with flag 135000/135000
30.67/16.10	c cleaning 9997 clauses out of 20004 with flag 145000/145000
32.38/16.96	c cleaning 10004 clauses out of 20009 with flag 155002/155002
34.09/17.83	c cleaning 9999 clauses out of 20004 with flag 165001/165001
35.83/18.76	c cleaning 9998 clauses out of 20004 with flag 175000/175000
37.93/19.88	c cleaning 9996 clauses out of 20007 with flag 185001/185001
39.82/20.87	c cleaning 10003 clauses out of 20014 with flag 195004/195004
41.52/21.79	c cleaning 9999 clauses out of 20010 with flag 205003/205003
43.23/22.63	c cleaning 9996 clauses out of 20008 with flag 215000/215000
44.94/23.52	c cleaning 10005 clauses out of 20015 with flag 225003/225003
46.62/24.45	c cleaning 9999 clauses out of 20007 with flag 235000/235000
48.35/25.33	c cleaning 10001 clauses out of 20009 with flag 245001/245001
51.23/26.84	c cleaning 10000 clauses out of 20007 with flag 255001/255001
51.74/27.10	c And the winner is Resolution
51.79/28.00	c starts		: 120
51.79/28.00	c conflicts		: 257840
51.79/28.00	c decisions		: 379610
51.79/28.00	c propagations		: 5565692
51.79/28.00	c inspects		: 74402394
51.79/28.00	c learnt literals	: 8
51.79/28.00	c learnt binary clauses	: 24
51.79/28.00	c learnt ternary clauses	: 198
51.79/28.00	c learnt clauses	: 257831
51.79/28.00	c ignored clauses	: 0
51.79/28.00	c root simplifications	: 0
51.79/28.00	c removed literals (reason simplification)	: 2334845
51.79/28.00	c reason swapping (by a shorter reason)	: 0
51.79/28.00	c Calls to reduceDB	: 27
51.79/28.00	c number of reductions to clauses (during analyze)	: 0
51.79/28.00	c number of learned constraints concerned by reduction	: 0
51.79/28.00	c number of learning phase by resolution	: 0
51.79/28.00	c number of learning phase by cutting planes	: 0
51.79/28.00	c speed (assignments/second)	: 201203.52830597933
51.79/28.00	c non guided choices	42
51.79/28.02	c learnt constraints type 
51.79/28.02	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12814
51.79/28.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
51.79/28.02	c constraints type 
51.79/28.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
51.79/28.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
51.79/28.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
51.79/28.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
51.79/28.02	c constraints type 
51.79/28.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
51.79/28.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
51.79/28.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
51.79/28.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
51.79/28.02	s UNSATISFIABLE
51.79/28.02	c Total wall clock time (in seconds): 27.815

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662679-1276272544/watcher-2662679-1276272544 -o /tmp/evaluation-result-2662679-1276272544/solver-2662679-1276272544 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662679-1276272544.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.25 1.06 1.02 3/106 4177
/proc/meminfo: memFree=1815628/2059040 swapFree=4192072/4192956
[pid=4177] ppid=4175 vsize=248 CPUtime=0
/proc/4177/stat : 4177 (java) R 4175 4177 3364 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 2858294 253952 28 1992294400 134512640 134550932 4293413232 18446744073709551615 10482260 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4177/statm: 62 28 21 10 0 23 0

[startup+0.024793 s]
/proc/loadavg: 1.25 1.06 1.02 3/106 4177
/proc/meminfo: memFree=1815628/2059040 swapFree=4192072/4192956
[pid=4177] ppid=4175 vsize=1517068 CPUtime=0.01
/proc/4177/stat : 4177 (java) S 4175 4177 3364 0 -1 4202496 2592 0 1 0 0 1 0 0 18 0 2 0 2858294 1553477632 2037 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/4177/statm: 379267 2039 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.101791 s]
/proc/loadavg: 1.25 1.06 1.02 3/106 4177
/proc/meminfo: memFree=1815628/2059040 swapFree=4192072/4192956
[pid=4177] ppid=4175 vsize=1525204 CPUtime=0.08
/proc/4177/stat : 4177 (java) S 4175 4177 3364 0 -1 4202496 3997 0 1 0 6 2 0 0 18 0 12 0 2858294 1561808896 3436 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4177/statm: 381301 3436 1077 10 0 378604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525204

[startup+0.300784 s]
/proc/loadavg: 1.25 1.06 1.02 3/106 4177
/proc/meminfo: memFree=1815628/2059040 swapFree=4192072/4192956
[pid=4177] ppid=4175 vsize=1525672 CPUtime=0.36
/proc/4177/stat : 4177 (java) S 4175 4177 3364 0 -1 4202496 5418 0 1 0 33 3 0 0 18 0 12 0 2858294 1562288128 4853 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4177/statm: 381418 4853 1361 10 0 378721 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525672

[startup+0.701772 s]
/proc/loadavg: 1.25 1.06 1.02 3/106 4177
/proc/meminfo: memFree=1815628/2059040 swapFree=4192072/4192956
[pid=4177] ppid=4175 vsize=1533956 CPUtime=1.15
/proc/4177/stat : 4177 (java) S 4175 4177 3364 0 -1 4202496 8131 0 1 0 110 5 0 0 18 0 16 0 2858294 1570770944 6908 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4177/statm: 383489 6908 1387 10 0 380792 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1533956

[startup+1.50275 s]
/proc/loadavg: 1.63 1.14 1.05 7/122 4193
/proc/meminfo: memFree=1791012/2059040 swapFree=4192072/4192956
[pid=4177] ppid=4175 vsize=1543260 CPUtime=2.73
/proc/4177/stat : 4177 (java) S 4175 4177 3364 0 -1 4202496 18000 0 1 0 265 8 0 0 18 0 16 0 2858294 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4177/statm: 385815 16022 1422 10 0 383118 0
[pid=4177/tid=4179] ppid=4175 vsize=1543260 CPUtime=0.31
/proc/4177/task/4179/stat : 4179 (java) R 4175 4177 3364 0 -1 4202560 3949 0 1 0 29 2 0 0 18 0 16 0 2858295 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4177/tid=4180] ppid=4175 vsize=1543260 CPUtime=0
/proc/4177/task/4180/stat : 4180 (java) S 4175 4177 3364 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 2858296 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4181] ppid=4175 vsize=1543260 CPUtime=0
/proc/4177/task/4181/stat : 4181 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 2858296 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4182] ppid=4175 vsize=1543260 CPUtime=0
/proc/4177/task/4182/stat : 4182 (java) S 4175 4177 3364 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 2858298 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4183] ppid=4175 vsize=1543260 CPUtime=0
/proc/4177/task/4183/stat : 4183 (java) S 4175 4177 3364 0 -1 4202560 12 0 0 0 0 0 0 0 23 0 16 0 2858299 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4184] ppid=4175 vsize=1543260 CPUtime=0
/proc/4177/task/4184/stat : 4184 (java) S 4175 4177 3364 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 2858299 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4185] ppid=4175 vsize=1543260 CPUtime=0
/proc/4177/task/4185/stat : 4185 (java) S 4175 4177 3364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2858303 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4186] ppid=4175 vsize=1543260 CPUtime=1.05
/proc/4177/task/4186/stat : 4186 (java) R 4175 4177 3364 0 -1 4202560 2392 0 0 0 104 1 0 0 17 0 16 0 2858303 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 105577737 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4177/tid=4187] ppid=4175 vsize=1543260 CPUtime=0.5
/proc/4177/task/4187/stat : 4187 (java) R 4175 4177 3364 0 -1 4202560 3216 0 0 0 50 0 0 0 25 0 16 0 2858303 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 104143065 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4177/tid=4188] ppid=4175 vsize=1543260 CPUtime=0
/proc/4177/task/4188/stat : 4188 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 2858303 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4189] ppid=4175 vsize=1543260 CPUtime=0
/proc/4177/task/4189/stat : 4189 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 2858303 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4190] ppid=4175 vsize=1543260 CPUtime=0.16
/proc/4177/task/4190/stat : 4190 (java) R 4175 4177 3364 0 -1 4202560 77 0 0 0 16 0 0 0 18 0 16 0 2858328 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 4109777704 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4177/tid=4191] ppid=4175 vsize=1543260 CPUtime=0.68
/proc/4177/task/4191/stat : 4191 (java) R 4175 4177 3364 0 -1 4202560 7293 0 0 0 65 3 0 0 24 0 16 0 2858328 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 4109416294 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4177/tid=4192] ppid=4175 vsize=1543260 CPUtime=0
/proc/4177/task/4192/stat : 4192 (java) S 4175 4177 3364 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 2858328 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4193] ppid=4175 vsize=1543260 CPUtime=0
/proc/4177/task/4193/stat : 4193 (java) S 4175 4177 3364 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 2858328 1580298240 16022 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1543260

[startup+3.1017 s]
/proc/loadavg: 1.63 1.14 1.05 4/122 4193
/proc/meminfo: memFree=1732236/2059040 swapFree=4192072/4192956
[pid=4177] ppid=4175 vsize=1543004 CPUtime=5.87
/proc/4177/stat : 4177 (java) S 4175 4177 3364 0 -1 4202496 43821 0 1 0 569 18 0 0 18 0 16 0 2858294 1580036096 37111 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4177/statm: 385751 37111 1442 10 0 383054 0
[pid=4177/tid=4179] ppid=4175 vsize=1543004 CPUtime=0.31
/proc/4177/task/4179/stat : 4179 (java) S 4175 4177 3364 0 -1 4202560 3949 0 1 0 29 2 0 0 18 0 16 0 2858295 1580036096 37111 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4180] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4180/stat : 4180 (java) S 4175 4177 3364 0 -1 4202560 257 0 0 0 0 0 0 0 18 0 16 0 2858296 1580036096 37112 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4181] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4181/stat : 4181 (java) S 4175 4177 3364 0 -1 4202560 330 0 0 0 0 0 0 0 18 0 16 0 2858296 1580036096 37112 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4182] ppid=4175 vsize=1543004 CPUtime=0.02
/proc/4177/task/4182/stat : 4182 (java) S 4175 4177 3364 0 -1 4202560 581 0 0 0 2 0 0 0 17 0 16 0 2858298 1580036096 37112 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4183] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4183/stat : 4183 (java) S 4175 4177 3364 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 16 0 2858299 1580036096 37112 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4184] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4184/stat : 4184 (java) R 4175 4177 3364 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 2858299 1580036096 37112 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4177/tid=4185] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4185/stat : 4185 (java) S 4175 4177 3364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2858303 1580036096 37112 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4186] ppid=4175 vsize=1543004 CPUtime=2.01
/proc/4177/task/4186/stat : 4186 (java) S 4175 4177 3364 0 -1 4202560 4297 0 0 0 200 1 0 0 15 0 16 0 2858303 1580036096 37112 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4187] ppid=4175 vsize=1543004 CPUtime=1.35
/proc/4177/task/4187/stat : 4187 (java) S 4175 4177 3364 0 -1 4202560 6444 0 0 0 134 1 0 0 25 0 16 0 2858303 1580036096 37112 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4188] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4188/stat : 4188 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 2858303 1580036096 37112 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4189] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4189/stat : 4189 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 2858303 1580036096 37112 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4190] ppid=4175 vsize=1543004 CPUtime=0.75
/proc/4177/task/4190/stat : 4190 (java) R 4175 4177 3364 0 -1 4202560 686 0 0 0 75 0 0 0 18 0 16 0 2858328 1580036096 37112 1992294400 134512640 134550932 4293413232 18446744073709551615 4109745419 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4177/tid=4191] ppid=4175 vsize=1543004 CPUtime=1.35
/proc/4177/task/4191/stat : 4191 (java) R 4175 4177 3364 0 -1 4202560 26209 0 0 0 125 10 0 0 25 0 16 0 2858328 1580036096 37112 1992294400 134512640 134550932 4293413232 18446744073709551615 4109916521 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4177/tid=4192] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4192/stat : 4192 (java) S 4175 4177 3364 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 2858328 1580036096 37112 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4193] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4193/stat : 4193 (java) S 4175 4177 3364 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 2858328 1580036096 37113 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 1543004

[startup+6.3016 s]
/proc/loadavg: 1.63 1.14 1.05 3/122 4193
/proc/meminfo: memFree=1660564/2059040 swapFree=4192072/4192956
[pid=4177] ppid=4175 vsize=1543004 CPUtime=12.05
/proc/4177/stat : 4177 (java) S 4175 4177 3364 0 -1 4202496 46823 0 1 0 1185 20 0 0 18 0 16 0 2858294 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4177/statm: 385751 40001 1448 10 0 383054 0
[pid=4177/tid=4179] ppid=4175 vsize=1543004 CPUtime=0.31
/proc/4177/task/4179/stat : 4179 (java) S 4175 4177 3364 0 -1 4202560 3949 0 1 0 29 2 0 0 18 0 16 0 2858295 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4180] ppid=4175 vsize=1543004 CPUtime=0.04
/proc/4177/task/4180/stat : 4180 (java) S 4175 4177 3364 0 -1 4202560 619 0 0 0 4 0 0 0 16 0 16 0 2858296 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4181] ppid=4175 vsize=1543004 CPUtime=0.04
/proc/4177/task/4181/stat : 4181 (java) S 4175 4177 3364 0 -1 4202560 591 0 0 0 4 0 0 0 15 0 16 0 2858296 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4182] ppid=4175 vsize=1543004 CPUtime=0.19
/proc/4177/task/4182/stat : 4182 (java) S 4175 4177 3364 0 -1 4202560 1678 0 0 0 19 0 0 0 16 0 16 0 2858298 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4183] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4183/stat : 4183 (java) S 4175 4177 3364 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 16 0 2858299 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4184] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4184/stat : 4184 (java) S 4175 4177 3364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2858299 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4185] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4185/stat : 4185 (java) S 4175 4177 3364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2858303 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4186] ppid=4175 vsize=1543004 CPUtime=2.24
/proc/4177/task/4186/stat : 4186 (java) S 4175 4177 3364 0 -1 4202560 4312 0 0 0 223 1 0 0 16 0 16 0 2858303 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4187] ppid=4175 vsize=1543004 CPUtime=1.38
/proc/4177/task/4187/stat : 4187 (java) S 4175 4177 3364 0 -1 4202560 6447 0 0 0 137 1 0 0 15 0 16 0 2858303 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4188] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4188/stat : 4188 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 2858303 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4189] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4189/stat : 4189 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 2858303 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4190] ppid=4175 vsize=1543004 CPUtime=3.66
/proc/4177/task/4190/stat : 4190 (java) R 4175 4177 3364 0 -1 4202560 800 0 0 0 366 0 0 0 21 0 16 0 2858328 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4109807793 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4177/tid=4191] ppid=4175 vsize=1543004 CPUtime=4.1
/proc/4177/task/4191/stat : 4191 (java) R 4175 4177 3364 0 -1 4202560 27355 0 0 0 400 10 0 0 25 0 16 0 2858328 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4110400894 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4177/tid=4192] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4192/stat : 4192 (java) S 4175 4177 3364 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 2858328 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4193] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4193/stat : 4193 (java) S 4175 4177 3364 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 2858328 1580036096 40001 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 1543004

[startup+12.7014 s]
/proc/loadavg: 1.77 1.19 1.06 3/122 4193
/proc/meminfo: memFree=1620760/2059040 swapFree=4192072/4192956
[pid=4177] ppid=4175 vsize=1543004 CPUtime=24.33
/proc/4177/stat : 4177 (java) S 4175 4177 3364 0 -1 4202496 57052 0 1 0 2409 24 0 0 18 0 16 0 2858294 1580036096 50177 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4177/statm: 385751 50177 1448 10 0 383054 0
[pid=4177/tid=4179] ppid=4175 vsize=1543004 CPUtime=0.31
/proc/4177/task/4179/stat : 4179 (java) S 4175 4177 3364 0 -1 4202560 3949 0 1 0 29 2 0 0 18 0 16 0 2858295 1580036096 50177 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4180] ppid=4175 vsize=1543004 CPUtime=0.13
/proc/4177/task/4180/stat : 4180 (java) S 4175 4177 3364 0 -1 4202560 1324 0 0 0 12 1 0 0 16 0 16 0 2858296 1580036096 50177 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4181] ppid=4175 vsize=1543004 CPUtime=0.12
/proc/4177/task/4181/stat : 4181 (java) S 4175 4177 3364 0 -1 4202560 1346 0 0 0 12 0 0 0 16 0 16 0 2858296 1580036096 50177 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4182] ppid=4175 vsize=1543004 CPUtime=0.58
/proc/4177/task/4182/stat : 4182 (java) S 4175 4177 3364 0 -1 4202560 3389 0 0 0 57 1 0 0 16 0 16 0 2858298 1580036096 50177 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4183] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4183/stat : 4183 (java) S 4175 4177 3364 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 16 0 2858299 1580036096 50177 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4184] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4184/stat : 4184 (java) S 4175 4177 3364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2858299 1580036096 50177 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4185] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4185/stat : 4185 (java) S 4175 4177 3364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2858303 1580036096 50177 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4186] ppid=4175 vsize=1543004 CPUtime=2.27
/proc/4177/task/4186/stat : 4186 (java) S 4175 4177 3364 0 -1 4202560 4313 0 0 0 226 1 0 0 15 0 16 0 2858303 1580036096 50177 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4187] ppid=4175 vsize=1543004 CPUtime=1.39
/proc/4177/task/4187/stat : 4187 (java) S 4175 4177 3364 0 -1 4202560 6447 0 0 0 138 1 0 0 15 0 16 0 2858303 1580036096 50177 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4188] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4188/stat : 4188 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 2858303 1580036096 50177 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4189] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4189/stat : 4189 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 2858303 1580036096 50177 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0

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

[pid=4177/tid=4183] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4183/stat : 4183 (java) S 4175 4177 3364 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 16 0 2858299 1580036096 52503 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4184] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4184/stat : 4184 (java) S 4175 4177 3364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2858299 1580036096 52503 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4185] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4185/stat : 4185 (java) S 4175 4177 3364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2858303 1580036096 52503 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4186] ppid=4175 vsize=1543004 CPUtime=2.33
/proc/4177/task/4186/stat : 4186 (java) S 4175 4177 3364 0 -1 4202560 4313 0 0 0 232 1 0 0 15 0 16 0 2858303 1580036096 52503 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4187] ppid=4175 vsize=1543004 CPUtime=1.39
/proc/4177/task/4187/stat : 4187 (java) S 4175 4177 3364 0 -1 4202560 6447 0 0 0 138 1 0 0 15 0 16 0 2858303 1580036096 52503 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4188] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4188/stat : 4188 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 2858303 1580036096 52503 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4189] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4189/stat : 4189 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 2858303 1580036096 52503 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4190] ppid=4175 vsize=1543004 CPUtime=20.96
/proc/4177/task/4190/stat : 4190 (java) R 4175 4177 3364 0 -1 4202560 958 0 0 0 2095 1 0 0 18 0 16 0 2858328 1580036096 52503 1992294400 134512640 134550932 4293413232 18446744073709551615 4109775642 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4177/tid=4191] ppid=4175 vsize=1543004 CPUtime=21.48
/proc/4177/task/4191/stat : 4191 (java) R 4175 4177 3364 0 -1 4202560 34274 0 0 0 2135 13 0 0 25 0 16 0 2858328 1580036096 52503 1992294400 134512640 134550932 4293413232 18446744073709551615 4110401196 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4177/tid=4192] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4192/stat : 4192 (java) S 4175 4177 3364 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 2858328 1580036096 52503 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4193] ppid=4175 vsize=1543004 CPUtime=0
/proc/4177/task/4193/stat : 4193 (java) S 4175 4177 3364 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 2858328 1580036096 52503 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.66
Current children cumulated vsize (KiB) 1543004

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

[startup+27.1028 s]
/proc/loadavg: 1.74 1.21 1.07 5/122 4193
/proc/meminfo: memFree=1609848/2059040 swapFree=4192072/4192956
[pid=4177] ppid=4175 vsize=1546192 CPUtime=51.74
/proc/4177/stat : 4177 (java) S 4175 4177 3364 0 -1 4202496 61242 0 1 0 5148 26 0 0 18 0 16 0 2858294 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4177/statm: 386548 53725 1448 10 0 383851 0
[pid=4177/tid=4179] ppid=4175 vsize=1546192 CPUtime=0.31
/proc/4177/task/4179/stat : 4179 (java) S 4175 4177 3364 0 -1 4202560 3949 0 1 0 29 2 0 0 15 0 16 0 2858295 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4180] ppid=4175 vsize=1546192 CPUtime=0.26
/proc/4177/task/4180/stat : 4180 (java) S 4175 4177 3364 0 -1 4202560 2237 0 0 0 25 1 0 0 16 0 16 0 2858296 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4181] ppid=4175 vsize=1546192 CPUtime=0.24
/proc/4177/task/4181/stat : 4181 (java) S 4175 4177 3364 0 -1 4202560 2081 0 0 0 24 0 0 0 15 0 16 0 2858296 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4182] ppid=4175 vsize=1546192 CPUtime=1.7
/proc/4177/task/4182/stat : 4182 (java) S 4175 4177 3364 0 -1 4202560 4775 0 0 0 169 1 0 0 16 0 16 0 2858298 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4183] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4183/stat : 4183 (java) S 4175 4177 3364 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 16 0 2858299 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4184] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4184/stat : 4184 (java) S 4175 4177 3364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 2858299 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4185] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4185/stat : 4185 (java) S 4175 4177 3364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 2858303 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4186] ppid=4175 vsize=1546192 CPUtime=2.97
/proc/4177/task/4186/stat : 4186 (java) S 4175 4177 3364 0 -1 4202560 5445 0 0 0 295 2 0 0 16 0 16 0 2858303 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4187] ppid=4175 vsize=1546192 CPUtime=1.4
/proc/4177/task/4187/stat : 4187 (java) S 4175 4177 3364 0 -1 4202560 6447 0 0 0 139 1 0 0 16 0 16 0 2858303 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4188] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4188/stat : 4188 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 2858303 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4189] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4189/stat : 4189 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 2858303 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4190] ppid=4175 vsize=1546192 CPUtime=21.91
/proc/4177/task/4190/stat : 4190 (java) R 4175 4177 3364 0 -1 4202560 961 0 0 0 2190 1 0 0 19 0 16 0 2858328 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4109889055 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4177/tid=4191] ppid=4175 vsize=1546192 CPUtime=22.86
/proc/4177/task/4191/stat : 4191 (java) R 4175 4177 3364 0 -1 4202560 34275 0 0 0 2273 13 0 0 25 0 16 0 2858328 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4109756215 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4177/tid=4192] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4192/stat : 4192 (java) S 4175 4177 3364 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 2858328 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4193] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4193/stat : 4193 (java) S 4175 4177 3364 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 2858328 1583300608 53725 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 51.74
Current children cumulated vsize (KiB) 1546192

[startup+27.5099 s]
/proc/loadavg: 1.74 1.21 1.07 1/120 4193
/proc/meminfo: memFree=1605152/2059040 swapFree=4192072/4192956
[pid=4177] ppid=4175 vsize=1546192 CPUtime=51.79
/proc/4177/stat : 4177 (java) S 4175 4177 3364 0 -1 4202496 61243 0 1 0 5153 26 0 0 18 0 14 0 2858294 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4177/statm: 386548 53726 1449 10 0 383851 0
[pid=4177/tid=4179] ppid=4175 vsize=1546192 CPUtime=0.31
/proc/4177/task/4179/stat : 4179 (java) S 4175 4177 3364 0 -1 4202560 3949 0 1 0 29 2 0 0 15 0 14 0 2858295 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4180] ppid=4175 vsize=1546192 CPUtime=0.26
/proc/4177/task/4180/stat : 4180 (java) S 4175 4177 3364 0 -1 4202560 2237 0 0 0 25 1 0 0 16 0 14 0 2858296 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4181] ppid=4175 vsize=1546192 CPUtime=0.24
/proc/4177/task/4181/stat : 4181 (java) S 4175 4177 3364 0 -1 4202560 2081 0 0 0 24 0 0 0 15 0 14 0 2858296 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4182] ppid=4175 vsize=1546192 CPUtime=1.7
/proc/4177/task/4182/stat : 4182 (java) S 4175 4177 3364 0 -1 4202560 4775 0 0 0 169 1 0 0 16 0 14 0 2858298 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4183] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4183/stat : 4183 (java) S 4175 4177 3364 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 14 0 2858299 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4184] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4184/stat : 4184 (java) S 4175 4177 3364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2858299 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4185] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4185/stat : 4185 (java) S 4175 4177 3364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 2858303 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4186] ppid=4175 vsize=1546192 CPUtime=2.97
/proc/4177/task/4186/stat : 4186 (java) S 4175 4177 3364 0 -1 4202560 5445 0 0 0 295 2 0 0 16 0 14 0 2858303 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4187] ppid=4175 vsize=1546192 CPUtime=1.4
/proc/4177/task/4187/stat : 4187 (java) S 4175 4177 3364 0 -1 4202560 6447 0 0 0 139 1 0 0 16 0 14 0 2858303 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4188] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4188/stat : 4188 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 2858303 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4189] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4189/stat : 4189 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 2858303 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4192] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4192/stat : 4192 (java) S 4175 4177 3364 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 2858328 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4193] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4193/stat : 4193 (java) S 4175 4177 3364 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 2858328 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 51.79
Current children cumulated vsize (KiB) 1546192

[startup+27.9009 s]
/proc/loadavg: 1.74 1.21 1.07 1/120 4193
/proc/meminfo: memFree=1605152/2059040 swapFree=4192072/4192956
[pid=4177] ppid=4175 vsize=1546192 CPUtime=51.79
/proc/4177/stat : 4177 (java) S 4175 4177 3364 0 -1 4202496 61243 0 1 0 5153 26 0 0 18 0 14 0 2858294 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4177/statm: 386548 53726 1449 10 0 383851 0
[pid=4177/tid=4179] ppid=4175 vsize=1546192 CPUtime=0.31
/proc/4177/task/4179/stat : 4179 (java) S 4175 4177 3364 0 -1 4202560 3949 0 1 0 29 2 0 0 15 0 14 0 2858295 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4180] ppid=4175 vsize=1546192 CPUtime=0.26
/proc/4177/task/4180/stat : 4180 (java) S 4175 4177 3364 0 -1 4202560 2237 0 0 0 25 1 0 0 16 0 14 0 2858296 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4181] ppid=4175 vsize=1546192 CPUtime=0.24
/proc/4177/task/4181/stat : 4181 (java) S 4175 4177 3364 0 -1 4202560 2081 0 0 0 24 0 0 0 15 0 14 0 2858296 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4182] ppid=4175 vsize=1546192 CPUtime=1.7
/proc/4177/task/4182/stat : 4182 (java) S 4175 4177 3364 0 -1 4202560 4775 0 0 0 169 1 0 0 16 0 14 0 2858298 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4183] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4183/stat : 4183 (java) S 4175 4177 3364 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 14 0 2858299 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4184] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4184/stat : 4184 (java) S 4175 4177 3364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 2858299 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4185] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4185/stat : 4185 (java) S 4175 4177 3364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 2858303 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4186] ppid=4175 vsize=1546192 CPUtime=2.97
/proc/4177/task/4186/stat : 4186 (java) S 4175 4177 3364 0 -1 4202560 5445 0 0 0 295 2 0 0 16 0 14 0 2858303 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4187] ppid=4175 vsize=1546192 CPUtime=1.4
/proc/4177/task/4187/stat : 4187 (java) S 4175 4177 3364 0 -1 4202560 6447 0 0 0 139 1 0 0 16 0 14 0 2858303 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4188] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4188/stat : 4188 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 2858303 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4189] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4189/stat : 4189 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 2858303 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4192] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4192/stat : 4192 (java) S 4175 4177 3364 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 2858328 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4193] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4193/stat : 4193 (java) S 4175 4177 3364 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 2858328 1583300608 53726 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 51.79
Current children cumulated vsize (KiB) 1546192

[startup+28.0009 s]
/proc/loadavg: 1.74 1.21 1.07 1/120 4193
/proc/meminfo: memFree=1605152/2059040 swapFree=4192072/4192956
[pid=4177] ppid=4175 vsize=1546192 CPUtime=51.79
/proc/4177/stat : 4177 (java) S 4175 4177 3364 0 -1 4202496 61247 0 1 0 5153 26 0 0 18 0 15 0 2858294 1583300608 53729 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4177/statm: 386548 53729 1449 10 0 383851 0
[pid=4177/tid=4179] ppid=4175 vsize=1546192 CPUtime=0.31
/proc/4177/task/4179/stat : 4179 (java) S 4175 4177 3364 0 -1 4202560 3953 0 1 0 29 2 0 0 16 0 15 0 2858295 1583300608 53729 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4180] ppid=4175 vsize=1546192 CPUtime=0.26
/proc/4177/task/4180/stat : 4180 (java) S 4175 4177 3364 0 -1 4202560 2237 0 0 0 25 1 0 0 16 0 15 0 2858296 1583300608 53729 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4181] ppid=4175 vsize=1546192 CPUtime=0.24
/proc/4177/task/4181/stat : 4181 (java) S 4175 4177 3364 0 -1 4202560 2081 0 0 0 24 0 0 0 15 0 15 0 2858296 1583300608 53729 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4182] ppid=4175 vsize=1546192 CPUtime=1.71
/proc/4177/task/4182/stat : 4182 (java) S 4175 4177 3364 0 -1 4202560 4775 0 0 0 170 1 0 0 15 0 15 0 2858298 1583300608 53729 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 0 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4183] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4183/stat : 4183 (java) S 4175 4177 3364 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 15 0 2858299 1583300608 53729 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4184] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4184/stat : 4184 (java) S 4175 4177 3364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 2858299 1583300608 53729 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4185] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4185/stat : 4185 (java) S 4175 4177 3364 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 2858303 1583300608 53729 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4186] ppid=4175 vsize=1546192 CPUtime=2.97
/proc/4177/task/4186/stat : 4186 (java) S 4175 4177 3364 0 -1 4202560 5445 0 0 0 295 2 0 0 16 0 15 0 2858303 1583300608 53729 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4187] ppid=4175 vsize=1546192 CPUtime=1.4
/proc/4177/task/4187/stat : 4187 (java) S 4175 4177 3364 0 -1 4202560 6447 0 0 0 139 1 0 0 16 0 15 0 2858303 1583300608 53729 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4188] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4188/stat : 4188 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 2858303 1583300608 53729 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4189] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4189/stat : 4189 (java) S 4175 4177 3364 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 15 0 2858303 1583300608 53729 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
[pid=4177/tid=4192] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4192/stat : 4192 (java) S 4175 4177 3364 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 15 0 2858328 1583300608 53729 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 0 0 0 0
[pid=4177/tid=4193] ppid=4175 vsize=1546192 CPUtime=0
/proc/4177/task/4193/stat : 4193 (java) S 4175 4177 3364 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 15 0 2858328 1583300608 53729 1992294400 134512640 134550932 4293413232 18446744073709551615 4294960144 0 4 0 16800975 18446604437816902848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 51.79
Current children cumulated vsize (KiB) 1546192

Child status: 20
Real time (s): 28.0516
CPU time (s): 51.8551
CPU user time (s): 51.5662
CPU system time (s): 0.288956
CPU usage (%): 184.856
Max. virtual memory (cumulated for all children) (KiB): 1547552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.5662
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61255
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= 1417
involuntary context switches= 1876

runsolver used 0.131979 second user time and 0.328949 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-11 18:09:04
IDJOB=2662679
IDBENCH=1183
IDSOLVER=1166
FILE ID=node003/2662679-1276272544
PBS_JOBID= 11172207
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111219348.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662679-1276272544/watcher-2662679-1276272544 -o /tmp/evaluation-result-2662679-1276272544/solver-2662679-1276272544 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662679-1276272544.opb

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

MD5SUM BENCH= 33ddab1c7704f894e7f63014edbb9b9e
RANDOM SEED=1396200532

node003.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.251
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.50
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.251
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1816024 kB
Buffers:         14600 kB
Cached:         104628 kB
SwapCached:          0 kB
Active:          79056 kB
Inactive:        98724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1816024 kB
SwapTotal:     4192956 kB
SwapFree:      4192072 kB
Dirty:             392 kB
Writeback:           0 kB
AnonPages:       58468 kB
Mapped:          15356 kB
Slab:            43436 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183368 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= 62552 MiB
End job on node003 at 2010-06-11 18:09:32