Trace number 2662172

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.37 919.196

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scsd1.opb
MD5SUM34085e863ff461099a0ff7d8d6c87d4c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22800
Total number of constraints77
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints77
Minimum length of a constraint600
Maximum length of a constraint1500
Number of terms in the objective function 22800
Biggest coefficient in the objective function 268435456000000000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 188158757647584541356
Number of bits of the sum of numbers in the objective function 68
Biggest number in a constraint 268435456000000000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 188158757647584541356
Number of bits of the biggest sum of numbers68
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.22	c No reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	
0.25/0.22	c solving HOME/instance-2662172-1276548414.opb
0.25/0.22	c reading problem ... 
3.17/1.99	c ... done. Wall clock time 1.77s.
3.17/1.99	c #vars     22800
3.17/1.99	c #constraints  154
3.17/1.99	c constraints type 
3.17/1.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 154
3.17/1.99	c constraints type 
3.17/1.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 154
97.89/49.75	c cleaning 2499 clauses out of 5000 with flag 5000/5000
184.35/93.44	c cleaning 4248 clauses out of 8502 with flag 11001/11001
226.22/114.62	c cleaning 5626 clauses out of 11261 with flag 18008/18008
239.09/121.26	c cleaning 6814 clauses out of 13627 with flag 26000/26000
258.84/131.33	c cleaning 7901 clauses out of 15813 with flag 35000/35000
294.49/149.46	c cleaning 8952 clauses out of 17912 with flag 45000/45000
327.73/166.37	c cleaning 9476 clauses out of 18961 with flag 55001/55001
359.18/182.37	c cleaning 9742 clauses out of 19484 with flag 65000/65000
387.52/196.90	c cleaning 9872 clauses out of 19743 with flag 75001/75001
422.30/214.51	c cleaning 9932 clauses out of 19870 with flag 85000/85000
452.09/229.73	c cleaning 9962 clauses out of 19938 with flag 95000/95000
478.31/243.15	c cleaning 9981 clauses out of 19976 with flag 105000/105000
507.31/258.03	c cleaning 9994 clauses out of 19995 with flag 115000/115000
545.69/277.55	c cleaning 10000 clauses out of 20001 with flag 125000/125000
572.47/291.22	c cleaning 9992 clauses out of 20003 with flag 135002/135002
596.26/303.42	c cleaning 10000 clauses out of 20009 with flag 145000/145000
626.96/319.21	c cleaning 9994 clauses out of 20009 with flag 155000/155000
657.31/334.71	c cleaning 10005 clauses out of 20017 with flag 165002/165002
697.95/355.41	c cleaning 9999 clauses out of 20010 with flag 175000/175000
732.44/373.07	c cleaning 10004 clauses out of 20012 with flag 185001/185001
775.11/394.89	c cleaning 10002 clauses out of 20007 with flag 195000/195000
816.14/415.80	c cleaning 9997 clauses out of 20006 with flag 205001/205001
852.41/434.22	c cleaning 9999 clauses out of 20010 with flag 215002/215002
880.18/448.47	c cleaning 10004 clauses out of 20009 with flag 225000/225000
910.30/463.81	c cleaning 9999 clauses out of 20006 with flag 235001/235001
944.95/481.52	c cleaning 10000 clauses out of 20006 with flag 245000/245000
976.63/497.73	c cleaning 9998 clauses out of 20007 with flag 255001/255001
1007.92/513.77	c cleaning 10004 clauses out of 20008 with flag 265000/265000
1040.41/530.46	c cleaning 9999 clauses out of 20004 with flag 275000/275000
1078.69/549.99	c cleaning 10003 clauses out of 20006 with flag 285001/285001
1123.47/572.73	c cleaning 9998 clauses out of 20002 with flag 295000/295000
1157.16/589.94	c cleaning 9994 clauses out of 20004 with flag 305000/305000
1187.83/605.71	c cleaning 10000 clauses out of 20010 with flag 315000/315000
1217.10/620.73	c cleaning 10002 clauses out of 20012 with flag 325002/325002
1247.43/636.21	c cleaning 10003 clauses out of 20008 with flag 335000/335000
1277.80/651.72	c cleaning 10000 clauses out of 20005 with flag 345000/345000
1308.89/667.79	c cleaning 9997 clauses out of 20005 with flag 355000/355000
1339.77/683.59	c cleaning 10002 clauses out of 20009 with flag 365001/365001
1374.67/701.38	c cleaning 10001 clauses out of 20007 with flag 375001/375001
1407.18/717.97	c cleaning 9999 clauses out of 20006 with flag 385001/385001
1438.32/733.96	c cleaning 9994 clauses out of 20006 with flag 395000/395000
1475.97/753.14	c cleaning 10003 clauses out of 20013 with flag 405001/405001
1507.49/769.26	c cleaning 10005 clauses out of 20010 with flag 415001/415001
1553.68/792.70	c cleaning 10002 clauses out of 20004 with flag 425000/425000
1600.65/816.72	c cleaning 9995 clauses out of 20002 with flag 435000/435000
1630.03/831.71	c cleaning 9997 clauses out of 20008 with flag 445001/445001
1651.17/842.56	c cleaning 10000 clauses out of 20012 with flag 455002/455002
1673.57/854.10	c cleaning 9999 clauses out of 20010 with flag 465000/465000
1695.37/865.34	c cleaning 10000 clauses out of 20012 with flag 475001/475001
1727.68/881.82	c cleaning 10004 clauses out of 20020 with flag 485009/485009
1763.53/900.12	c cleaning 9997 clauses out of 20007 with flag 495000/495000
1795.81/916.61	c cleaning 9998 clauses out of 20010 with flag 505000/505000
1800.04/919.02	c starts		: 152
1800.04/919.02	c conflicts		: 506205
1800.04/919.02	c decisions		: 765822
1800.04/919.02	c propagations		: 4140188
1800.04/919.02	c inspects		: 330660477
1800.04/919.02	c learnt literals	: 0
1800.04/919.02	c learnt binary clauses	: 0
1800.04/919.02	c learnt ternary clauses	: 0
1800.04/919.02	c learnt clauses	: 506205
1800.04/919.02	c ignored clauses	: 0
1800.04/919.02	c root simplifications	: 0
1800.04/919.02	c removed literals (reason simplification)	: 18429447
1800.04/919.02	c reason swapping (by a shorter reason)	: 0
1800.04/919.02	c Calls to reduceDB	: 52
1800.04/919.02	c number of reductions to clauses (during analyze)	: 0
1800.04/919.02	c number of learned constraints concerned by reduction	: 0
1800.04/919.02	c number of learning phase by resolution	: 0
1800.04/919.02	c number of learning phase by cutting planes	: 0
1800.04/919.02	c speed (assignments/second)	: 4514.784156226248
1800.04/919.02	c non guided choices	54825
1800.04/919.10	c learnt constraints type 
1800.04/919.10	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11257
1800.25/919.11	c constraints type 
1800.25/919.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 154
1800.25/919.11	c constraints type 
1800.25/919.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 154
1800.25/919.11	s UNKNOWN
1800.25/919.11	c Total wall clock time (in seconds): 918.898

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-2662172-1276548414/watcher-2662172-1276548414 -o /tmp/evaluation-result-2662172-1276548414/solver-2662172-1276548414 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662172-1276548414.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: 0.92 0.98 0.99 3/107 31005
/proc/meminfo: memFree=1814220/2059040 swapFree=4140108/4192956
[pid=31005] ppid=31003 vsize=1832 CPUtime=0
/proc/31005/stat : 31005 (java6) S 31003 31005 30980 0 -1 4194304 252 0 0 0 0 0 0 0 19 0 1 0 28497121 1875968 154 1992294400 134512640 134550932 4286717792 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/31005/statm: 458 157 119 10 0 63 0

