Trace number 2662178

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.49 922.491

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-agg3.opb
MD5SUMbbee2849ae83900e79494d0f7a7c3755
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 variables9060
Total number of constraints429
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 constraints429
Minimum length of a constraint30
Maximum length of a constraint1440
Number of terms in the objective function 6930
Biggest coefficient in the objective function 53730040872960
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 8516865379203027
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 22763326668800000
Number of bits of the biggest number in a constraint 55
Biggest sum of numbers in a constraint 46271983665442689
Number of bits of the biggest sum of numbers56
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.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.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662178-1276551249.opb
0.23/0.21	c reading problem ... 
2.93/1.79	c ... done. Wall clock time 1.58s.
2.93/1.79	c #vars     9060
2.93/1.79	c #constraints  1619
2.93/1.79	c constraints type 
2.93/1.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 489
2.93/1.79	c constraints type 
2.93/1.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 489
9.29/4.93	c cleaning 2498 clauses out of 4997 with flag 5001/5001
14.66/7.71	c cleaning 4239 clauses out of 8499 with flag 11001/11001
20.69/10.81	c cleaning 5628 clauses out of 11260 with flag 18001/18001
27.92/14.56	c cleaning 6810 clauses out of 13632 with flag 26001/26001
37.10/19.22	c cleaning 7910 clauses out of 15821 with flag 35000/35000
46.48/24.05	c cleaning 8956 clauses out of 17912 with flag 45001/45001
56.43/29.11	c cleaning 9476 clauses out of 18955 with flag 55000/55000
65.18/33.69	c cleaning 9736 clauses out of 19479 with flag 65000/65000
72.54/37.46	c cleaning 9864 clauses out of 19743 with flag 75000/75000
80.30/41.44	c cleaning 9934 clauses out of 19879 with flag 85000/85000
89.45/46.13	c cleaning 9968 clauses out of 19945 with flag 95000/95000
110.91/57.03	c cleaning 9984 clauses out of 19977 with flag 105000/105000
119.96/61.77	c cleaning 9993 clauses out of 19993 with flag 115000/115000
130.27/67.05	c cleaning 9994 clauses out of 20002 with flag 125002/125002
137.76/70.97	c cleaning 9996 clauses out of 20006 with flag 135000/135000
148.63/76.53	c cleaning 10000 clauses out of 20011 with flag 145001/145001
159.44/82.15	c cleaning 9998 clauses out of 20010 with flag 155000/155000
172.70/88.99	c cleaning 9999 clauses out of 20014 with flag 165002/165002
187.73/96.62	c cleaning 10003 clauses out of 20013 with flag 175000/175000
202.17/104.08	c cleaning 10001 clauses out of 20011 with flag 185001/185001
217.13/111.75	c cleaning 9999 clauses out of 20009 with flag 195000/195000
231.76/119.23	c cleaning 9997 clauses out of 20010 with flag 205000/205000
247.37/127.24	c cleaning 9997 clauses out of 20013 with flag 215000/215000
261.20/134.30	c cleaning 9997 clauses out of 20016 with flag 225000/225000
275.77/141.82	c cleaning 10003 clauses out of 20019 with flag 235000/235000
289.79/149.05	c cleaning 9999 clauses out of 20016 with flag 245000/245000
305.40/157.07	c cleaning 9999 clauses out of 20017 with flag 255000/255000
319.81/164.49	c cleaning 10001 clauses out of 20018 with flag 265000/265000
335.54/172.53	c cleaning 10004 clauses out of 20018 with flag 275001/275001
351.35/180.61	c cleaning 10000 clauses out of 20013 with flag 285000/285000
366.54/188.45	c cleaning 10000 clauses out of 20014 with flag 295001/295001
380.96/195.86	c cleaning 9995 clauses out of 20013 with flag 305000/305000
396.27/203.76	c cleaning 10004 clauses out of 20019 with flag 315001/315001
410.89/211.21	c cleaning 10000 clauses out of 20015 with flag 325001/325001
435.99/224.08	c cleaning 9995 clauses out of 20014 with flag 335000/335000
468.62/240.63	c cleaning 9998 clauses out of 20019 with flag 345000/345000
503.02/258.58	c cleaning 10002 clauses out of 20021 with flag 355000/355000
538.95/277.26	c cleaning 10006 clauses out of 20020 with flag 365001/365001
574.01/295.00	c cleaning 10001 clauses out of 20014 with flag 375001/375001
609.07/312.88	c cleaning 10004 clauses out of 20013 with flag 385001/385001
644.52/330.97	c cleaning 9999 clauses out of 20010 with flag 395002/395002
679.28/348.63	c cleaning 10004 clauses out of 20010 with flag 405001/405001
714.22/366.48	c cleaning 9994 clauses out of 20005 with flag 415000/415000
749.15/384.21	c cleaning 10000 clauses out of 20011 with flag 425000/425000
783.99/402.08	c cleaning 10000 clauses out of 20012 with flag 435001/435001
818.73/419.78	c cleaning 9997 clauses out of 20011 with flag 445000/445000
853.64/437.59	c cleaning 9994 clauses out of 20014 with flag 455000/455000
888.36/455.22	c cleaning 10004 clauses out of 20020 with flag 465000/465000
923.35/473.16	c cleaning 10003 clauses out of 20017 with flag 475001/475001
961.63/492.62	c cleaning 9992 clauses out of 20013 with flag 485000/485000
999.14/511.79	c cleaning 10001 clauses out of 20022 with flag 495001/495001
1036.40/530.77	c cleaning 10001 clauses out of 20020 with flag 505000/505000
1072.55/549.24	c cleaning 10004 clauses out of 20020 with flag 515001/515001
1107.23/566.91	c cleaning 9997 clauses out of 20015 with flag 525000/525000
1141.50/584.42	c cleaning 10007 clauses out of 20019 with flag 535001/535001
1175.40/601.77	c cleaning 10001 clauses out of 20012 with flag 545001/545001
1198.26/613.55	c cleaning 0 clauses out of 5001 with flag 0/5001
1210.50/619.98	c cleaning 9991 clauses out of 20010 with flag 555000/555000
1244.93/637.56	c cleaning 10003 clauses out of 20020 with flag 565001/565001
1280.95/655.98	c cleaning 10007 clauses out of 20016 with flag 575000/575000
1318.37/675.14	c cleaning 9999 clauses out of 20010 with flag 585001/585001
1356.75/694.74	c cleaning 10005 clauses out of 20011 with flag 595001/595001
1394.91/714.27	c cleaning 10003 clauses out of 20005 with flag 605000/605000
1430.30/732.36	c cleaning 9996 clauses out of 20002 with flag 615000/615000
1466.48/750.93	c cleaning 10004 clauses out of 20007 with flag 625001/625001
1502.85/769.56	c cleaning 10001 clauses out of 20002 with flag 635000/635000
1540.39/788.78	c cleaning 9990 clauses out of 20001 with flag 645000/645000
1578.34/808.20	c cleaning 10002 clauses out of 20011 with flag 655000/655000
1615.62/827.35	c cleaning 10003 clauses out of 20010 with flag 665001/665001
1653.53/846.78	c cleaning 9998 clauses out of 20006 with flag 675000/675000
1691.21/866.05	c cleaning 9995 clauses out of 20008 with flag 685000/685000
1725.90/883.83	c cleaning 10002 clauses out of 20013 with flag 695000/695000
1760.55/901.75	c cleaning 9994 clauses out of 20012 with flag 705001/705001
1795.01/919.40	c cleaning 10004 clauses out of 20017 with flag 715000/715000
1800.16/922.32	c starts		: 169
1800.16/922.32	c conflicts		: 716403
1800.16/922.32	c decisions		: 773095
1800.16/922.32	c propagations		: 6900580
1800.16/922.32	c inspects		: 310038535
1800.16/922.32	c learnt literals	: 4
1800.16/922.32	c learnt binary clauses	: 48
1800.16/922.32	c learnt ternary clauses	: 131
1800.16/922.32	c learnt clauses	: 716398
1800.16/922.32	c ignored clauses	: 0
1800.16/922.32	c root simplifications	: 0
1800.16/922.32	c removed literals (reason simplification)	: 88700293
1800.16/922.32	c reason swapping (by a shorter reason)	: 0
1800.16/922.32	c Calls to reduceDB	: 73
1800.16/922.32	c number of reductions to clauses (during analyze)	: 0
1800.16/922.32	c number of learned constraints concerned by reduction	: 0
1800.16/922.32	c number of learning phase by resolution	: 0
1800.16/922.32	c number of learning phase by cutting planes	: 0
1800.16/922.32	c speed (assignments/second)	: 7496.385199251294
1800.16/922.32	c non guided choices	5034
1800.38/922.43	c learnt constraints type 
1800.38/922.43	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11422
1800.38/922.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 48
1800.38/922.43	c constraints type 
1800.38/922.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 489
1800.38/922.43	c constraints type 
1800.38/922.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 489
1800.38/922.43	s UNKNOWN
1800.38/922.43	c Total wall clock time (in seconds): 922.219

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-2662178-1276551249/watcher-2662178-1276551249 -o /tmp/evaluation-result-2662178-1276551249/solver-2662178-1276551249 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662178-1276551249.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.91 2.00 1.67 3/106 760
/proc/meminfo: memFree=1825652/2059040 swapFree=4140420/4192956
[pid=760] ppid=758 vsize=24036 CPUtime=0
/proc/760/stat : 760 (runsolver) S 758 760 32636 0 -1 4202560 81 0 0 0 0 0 0 0 19 0 1 0 28781229 24612864 106 1992294400 4194304 4302564 140735678469504 18446744073709551615 271797822455 0 2147483391 4096 24578 18446744071699387582 0 0 17 1 0 0 0
/proc/760/statm: 6009 106 69 27 0 2647 0

