Trace number 2662141

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.68 929.64

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-bienst1.opb
MD5SUMc5d594af626243e56994c23d5a3c48e8
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 variables13806
Total number of constraints604
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints600
Minimum length of a constraint7
Maximum length of a constraint390
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 13958659059
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.21/0.24	c Pseudo Boolean Optimization
0.21/0.24	c ManyCore solver with 2 solvers running in parallel
0.21/0.24	c --- Begin Solver configuration ---
0.21/0.24	c Stops conflict analysis at the first Unique Implication Point
0.21/0.24	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.21/0.24	c Learn all clauses as in MiniSAT
0.21/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.24	c Expensive reason simplification
0.21/0.24	c Armin Biere (Picosat) restarts strategy
0.21/0.24	c Glucose learned constraints deletion strategy
0.21/0.24	c timeout=2147483s
0.21/0.24	c DB Simplification allowed=false
0.21/0.24	c --- End Solver configuration ---
0.21/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.24	c --- Begin Solver configuration ---
0.21/0.24	c Stops conflict analysis at the first Unique Implication Point
0.21/0.24	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.21/0.24	c Learn all clauses as in MiniSAT
0.21/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.24	c No reason simplification
0.21/0.24	c Armin Biere (Picosat) restarts strategy
0.21/0.24	c Glucose learned constraints deletion strategy
0.21/0.24	c timeout=2147483s
0.21/0.24	c DB Simplification allowed=false
0.21/0.24	c --- End Solver configuration ---
0.21/0.24	
0.21/0.24	c solving HOME/instance-2662141-1276527779.opb
0.21/0.24	c reading problem ... 
2.50/1.64	c ... done. Wall clock time 1.409s.
2.50/1.64	c #vars     13806
2.50/1.64	c #constraints  5905
2.50/1.64	c constraints type 
2.50/1.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
2.50/1.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
2.50/1.64	c constraints type 
2.50/1.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
2.50/1.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
27.45/14.29	c cleaning 2483 clauses out of 4987 with flag 5000/5000
55.28/28.39	c cleaning 4245 clauses out of 8495 with flag 11000/11000
78.52/40.13	c cleaning 5610 clauses out of 11244 with flag 18001/18001
101.91/52.03	c cleaning 6808 clauses out of 13631 with flag 26001/26001
138.69/70.71	c cleaning 7907 clauses out of 15821 with flag 35001/35001
165.97/84.62	c cleaning 8944 clauses out of 17905 with flag 45000/45000
203.32/103.61	c cleaning 9467 clauses out of 18961 with flag 55001/55001
232.52/118.50	c cleaning 9736 clauses out of 19490 with flag 65000/65000
251.32/128.24	c cleaning 9859 clauses out of 19753 with flag 75000/75000
284.48/145.13	c cleaning 9933 clauses out of 19888 with flag 85000/85000
319.97/163.22	c cleaning 9965 clauses out of 19957 with flag 95003/95003
347.27/177.25	c cleaning 9986 clauses out of 19989 with flag 105000/105000
379.98/194.02	c cleaning 9985 clauses out of 20003 with flag 115000/115000
408.87/208.87	c cleaning 9979 clauses out of 20015 with flag 125001/125001
450.78/230.27	c cleaning 10003 clauses out of 20036 with flag 135001/135001
456.02/233.13	c cleaning 0 clauses out of 5001 with flag 0/5001
483.43/247.31	c cleaning 10002 clauses out of 20031 with flag 145001/145001
510.43/261.27	c cleaning 9997 clauses out of 20029 with flag 155001/155001
539.80/276.32	c cleaning 10001 clauses out of 20031 with flag 165000/165000
566.36/290.06	c cleaning 9995 clauses out of 20029 with flag 175000/175000
589.34/302.10	c cleaning 10001 clauses out of 20037 with flag 185003/185003
613.91/314.76	c cleaning 10006 clauses out of 20027 with flag 195000/195000
634.08/325.27	c cleaning 9970 clauses out of 20020 with flag 205000/205000
666.76/342.06	c cleaning 10015 clauses out of 20050 with flag 215000/215000
728.68/373.71	c cleaning 10011 clauses out of 20036 with flag 225001/225001
759.30/389.59	c cleaning 9976 clauses out of 20025 with flag 235001/235001
791.71/406.23	c cleaning 9992 clauses out of 20048 with flag 245000/245000
820.95/421.38	c cleaning 9994 clauses out of 20057 with flag 255001/255001
857.44/440.24	c cleaning 9998 clauses out of 20063 with flag 265001/265001
892.40/458.20	c cleaning 10023 clauses out of 20067 with flag 275003/275003
927.77/476.42	c cleaning 9990 clauses out of 20041 with flag 285002/285002
960.72/493.48	c cleaning 10005 clauses out of 20051 with flag 295003/295003
989.61/508.55	c cleaning 9984 clauses out of 20043 with flag 305001/305001
1033.63/531.10	c cleaning 10012 clauses out of 20059 with flag 315001/315001
1156.55/593.52	c cleaning 10008 clauses out of 20046 with flag 325000/325000
1233.15/632.68	c cleaning 10009 clauses out of 20040 with flag 335002/335002
1273.98/653.87	c cleaning 9997 clauses out of 20030 with flag 345001/345001
1305.00/669.97	c cleaning 9997 clauses out of 20032 with flag 355000/355000
1329.64/682.85	c cleaning 9987 clauses out of 20034 with flag 365002/365002
1359.23/698.28	c cleaning 9994 clauses out of 20045 with flag 375000/375000
1386.14/712.44	c cleaning 9994 clauses out of 20052 with flag 385001/385001
1409.40/724.60	c cleaning 10002 clauses out of 20059 with flag 395002/395002
1432.88/736.95	c cleaning 9997 clauses out of 20055 with flag 405000/405000
1464.42/753.36	c cleaning 10009 clauses out of 20054 with flag 415000/415000
1498.47/771.18	c cleaning 10015 clauses out of 20046 with flag 425001/425001
1538.32/791.73	c cleaning 9989 clauses out of 20030 with flag 435000/435000
1575.21/810.82	c cleaning 10007 clauses out of 20041 with flag 445000/445000
1605.94/826.81	c cleaning 9986 clauses out of 20034 with flag 455000/455000
1631.97/840.65	c cleaning 10020 clauses out of 20050 with flag 465002/465002
1662.88/856.79	c cleaning 10003 clauses out of 20028 with flag 475000/475000
1694.17/873.01	c cleaning 10002 clauses out of 20025 with flag 485000/485000
1720.49/886.82	c cleaning 9998 clauses out of 20026 with flag 495003/495003
1745.69/900.28	c cleaning 9997 clauses out of 20027 with flag 505002/505002
1771.57/913.82	c cleaning 9999 clauses out of 20028 with flag 515000/515000
1797.42/927.40	c cleaning 9992 clauses out of 20030 with flag 525001/525001
1800.29/929.43	c starts		: 152
1800.29/929.43	c conflicts		: 525794
1800.29/929.43	c decisions		: 857197
1800.29/929.43	c propagations		: 22102127
1800.29/929.43	c inspects		: 158223979
1800.29/929.43	c learnt literals	: 79
1800.29/929.43	c learnt binary clauses	: 18
1800.29/929.43	c learnt ternary clauses	: 241
1800.29/929.43	c learnt clauses	: 525714
1800.29/929.43	c ignored clauses	: 0
1800.29/929.43	c root simplifications	: 0
1800.29/929.43	c removed literals (reason simplification)	: 11651237
1800.29/929.43	c reason swapping (by a shorter reason)	: 0
1800.29/929.43	c Calls to reduceDB	: 54
1800.29/929.43	c number of reductions to clauses (during analyze)	: 0
1800.29/929.45	c number of learned constraints concerned by reduction	: 0
1800.29/929.45	c number of learning phase by resolution	: 0
1800.29/929.45	c number of learning phase by cutting planes	: 0
1800.29/929.45	c speed (assignments/second)	: 23822.02991586567
1800.29/929.45	c non guided choices	66477
1800.46/929.57	c learnt constraints type 
1800.46/929.57	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10909
1800.46/929.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
1800.46/929.57	c constraints type 
1800.46/929.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
1800.46/929.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
1800.46/929.57	c constraints type 
1800.46/929.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
1800.46/929.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
1800.46/929.57	s UNKNOWN
1800.46/929.57	c Total wall clock time (in seconds): 929.339

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-2662141-1276527779/watcher-2662141-1276527779 -o /tmp/evaluation-result-2662141-1276527779/solver-2662141-1276527779 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662141-1276527779.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 31681
/proc/meminfo: memFree=1861436/2059040 swapFree=4140420/4192956
[pid=31681] ppid=31679 vsize=428 CPUtime=0
/proc/31681/stat : 31681 (java6) R 31679 31681 31082 0 -1 4194304 121 0 0 0 0 0 0 0 16 0 1 0 26434192 438272 40 1992294400 134512640 134550932 4288232480 18446744073709551615 1954979 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31681/statm: 107 42 33 10 0 25 0