[startup+0.0544561 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 31005
/proc/meminfo: memFree=1814220/2059040 swapFree=4140108/4192956
[pid=31005] ppid=31003 vsize=1521664 CPUtime=0.03
/proc/31005/stat : 31005 (java) S 31003 31005 30980 0 -1 4202496 3536 0 1 0 2 1 0 0 18 0 7 0 28497121 1558183936 2976 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31005/statm: 380416 2976 1004 10 0 377726 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521664

[startup+0.101458 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 31005
/proc/meminfo: memFree=1814220/2059040 swapFree=4140108/4192956
[pid=31005] ppid=31003 vsize=1524180 CPUtime=0.08
/proc/31005/stat : 31005 (java) S 31003 31005 30980 0 -1 4202496 3952 0 1 0 6 2 0 0 18 0 12 0 28497121 1560760320 3390 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31005/statm: 381045 3390 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300504 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 31005
/proc/meminfo: memFree=1814220/2059040 swapFree=4140108/4192956
[pid=31005] ppid=31003 vsize=1526632 CPUtime=0.39
/proc/31005/stat : 31005 (java) S 31003 31005 30980 0 -1 4202496 5675 0 1 0 36 3 0 0 18 0 12 0 28497121 1563271168 5111 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31005/statm: 381658 5112 1357 10 0 378961 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526632

[startup+0.700494 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 31005
/proc/meminfo: memFree=1814220/2059040 swapFree=4140108/4192956
[pid=31005] ppid=31003 vsize=1527332 CPUtime=1.09
/proc/31005/stat : 31005 (java) S 31003 31005 30980 0 -1 4202496 8859 0 1 0 104 5 0 0 18 0 12 0 28497121 1563987968 8247 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31005/statm: 381833 8247 1401 10 0 379136 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1527332

[startup+1.50047 s]
/proc/loadavg: 1.09 1.02 1.01 4/119 31017
/proc/meminfo: memFree=1772772/2059040 swapFree=4140108/4192956
[pid=31005] ppid=31003 vsize=1541960 CPUtime=2.68
/proc/31005/stat : 31005 (java) S 31003 31005 30980 0 -1 4202496 23570 0 1 0 257 11 0 0 18 0 12 0 28497121 1578967040 21377 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31005/statm: 385490 21379 1406 10 0 382793 0
[pid=31005/tid=31007] ppid=31003 vsize=1541960 CPUtime=1.47
/proc/31005/task/31007/stat : 31007 (java) R 31003 31005 30980 0 -1 4202560 16527 0 1 0 138 9 0 0 18 0 12 0 28497123 1578967040 21379 1992294400 134512640 134550932 4287910160 18446744073709551615 4109054105 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31005/tid=31008] ppid=31003 vsize=1541960 CPUtime=0
/proc/31005/task/31008/stat : 31008 (java) S 31003 31005 30980 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 28497124 1578967040 21380 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31009] ppid=31003 vsize=1541960 CPUtime=0
/proc/31005/task/31009/stat : 31009 (java) S 31003 31005 30980 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 28497125 1578967040 21380 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31010] ppid=31003 vsize=1541960 CPUtime=0
/proc/31005/task/31010/stat : 31010 (java) S 31003 31005 30980 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28497126 1578967040 21381 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31011] ppid=31003 vsize=1541960 CPUtime=0
/proc/31005/task/31011/stat : 31011 (java) S 31003 31005 30980 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 28497127 1578967040 21382 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31012] ppid=31003 vsize=1541960 CPUtime=0
/proc/31005/task/31012/stat : 31012 (java) S 31003 31005 30980 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 28497127 1578967040 21383 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31013] ppid=31003 vsize=1541960 CPUtime=0
/proc/31005/task/31013/stat : 31013 (java) S 31003 31005 30980 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 28497131 1578967040 21388 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31014] ppid=31003 vsize=1541960 CPUtime=0.73
/proc/31005/task/31014/stat : 31014 (java) R 31003 31005 30980 0 -1 4202560 4982 0 0 0 72 1 0 0 25 0 12 0 28497131 1578967040 21393 1992294400 134512640 134550932 4287910160 18446744073709551615 106261805 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31005/tid=31015] ppid=31003 vsize=1541960 CPUtime=0.46
/proc/31005/task/31015/stat : 31015 (java) S 31003 31005 30980 0 -1 4202560 999 0 0 0 46 0 0 0 25 0 12 0 28497131 1578967040 21399 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31016] ppid=31003 vsize=1541960 CPUtime=0
/proc/31005/task/31016/stat : 31016 (java) S 31003 31005 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28497131 1578967040 21406 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31017] ppid=31003 vsize=1541960 CPUtime=0
/proc/31005/task/31017/stat : 31017 (java) S 31003 31005 30980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28497131 1578967040 21411 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1541960