[startup+0.0330151 s]
/proc/loadavg: 1.91 2.00 1.67 3/106 760
/proc/meminfo: memFree=1825652/2059040 swapFree=4140420/4192956
[pid=760] ppid=758 vsize=1518368 CPUtime=0.01
/proc/760/stat : 760 (java) S 758 760 32636 0 -1 4202496 2793 0 1 0 0 1 0 0 18 0 4 0 28781229 1554808832 2235 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/760/statm: 379592 2235 519 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.101017 s]
/proc/loadavg: 1.91 2.00 1.67 3/106 760
/proc/meminfo: memFree=1825652/2059040 swapFree=4140420/4192956
[pid=760] ppid=758 vsize=1524180 CPUtime=0.08
/proc/760/stat : 760 (java) S 758 760 32636 0 -1 4202496 3955 0 1 0 6 2 0 0 18 0 12 0 28781229 1560760320 3393 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/760/statm: 381045 3393 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301062 s]
/proc/loadavg: 1.91 2.00 1.67 3/106 760
/proc/meminfo: memFree=1825652/2059040 swapFree=4140420/4192956
[pid=760] ppid=758 vsize=1526712 CPUtime=0.4
/proc/760/stat : 760 (java) S 758 760 32636 0 -1 4202496 5503 0 1 0 37 3 0 0 18 0 12 0 28781229 1563353088 4938 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/760/statm: 381678 4938 1364 10 0 378981 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526712