[startup+0.057215 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 31681
/proc/meminfo: memFree=1861436/2059040 swapFree=4140420/4192956
[pid=31681] ppid=31679 vsize=1521664 CPUtime=0.03
/proc/31681/stat : 31681 (java) S 31679 31681 31082 0 -1 4202496 3560 0 1 0 2 1 0 0 15 0 7 0 26434192 1558183936 3001 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31681/statm: 380416 3001 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521664

[startup+0.101221 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 31681
/proc/meminfo: memFree=1861436/2059040 swapFree=4140420/4192956
[pid=31681] ppid=31679 vsize=1524020 CPUtime=0.09
/proc/31681/stat : 31681 (java) S 31679 31681 31082 0 -1 4202496 3936 0 1 0 6 3 0 0 15 0 12 0 26434192 1560596480 3375 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31681/statm: 381005 3375 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524020

[startup+0.301254 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 31681
/proc/meminfo: memFree=1861436/2059040 swapFree=4140420/4192956
[pid=31681] ppid=31679 vsize=1526084 CPUtime=0.33
/proc/31681/stat : 31681 (java) S 31679 31681 31082 0 -1 4202496 5604 0 1 0 29 4 0 0 15 0 12 0 26434192 1562710016 5040 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31681/statm: 381521 5040 1351 10 0 378824 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526084

[startup+0.701338 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 31681
/proc/meminfo: memFree=1861436/2059040 swapFree=4140420/4192956
[pid=31681] ppid=31679 vsize=1539904 CPUtime=1.12
/proc/31681/stat : 31681 (java) S 31679 31681 31082 0 -1 4202496 10568 0 1 0 106 6 0 0 15 0 12 0 26434192 1576861696 9219 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31681/statm: 384976 9219 1393 10 0 382279 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1539904

[startup+1.50634 s]
/proc/loadavg: 1.00 1.01 1.00 4/118 31693
/proc/meminfo: memFree=1824512/2059040 swapFree=4140420/4192956
[pid=31681] ppid=31679 vsize=1541140 CPUtime=2.38
/proc/31681/stat : 31681 (java) S 31679 31681 31082 0 -1 4202496 22920 0 1 0 227 11 0 0 15 0 12 0 26434192 1578127360 20215 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31681/statm: 385285 20216 1405 10 0 382588 0
[pid=31681/tid=31683] ppid=31679 vsize=1541140 CPUtime=1.19
/proc/31681/task/31683/stat : 31683 (java) R 31679 31681 31082 0 -1 4202560 15461 0 1 0 112 7 0 0 25 0 12 0 26434193 1578127360 20217 1992294400 134512640 134550932 4294568080 18446744073709551615 4109059537 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31681/tid=31684] ppid=31679 vsize=1541140 CPUtime=0
/proc/31681/task/31684/stat : 31684 (java) S 31679 31681 31082 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 26434195 1578127360 20218 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31685] ppid=31679 vsize=1541140 CPUtime=0
/proc/31681/task/31685/stat : 31685 (java) S 31679 31681 31082 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 26434195 1578127360 20219 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31686] ppid=31679 vsize=1541140 CPUtime=0
/proc/31681/task/31686/stat : 31686 (java) S 31679 31681 31082 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 26434197 1578127360 20219 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31687] ppid=31679 vsize=1541140 CPUtime=0
/proc/31681/task/31687/stat : 31687 (java) S 31679 31681 31082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 26434197 1578127360 20220 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31688] ppid=31679 vsize=1541140 CPUtime=0
/proc/31681/task/31688/stat : 31688 (java) S 31679 31681 31082 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 26434197 1578127360 20220 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31689] ppid=31679 vsize=1541140 CPUtime=0
/proc/31681/task/31689/stat : 31689 (java) S 31679 31681 31082 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 26434201 1578127360 20222 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31690] ppid=31679 vsize=1541140 CPUtime=0.26
/proc/31681/task/31690/stat : 31690 (java) S 31679 31681 31082 0 -1 4202560 805 0 0 0 26 0 0 0 17 0 12 0 26434201 1578127360 20222 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31691] ppid=31679 vsize=1541140 CPUtime=0.9
/proc/31681/task/31691/stat : 31691 (java) S 31679 31681 31082 0 -1 4202560 5594 0 0 0 88 2 0 0 15 0 12 0 26434201 1578127360 20223 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31692] ppid=31679 vsize=1541140 CPUtime=0
/proc/31681/task/31692/stat : 31692 (java) S 31679 31681 31082 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 26434201 1578127360 20224 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31693] ppid=31679 vsize=1541140 CPUtime=0
/proc/31681/task/31693/stat : 31693 (java) S 31679 31681 31082 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 26434201 1578127360 20225 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1541140