[startup+3.10143 s]
/proc/loadavg: 1.09 1.02 1.01 6/121 31019
/proc/meminfo: memFree=1687816/2059040 swapFree=4140108/4192956
[pid=31005] ppid=31003 vsize=1542204 CPUtime=5.46
/proc/31005/stat : 31005 (java) S 31003 31005 30980 0 -1 4202496 46249 0 1 0 526 20 0 0 18 0 16 0 28497121 1579216896 42793 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31005/statm: 385551 42793 1439 10 0 382854 0
[pid=31005/tid=31007] ppid=31003 vsize=1542204 CPUtime=1.96
/proc/31005/task/31007/stat : 31007 (java) S 31003 31005 30980 0 -1 4202560 27496 0 1 0 183 13 0 0 18 0 16 0 28497123 1579216896 42793 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31008] ppid=31003 vsize=1542204 CPUtime=0.12
/proc/31005/task/31008/stat : 31008 (java) S 31003 31005 30980 0 -1 4202560 3041 0 0 0 11 1 0 0 18 0 16 0 28497124 1579216896 42793 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31009] ppid=31003 vsize=1542204 CPUtime=0.12
/proc/31005/task/31009/stat : 31009 (java) S 31003 31005 30980 0 -1 4202560 3522 0 0 0 11 1 0 0 18 0 16 0 28497125 1579216896 42793 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31010] ppid=31003 vsize=1542204 CPUtime=0
/proc/31005/task/31010/stat : 31010 (java) S 31003 31005 30980 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 28497126 1579216896 42793 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31011] ppid=31003 vsize=1542204 CPUtime=0
/proc/31005/task/31011/stat : 31011 (java) S 31003 31005 30980 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 28497127 1579216896 42793 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31012] ppid=31003 vsize=1542204 CPUtime=0
/proc/31005/task/31012/stat : 31012 (java) S 31003 31005 30980 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 28497127 1579216896 42793 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31013] ppid=31003 vsize=1542204 CPUtime=0
/proc/31005/task/31013/stat : 31013 (java) S 31003 31005 30980 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28497131 1579216896 42793 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31014] ppid=31003 vsize=1542204 CPUtime=1
/proc/31005/task/31014/stat : 31014 (java) R 31003 31005 30980 0 -1 4202560 5350 0 0 0 99 1 0 0 22 0 16 0 28497131 1579216896 42793 1992294400 134512640 134550932 4287910160 18446744073709551615 104163978 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31005/tid=31015] ppid=31003 vsize=1542204 CPUtime=1.02
/proc/31005/task/31015/stat : 31015 (java) R 31003 31005 30980 0 -1 4202560 1518 0 0 0 102 0 0 0 19 0 16 0 28497131 1579216896 42793 1992294400 134512640 134550932 4287910160 18446744073709551615 104163515 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31005/tid=31016] ppid=31003 vsize=1542204 CPUtime=0
/proc/31005/task/31016/stat : 31016 (java) S 31003 31005 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28497131 1579216896 42793 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31017] ppid=31003 vsize=1542204 CPUtime=0
/proc/31005/task/31017/stat : 31017 (java) S 31003 31005 30980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28497131 1579216896 42793 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31018] ppid=31003 vsize=1542204 CPUtime=0.75
/proc/31005/task/31018/stat : 31018 (java) R 31003 31005 30980 0 -1 4202560 2032 0 0 0 75 0 0 0 17 0 16 0 28497321 1579216896 42793 1992294400 134512640 134550932 4287910160 18446744073709551615 103615277 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31005/tid=31019] ppid=31003 vsize=1542204 CPUtime=0.4
/proc/31005/task/31019/stat : 31019 (java) R 31003 31005 30980 0 -1 4202560 2217 0 0 0 40 0 0 0 21 0 16 0 28497321 1579216896 42793 1992294400 134512640 134550932 4287910160 18446744073709551615 4108678208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 1542204