[startup+0.701133 s]
/proc/loadavg: 1.91 2.00 1.67 3/106 760
/proc/meminfo: memFree=1825652/2059040 swapFree=4140420/4192956
[pid=760] ppid=758 vsize=1530340 CPUtime=1.15
/proc/760/stat : 760 (java) S 758 760 32636 0 -1 4202496 9130 0 1 0 111 4 0 0 18 0 12 0 28781229 1567068160 8339 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/760/statm: 382585 8342 1405 10 0 379888 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1530340

[startup+1.50128 s]
/proc/loadavg: 1.91 2.00 1.67 4/118 772
/proc/meminfo: memFree=1775400/2059040 swapFree=4140420/4192956
[pid=760] ppid=758 vsize=1539852 CPUtime=2.73
/proc/760/stat : 760 (java) S 758 760 32636 0 -1 4202496 24492 0 1 0 262 11 0 0 18 0 12 0 28781229 1576808448 21203 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/760/statm: 384963 21204 1406 10 0 382266 0
[pid=760/tid=762] ppid=758 vsize=1539852 CPUtime=1.45
/proc/760/task/762/stat : 762 (java) R 758 760 32636 0 -1 4202560 16741 0 1 0 137 8 0 0 18 0 12 0 28781231 1576808448 21206 1992294400 134512640 134550932 4290332800 18446744073709551615 4109189145 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=760/tid=763] ppid=758 vsize=1539852 CPUtime=0
/proc/760/task/763/stat : 763 (java) S 758 760 32636 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 28781232 1576808448 21210 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=764] ppid=758 vsize=1539852 CPUtime=0
/proc/760/task/764/stat : 764 (java) S 758 760 32636 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 28781232 1576808448 21210 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=765] ppid=758 vsize=1539852 CPUtime=0
/proc/760/task/765/stat : 765 (java) S 758 760 32636 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28781234 1576808448 21211 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=766] ppid=758 vsize=1539852 CPUtime=0
/proc/760/task/766/stat : 766 (java) S 758 760 32636 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 28781234 1576808448 21214 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=767] ppid=758 vsize=1539852 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 758 760 32636 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 28781234 1576808448 21218 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=768] ppid=758 vsize=1539852 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 758 760 32636 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 28781238 1576808448 21220 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=769] ppid=758 vsize=1539852 CPUtime=1.02
/proc/760/task/769/stat : 769 (java) S 758 760 32636 0 -1 4202560 5938 0 0 0 100 2 0 0 18 0 12 0 28781239 1576808448 21220 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=770] ppid=758 vsize=1539852 CPUtime=0.24
/proc/760/task/770/stat : 770 (java) S 758 760 32636 0 -1 4202560 753 0 0 0 24 0 0 0 25 0 12 0 28781239 1576808448 21222 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=771] ppid=758 vsize=1539852 CPUtime=0
/proc/760/task/771/stat : 771 (java) S 758 760 32636 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 28781239 1576808448 21224 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=772] ppid=758 vsize=1539852 CPUtime=0
/proc/760/task/772/stat : 772 (java) S 758 760 32636 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 28781239 1576808448 21228 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1539852