[startup+3.11047 s]
/proc/loadavg: 1.00 1.01 1.00 6/122 31697
/proc/meminfo: memFree=1767316/2059040 swapFree=4140420/4192956
[pid=31681] ppid=31679 vsize=1543244 CPUtime=5.48
/proc/31681/stat : 31681 (java) S 31679 31681 31082 0 -1 4202496 43720 0 1 0 526 22 0 0 15 0 16 0 26434192 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31681/statm: 385811 40943 1432 10 0 383114 0
[pid=31681/tid=31683] ppid=31679 vsize=1543244 CPUtime=1.31
/proc/31681/task/31683/stat : 31683 (java) S 31679 31681 31082 0 -1 4202560 17543 0 1 0 122 9 0 0 18 0 16 0 26434193 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31684] ppid=31679 vsize=1543244 CPUtime=0.07
/proc/31681/task/31684/stat : 31684 (java) S 31679 31681 31082 0 -1 4202560 2142 0 0 0 7 0 0 0 15 0 16 0 26434195 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31685] ppid=31679 vsize=1543244 CPUtime=0.06
/proc/31681/task/31685/stat : 31685 (java) S 31679 31681 31082 0 -1 4202560 1733 0 0 0 6 0 0 0 18 0 16 0 26434195 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31686] ppid=31679 vsize=1543244 CPUtime=0
/proc/31681/task/31686/stat : 31686 (java) S 31679 31681 31082 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 16 0 26434197 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31687] ppid=31679 vsize=1543244 CPUtime=0
/proc/31681/task/31687/stat : 31687 (java) S 31679 31681 31082 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 26434197 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31688] ppid=31679 vsize=1543244 CPUtime=0
/proc/31681/task/31688/stat : 31688 (java) S 31679 31681 31082 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 26434197 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31689] ppid=31679 vsize=1543244 CPUtime=0
/proc/31681/task/31689/stat : 31689 (java) S 31679 31681 31082 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 26434201 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31690] ppid=31679 vsize=1543244 CPUtime=0.78
/proc/31681/task/31690/stat : 31690 (java) S 31679 31681 31082 0 -1 4202560 1034 0 0 0 78 0 0 0 15 0 16 0 26434201 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31691] ppid=31679 vsize=1543244 CPUtime=1.6
/proc/31681/task/31691/stat : 31691 (java) R 31679 31681 31082 0 -1 4202560 5648 0 0 0 158 2 0 0 16 0 16 0 26434201 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 103861475 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31681/tid=31692] ppid=31679 vsize=1543244 CPUtime=0
/proc/31681/task/31692/stat : 31692 (java) S 31679 31681 31082 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 26434201 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31693] ppid=31679 vsize=1543244 CPUtime=0
/proc/31681/task/31693/stat : 31693 (java) S 31679 31681 31082 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 26434201 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31694] ppid=31679 vsize=1543244 CPUtime=0.64
/proc/31681/task/31694/stat : 31694 (java) R 31679 31681 31082 0 -1 4202560 1547 0 0 0 64 0 0 0 25 0 16 0 26434357 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 4108882221 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31681/tid=31695] ppid=31679 vsize=1543244 CPUtime=0.94
/proc/31681/task/31695/stat : 31695 (java) R 31679 31681 31082 0 -1 4202560 12995 0 0 0 89 5 0 0 25 0 16 0 26434357 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 4108849940 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31681/tid=31696] ppid=31679 vsize=1543244 CPUtime=0
/proc/31681/task/31696/stat : 31696 (java) S 31679 31681 31082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 26434369 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31697] ppid=31679 vsize=1543244 CPUtime=0
/proc/31681/task/31697/stat : 31697 (java) S 31679 31681 31082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 26434378 1580281856 40943 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 1543244