[startup+6.30234 s]
/proc/loadavg: 1.09 1.02 1.01 3/123 31021
/proc/meminfo: memFree=1647624/2059040 swapFree=4140108/4192956
[pid=31005] ppid=31003 vsize=1540764 CPUtime=11.8
/proc/31005/stat : 31005 (java) S 31003 31005 30980 0 -1 4202496 52702 0 1 0 1157 23 0 0 18 0 16 0 28497121 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31005/statm: 385191 48249 1442 10 0 382494 0
[pid=31005/tid=31007] ppid=31003 vsize=1540764 CPUtime=1.96
/proc/31005/task/31007/stat : 31007 (java) S 31003 31005 30980 0 -1 4202560 27496 0 1 0 183 13 0 0 18 0 16 0 28497123 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31008] ppid=31003 vsize=1540764 CPUtime=0.21
/proc/31005/task/31008/stat : 31008 (java) S 31003 31005 30980 0 -1 4202560 5480 0 0 0 19 2 0 0 18 0 16 0 28497124 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31009] ppid=31003 vsize=1540764 CPUtime=0.21
/proc/31005/task/31009/stat : 31009 (java) S 31003 31005 30980 0 -1 4202560 6431 0 0 0 19 2 0 0 18 0 16 0 28497125 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31010] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31010/stat : 31010 (java) S 31003 31005 30980 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 28497126 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31011] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31011/stat : 31011 (java) S 31003 31005 30980 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 28497127 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31012] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31012/stat : 31012 (java) S 31003 31005 30980 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 28497127 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31013] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31013/stat : 31013 (java) S 31003 31005 30980 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28497131 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31014] ppid=31003 vsize=1540764 CPUtime=1.87
/proc/31005/task/31014/stat : 31014 (java) R 31003 31005 30980 0 -1 4202560 6076 0 0 0 185 2 0 0 15 0 16 0 28497131 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 105870720 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31005/tid=31015] ppid=31003 vsize=1540764 CPUtime=1.33
/proc/31005/task/31015/stat : 31015 (java) S 31003 31005 30980 0 -1 4202560 1546 0 0 0 133 0 0 0 15 0 16 0 28497131 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31016] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31016/stat : 31016 (java) S 31003 31005 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28497131 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31017] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31017/stat : 31017 (java) S 31003 31005 30980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28497131 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31018] ppid=31003 vsize=1540764 CPUtime=3.55
/proc/31005/task/31018/stat : 31018 (java) R 31003 31005 30980 0 -1 4202560 2039 0 0 0 355 0 0 0 20 0 16 0 28497321 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 4109423862 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31005/tid=31019] ppid=31003 vsize=1540764 CPUtime=2.59
/proc/31005/task/31019/stat : 31019 (java) R 31003 31005 30980 0 -1 4202560 2561 0 0 0 259 0 0 0 25 0 16 0 28497321 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31005/tid=31020] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31020/stat : 31020 (java) S 31003 31005 30980 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28497405 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31021] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31021/stat : 31021 (java) S 31003 31005 30980 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 28497406 1577742336 48249 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (KiB) 1540764

