Trace number 2661553

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
MD5SUMc1794605d16cd8196553c490f5507fd9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

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.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2661553-1276677886.opb
0.22/0.22	c reading problem ... 
16.72/15.03	c ... done. Wall clock time 14.81s.
16.72/15.03	c #vars     6626
16.72/15.03	c #constraints  13055
16.72/15.03	c constraints type 
16.72/15.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
16.72/15.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
16.72/15.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
16.72/15.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
16.72/15.03	c constraints type 
16.72/15.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
16.72/15.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
16.72/15.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
16.72/15.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
29.74/21.61	c cleaning 2502 clauses out of 5004 with flag 5004/5004
48.42/31.13	c cleaning 4258 clauses out of 8516 with flag 11018/11018
78.02/46.12	c cleaning 5620 clauses out of 11240 with flag 18000/18000
110.97/62.86	c cleaning 6810 clauses out of 13624 with flag 26004/26004
131.35/73.26	c cleaning 7912 clauses out of 15826 with flag 35016/35016
182.12/98.96	c cleaning 8958 clauses out of 17915 with flag 45017/45017
223.35/119.90	c cleaning 9973 clauses out of 19950 with flag 56010/56010
252.87/134.81	c cleaning 10982 clauses out of 21970 with flag 68003/68003
298.60/158.10	c cleaning 12002 clauses out of 24005 with flag 81020/81020
362.80/190.51	c cleaning 12993 clauses out of 25990 with flag 95007/95007
429.14/224.18	c cleaning 13505 clauses out of 27009 with flag 109019/109019
473.48/246.62	c cleaning 13743 clauses out of 27485 with flag 123000/123000
532.41/276.52	c cleaning 13862 clauses out of 27742 with flag 137000/137000
586.84/304.17	c cleaning 13941 clauses out of 27881 with flag 151001/151001
640.45/331.31	c cleaning 13961 clauses out of 27939 with flag 165000/165000
694.84/358.92	c cleaning 13986 clauses out of 27978 with flag 179000/179000
750.35/387.16	c cleaning 13982 clauses out of 27992 with flag 193000/193000
805.72/415.22	c cleaning 14003 clauses out of 28010 with flag 207000/207000
854.96/440.20	c cleaning 14003 clauses out of 28007 with flag 221000/221000
898.64/462.49	c cleaning 14001 clauses out of 28004 with flag 235000/235000
943.81/485.43	c cleaning 14002 clauses out of 28004 with flag 249001/249001
984.74/506.28	c cleaning 13985 clauses out of 28001 with flag 263000/263000
1033.56/531.08	c cleaning 13999 clauses out of 28016 with flag 277000/277000
1085.74/557.51	c cleaning 13994 clauses out of 28017 with flag 291000/291000
1134.24/582.27	c cleaning 13997 clauses out of 28023 with flag 305000/305000
1180.29/605.64	c cleaning 14001 clauses out of 28026 with flag 319000/319000
1227.10/629.48	c cleaning 13985 clauses out of 28025 with flag 333000/333000
1275.68/654.10	c cleaning 14017 clauses out of 28040 with flag 347000/347000
1292.03/662.62	c cleaning 0 clauses out of 5002 with flag 0/5002
1324.39/679.20	c cleaning 14009 clauses out of 28023 with flag 361000/361000
1373.55/704.13	c cleaning 14008 clauses out of 28015 with flag 375001/375001
1423.90/729.79	c cleaning 13992 clauses out of 28006 with flag 389000/389000
1479.50/758.02	c cleaning 14006 clauses out of 28014 with flag 403000/403000
1531.44/784.49	c cleaning 13984 clauses out of 28008 with flag 417000/417000
1590.51/814.47	c cleaning 13998 clauses out of 28024 with flag 431000/431000
1643.84/841.59	c cleaning 14012 clauses out of 28026 with flag 445000/445000
1697.83/869.04	c cleaning 13994 clauses out of 28014 with flag 459000/459000
1747.38/894.29	c cleaning 13988 clauses out of 28021 with flag 473001/473001
1797.50/919.73	c cleaning 13993 clauses out of 28032 with flag 487000/487000
1802.04/922.24	c starts		: 152
1802.04/922.24	c conflicts		: 488129
1802.04/922.24	c decisions		: 663410
1802.04/922.24	c propagations		: 47079606
1802.04/922.24	c inspects		: 1345773472
1802.04/922.24	c learnt literals	: 0
1802.04/922.24	c learnt binary clauses	: 0
1802.04/922.24	c learnt ternary clauses	: 314
1802.04/922.24	c learnt clauses	: 488128
1802.04/922.24	c ignored clauses	: 0
1802.04/922.24	c root simplifications	: 0
1802.04/922.24	c removed literals (reason simplification)	: 54958853
1802.04/922.24	c reason swapping (by a shorter reason)	: 0
1802.04/922.24	c Calls to reduceDB	: 38
1802.04/922.24	c number of reductions to clauses (during analyze)	: 0
1802.04/922.24	c number of learned constraints concerned by reduction	: 0
1802.04/922.24	c number of learning phase by resolution	: 0
1802.04/922.24	c number of learning phase by cutting planes	: 0
1802.04/922.24	c speed (assignments/second)	: 51895.051630938004
1802.04/922.24	c non guided choices	6378
1802.26/922.32	c learnt constraints type 
1802.26/922.32	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15185
1802.26/922.32	c constraints type 
1802.26/922.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1802.26/922.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1802.26/922.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1802.26/922.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1802.26/922.32	c constraints type 
1802.26/922.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1802.26/922.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
1802.26/922.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1802.26/922.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1802.26/922.34	s UNKNOWN
1802.26/922.34	c Total wall clock time (in seconds): 922.118

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-2661553-1276677886/watcher-2661553-1276677886 -o /tmp/evaluation-result-2661553-1276677886/solver-2661553-1276677886 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661553-1276677886.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.00 1.00 1.00 3/106 15503
/proc/meminfo: memFree=1794596/2059040 swapFree=4168596/4192956
[pid=15503] ppid=15501 vsize=1700 CPUtime=0
/proc/15503/stat : 15503 (java6) R 15501 15503 15173 0 -1 4194304 184 0 0 0 0 0 0 0 19 0 1 0 9079566 1740800 88 1992294400 134512640 134550932 4287425920 18446744073709551615 2960064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15503/statm: 425 103 79 10 0 30 0