[startup+6.30243 s]
/proc/loadavg: 1.08 1.02 1.01 3/122 31697
/proc/meminfo: memFree=1684236/2059040 swapFree=4140420/4192956
[pid=31681] ppid=31679 vsize=1543324 CPUtime=11.8
/proc/31681/stat : 31681 (java) S 31679 31681 31082 0 -1 4202496 50225 0 1 0 1154 26 0 0 15 0 16 0 26434192 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31681/statm: 385831 46002 1443 10 0 383134 0
[pid=31681/tid=31683] ppid=31679 vsize=1543324 CPUtime=1.31
/proc/31681/task/31683/stat : 31683 (java) S 31679 31681 31082 0 -1 4202560 17543 0 1 0 122 9 0 0 18 0 16 0 26434193 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31684] ppid=31679 vsize=1543324 CPUtime=0.23
/proc/31681/task/31684/stat : 31684 (java) S 31679 31681 31082 0 -1 4202560 4848 0 0 0 21 2 0 0 16 0 16 0 26434195 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31685] ppid=31679 vsize=1543324 CPUtime=0.23
/proc/31681/task/31685/stat : 31685 (java) S 31679 31681 31082 0 -1 4202560 4007 0 0 0 21 2 0 0 16 0 16 0 26434195 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31686] ppid=31679 vsize=1543324 CPUtime=0
/proc/31681/task/31686/stat : 31686 (java) S 31679 31681 31082 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 16 0 26434197 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31687] ppid=31679 vsize=1543324 CPUtime=0
/proc/31681/task/31687/stat : 31687 (java) S 31679 31681 31082 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 26434197 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31688] ppid=31679 vsize=1543324 CPUtime=0
/proc/31681/task/31688/stat : 31688 (java) S 31679 31681 31082 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 26434197 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31689] ppid=31679 vsize=1543324 CPUtime=0
/proc/31681/task/31689/stat : 31689 (java) S 31679 31681 31082 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 26434201 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31690] ppid=31679 vsize=1543324 CPUtime=1.16
/proc/31681/task/31690/stat : 31690 (java) S 31679 31681 31082 0 -1 4202560 1218 0 0 0 116 0 0 0 15 0 16 0 26434201 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31691] ppid=31679 vsize=1543324 CPUtime=2.71
/proc/31681/task/31691/stat : 31691 (java) S 31679 31681 31082 0 -1 4202560 6968 0 0 0 268 3 0 0 15 0 16 0 26434201 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31692] ppid=31679 vsize=1543324 CPUtime=0
/proc/31681/task/31692/stat : 31692 (java) S 31679 31681 31082 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 26434201 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31693] ppid=31679 vsize=1543324 CPUtime=0
/proc/31681/task/31693/stat : 31693 (java) S 31679 31681 31082 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 26434201 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31694] ppid=31679 vsize=1543324 CPUtime=3.36
/proc/31681/task/31694/stat : 31694 (java) R 31679 31681 31082 0 -1 4202560 1552 0 0 0 336 0 0 0 25 0 16 0 26434357 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4109249208 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31681/tid=31695] ppid=31679 vsize=1543324 CPUtime=2.73
/proc/31681/task/31695/stat : 31695 (java) R 31679 31681 31082 0 -1 4202560 13000 0 0 0 268 5 0 0 25 0 16 0 26434357 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4109311742 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31681/tid=31696] ppid=31679 vsize=1543324 CPUtime=0
/proc/31681/task/31696/stat : 31696 (java) S 31679 31681 31082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 26434369 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31697] ppid=31679 vsize=1543324 CPUtime=0
/proc/31681/task/31697/stat : 31697 (java) S 31679 31681 31082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 26434378 1580363776 46002 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (KiB) 1543324