[startup+12.7012 s]
/proc/loadavg: 1.23 1.05 1.02 3/123 31021
/proc/meminfo: memFree=1620716/2059040 swapFree=4140108/4192956
[pid=31005] ppid=31003 vsize=1540764 CPUtime=24.5
/proc/31005/stat : 31005 (java) S 31003 31005 30980 0 -1 4202496 54904 0 1 0 2426 24 0 0 18 0 16 0 28497121 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31005/statm: 385191 50177 1442 10 0 382494 0
[pid=31005/tid=31007] ppid=31003 vsize=1540764 CPUtime=1.96
/proc/31005/task/31007/stat : 31007 (java) S 31003 31005 30980 0 -1 4202560 27496 0 1 0 183 13 0 0 18 0 16 0 28497123 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31008] ppid=31003 vsize=1540764 CPUtime=0.46
/proc/31005/task/31008/stat : 31008 (java) S 31003 31005 30980 0 -1 4202560 6306 0 0 0 44 2 0 0 18 0 16 0 28497124 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31009] ppid=31003 vsize=1540764 CPUtime=0.48
/proc/31005/task/31009/stat : 31009 (java) S 31003 31005 30980 0 -1 4202560 7775 0 0 0 45 3 0 0 18 0 16 0 28497125 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31010] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31010/stat : 31010 (java) S 31003 31005 30980 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 28497126 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31011] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31011/stat : 31011 (java) S 31003 31005 30980 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 28497127 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31012] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31012/stat : 31012 (java) S 31003 31005 30980 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 28497127 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31013] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31013/stat : 31013 (java) S 31003 31005 30980 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28497131 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31014] ppid=31003 vsize=1540764 CPUtime=2.17
/proc/31005/task/31014/stat : 31014 (java) S 31003 31005 30980 0 -1 4202560 6098 0 0 0 215 2 0 0 15 0 16 0 28497131 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31015] ppid=31003 vsize=1540764 CPUtime=1.37
/proc/31005/task/31015/stat : 31015 (java) S 31003 31005 30980 0 -1 4202560 1549 0 0 0 137 0 0 0 15 0 16 0 28497131 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31016] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31016/stat : 31016 (java) S 31003 31005 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28497131 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31017] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31017/stat : 31017 (java) S 31003 31005 30980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28497131 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31018] ppid=31003 vsize=1540764 CPUtime=9.64
/proc/31005/task/31018/stat : 31018 (java) R 31003 31005 30980 0 -1 4202560 2039 0 0 0 964 0 0 0 25 0 16 0 28497321 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4109467754 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31005/tid=31019] ppid=31003 vsize=1540764 CPUtime=8.34
/proc/31005/task/31019/stat : 31019 (java) R 31003 31005 30980 0 -1 4202560 2568 0 0 0 834 0 0 0 25 0 16 0 28497321 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4109606367 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31005/tid=31020] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31020/stat : 31020 (java) S 31003 31005 30980 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28497405 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31021] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31021/stat : 31021 (java) S 31003 31005 30980 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 28497406 1577742336 50177 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (KiB) 1540764

[startup+25.5018 s]

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

/proc/31005/task/31020/stat : 31020 (java) S 31003 31005 30980 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28497405 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31021] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31021/stat : 31021 (java) S 31003 31005 30980 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 28497406 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1493.86
Current children cumulated vsize (KiB) 1540764