[startup+0.067004 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15503
/proc/meminfo: memFree=1794596/2059040 swapFree=4168596/4192956
[pid=15503] ppid=15501 vsize=1521796 CPUtime=0.05
/proc/15503/stat : 15503 (java) S 15501 15503 15173 0 -1 4202496 3667 0 1 0 3 2 0 0 15 0 7 0 9079566 1558319104 3108 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15503/statm: 380449 3108 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.100003 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15503
/proc/meminfo: memFree=1794596/2059040 swapFree=4168596/4192956
[pid=15503] ppid=15501 vsize=1524180 CPUtime=0.08
/proc/15503/stat : 15503 (java) S 15501 15503 15173 0 -1 4202496 3945 0 1 0 6 2 0 0 15 0 12 0 9079566 1560760320 3384 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15503/statm: 381045 3387 1074 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300997 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15503
/proc/meminfo: memFree=1794596/2059040 swapFree=4168596/4192956
[pid=15503] ppid=15501 vsize=1526248 CPUtime=0.35
/proc/15503/stat : 15503 (java) S 15501 15503 15173 0 -1 4202496 5399 0 1 0 32 3 0 0 15 0 12 0 9079566 1562877952 4836 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15503/statm: 381562 4836 1354 10 0 378865 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526248

[startup+0.700985 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15503
/proc/meminfo: memFree=1794596/2059040 swapFree=4168596/4192956
[pid=15503] ppid=15501 vsize=1527484 CPUtime=1.08
/proc/15503/stat : 15503 (java) S 15501 15503 15173 0 -1 4202496 6795 0 1 0 104 4 0 0 15 0 12 0 9079566 1564143616 6232 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15503/statm: 381871 6232 1402 10 0 379174 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1527484

[startup+1.50196 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 15515
/proc/meminfo: memFree=1769640/2059040 swapFree=4168596/4192956
[pid=15503] ppid=15501 vsize=1528788 CPUtime=2.17
/proc/15503/stat : 15503 (java) S 15501 15503 15173 0 -1 4202496 8971 0 1 0 212 5 0 0 15 0 12 0 9079566 1565478912 8102 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15503/statm: 382197 8102 1409 10 0 379500 0
[pid=15503/tid=15505] ppid=15501 vsize=1528788 CPUtime=1.45
/proc/15503/task/15505/stat : 15505 (java) R 15501 15503 15173 0 -1 4202560 6297 0 1 0 142 3 0 0 25 0 12 0 9079567 1565478912 8102 1992294400 134512640 134550932 4290330912 18446744073709551615 4109194773 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15503/tid=15506] ppid=15501 vsize=1528788 CPUtime=0
/proc/15503/task/15506/stat : 15506 (java) S 15501 15503 15173 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 9079569 1565478912 8102 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15507] ppid=15501 vsize=1528788 CPUtime=0
/proc/15503/task/15507/stat : 15507 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9079569 1565478912 8102 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15508] ppid=15501 vsize=1528788 CPUtime=0
/proc/15503/task/15508/stat : 15508 (java) S 15501 15503 15173 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9079570 1565478912 8102 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15509] ppid=15501 vsize=1528788 CPUtime=0
/proc/15503/task/15509/stat : 15509 (java) S 15501 15503 15173 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 9079571 1565478912 8102 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15510] ppid=15501 vsize=1528788 CPUtime=0
/proc/15503/task/15510/stat : 15510 (java) S 15501 15503 15173 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9079571 1565478912 8102 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15511] ppid=15501 vsize=1528788 CPUtime=0
/proc/15503/task/15511/stat : 15511 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 9079575 1565478912 8102 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15512] ppid=15501 vsize=1528788 CPUtime=0.24
/proc/15503/task/15512/stat : 15512 (java) S 15501 15503 15173 0 -1 4202560 329 0 0 0 24 0 0 0 17 0 12 0 9079575 1565478912 8102 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15513] ppid=15501 vsize=1528788 CPUtime=0.45
/proc/15503/task/15513/stat : 15513 (java) S 15501 15503 15173 0 -1 4202560 1278 0 0 0 45 0 0 0 15 0 12 0 9079575 1565478912 8102 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15514] ppid=15501 vsize=1528788 CPUtime=0
/proc/15503/task/15514/stat : 15514 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9079575 1565478912 8102 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15515] ppid=15501 vsize=1528788 CPUtime=0
/proc/15503/task/15515/stat : 15515 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9079575 1565478912 8102 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1528788