[startup+3.10258 s]
/proc/loadavg: 1.91 2.00 1.67 7/120 774
/proc/meminfo: memFree=1706688/2059040 swapFree=4140420/4192956
[pid=760] ppid=758 vsize=1542172 CPUtime=5.7
/proc/760/stat : 760 (java) S 758 760 32636 0 -1 4202496 44906 0 1 0 549 21 0 0 18 0 16 0 28781229 1579184128 40594 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/760/statm: 385543 40594 1438 10 0 382846 0
[pid=760/tid=762] ppid=758 vsize=1542172 CPUtime=1.75
/proc/760/task/762/stat : 762 (java) S 758 760 32636 0 -1 4202560 24180 0 1 0 164 11 0 0 18 0 16 0 28781231 1579184128 40594 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=763] ppid=758 vsize=1542172 CPUtime=0.08
/proc/760/task/763/stat : 763 (java) S 758 760 32636 0 -1 4202560 2341 0 0 0 7 1 0 0 18 0 16 0 28781232 1579184128 40594 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=764] ppid=758 vsize=1542172 CPUtime=0.08
/proc/760/task/764/stat : 764 (java) S 758 760 32636 0 -1 4202560 1933 0 0 0 7 1 0 0 18 0 16 0 28781232 1579184128 40594 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=765] ppid=758 vsize=1542172 CPUtime=0
/proc/760/task/765/stat : 765 (java) S 758 760 32636 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 16 0 28781234 1579184128 40594 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=766] ppid=758 vsize=1542172 CPUtime=0
/proc/760/task/766/stat : 766 (java) S 758 760 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28781234 1579184128 40594 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=767] ppid=758 vsize=1542172 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 758 760 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28781234 1579184128 40594 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=768] ppid=758 vsize=1542172 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 758 760 32636 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 28781238 1579184128 40594 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=769] ppid=758 vsize=1542172 CPUtime=2.2
/proc/760/task/769/stat : 769 (java) R 758 760 32636 0 -1 4202560 7224 0 0 0 218 2 0 0 16 0 16 0 28781239 1579184128 40594 1992294400 134512640 134550932 4290332800 18446744073709551615 104164045 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=760/tid=770] ppid=758 vsize=1542172 CPUtime=0.42
/proc/760/task/770/stat : 770 (java) R 758 760 32636 0 -1 4202560 767 0 0 0 42 0 0 0 22 0 16 0 28781239 1579184128 40594 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=760/tid=771] ppid=758 vsize=1542172 CPUtime=0
/proc/760/task/771/stat : 771 (java) S 758 760 32636 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28781239 1579184128 40594 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=772] ppid=758 vsize=1542172 CPUtime=0
/proc/760/task/772/stat : 772 (java) S 758 760 32636 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 28781239 1579184128 40594 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=773] ppid=758 vsize=1542172 CPUtime=0.49
/proc/760/task/773/stat : 773 (java) R 758 760 32636 0 -1 4202560 2166 0 0 0 49 0 0 0 21 0 16 0 28781409 1579184128 40594 1992294400 134512640 134550932 4290332800 18446744073709551615 4108909302 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=760/tid=774] ppid=758 vsize=1542172 CPUtime=0.6
/proc/760/task/774/stat : 774 (java) R 758 760 32636 0 -1 4202560 5215 0 0 0 58 2 0 0 18 0 16 0 28781409 1579184128 40594 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=760/tid=775] ppid=758 vsize=1542172 CPUtime=0
/proc/760/task/775/stat : 775 (java) S 758 760 32636 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28781439 1579184128 40594 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 1542172