[startup+12.7016 s]
/proc/loadavg: 1.15 1.04 1.01 3/122 31697
/proc/meminfo: memFree=1652492/2059040 swapFree=4140420/4192956
[pid=31681] ppid=31679 vsize=1543324 CPUtime=24.47
/proc/31681/stat : 31681 (java) S 31679 31681 31082 0 -1 4202496 59135 0 1 0 2416 31 0 0 15 0 16 0 26434192 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31681/statm: 385831 53630 1443 10 0 383134 0
[pid=31681/tid=31683] ppid=31679 vsize=1543324 CPUtime=1.31
/proc/31681/task/31683/stat : 31683 (java) S 31679 31681 31082 0 -1 4202560 17543 0 1 0 122 9 0 0 18 0 16 0 26434193 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31684] ppid=31679 vsize=1543324 CPUtime=0.5
/proc/31681/task/31684/stat : 31684 (java) S 31679 31681 31082 0 -1 4202560 9273 0 0 0 46 4 0 0 16 0 16 0 26434195 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31685] ppid=31679 vsize=1543324 CPUtime=0.49
/proc/31681/task/31685/stat : 31685 (java) S 31679 31681 31082 0 -1 4202560 8470 0 0 0 45 4 0 0 15 0 16 0 26434195 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31686] ppid=31679 vsize=1543324 CPUtime=0.01
/proc/31681/task/31686/stat : 31686 (java) S 31679 31681 31082 0 -1 4202560 26 0 0 0 1 0 0 0 15 0 16 0 26434197 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31687] ppid=31679 vsize=1543324 CPUtime=0
/proc/31681/task/31687/stat : 31687 (java) S 31679 31681 31082 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 26434197 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31688] ppid=31679 vsize=1543324 CPUtime=0
/proc/31681/task/31688/stat : 31688 (java) S 31679 31681 31082 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 26434197 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31689] ppid=31679 vsize=1543324 CPUtime=0
/proc/31681/task/31689/stat : 31689 (java) S 31679 31681 31082 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 26434201 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31690] ppid=31679 vsize=1543324 CPUtime=1.16
/proc/31681/task/31690/stat : 31690 (java) S 31679 31681 31082 0 -1 4202560 1218 0 0 0 116 0 0 0 15 0 16 0 26434201 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31691] ppid=31679 vsize=1543324 CPUtime=2.79
/proc/31681/task/31691/stat : 31691 (java) S 31679 31681 31082 0 -1 4202560 6971 0 0 0 276 3 0 0 15 0 16 0 26434201 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31692] ppid=31679 vsize=1543324 CPUtime=0
/proc/31681/task/31692/stat : 31692 (java) S 31679 31681 31082 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 26434201 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31693] ppid=31679 vsize=1543324 CPUtime=0
/proc/31681/task/31693/stat : 31693 (java) S 31679 31681 31082 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 26434201 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31694] ppid=31679 vsize=1543324 CPUtime=9.41
/proc/31681/task/31694/stat : 31694 (java) R 31679 31681 31082 0 -1 4202560 1556 0 0 0 940 1 0 0 25 0 16 0 26434357 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4109379268 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31681/tid=31695] ppid=31679 vsize=1543324 CPUtime=8.72
/proc/31681/task/31695/stat : 31695 (java) R 31679 31681 31082 0 -1 4202560 13007 0 0 0 867 5 0 0 25 0 16 0 26434357 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4109311751 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31681/tid=31696] ppid=31679 vsize=1543324 CPUtime=0
/proc/31681/task/31696/stat : 31696 (java) S 31679 31681 31082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 26434369 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31697] ppid=31679 vsize=1543324 CPUtime=0
/proc/31681/task/31697/stat : 31697 (java) S 31679 31681 31082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 26434378 1580363776 53630 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0

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