[startup+3.10091 s]
/proc/loadavg: 1.00 1.00 1.00 5/118 15515
/proc/meminfo: memFree=1759596/2059040 swapFree=4168596/4192956
[pid=15503] ppid=15501 vsize=1541780 CPUtime=4.58
/proc/15503/stat : 15503 (java) S 15501 15503 15173 0 -1 4202496 17116 0 1 0 450 8 0 0 15 0 12 0 9079566 1578782720 12351 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15503/statm: 385445 12351 1410 10 0 382748 0
[pid=15503/tid=15505] ppid=15501 vsize=1541780 CPUtime=3
/proc/15503/task/15505/stat : 15505 (java) R 15501 15503 15173 0 -1 4202560 7388 0 1 0 296 4 0 0 25 0 12 0 9079567 1578782720 12351 1992294400 134512640 134550932 4290330912 18446744073709551615 4109476867 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15503/tid=15506] ppid=15501 vsize=1541780 CPUtime=0
/proc/15503/task/15506/stat : 15506 (java) S 15501 15503 15173 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 9079569 1578782720 12351 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15507] ppid=15501 vsize=1541780 CPUtime=0
/proc/15503/task/15507/stat : 15507 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9079569 1578782720 12351 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15508] ppid=15501 vsize=1541780 CPUtime=0
/proc/15503/task/15508/stat : 15508 (java) S 15501 15503 15173 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9079570 1578782720 12351 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15509] ppid=15501 vsize=1541780 CPUtime=0
/proc/15503/task/15509/stat : 15509 (java) S 15501 15503 15173 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 9079571 1578782720 12351 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15510] ppid=15501 vsize=1541780 CPUtime=0
/proc/15503/task/15510/stat : 15510 (java) S 15501 15503 15173 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9079571 1578782720 12351 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15511] ppid=15501 vsize=1541780 CPUtime=0
/proc/15503/task/15511/stat : 15511 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 9079575 1578782720 12351 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15512] ppid=15501 vsize=1541780 CPUtime=1.07
/proc/15503/task/15512/stat : 15512 (java) S 15501 15503 15173 0 -1 4202560 7344 0 0 0 104 3 0 0 15 0 12 0 9079575 1578782720 12351 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15513] ppid=15501 vsize=1541780 CPUtime=0.48
/proc/15503/task/15513/stat : 15513 (java) S 15501 15503 15173 0 -1 4202560 1317 0 0 0 48 0 0 0 15 0 12 0 9079575 1578782720 12351 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15514] ppid=15501 vsize=1541780 CPUtime=0
/proc/15503/task/15514/stat : 15514 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9079575 1578782720 12351 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15515] ppid=15501 vsize=1541780 CPUtime=0
/proc/15503/task/15515/stat : 15515 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9079575 1578782720 12351 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 1541780