[startup+6.30218 s]
/proc/loadavg: 1.92 2.00 1.67 5/122 776
/proc/meminfo: memFree=1623840/2059040 swapFree=4140420/4192956
[pid=760] ppid=758 vsize=1541908 CPUtime=11.89
/proc/760/stat : 760 (java) S 758 760 32636 0 -1 4202496 57752 0 1 0 1163 26 0 0 18 0 16 0 28781229 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/760/statm: 385477 51453 1445 10 0 382780 0
[pid=760/tid=762] ppid=758 vsize=1541908 CPUtime=1.75
/proc/760/task/762/stat : 762 (java) S 758 760 32636 0 -1 4202560 24180 0 1 0 164 11 0 0 17 0 16 0 28781231 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=763] ppid=758 vsize=1541908 CPUtime=0.36
/proc/760/task/763/stat : 763 (java) S 758 760 32636 0 -1 4202560 5401 0 0 0 33 3 0 0 15 0 16 0 28781232 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=764] ppid=758 vsize=1541908 CPUtime=0.36
/proc/760/task/764/stat : 764 (java) S 758 760 32636 0 -1 4202560 4522 0 0 0 34 2 0 0 16 0 16 0 28781232 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=765] ppid=758 vsize=1541908 CPUtime=0.14
/proc/760/task/765/stat : 765 (java) S 758 760 32636 0 -1 4202560 4713 0 0 0 13 1 0 0 15 0 16 0 28781234 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=766] ppid=758 vsize=1541908 CPUtime=0
/proc/760/task/766/stat : 766 (java) S 758 760 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28781234 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=767] ppid=758 vsize=1541908 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 758 760 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28781234 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=768] ppid=758 vsize=1541908 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 758 760 32636 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 28781238 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=769] ppid=758 vsize=1541908 CPUtime=2.8
/proc/760/task/769/stat : 769 (java) S 758 760 32636 0 -1 4202560 8360 0 0 0 278 2 0 0 15 0 16 0 28781239 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=770] ppid=758 vsize=1541908 CPUtime=0.96
/proc/760/task/770/stat : 770 (java) S 758 760 32636 0 -1 4202560 1584 0 0 0 96 0 0 0 15 0 16 0 28781239 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=771] ppid=758 vsize=1541908 CPUtime=0
/proc/760/task/771/stat : 771 (java) S 758 760 32636 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28781239 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=772] ppid=758 vsize=1541908 CPUtime=0
/proc/760/task/772/stat : 772 (java) S 758 760 32636 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 28781239 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=773] ppid=758 vsize=1541908 CPUtime=2.58
/proc/760/task/773/stat : 773 (java) R 758 760 32636 0 -1 4202560 2171 0 0 0 258 0 0 0 17 0 16 0 28781409 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4109464043 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=760/tid=774] ppid=758 vsize=1541908 CPUtime=2.84
/proc/760/task/774/stat : 774 (java) R 758 760 32636 0 -1 4202560 5749 0 0 0 281 3 0 0 17 0 16 0 28781409 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4109666579 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=760/tid=775] ppid=758 vsize=1541908 CPUtime=0
/proc/760/task/775/stat : 775 (java) S 758 760 32636 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28781439 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=776] ppid=758 vsize=1541908 CPUtime=0
/proc/760/task/776/stat : 776 (java) S 758 760 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 28781459 1578913792 51453 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 1541908

[startup+12.7024 s]
/proc/loadavg: 1.92 2.00 1.67 3/122 776
/proc/meminfo: memFree=1612308/2059040 swapFree=4140420/4192956
[pid=760] ppid=758 vsize=1541908 CPUtime=24.34
/proc/760/stat : 760 (java) S 758 760 32636 0 -1 4202496 61290 0 1 0 2406 28 0 0 18 0 16 0 28781229 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/760/statm: 385477 54535 1445 10 0 382780 0
[pid=760/tid=762] ppid=758 vsize=1541908 CPUtime=1.75
/proc/760/task/762/stat : 762 (java) S 758 760 32636 0 -1 4202560 24180 0 1 0 164 11 0 0 15 0 16 0 28781231 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=763] ppid=758 vsize=1541908 CPUtime=0.46
/proc/760/task/763/stat : 763 (java) S 758 760 32636 0 -1 4202560 7139 0 0 0 43 3 0 0 15 0 16 0 28781232 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=764] ppid=758 vsize=1541908 CPUtime=0.46
/proc/760/task/764/stat : 764 (java) S 758 760 32636 0 -1 4202560 6270 0 0 0 43 3 0 0 16 0 16 0 28781232 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=765] ppid=758 vsize=1541908 CPUtime=0.4
/proc/760/task/765/stat : 765 (java) S 758 760 32636 0 -1 4202560 4724 0 0 0 39 1 0 0 15 0 16 0 28781234 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=766] ppid=758 vsize=1541908 CPUtime=0
/proc/760/task/766/stat : 766 (java) S 758 760 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28781234 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=767] ppid=758 vsize=1541908 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 758 760 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28781234 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=768] ppid=758 vsize=1541908 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 758 760 32636 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 28781238 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=769] ppid=758 vsize=1541908 CPUtime=2.82
/proc/760/task/769/stat : 769 (java) S 758 760 32636 0 -1 4202560 8360 0 0 0 280 2 0 0 15 0 16 0 28781239 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=770] ppid=758 vsize=1541908 CPUtime=1.28
/proc/760/task/770/stat : 770 (java) S 758 760 32636 0 -1 4202560 1603 0 0 0 128 0 0 0 15 0 16 0 28781239 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=771] ppid=758 vsize=1541908 CPUtime=0
/proc/760/task/771/stat : 771 (java) S 758 760 32636 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28781239 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=772] ppid=758 vsize=1541908 CPUtime=0
/proc/760/task/772/stat : 772 (java) S 758 760 32636 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 28781239 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=773] ppid=758 vsize=1541908 CPUtime=8.59
/proc/760/task/773/stat : 773 (java) R 758 760 32636 0 -1 4202560 2185 0 0 0 859 0 0 0 25 0 16 0 28781409 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4109557343 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=760/tid=774] ppid=758 vsize=1541908 CPUtime=8.5
/proc/760/task/774/stat : 774 (java) R 758 760 32636 0 -1 4202560 5757 0 0 0 847 3 0 0 18 0 16 0 28781409 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4109536026 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=760/tid=775] ppid=758 vsize=1541908 CPUtime=0
/proc/760/task/775/stat : 775 (java) S 758 760 32636 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28781439 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=776] ppid=758 vsize=1541908 CPUtime=0
/proc/760/task/776/stat : 776 (java) S 758 760 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 28781459 1578913792 54535 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.34
Current children cumulated vsize (KiB) 1541908

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