[startup+822.301 s]
/proc/loadavg: 2.05 1.97 1.59 3/123 31043
/proc/meminfo: memFree=1301540/2059040 swapFree=4140108/4192956
[pid=31005] ppid=31003 vsize=1540764 CPUtime=1611.4
/proc/31005/stat : 31005 (java) S 31003 31005 30980 0 -1 4202496 163708 0 1 0 160959 181 0 0 18 0 16 0 28497121 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31005/statm: 385191 128716 1449 10 0 382494 0
[pid=31005/tid=31007] ppid=31003 vsize=1540764 CPUtime=1.96
/proc/31005/task/31007/stat : 31007 (java) S 31003 31005 30980 0 -1 4202560 27505 0 1 0 183 13 0 0 15 0 16 0 28497123 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31008] ppid=31003 vsize=1540764 CPUtime=6.72
/proc/31005/task/31008/stat : 31008 (java) S 31003 31005 30980 0 -1 4202560 59417 0 0 0 628 44 0 0 16 0 16 0 28497124 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31009] ppid=31003 vsize=1540764 CPUtime=6.68
/proc/31005/task/31009/stat : 31009 (java) S 31003 31005 30980 0 -1 4202560 61678 0 0 0 621 47 0 0 15 0 16 0 28497125 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31010] ppid=31003 vsize=1540764 CPUtime=16.76
/proc/31005/task/31010/stat : 31010 (java) S 31003 31005 30980 0 -1 4202560 795 0 0 0 1644 32 0 0 15 0 16 0 28497126 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31011] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31011/stat : 31011 (java) S 31003 31005 30980 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 16 0 28497127 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31012] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31012/stat : 31012 (java) S 31003 31005 30980 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28497127 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31013] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31013/stat : 31013 (java) S 31003 31005 30980 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28497131 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31014] ppid=31003 vsize=1540764 CPUtime=3
/proc/31005/task/31014/stat : 31014 (java) S 31003 31005 30980 0 -1 4202560 6146 0 0 0 298 2 0 0 15 0 16 0 28497131 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31015] ppid=31003 vsize=1540764 CPUtime=1.45
/proc/31005/task/31015/stat : 31015 (java) S 31003 31005 30980 0 -1 4202560 1552 0 0 0 145 0 0 0 16 0 16 0 28497131 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31016] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31016/stat : 31016 (java) S 31003 31005 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28497131 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31017] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31017/stat : 31017 (java) S 31003 31005 30980 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 28497131 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31018] ppid=31003 vsize=1540764 CPUtime=785.68
/proc/31005/task/31018/stat : 31018 (java) R 31003 31005 30980 0 -1 4202560 2487 0 0 0 78545 23 0 0 25 0 16 0 28497321 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4109513121 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31005/tid=31019] ppid=31003 vsize=1540764 CPUtime=789.06
/proc/31005/task/31019/stat : 31019 (java) R 31003 31005 30980 0 -1 4202560 3007 0 0 0 78891 15 0 0 25 0 16 0 28497321 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4109570998 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31005/tid=31020] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31020/stat : 31020 (java) S 31003 31005 30980 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28497405 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31021] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31021/stat : 31021 (java) S 31003 31005 30980 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 28497406 1577742336 128716 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1611.4
Current children cumulated vsize (KiB) 1540764