[startup+6.30181 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 15515
/proc/meminfo: memFree=1745460/2059040 swapFree=4168596/4192956
[pid=15503] ppid=15501 vsize=1540836 CPUtime=7.87
/proc/15503/stat : 15503 (java) S 15501 15503 15173 0 -1 4202496 18748 0 1 0 778 9 0 0 15 0 12 0 9079566 1577816064 13781 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15503/statm: 385209 13781 1417 10 0 382512 0
[pid=15503/tid=15505] ppid=15501 vsize=1540836 CPUtime=6.19
/proc/15503/task/15505/stat : 15505 (java) R 15501 15503 15173 0 -1 4202560 9000 0 1 0 614 5 0 0 25 0 12 0 9079567 1577816064 13781 1992294400 134512640 134550932 4290330912 18446744073709551615 4109785846 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15503/tid=15506] ppid=15501 vsize=1540836 CPUtime=0
/proc/15503/task/15506/stat : 15506 (java) S 15501 15503 15173 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 9079569 1577816064 13781 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15507] ppid=15501 vsize=1540836 CPUtime=0
/proc/15503/task/15507/stat : 15507 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9079569 1577816064 13781 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15508] ppid=15501 vsize=1540836 CPUtime=0
/proc/15503/task/15508/stat : 15508 (java) S 15501 15503 15173 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9079570 1577816064 13781 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15509] ppid=15501 vsize=1540836 CPUtime=0
/proc/15503/task/15509/stat : 15509 (java) S 15501 15503 15173 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 9079571 1577816064 13781 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15510] ppid=15501 vsize=1540836 CPUtime=0
/proc/15503/task/15510/stat : 15510 (java) S 15501 15503 15173 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9079571 1577816064 13781 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15511] ppid=15501 vsize=1540836 CPUtime=0
/proc/15503/task/15511/stat : 15511 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 9079575 1577816064 13781 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15512] ppid=15501 vsize=1540836 CPUtime=1.08
/proc/15503/task/15512/stat : 15512 (java) S 15501 15503 15173 0 -1 4202560 7344 0 0 0 105 3 0 0 16 0 12 0 9079575 1577816064 13781 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15513] ppid=15501 vsize=1540836 CPUtime=0.57
/proc/15503/task/15513/stat : 15513 (java) S 15501 15503 15173 0 -1 4202560 1337 0 0 0 57 0 0 0 15 0 12 0 9079575 1577816064 13781 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15514] ppid=15501 vsize=1540836 CPUtime=0
/proc/15503/task/15514/stat : 15514 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9079575 1577816064 13781 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15515] ppid=15501 vsize=1540836 CPUtime=0
/proc/15503/task/15515/stat : 15515 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9079575 1577816064 13781 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 1540836

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 15515
/proc/meminfo: memFree=1736160/2059040 swapFree=4168596/4192956
[pid=15503] ppid=15501 vsize=1537148 CPUtime=14.41
/proc/15503/stat : 15503 (java) S 15501 15503 15173 0 -1 4202496 21893 0 1 0 1429 12 0 0 15 0 12 0 9079566 1574039552 16012 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15503/statm: 384287 16012 1417 10 0 381590 0
[pid=15503/tid=15505] ppid=15501 vsize=1537148 CPUtime=12.57
/proc/15503/task/15505/stat : 15505 (java) R 15501 15503 15173 0 -1 4202560 12102 0 1 0 1250 7 0 0 25 0 12 0 9079567 1574039552 16012 1992294400 134512640 134550932 4290330912 18446744073709551615 4109476545 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15503/tid=15506] ppid=15501 vsize=1537148 CPUtime=0
/proc/15503/task/15506/stat : 15506 (java) S 15501 15503 15173 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 9079569 1574039552 16012 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15507] ppid=15501 vsize=1537148 CPUtime=0
/proc/15503/task/15507/stat : 15507 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9079569 1574039552 16012 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15508] ppid=15501 vsize=1537148 CPUtime=0
/proc/15503/task/15508/stat : 15508 (java) S 15501 15503 15173 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9079570 1574039552 16012 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15509] ppid=15501 vsize=1537148 CPUtime=0
/proc/15503/task/15509/stat : 15509 (java) S 15501 15503 15173 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 9079571 1574039552 16012 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15510] ppid=15501 vsize=1537148 CPUtime=0
/proc/15503/task/15510/stat : 15510 (java) S 15501 15503 15173 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9079571 1574039552 16012 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15511] ppid=15501 vsize=1537148 CPUtime=0
/proc/15503/task/15511/stat : 15511 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 9079575 1574039552 16012 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15512] ppid=15501 vsize=1537148 CPUtime=1.09
/proc/15503/task/15512/stat : 15512 (java) S 15501 15503 15173 0 -1 4202560 7344 0 0 0 106 3 0 0 16 0 12 0 9079575 1574039552 16012 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15513] ppid=15501 vsize=1537148 CPUtime=0.71
/proc/15503/task/15513/stat : 15513 (java) S 15501 15503 15173 0 -1 4202560 1380 0 0 0 71 0 0 0 15 0 12 0 9079575 1574039552 16012 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15514] ppid=15501 vsize=1537148 CPUtime=0
/proc/15503/task/15514/stat : 15514 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9079575 1574039552 16012 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15515] ppid=15501 vsize=1537148 CPUtime=0
/proc/15503/task/15515/stat : 15515 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9079575 1574039552 16012 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.41
Current children cumulated vsize (KiB) 1537148