/proc/760/task/775/stat : 775 (java) S 758 760 32636 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28781439 1581010944 94025 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=776] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/776/stat : 776 (java) S 758 760 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 28781459 1581010944 94025 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1488.58
Current children cumulated vsize (KiB) 1543956

[startup+822.303 s]
/proc/loadavg: 2.04 2.05 1.88 3/122 801
/proc/meminfo: memFree=1446396/2059040 swapFree=4140420/4192956
[pid=760] ppid=758 vsize=1543956 CPUtime=1605.71
/proc/760/stat : 760 (java) S 758 760 32636 0 -1 4202496 108122 0 1 0 160453 118 0 0 18 0 16 0 28781229 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/760/statm: 385989 95441 1449 10 0 383292 0
[pid=760/tid=762] ppid=758 vsize=1543956 CPUtime=1.75
/proc/760/task/762/stat : 762 (java) S 758 760 32636 0 -1 4202560 24193 0 1 0 164 11 0 0 15 0 16 0 28781231 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=763] ppid=758 vsize=1543956 CPUtime=6.92
/proc/760/task/763/stat : 763 (java) S 758 760 32636 0 -1 4202560 28841 0 0 0 671 21 0 0 15 0 16 0 28781232 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=764] ppid=758 vsize=1543956 CPUtime=6.9
/proc/760/task/764/stat : 764 (java) S 758 760 32636 0 -1 4202560 27421 0 0 0 668 22 0 0 16 0 16 0 28781232 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=765] ppid=758 vsize=1543956 CPUtime=22.92
/proc/760/task/765/stat : 765 (java) S 758 760 32636 0 -1 4202560 6598 0 0 0 2283 9 0 0 15 0 16 0 28781234 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=766] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/766/stat : 766 (java) S 758 760 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28781234 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=767] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 758 760 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28781234 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=768] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 758 760 32636 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 28781238 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=769] ppid=758 vsize=1543956 CPUtime=3.39
/proc/760/task/769/stat : 769 (java) S 758 760 32636 0 -1 4202560 9764 0 0 0 336 3 0 0 15 0 16 0 28781239 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=770] ppid=758 vsize=1543956 CPUtime=1.87
/proc/760/task/770/stat : 770 (java) S 758 760 32636 0 -1 4202560 1654 0 0 0 187 0 0 0 15 0 16 0 28781239 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=771] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/771/stat : 771 (java) S 758 760 32636 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28781239 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=772] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/772/stat : 772 (java) S 758 760 32636 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 28781239 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=773] ppid=758 vsize=1543956 CPUtime=783.95
/proc/760/task/773/stat : 773 (java) R 758 760 32636 0 -1 4202560 2525 0 0 0 78364 31 0 0 25 0 16 0 28781409 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4109636549 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=760/tid=774] ppid=758 vsize=1543956 CPUtime=777.91
/proc/760/task/774/stat : 774 (java) R 758 760 32636 0 -1 4202560 6008 0 0 0 77776 15 0 0 25 0 16 0 28781409 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4109175485 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=760/tid=775] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/775/stat : 775 (java) S 758 760 32636 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28781439 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=776] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/776/stat : 776 (java) S 758 760 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 28781459 1581010944 95441 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1605.71
Current children cumulated vsize (KiB) 1543956