[startup+882.302 s]
/proc/loadavg: 2.05 1.99 1.62 2/123 31054
/proc/meminfo: memFree=1295960/2059040 swapFree=4140108/4192956
[pid=31005] ppid=31003 vsize=1540764 CPUtime=1728.33
/proc/31005/stat : 31005 (java) S 31003 31005 30980 0 -1 4202496 165232 0 1 0 172646 187 0 0 18 0 16 0 28497121 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31005/statm: 385191 129873 1449 10 0 382494 0
[pid=31005/tid=31007] ppid=31003 vsize=1540764 CPUtime=1.96
/proc/31005/task/31007/stat : 31007 (java) S 31003 31005 30980 0 -1 4202560 27507 0 1 0 183 13 0 0 15 0 16 0 28497123 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31008] ppid=31003 vsize=1540764 CPUtime=7.19
/proc/31005/task/31008/stat : 31008 (java) S 31003 31005 30980 0 -1 4202560 60389 0 0 0 674 45 0 0 16 0 16 0 28497124 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31009] ppid=31003 vsize=1540764 CPUtime=7.14
/proc/31005/task/31009/stat : 31009 (java) S 31003 31005 30980 0 -1 4202560 62168 0 0 0 664 50 0 0 15 0 16 0 28497125 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31010] ppid=31003 vsize=1540764 CPUtime=18.71
/proc/31005/task/31010/stat : 31010 (java) S 31003 31005 30980 0 -1 4202560 799 0 0 0 1839 32 0 0 16 0 16 0 28497126 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31011] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31011/stat : 31011 (java) S 31003 31005 30980 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 16 0 28497127 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31012] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31012/stat : 31012 (java) S 31003 31005 30980 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28497127 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31013] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31013/stat : 31013 (java) S 31003 31005 30980 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28497131 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31014] ppid=31003 vsize=1540764 CPUtime=3.01
/proc/31005/task/31014/stat : 31014 (java) S 31003 31005 30980 0 -1 4202560 6146 0 0 0 299 2 0 0 15 0 16 0 28497131 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31015] ppid=31003 vsize=1540764 CPUtime=1.45
/proc/31005/task/31015/stat : 31015 (java) S 31003 31005 30980 0 -1 4202560 1552 0 0 0 145 0 0 0 16 0 16 0 28497131 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31016] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31016/stat : 31016 (java) S 31003 31005 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28497131 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31017] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31017/stat : 31017 (java) S 31003 31005 30980 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 28497131 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31018] ppid=31003 vsize=1540764 CPUtime=842.54
/proc/31005/task/31018/stat : 31018 (java) R 31003 31005 30980 0 -1 4202560 2514 0 0 0 84229 25 0 0 22 0 16 0 28497321 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4109487830 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31005/tid=31019] ppid=31003 vsize=1540764 CPUtime=846.24
/proc/31005/task/31019/stat : 31019 (java) R 31003 31005 30980 0 -1 4202560 3032 0 0 0 84609 15 0 0 22 0 16 0 28497321 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4109570947 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31005/tid=31020] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31020/stat : 31020 (java) S 31003 31005 30980 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28497405 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31021] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31021/stat : 31021 (java) S 31003 31005 30980 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 28497406 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1728.33
Current children cumulated vsize (KiB) 1540764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.002 s]
/proc/loadavg: 2.03 1.99 1.63 3/123 31054
/proc/meminfo: memFree=1295960/2059040 swapFree=4140108/4192956
[pid=31005] ppid=31003 vsize=1540764 CPUtime=1800.04
/proc/31005/stat : 31005 (java) S 31003 31005 30980 0 -1 4202496 165292 0 1 0 179810 194 0 0 18 0 16 0 28497121 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31005/statm: 385191 129873 1449 10 0 382494 0
[pid=31005/tid=31007] ppid=31003 vsize=1540764 CPUtime=1.96
/proc/31005/task/31007/stat : 31007 (java) S 31003 31005 30980 0 -1 4202560 27508 0 1 0 183 13 0 0 15 0 16 0 28497123 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31008] ppid=31003 vsize=1540764 CPUtime=7.48
/proc/31005/task/31008/stat : 31008 (java) S 31003 31005 30980 0 -1 4202560 60389 0 0 0 701 47 0 0 15 0 16 0 28497124 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31009] ppid=31003 vsize=1540764 CPUtime=7.45
/proc/31005/task/31009/stat : 31009 (java) S 31003 31005 30980 0 -1 4202560 62168 0 0 0 695 50 0 0 15 0 16 0 28497125 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31010] ppid=31003 vsize=1540764 CPUtime=19.62
/proc/31005/task/31010/stat : 31010 (java) S 31003 31005 30980 0 -1 4202560 801 0 0 0 1928 34 0 0 15 0 16 0 28497126 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31011] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31011/stat : 31011 (java) S 31003 31005 30980 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 16 0 28497127 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31012] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31012/stat : 31012 (java) S 31003 31005 30980 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28497127 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31013] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31013/stat : 31013 (java) S 31003 31005 30980 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28497131 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31014] ppid=31003 vsize=1540764 CPUtime=3.01
/proc/31005/task/31014/stat : 31014 (java) S 31003 31005 30980 0 -1 4202560 6146 0 0 0 299 2 0 0 15 0 16 0 28497131 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31015] ppid=31003 vsize=1540764 CPUtime=1.45
/proc/31005/task/31015/stat : 31015 (java) S 31003 31005 30980 0 -1 4202560 1552 0 0 0 145 0 0 0 16 0 16 0 28497131 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31016] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31016/stat : 31016 (java) S 31003 31005 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28497131 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31017] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31017/stat : 31017 (java) S 31003 31005 30980 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 28497131 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31018] ppid=31003 vsize=1540764 CPUtime=877.69
/proc/31005/task/31018/stat : 31018 (java) R 31003 31005 30980 0 -1 4202560 2541 0 0 0 87743 26 0 0 25 0 16 0 28497321 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4109586408 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31005/tid=31019] ppid=31003 vsize=1540764 CPUtime=881.28
/proc/31005/task/31019/stat : 31019 (java) R 31003 31005 30980 0 -1 4202560 3060 0 0 0 88112 16 0 0 25 0 16 0 28497321 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4109571200 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31005/tid=31020] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31020/stat : 31020 (java) S 31003 31005 30980 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28497405 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31021] ppid=31003 vsize=1540764 CPUtime=0
/proc/31005/task/31021/stat : 31021 (java) S 31003 31005 30980 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 28497406 1577742336 129873 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1540764

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

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