[startup+25.5012 s]
/proc/loadavg: 1.15 1.03 1.01 3/122 15519
/proc/meminfo: memFree=1589560/2059040 swapFree=4168596/4192956
[pid=15503] ppid=15501 vsize=1542100 CPUtime=37.34
/proc/15503/stat : 15503 (java) S 15501 15503 15173 0 -1 4202496 60839 0 1 0 3705 29 0 0 15 0 16 0 9079566 1579110400 52353 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15503/statm: 385525 52353 1444 10 0 382828 0
[pid=15503/tid=15505] ppid=15501 vsize=1542100 CPUtime=14.91
/proc/15503/task/15505/stat : 15505 (java) S 15501 15503 15173 0 -1 4202560 13629 0 1 0 1483 8 0 0 18 0 16 0 9079567 1579110400 52353 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15506] ppid=15501 vsize=1542100 CPUtime=0.32
/proc/15503/task/15506/stat : 15506 (java) S 15501 15503 15173 0 -1 4202560 5551 0 0 0 31 1 0 0 16 0 16 0 9079569 1579110400 52353 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15507] ppid=15501 vsize=1542100 CPUtime=0.28
/proc/15503/task/15507/stat : 15507 (java) S 15501 15503 15173 0 -1 4202560 5103 0 0 0 26 2 0 0 16 0 16 0 9079569 1579110400 52353 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15508] ppid=15501 vsize=1542100 CPUtime=0.13
/proc/15503/task/15508/stat : 15508 (java) S 15501 15503 15173 0 -1 4202560 4741 0 0 0 12 1 0 0 15 0 16 0 9079570 1579110400 52353 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15509] ppid=15501 vsize=1542100 CPUtime=0
/proc/15503/task/15509/stat : 15509 (java) S 15501 15503 15173 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 16 0 9079571 1579110400 52353 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15510] ppid=15501 vsize=1542100 CPUtime=0
/proc/15503/task/15510/stat : 15510 (java) S 15501 15503 15173 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9079571 1579110400 52353 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15511] ppid=15501 vsize=1542100 CPUtime=0
/proc/15503/task/15511/stat : 15511 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9079575 1579110400 52353 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15512] ppid=15501 vsize=1542100 CPUtime=2.79

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

/proc/15503/task/15516/stat : 15516 (java) R 15501 15503 15173 0 -1 4202560 17021 0 0 0 86907 28 0 0 25 0 16 0 9081069 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4110051888 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15503/tid=15517] ppid=15501 vsize=1544148 CPUtime=866.66
/proc/15503/task/15517/stat : 15517 (java) R 15501 15503 15173 0 -1 4202560 2433 0 0 0 86653 13 0 0 16 0 16 0 9081069 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4109928616 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15503/tid=15518] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15518/stat : 15518 (java) S 15501 15503 15173 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9081077 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15519] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15519/stat : 15519 (java) S 15501 15503 15173 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9081077 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1544148

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

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

[startup+921.403 s]
/proc/loadavg: 2.02 1.97 1.62 3/122 15543
/proc/meminfo: memFree=1462832/2059040 swapFree=4168596/4192956
[pid=15503] ppid=15501 vsize=1544148 CPUtime=1800.46
/proc/15503/stat : 15503 (java) S 15501 15503 15173 0 -1 4202496 99046 0 1 0 179924 122 0 0 15 0 16 0 9079566 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15503/statm: 386037 83626 1450 10 0 383340 0
[pid=15503/tid=15505] ppid=15501 vsize=1544148 CPUtime=14.91
/proc/15503/task/15505/stat : 15505 (java) S 15501 15503 15173 0 -1 4202560 13641 0 1 0 1483 8 0 0 15 0 16 0 9079567 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15506] ppid=15501 vsize=1544148 CPUtime=15.02
/proc/15503/task/15506/stat : 15506 (java) S 15501 15503 15173 0 -1 4202560 21014 0 0 0 1481 21 0 0 16 0 16 0 9079569 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15507] ppid=15501 vsize=1544148 CPUtime=14.98
/proc/15503/task/15507/stat : 15507 (java) S 15501 15503 15173 0 -1 4202560 22985 0 0 0 1467 31 0 0 15 0 16 0 9079569 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15508] ppid=15501 vsize=1544148 CPUtime=12.67
/proc/15503/task/15508/stat : 15508 (java) S 15501 15503 15173 0 -1 4202560 5086 0 0 0 1258 9 0 0 15 0 16 0 9079570 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15509] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15509/stat : 15509 (java) S 15501 15503 15173 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 16 0 9079571 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15510] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15510/stat : 15510 (java) S 15501 15503 15173 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9079571 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15511] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15511/stat : 15511 (java) R 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 9079575 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15503/tid=15512] ppid=15501 vsize=1544148 CPUtime=3.87
/proc/15503/task/15512/stat : 15512 (java) S 15501 15503 15173 0 -1 4202560 12287 0 0 0 382 5 0 0 15 0 16 0 9079575 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15513] ppid=15501 vsize=1544148 CPUtime=2.52
/proc/15503/task/15513/stat : 15513 (java) S 15501 15503 15173 0 -1 4202560 3452 0 0 0 251 1 0 0 15 0 16 0 9079575 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15514] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15514/stat : 15514 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9079575 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15515] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15515/stat : 15515 (java) S 15501 15503 15173 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 9079575 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15516] ppid=15501 vsize=1544148 CPUtime=869.54
/proc/15503/task/15516/stat : 15516 (java) R 15501 15503 15173 0 -1 4202560 17021 0 0 0 86926 28 0 0 25 0 16 0 9081069 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4110085114 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15503/tid=15517] ppid=15501 vsize=1544148 CPUtime=866.85
/proc/15503/task/15517/stat : 15517 (java) R 15501 15503 15173 0 -1 4202560 2433 0 0 0 86672 13 0 0 17 0 16 0 9081069 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4109916723 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15503/tid=15518] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15518/stat : 15518 (java) S 15501 15503 15173 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9081077 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15519] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15519/stat : 15519 (java) S 15501 15503 15173 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9081077 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (KiB) 1544148