/proc/31681/task/31684/stat : 31684 (java) S 31679 31681 31082 0 -1 4202560 54290 0 0 0 962 35 0 0 15 0 16 0 26434195 1583566848 129353 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31685] ppid=31679 vsize=1546452 CPUtime=9.97
/proc/31681/task/31685/stat : 31685 (java) S 31679 31681 31082 0 -1 4202560 52478 0 0 0 967 30 0 0 16 0 16 0 26434195 1583566848 129353 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31686] ppid=31679 vsize=1546452 CPUtime=32.81
/proc/31681/task/31686/stat : 31686 (java) S 31679 31681 31082 0 -1 4202560 532 0 0 0 3270 11 0 0 15 0 16 0 26434197 1583566848 129353 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31687] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31687/stat : 31687 (java) S 31679 31681 31082 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 26434197 1583566848 129353 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31688] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31688/stat : 31688 (java) S 31679 31681 31082 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 26434197 1583566848 129353 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31689] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31689/stat : 31689 (java) S 31679 31681 31082 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 26434201 1583566848 129353 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31690] ppid=31679 vsize=1546452 CPUtime=2.17
/proc/31681/task/31690/stat : 31690 (java) S 31679 31681 31082 0 -1 4202560 2840 0 0 0 216 1 0 0 15 0 16 0 26434201 1583566848 129353 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31691] ppid=31679 vsize=1546452 CPUtime=2.84
/proc/31681/task/31691/stat : 31691 (java) S 31679 31681 31082 0 -1 4202560 6971 0 0 0 281 3 0 0 15 0 16 0 26434201 1583566848 129353 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31692] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31692/stat : 31692 (java) S 31679 31681 31082 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 26434201 1583566848 129353 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31693] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31693/stat : 31693 (java) S 31679 31681 31082 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 26434201 1583566848 129353 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31694] ppid=31679 vsize=1546452 CPUtime=767.79
/proc/31681/task/31694/stat : 31694 (java) R 31679 31681 31082 0 -1 4202560 1759 0 0 0 76759 20 0 0 25 0 16 0 26434357 1583566848 129353 1992294400 134512640 134550932 4294568080 18446744073709551615 4109085401 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31681/tid=31695] ppid=31679 vsize=1546452 CPUtime=770.06
/proc/31681/task/31695/stat : 31695 (java) R 31679 31681 31082 0 -1 4202560 13263 0 0 0 76983 23 0 0 25 0 16 0 26434357 1583566848 129353 1992294400 134512640 134550932 4294568080 18446744073709551615 4108850063 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31681/tid=31696] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31696/stat : 31696 (java) S 31679 31681 31082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 26434369 1583566848 129353 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31697] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31697/stat : 31697 (java) S 31679 31681 31082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 26434378 1583566848 129353 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1597.02
Current children cumulated vsize (KiB) 1546452