[startup+882.301 s]
/proc/loadavg: 2.07 2.05 1.89 3/122 803
/proc/meminfo: memFree=1425688/2059040 swapFree=4140420/4192956
[pid=760] ppid=758 vsize=1543956 CPUtime=1722.93
/proc/760/stat : 760 (java) S 758 760 32636 0 -1 4202496 113789 0 1 0 172168 125 0 0 18 0 16 0 28781229 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/760/statm: 385989 100604 1449 10 0 383292 0
[pid=760/tid=762] ppid=758 vsize=1543956 CPUtime=1.75
/proc/760/task/762/stat : 762 (java) S 758 760 32636 0 -1 4202560 24194 0 1 0 164 11 0 0 15 0 16 0 28781231 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=763] ppid=758 vsize=1543956 CPUtime=7.76
/proc/760/task/763/stat : 763 (java) S 758 760 32636 0 -1 4202560 31312 0 0 0 754 22 0 0 16 0 16 0 28781232 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=764] ppid=758 vsize=1543956 CPUtime=7.75
/proc/760/task/764/stat : 764 (java) S 758 760 32636 0 -1 4202560 30045 0 0 0 751 24 0 0 16 0 16 0 28781232 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=765] ppid=758 vsize=1543956 CPUtime=24.67
/proc/760/task/765/stat : 765 (java) S 758 760 32636 0 -1 4202560 7119 0 0 0 2457 10 0 0 15 0 16 0 28781234 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=766] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/766/stat : 766 (java) S 758 760 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28781234 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=767] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 758 760 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28781234 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=768] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 758 760 32636 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 28781238 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=769] ppid=758 vsize=1543956 CPUtime=3.39
/proc/760/task/769/stat : 769 (java) S 758 760 32636 0 -1 4202560 9764 0 0 0 336 3 0 0 15 0 16 0 28781239 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=770] ppid=758 vsize=1543956 CPUtime=1.9
/proc/760/task/770/stat : 770 (java) S 758 760 32636 0 -1 4202560 1654 0 0 0 190 0 0 0 16 0 16 0 28781239 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=771] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/771/stat : 771 (java) S 758 760 32636 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28781239 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=772] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/772/stat : 772 (java) S 758 760 32636 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 28781239 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=773] ppid=758 vsize=1543956 CPUtime=840.75
/proc/760/task/773/stat : 773 (java) R 758 760 32636 0 -1 4202560 2547 0 0 0 84042 33 0 0 25 0 16 0 28781409 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4109557444 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=760/tid=774] ppid=758 vsize=1543956 CPUtime=834.88
/proc/760/task/774/stat : 774 (java) R 758 760 32636 0 -1 4202560 6032 0 0 0 83470 18 0 0 25 0 16 0 28781409 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4109484528 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=760/tid=775] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/775/stat : 775 (java) S 758 760 32636 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28781439 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=776] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/776/stat : 776 (java) S 758 760 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 28781459 1581010944 100604 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1722.93
Current children cumulated vsize (KiB) 1543956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.302 s]
/proc/loadavg: 1.96 2.03 1.89 3/122 803
/proc/meminfo: memFree=1424200/2059040 swapFree=4140420/4192956
[pid=760] ppid=758 vsize=1543956 CPUtime=1800.16
/proc/760/stat : 760 (java) S 758 760 32636 0 -1 4202496 114184 0 1 0 179887 129 0 0 18 0 16 0 28781229 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/760/statm: 385989 100962 1449 10 0 383292 0
[pid=760/tid=762] ppid=758 vsize=1543956 CPUtime=1.75
/proc/760/task/762/stat : 762 (java) S 758 760 32636 0 -1 4202560 24195 0 1 0 164 11 0 0 15 0 16 0 28781231 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=763] ppid=758 vsize=1543956 CPUtime=8.29
/proc/760/task/763/stat : 763 (java) S 758 760 32636 0 -1 4202560 31407 0 0 0 807 22 0 0 15 0 16 0 28781232 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=764] ppid=758 vsize=1543956 CPUtime=8.27
/proc/760/task/764/stat : 764 (java) S 758 760 32636 0 -1 4202560 30311 0 0 0 802 25 0 0 16 0 16 0 28781232 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=765] ppid=758 vsize=1543956 CPUtime=26.75
/proc/760/task/765/stat : 765 (java) S 758 760 32636 0 -1 4202560 7121 0 0 0 2665 10 0 0 15 0 16 0 28781234 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=766] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/766/stat : 766 (java) S 758 760 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28781234 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=767] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 758 760 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28781234 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=768] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 758 760 32636 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 28781238 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=769] ppid=758 vsize=1543956 CPUtime=3.39
/proc/760/task/769/stat : 769 (java) S 758 760 32636 0 -1 4202560 9764 0 0 0 336 3 0 0 15 0 16 0 28781239 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=770] ppid=758 vsize=1543956 CPUtime=1.9
/proc/760/task/770/stat : 770 (java) S 758 760 32636 0 -1 4202560 1654 0 0 0 190 0 0 0 16 0 16 0 28781239 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=771] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/771/stat : 771 (java) S 758 760 32636 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 28781239 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=772] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/772/stat : 772 (java) S 758 760 32636 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 28781239 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=773] ppid=758 vsize=1543956 CPUtime=878.12
/proc/760/task/773/stat : 773 (java) R 758 760 32636 0 -1 4202560 2560 0 0 0 87777 35 0 0 25 0 16 0 28781409 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4109557346 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=760/tid=774] ppid=758 vsize=1543956 CPUtime=871.6
/proc/760/task/774/stat : 774 (java) R 758 760 32636 0 -1 4202560 6048 0 0 0 87142 18 0 0 25 0 16 0 28781409 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4109483497 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=760/tid=775] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/775/stat : 775 (java) S 758 760 32636 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 28781439 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=776] ppid=758 vsize=1543956 CPUtime=0
/proc/760/task/776/stat : 776 (java) S 758 760 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 28781459 1581010944 100962 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1543956

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

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