[startup+921.811 s]
/proc/loadavg: 2.18 2.01 1.63 4/123 15544
/proc/meminfo: memFree=1462824/2059040 swapFree=4168596/4192956
[pid=15503] ppid=15501 vsize=1544148 CPUtime=1801.27
/proc/15503/stat : 15503 (java) S 15501 15503 15173 0 -1 4202496 99046 0 1 0 180005 122 0 0 15 0 16 0 9079566 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15503/statm: 386037 83626 1450 10 0 383340 0
[pid=15503/tid=15505] ppid=15501 vsize=1544148 CPUtime=14.91
/proc/15503/task/15505/stat : 15505 (java) S 15501 15503 15173 0 -1 4202560 13641 0 1 0 1483 8 0 0 15 0 16 0 9079567 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15506] ppid=15501 vsize=1544148 CPUtime=15.02
/proc/15503/task/15506/stat : 15506 (java) S 15501 15503 15173 0 -1 4202560 21014 0 0 0 1481 21 0 0 16 0 16 0 9079569 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15507] ppid=15501 vsize=1544148 CPUtime=14.98
/proc/15503/task/15507/stat : 15507 (java) S 15501 15503 15173 0 -1 4202560 22985 0 0 0 1467 31 0 0 15 0 16 0 9079569 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15508] ppid=15501 vsize=1544148 CPUtime=12.67
/proc/15503/task/15508/stat : 15508 (java) S 15501 15503 15173 0 -1 4202560 5086 0 0 0 1258 9 0 0 15 0 16 0 9079570 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15509] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15509/stat : 15509 (java) S 15501 15503 15173 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 16 0 9079571 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15510] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15510/stat : 15510 (java) S 15501 15503 15173 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9079571 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15511] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15511/stat : 15511 (java) R 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 9079575 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15503/tid=15512] ppid=15501 vsize=1544148 CPUtime=3.87
/proc/15503/task/15512/stat : 15512 (java) S 15501 15503 15173 0 -1 4202560 12287 0 0 0 382 5 0 0 15 0 16 0 9079575 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15513] ppid=15501 vsize=1544148 CPUtime=2.52
/proc/15503/task/15513/stat : 15513 (java) S 15501 15503 15173 0 -1 4202560 3452 0 0 0 251 1 0 0 15 0 16 0 9079575 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15514] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15514/stat : 15514 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9079575 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15515] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15515/stat : 15515 (java) S 15501 15503 15173 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 9079575 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15516] ppid=15501 vsize=1544148 CPUtime=869.94
/proc/15503/task/15516/stat : 15516 (java) R 15501 15503 15173 0 -1 4202560 17021 0 0 0 86966 28 0 0 25 0 16 0 9081069 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4110051484 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15503/tid=15517] ppid=15501 vsize=1544148 CPUtime=867.26
/proc/15503/task/15517/stat : 15517 (java) R 15501 15503 15173 0 -1 4202560 2433 0 0 0 86713 13 0 0 17 0 16 0 9081069 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4109917087 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15503/tid=15518] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15518/stat : 15518 (java) S 15501 15503 15173 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9081077 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15519] ppid=15501 vsize=1544148 CPUtime=0
/proc/15503/task/15519/stat : 15519 (java) S 15501 15503 15173 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9081077 1581207552 83626 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.27
Current children cumulated vsize (KiB) 1544148