[startup+919.117 s]
/proc/loadavg: 2.03 1.99 1.63 3/123 31054
/proc/meminfo: memFree=1295960/2059040 swapFree=4140108/4192956
[pid=31005] ppid=31003 vsize=1541412 CPUtime=1800.25
/proc/31005/stat : 31005 (java) S 31003 31005 30980 0 -1 4202496 165310 0 1 0 179831 194 0 0 18 0 18 0 28497121 1578405888 129891 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31005/statm: 385353 129891 1450 10 0 382656 0
[pid=31005/tid=31007] ppid=31003 vsize=1541412 CPUtime=1.96
/proc/31005/task/31007/stat : 31007 (java) S 31003 31005 30980 0 -1 4202560 27508 0 1 0 183 13 0 0 15 0 18 0 28497123 1578405888 129891 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31008] ppid=31003 vsize=1541412 CPUtime=7.48
/proc/31005/task/31008/stat : 31008 (java) S 31003 31005 30980 0 -1 4202560 60389 0 0 0 701 47 0 0 15 0 18 0 28497124 1578405888 129891 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31009] ppid=31003 vsize=1541412 CPUtime=7.45
/proc/31005/task/31009/stat : 31009 (java) S 31003 31005 30980 0 -1 4202560 62168 0 0 0 695 50 0 0 15 0 18 0 28497125 1578405888 129891 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31010] ppid=31003 vsize=1541412 CPUtime=19.62
/proc/31005/task/31010/stat : 31010 (java) S 31003 31005 30980 0 -1 4202560 801 0 0 0 1928 34 0 0 15 0 18 0 28497126 1578405888 129891 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 0 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31011] ppid=31003 vsize=1541412 CPUtime=0
/proc/31005/task/31011/stat : 31011 (java) S 31003 31005 30980 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 18 0 28497127 1578405888 129891 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31012] ppid=31003 vsize=1541412 CPUtime=0
/proc/31005/task/31012/stat : 31012 (java) S 31003 31005 30980 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 28497127 1578405888 129891 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31013] ppid=31003 vsize=1541412 CPUtime=0
/proc/31005/task/31013/stat : 31013 (java) S 31003 31005 30980 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 28497131 1578405888 129891 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31014] ppid=31003 vsize=1541412 CPUtime=3.01
/proc/31005/task/31014/stat : 31014 (java) S 31003 31005 30980 0 -1 4202560 6147 0 0 0 299 2 0 0 15 0 18 0 28497131 1578405888 129891 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31015] ppid=31003 vsize=1541412 CPUtime=1.47
/proc/31005/task/31015/stat : 31015 (java) R 31003 31005 30980 0 -1 4202560 1553 0 0 0 147 0 0 0 15 0 18 0 28497131 1578405888 129892 1992294400 134512640 134550932 4287910160 18446744073709551615 102401075 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31005/tid=31016] ppid=31003 vsize=1541412 CPUtime=0
/proc/31005/task/31016/stat : 31016 (java) S 31003 31005 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 28497131 1578405888 129892 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31017] ppid=31003 vsize=1541412 CPUtime=0
/proc/31005/task/31017/stat : 31017 (java) S 31003 31005 30980 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 18 0 28497131 1578405888 129892 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
[pid=31005/tid=31018] ppid=31003 vsize=1541412 CPUtime=877.76
/proc/31005/task/31018/stat : 31018 (java) R 31003 31005 30980 0 -1 4202560 2541 0 0 0 87750 26 0 0 25 0 18 0 28497321 1578405888 129892 1992294400 134512640 134550932 4287910160 18446744073709551615 4109410470 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31005/tid=31019] ppid=31003 vsize=1541412 CPUtime=881.38
/proc/31005/task/31019/stat : 31019 (java) R 31003 31005 30980 0 -1 4202560 3060 0 0 0 88122 16 0 0 25 0 18 0 28497321 1578405888 129892 1992294400 134512640 134550932 4287910160 18446744073709551615 4109097968 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31005/tid=31020] ppid=31003 vsize=1541412 CPUtime=0
/proc/31005/task/31020/stat : 31020 (java) S 31003 31005 30980 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 18 0 28497405 1578405888 129893 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 0 0 0 0
[pid=31005/tid=31021] ppid=31003 vsize=1541412 CPUtime=0
/proc/31005/task/31021/stat : 31021 (java) S 31003 31005 30980 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 18 0 28497406 1578405888 129894 1992294400 134512640 134550932 4287910160 18446744073709551615 4294960144 0 4 0 16800975 18446604437830154432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1541412

Child status: 143
Real time (s): 919.196
CPU time (s): 1800.37
CPU user time (s): 1798.37
CPU system time (s): 1.9957
CPU usage (%): 195.863
Max. virtual memory (cumulated for all children) (KiB): 1542848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.37
system time used= 1.9957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165317
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= 31656
involuntary context switches= 54021

runsolver used 4.40533 second user time and 10.4594 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-14 22:46:54
IDJOB=2662172
IDBENCH=2412
IDSOLVER=1166
FILE ID=node025/2662172-1276548414
PBS_JOBID= 11173488
Free space on /tmp= 62568 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scsd1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662172-1276548414/watcher-2662172-1276548414 -o /tmp/evaluation-result-2662172-1276548414/solver-2662172-1276548414 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662172-1276548414.opb

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

MD5SUM BENCH= 34085e863ff461099a0ff7d8d6c87d4c
RANDOM SEED=50012690

node025.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.242
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.48
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.242
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:       1814492 kB
Buffers:         40952 kB
Cached:         114636 kB
SwapCached:       6616 kB
Active:          91776 kB
Inactive:        76896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1814492 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:            2424 kB
Writeback:           0 kB
AnonPages:       11336 kB
Mapped:          12956 kB
Slab:            53944 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182852 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= 62568 MiB
End job on node025 at 2010-06-14 23:02:15