[startup+922.417 s]
/proc/loadavg: 1.96 2.03 1.89 3/122 803
/proc/meminfo: memFree=1424200/2059040 swapFree=4140420/4192956
[pid=760] ppid=758 vsize=1544604 CPUtime=1800.38
/proc/760/stat : 760 (java) S 758 760 32636 0 -1 4202496 114202 0 1 0 179909 129 0 0 18 0 18 0 28781229 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/760/statm: 386151 100980 1449 10 0 383454 0
[pid=760/tid=762] ppid=758 vsize=1544604 CPUtime=1.75
/proc/760/task/762/stat : 762 (java) S 758 760 32636 0 -1 4202560 24195 0 1 0 164 11 0 0 15 0 18 0 28781231 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=763] ppid=758 vsize=1544604 CPUtime=8.29
/proc/760/task/763/stat : 763 (java) S 758 760 32636 0 -1 4202560 31407 0 0 0 807 22 0 0 15 0 18 0 28781232 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=764] ppid=758 vsize=1544604 CPUtime=8.27
/proc/760/task/764/stat : 764 (java) S 758 760 32636 0 -1 4202560 30311 0 0 0 802 25 0 0 16 0 18 0 28781232 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=765] ppid=758 vsize=1544604 CPUtime=26.75
/proc/760/task/765/stat : 765 (java) S 758 760 32636 0 -1 4202560 7121 0 0 0 2665 10 0 0 15 0 18 0 28781234 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 0 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=766] ppid=758 vsize=1544604 CPUtime=0
/proc/760/task/766/stat : 766 (java) S 758 760 32636 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 28781234 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=767] ppid=758 vsize=1544604 CPUtime=0
/proc/760/task/767/stat : 767 (java) S 758 760 32636 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 28781234 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=768] ppid=758 vsize=1544604 CPUtime=0
/proc/760/task/768/stat : 768 (java) S 758 760 32636 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 28781238 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=769] ppid=758 vsize=1544604 CPUtime=3.39
/proc/760/task/769/stat : 769 (java) S 758 760 32636 0 -1 4202560 9764 0 0 0 336 3 0 0 15 0 18 0 28781239 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=770] ppid=758 vsize=1544604 CPUtime=1.9
/proc/760/task/770/stat : 770 (java) S 758 760 32636 0 -1 4202560 1654 0 0 0 190 0 0 0 16 0 18 0 28781239 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=771] ppid=758 vsize=1544604 CPUtime=0
/proc/760/task/771/stat : 771 (java) S 758 760 32636 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 28781239 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
[pid=760/tid=772] ppid=758 vsize=1544604 CPUtime=0
/proc/760/task/772/stat : 772 (java) S 758 760 32636 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 18 0 28781239 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=773] ppid=758 vsize=1544604 CPUtime=878.22
/proc/760/task/773/stat : 773 (java) R 758 760 32636 0 -1 4202560 2560 0 0 0 87787 35 0 0 25 0 18 0 28781409 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4109686010 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=760/tid=774] ppid=758 vsize=1544604 CPUtime=871.7
/proc/760/task/774/stat : 774 (java) R 758 760 32636 0 -1 4202560 6048 0 0 0 87152 18 0 0 25 0 18 0 28781409 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4109168121 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=760/tid=775] ppid=758 vsize=1544604 CPUtime=0
/proc/760/task/775/stat : 775 (java) S 758 760 32636 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 28781439 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 1 0 0 0
[pid=760/tid=776] ppid=758 vsize=1544604 CPUtime=0
/proc/760/task/776/stat : 776 (java) S 758 760 32636 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 18 0 28781459 1581674496 100980 1992294400 134512640 134550932 4290332800 18446744073709551615 4294960144 0 4 0 16800975 18446604437835703616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 1544604

Child status: 143
Real time (s): 922.491
CPU time (s): 1800.49
CPU user time (s): 1799.15
CPU system time (s): 1.3338
CPU usage (%): 195.177
Max. virtual memory (cumulated for all children) (KiB): 1546004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 1.3338
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114208
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= 27813
involuntary context switches= 52105

runsolver used 5.18321 second user time and 9.67653 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-14 23:34:09
IDJOB=2662178
IDBENCH=2423
IDSOLVER=1166
FILE ID=node019/2662178-1276551249
PBS_JOBID= 11173479
Free space on /tmp= 62380 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-agg3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662178-1276551249/watcher-2662178-1276551249 -o /tmp/evaluation-result-2662178-1276551249/solver-2662178-1276551249 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662178-1276551249.opb

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

MD5SUM BENCH= bbee2849ae83900e79494d0f7a7c3755
RANDOM SEED=1628132723

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1826048 kB
Buffers:         35708 kB
Cached:         105920 kB
SwapCached:       5712 kB
Active:          79912 kB
Inactive:        74328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1826048 kB
SwapTotal:     4192956 kB
SwapFree:      4140420 kB
Dirty:            1776 kB
Writeback:           0 kB
AnonPages:       11020 kB
Mapped:          13180 kB
Slab:            56908 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180712 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= 62376 MiB
End job on node019 at 2010-06-14 23:49:33