[startup+922.202 s]
/proc/loadavg: 2.18 2.01 1.63 4/123 15544
/proc/meminfo: memFree=1462824/2059040 swapFree=4168596/4192956
[pid=15503] ppid=15501 vsize=1544472 CPUtime=1802.04
/proc/15503/stat : 15503 (java) S 15501 15503 15173 0 -1 4202496 99050 0 1 0 180082 122 0 0 15 0 17 0 9079566 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15503/statm: 386118 83630 1450 10 0 383421 0
[pid=15503/tid=15505] ppid=15501 vsize=1544472 CPUtime=14.91
/proc/15503/task/15505/stat : 15505 (java) S 15501 15503 15173 0 -1 4202560 13641 0 1 0 1483 8 0 0 15 0 17 0 9079567 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15506] ppid=15501 vsize=1544472 CPUtime=15.02
/proc/15503/task/15506/stat : 15506 (java) S 15501 15503 15173 0 -1 4202560 21014 0 0 0 1481 21 0 0 16 0 17 0 9079569 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15507] ppid=15501 vsize=1544472 CPUtime=14.98
/proc/15503/task/15507/stat : 15507 (java) S 15501 15503 15173 0 -1 4202560 22985 0 0 0 1467 31 0 0 15 0 17 0 9079569 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15508] ppid=15501 vsize=1544472 CPUtime=12.67
/proc/15503/task/15508/stat : 15508 (java) S 15501 15503 15173 0 -1 4202560 5086 0 0 0 1258 9 0 0 15 0 17 0 9079570 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15509] ppid=15501 vsize=1544472 CPUtime=0
/proc/15503/task/15509/stat : 15509 (java) S 15501 15503 15173 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 17 0 9079571 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15510] ppid=15501 vsize=1544472 CPUtime=0
/proc/15503/task/15510/stat : 15510 (java) S 15501 15503 15173 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 9079571 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15511] ppid=15501 vsize=1544472 CPUtime=0
/proc/15503/task/15511/stat : 15511 (java) S 15501 15503 15173 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 17 0 9079575 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15512] ppid=15501 vsize=1544472 CPUtime=3.87
/proc/15503/task/15512/stat : 15512 (java) S 15501 15503 15173 0 -1 4202560 12287 0 0 0 382 5 0 0 15 0 17 0 9079575 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15513] ppid=15501 vsize=1544472 CPUtime=2.52
/proc/15503/task/15513/stat : 15513 (java) S 15501 15503 15173 0 -1 4202560 3452 0 0 0 251 1 0 0 15 0 17 0 9079575 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15514] ppid=15501 vsize=1544472 CPUtime=0
/proc/15503/task/15514/stat : 15514 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 9079575 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15515] ppid=15501 vsize=1544472 CPUtime=0
/proc/15503/task/15515/stat : 15515 (java) S 15501 15503 15173 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 9079575 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15516] ppid=15501 vsize=1544472 CPUtime=870.33
/proc/15503/task/15516/stat : 15516 (java) R 15501 15503 15173 0 -1 4202560 17021 0 0 0 87005 28 0 0 25 0 17 0 9081069 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4109929441 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15503/tid=15517] ppid=15501 vsize=1544472 CPUtime=867.65
/proc/15503/task/15517/stat : 15517 (java) R 15501 15503 15173 0 -1 4202560 2433 0 0 0 86752 13 0 0 18 0 17 0 9081069 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4109930844 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15503/tid=15518] ppid=15501 vsize=1544472 CPUtime=0
/proc/15503/task/15518/stat : 15518 (java) S 15501 15503 15173 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 9081077 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15519] ppid=15501 vsize=1544472 CPUtime=0
/proc/15503/task/15519/stat : 15519 (java) S 15501 15503 15173 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 9081077 1581539328 83630 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 1544472