[startup+882.302 s]
/proc/loadavg: 2.00 1.98 1.65 3/122 31721
/proc/meminfo: memFree=1335796/2059040 swapFree=4140420/4192956
[pid=31681] ppid=31679 vsize=1546452 CPUtime=1711.58
/proc/31681/stat : 31681 (java) S 31679 31681 31082 0 -1 4202496 153785 0 1 0 171012 146 0 0 15 0 16 0 26434192 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31681/statm: 386613 132056 1448 10 0 383916 0
[pid=31681/tid=31683] ppid=31679 vsize=1546452 CPUtime=1.31
/proc/31681/task/31683/stat : 31683 (java) S 31679 31681 31082 0 -1 4202560 17563 0 1 0 122 9 0 0 15 0 16 0 26434193 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31684] ppid=31679 vsize=1546452 CPUtime=10.74
/proc/31681/task/31684/stat : 31684 (java) S 31679 31681 31082 0 -1 4202560 55492 0 0 0 1036 38 0 0 15 0 16 0 26434195 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31685] ppid=31679 vsize=1546452 CPUtime=10.73
/proc/31681/task/31685/stat : 31685 (java) S 31679 31681 31082 0 -1 4202560 54213 0 0 0 1041 32 0 0 16 0 16 0 26434195 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31686] ppid=31679 vsize=1546452 CPUtime=37.21
/proc/31681/task/31686/stat : 31686 (java) S 31679 31681 31082 0 -1 4202560 536 0 0 0 3709 12 0 0 15 0 16 0 26434197 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31687] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31687/stat : 31687 (java) S 31679 31681 31082 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 26434197 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31688] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31688/stat : 31688 (java) S 31679 31681 31082 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 26434197 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31689] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31689/stat : 31689 (java) S 31679 31681 31082 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 26434201 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31690] ppid=31679 vsize=1546452 CPUtime=2.17
/proc/31681/task/31690/stat : 31690 (java) S 31679 31681 31082 0 -1 4202560 2840 0 0 0 216 1 0 0 15 0 16 0 26434201 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31691] ppid=31679 vsize=1546452 CPUtime=2.84
/proc/31681/task/31691/stat : 31691 (java) S 31679 31681 31082 0 -1 4202560 6971 0 0 0 281 3 0 0 15 0 16 0 26434201 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31692] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31692/stat : 31692 (java) S 31679 31681 31082 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 26434201 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31693] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31693/stat : 31693 (java) S 31679 31681 31082 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 26434201 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31694] ppid=31679 vsize=1546452 CPUtime=822.56
/proc/31681/task/31694/stat : 31694 (java) R 31679 31681 31082 0 -1 4202560 1767 0 0 0 82233 23 0 0 25 0 16 0 26434357 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4109615134 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31681/tid=31695] ppid=31679 vsize=1546452 CPUtime=823.93
/proc/31681/task/31695/stat : 31695 (java) R 31679 31681 31082 0 -1 4202560 13280 0 0 0 82369 24 0 0 25 0 16 0 26434357 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4109134860 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31681/tid=31696] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31696/stat : 31696 (java) S 31679 31681 31082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 26434369 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31697] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31697/stat : 31697 (java) S 31679 31681 31082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 26434378 1583566848 132056 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1711.58
Current children cumulated vsize (KiB) 1546452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+929.302 s]
/proc/loadavg: 2.19 2.03 1.68 4/122 31723
/proc/meminfo: memFree=1317692/2059040 swapFree=4140420/4192956
[pid=31681] ppid=31679 vsize=1546452 CPUtime=1800.07
/proc/31681/stat : 31681 (java) S 31679 31681 31082 0 -1 4202496 158715 0 1 0 179854 153 0 0 15 0 16 0 26434192 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31681/statm: 386613 136522 1448 10 0 383916 0
[pid=31681/tid=31683] ppid=31679 vsize=1546452 CPUtime=1.31
/proc/31681/task/31683/stat : 31683 (java) S 31679 31681 31082 0 -1 4202560 17565 0 1 0 122 9 0 0 15 0 16 0 26434193 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31684] ppid=31679 vsize=1546452 CPUtime=11.33
/proc/31681/task/31684/stat : 31684 (java) S 31679 31681 31082 0 -1 4202560 57989 0 0 0 1091 42 0 0 15 0 16 0 26434195 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31685] ppid=31679 vsize=1546452 CPUtime=11.32
/proc/31681/task/31685/stat : 31685 (java) S 31679 31681 31082 0 -1 4202560 56615 0 0 0 1098 34 0 0 16 0 16 0 26434195 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31686] ppid=31679 vsize=1546452 CPUtime=41.93
/proc/31681/task/31686/stat : 31686 (java) S 31679 31681 31082 0 -1 4202560 538 0 0 0 4181 12 0 0 17 0 16 0 26434197 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31687] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31687/stat : 31687 (java) S 31679 31681 31082 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 26434197 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31688] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31688/stat : 31688 (java) S 31679 31681 31082 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 26434197 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31689] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31689/stat : 31689 (java) S 31679 31681 31082 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 26434201 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31690] ppid=31679 vsize=1546452 CPUtime=2.17
/proc/31681/task/31690/stat : 31690 (java) S 31679 31681 31082 0 -1 4202560 2840 0 0 0 216 1 0 0 15 0 16 0 26434201 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31691] ppid=31679 vsize=1546452 CPUtime=2.84
/proc/31681/task/31691/stat : 31691 (java) S 31679 31681 31082 0 -1 4202560 6971 0 0 0 281 3 0 0 15 0 16 0 26434201 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31692] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31692/stat : 31692 (java) S 31679 31681 31082 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 26434201 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31693] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31693/stat : 31693 (java) S 31679 31681 31082 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 26434201 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31694] ppid=31679 vsize=1546452 CPUtime=864.15
/proc/31681/task/31694/stat : 31694 (java) R 31679 31681 31082 0 -1 4202560 1784 0 0 0 86391 24 0 0 18 0 16 0 26434357 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4109162488 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31681/tid=31695] ppid=31679 vsize=1546452 CPUtime=864.96
/proc/31681/task/31695/stat : 31695 (java) R 31679 31681 31082 0 -1 4202560 13288 0 0 0 86471 25 0 0 18 0 16 0 26434357 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4109022909 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31681/tid=31696] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31696/stat : 31696 (java) S 31679 31681 31082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 26434369 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31697] ppid=31679 vsize=1546452 CPUtime=0
/proc/31681/task/31697/stat : 31697 (java) S 31679 31681 31082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 26434378 1583566848 136522 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1546452

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

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