[startup+922.315 s]
/proc/loadavg: 2.18 2.01 1.63 4/123 15544
/proc/meminfo: memFree=1462824/2059040 swapFree=4168596/4192956
[pid=15503] ppid=15501 vsize=1544796 CPUtime=1802.26
/proc/15503/stat : 15503 (java) S 15501 15503 15173 0 -1 4202496 99064 0 1 0 180104 122 0 0 15 0 18 0 9079566 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15503/statm: 386199 83643 1450 10 0 383502 0
[pid=15503/tid=15505] ppid=15501 vsize=1544796 CPUtime=14.91
/proc/15503/task/15505/stat : 15505 (java) S 15501 15503 15173 0 -1 4202560 13641 0 1 0 1483 8 0 0 15 0 18 0 9079567 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15506] ppid=15501 vsize=1544796 CPUtime=15.03
/proc/15503/task/15506/stat : 15506 (java) S 15501 15503 15173 0 -1 4202560 21014 0 0 0 1482 21 0 0 15 0 18 0 9079569 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15507] ppid=15501 vsize=1544796 CPUtime=15
/proc/15503/task/15507/stat : 15507 (java) S 15501 15503 15173 0 -1 4202560 22985 0 0 0 1469 31 0 0 16 0 18 0 9079569 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15508] ppid=15501 vsize=1544796 CPUtime=12.67
/proc/15503/task/15508/stat : 15508 (java) S 15501 15503 15173 0 -1 4202560 5086 0 0 0 1258 9 0 0 15 0 18 0 9079570 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 0 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15509] ppid=15501 vsize=1544796 CPUtime=0
/proc/15503/task/15509/stat : 15509 (java) S 15501 15503 15173 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 18 0 9079571 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15510] ppid=15501 vsize=1544796 CPUtime=0
/proc/15503/task/15510/stat : 15510 (java) S 15501 15503 15173 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 9079571 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15511] ppid=15501 vsize=1544796 CPUtime=0
/proc/15503/task/15511/stat : 15511 (java) S 15501 15503 15173 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 9079575 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15512] ppid=15501 vsize=1544796 CPUtime=3.89
/proc/15503/task/15512/stat : 15512 (java) R 15501 15503 15173 0 -1 4202560 12289 0 0 0 384 5 0 0 15 0 18 0 9079575 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 103979080 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15503/tid=15513] ppid=15501 vsize=1544796 CPUtime=2.52
/proc/15503/task/15513/stat : 15513 (java) S 15501 15503 15173 0 -1 4202560 3452 0 0 0 251 1 0 0 15 0 18 0 9079575 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15514] ppid=15501 vsize=1544796 CPUtime=0
/proc/15503/task/15514/stat : 15514 (java) S 15501 15503 15173 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 9079575 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 0 0 0 0
[pid=15503/tid=15515] ppid=15501 vsize=1544796 CPUtime=0
/proc/15503/task/15515/stat : 15515 (java) S 15501 15503 15173 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 9079575 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15516] ppid=15501 vsize=1544796 CPUtime=870.38
/proc/15503/task/15516/stat : 15516 (java) R 15501 15503 15173 0 -1 4202560 17021 0 0 0 87010 28 0 0 25 0 18 0 9081069 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 4109632767 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15503/tid=15517] ppid=15501 vsize=1544796 CPUtime=867.75
/proc/15503/task/15517/stat : 15517 (java) R 15501 15503 15173 0 -1 4202560 2433 0 0 0 86762 13 0 0 18 0 18 0 9081069 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 4109931130 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15503/tid=15518] ppid=15501 vsize=1544796 CPUtime=0
/proc/15503/task/15518/stat : 15518 (java) S 15501 15503 15173 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 9081077 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
[pid=15503/tid=15519] ppid=15501 vsize=1544796 CPUtime=0
/proc/15503/task/15519/stat : 15519 (java) S 15501 15503 15173 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 9081077 1581871104 83643 1992294400 134512640 134550932 4290330912 18446744073709551615 4294960144 0 4 0 16800975 18446604437852242176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.26
Current children cumulated vsize (KiB) 1544796

Child status: 143
Real time (s): 922.384
CPU time (s): 1802.38
CPU user time (s): 1801.12
CPU system time (s): 1.26281
CPU usage (%): 195.404
Max. virtual memory (cumulated for all children) (KiB): 1553008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.12
system time used= 1.26281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99070
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= 31016
involuntary context switches= 54081

runsolver used 3.86341 second user time and 11.7912 second system time

The end

Launcher Data

Begin job on node055 at 2010-06-16 10:44:46
IDJOB=2661553
IDBENCH=48313
IDSOLVER=1166
FILE ID=node055/2661553-1276677886
PBS_JOBID= 11172552
Free space on /tmp= 62480 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661553-1276677886/watcher-2661553-1276677886 -o /tmp/evaluation-result-2661553-1276677886/solver-2661553-1276677886 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661553-1276677886.opb

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

MD5SUM BENCH= c1794605d16cd8196553c490f5507fd9
RANDOM SEED=957211245

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1795116 kB
Buffers:         54332 kB
Cached:         107892 kB
SwapCached:       1504 kB
Active:          91564 kB
Inactive:       107188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1795116 kB
SwapTotal:     4192956 kB
SwapFree:      4168596 kB
Dirty:             388 kB
Writeback:           0 kB
AnonPages:       34952 kB
Mapped:          15064 kB
Slab:            43360 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182960 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= 62480 MiB
End job on node055 at 2010-06-16 11:00:09