[startup+929.418 s]
/proc/loadavg: 2.19 2.03 1.68 4/125 31726
/proc/meminfo: memFree=1317668/2059040 swapFree=4140420/4192956
[pid=31681] ppid=31679 vsize=1547100 CPUtime=1800.29
/proc/31681/stat : 31681 (java) S 31679 31681 31082 0 -1 4202496 158728 0 1 0 179876 153 0 0 15 0 18 0 26434192 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31681/statm: 386775 136535 1448 10 0 384078 0
[pid=31681/tid=31683] ppid=31679 vsize=1547100 CPUtime=1.31
/proc/31681/task/31683/stat : 31683 (java) S 31679 31681 31082 0 -1 4202560 17565 0 1 0 122 9 0 0 15 0 18 0 26434193 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31684] ppid=31679 vsize=1547100 CPUtime=11.33
/proc/31681/task/31684/stat : 31684 (java) S 31679 31681 31082 0 -1 4202560 57989 0 0 0 1091 42 0 0 15 0 18 0 26434195 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31685] ppid=31679 vsize=1547100 CPUtime=11.32
/proc/31681/task/31685/stat : 31685 (java) S 31679 31681 31082 0 -1 4202560 56615 0 0 0 1098 34 0 0 16 0 18 0 26434195 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31686] ppid=31679 vsize=1547100 CPUtime=41.93
/proc/31681/task/31686/stat : 31686 (java) S 31679 31681 31082 0 -1 4202560 538 0 0 0 4181 12 0 0 17 0 18 0 26434197 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 0 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31687] ppid=31679 vsize=1547100 CPUtime=0
/proc/31681/task/31687/stat : 31687 (java) S 31679 31681 31082 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 26434197 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31688] ppid=31679 vsize=1547100 CPUtime=0
/proc/31681/task/31688/stat : 31688 (java) S 31679 31681 31082 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 26434197 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31689] ppid=31679 vsize=1547100 CPUtime=0
/proc/31681/task/31689/stat : 31689 (java) S 31679 31681 31082 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 26434201 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31690] ppid=31679 vsize=1547100 CPUtime=2.17
/proc/31681/task/31690/stat : 31690 (java) S 31679 31681 31082 0 -1 4202560 2840 0 0 0 216 1 0 0 15 0 18 0 26434201 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31691] ppid=31679 vsize=1547100 CPUtime=2.84
/proc/31681/task/31691/stat : 31691 (java) S 31679 31681 31082 0 -1 4202560 6971 0 0 0 281 3 0 0 15 0 18 0 26434201 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31692] ppid=31679 vsize=1547100 CPUtime=0
/proc/31681/task/31692/stat : 31692 (java) S 31679 31681 31082 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 26434201 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31693] ppid=31679 vsize=1547100 CPUtime=0
/proc/31681/task/31693/stat : 31693 (java) R 31679 31681 31082 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 18 0 26434201 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31681/tid=31694] ppid=31679 vsize=1547100 CPUtime=864.25
/proc/31681/task/31694/stat : 31694 (java) R 31679 31681 31082 0 -1 4202560 1784 0 0 0 86401 24 0 0 19 0 18 0 26434357 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4109135190 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31681/tid=31695] ppid=31679 vsize=1547100 CPUtime=865.07
/proc/31681/task/31695/stat : 31695 (java) R 31679 31681 31082 0 -1 4202560 13288 0 0 0 86482 25 0 0 19 0 18 0 26434357 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4109474555 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31681/tid=31696] ppid=31679 vsize=1547100 CPUtime=0
/proc/31681/task/31696/stat : 31696 (java) S 31679 31681 31082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 26434369 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31697] ppid=31679 vsize=1547100 CPUtime=0
/proc/31681/task/31697/stat : 31697 (java) S 31679 31681 31082 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 26434378 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 1 0 0 0
[pid=31681/tid=31725] ppid=31679 vsize=1547100 CPUtime=0
/proc/31681/task/31725/stat : 31725 (java) S 31679 31681 31082 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 26527124 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 4294960144 0 4 0 16800975 18446604437833434432 0 0 -1 0 0 0 0
[pid=31681/tid=31726] ppid=31679 vsize=1547100 CPUtime=0
/proc/31681/task/31726/stat : 31726 (java) R 31679 31681 31082 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 18 0 26527124 1584230400 136535 1992294400 134512640 134550932 4294568080 18446744073709551615 2850024 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 1547100

[startup+929.603 s]
/proc/loadavg: 2.19 2.03 1.68 4/125 31726
/proc/meminfo: memFree=1317668/2059040 swapFree=4140420/4192956
[pid=31681] ppid=31679 vsize=0 CPUtime=1800.63
/proc/31681/stat : 31681 (java) Z 31679 31681 31082 0 -1 4203548 158738 0 1 0 179907 156 0 0 15 0 2 0 26434192 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31681/statm: 0 0 0 0 0 0 0
[pid=31681/tid=31695] ppid=31679 vsize=0 CPUtime=865.24
/proc/31681/task/31695/stat : 31695 (java) R 31679 31681 31082 0 -1 4203588 13288 0 0 0 86498 26 0 0 19 0 2 0 26434357 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 929.64
CPU time (s): 1800.68
CPU user time (s): 1799.08
CPU system time (s): 1.59776
CPU usage (%): 193.696
Max. virtual memory (cumulated for all children) (KiB): 1547584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.59776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158738
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= 26231
involuntary context switches= 51382

runsolver used 5.31919 second user time and 9.96448 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-14 17:02:59
IDJOB=2662141
IDBENCH=2319
IDSOLVER=1166
FILE ID=node019/2662141-1276527779
PBS_JOBID= 11173440
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/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-bienst1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662141-1276527779/watcher-2662141-1276527779 -o /tmp/evaluation-result-2662141-1276527779/solver-2662141-1276527779 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662141-1276527779.opb

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

MD5SUM BENCH= c5d594af626243e56994c23d5a3c48e8
RANDOM SEED=300764218

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:       1861956 kB
Buffers:         13792 kB
Cached:          92352 kB
SwapCached:       5552 kB
Active:          75340 kB
Inactive:        43020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1861956 kB
SwapTotal:     4192956 kB
SwapFree:      4140420 kB
Dirty:            1020 kB
Writeback:           4 kB
AnonPages:       10904 kB
Mapped:          13128 kB
Slab:            56812 kB
PageTables:       3916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181140 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= 62380 MiB
End job on node019 at 2010-06-14 17:18:30