Trace number 2662195

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.45 939.863

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc04.opb
MD5SUMbb1646c210ed722ee76932cafe9701aa
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 variables146276
Total number of constraints1699
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints1689
Minimum length of a constraint3
Maximum length of a constraint5071
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 43188899594881920000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 133861748414790079675
Number of bits of the biggest sum of numbers67
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.16	c Total memory 		1395916800
0.09/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662195-1276561577.opb
0.22/0.22	c reading problem ... 
7.61/5.66	c ... done. Wall clock time 5.435s.
7.61/5.66	c #vars     146276
7.61/5.66	c #constraints  6675
7.61/5.66	c constraints type 
7.61/5.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
7.61/5.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2000
7.61/5.66	c constraints type 
7.61/5.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
7.61/5.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2000
30.35/17.13	c cleaning 2495 clauses out of 5000 with flag 5000/5000
46.67/25.60	c cleaning 4248 clauses out of 8505 with flag 11000/11000
64.15/34.78	c cleaning 5629 clauses out of 11257 with flag 18000/18000
84.38/45.25	c cleaning 6811 clauses out of 13628 with flag 26000/26000
106.99/57.01	c cleaning 7909 clauses out of 15817 with flag 35000/35000
131.96/69.97	c cleaning 8954 clauses out of 17909 with flag 45001/45001
160.49/84.61	c cleaning 9470 clauses out of 18954 with flag 55000/55000
189.53/99.70	c cleaning 9741 clauses out of 19484 with flag 65000/65000
218.36/114.54	c cleaning 9870 clauses out of 19743 with flag 75000/75000
246.79/129.30	c cleaning 9927 clauses out of 19873 with flag 85000/85000
275.06/143.89	c cleaning 9968 clauses out of 19946 with flag 95000/95000
302.49/158.08	c cleaning 9989 clauses out of 19978 with flag 105000/105000
330.66/172.65	c cleaning 9996 clauses out of 19991 with flag 115002/115002
360.04/187.89	c cleaning 9993 clauses out of 19994 with flag 125001/125001
390.58/203.65	c cleaning 9997 clauses out of 20000 with flag 135000/135000
420.95/219.35	c cleaning 9999 clauses out of 20003 with flag 145000/145000
450.24/234.52	c cleaning 10002 clauses out of 20004 with flag 155000/155000
476.25/248.01	c cleaning 10000 clauses out of 20003 with flag 165001/165001
504.05/262.47	c cleaning 10000 clauses out of 20002 with flag 175000/175000
531.58/276.72	c cleaning 9997 clauses out of 20002 with flag 185000/185000
559.22/291.12	c cleaning 10000 clauses out of 20005 with flag 195000/195000
585.77/304.94	c cleaning 9998 clauses out of 20005 with flag 205000/205000
612.88/319.04	c cleaning 10002 clauses out of 20008 with flag 215001/215001
639.22/332.75	c cleaning 10003 clauses out of 20005 with flag 225000/225000
666.59/347.03	c cleaning 10000 clauses out of 20002 with flag 235000/235000
694.45/361.57	c cleaning 10001 clauses out of 20003 with flag 245001/245001
723.70/376.71	c cleaning 9991 clauses out of 20001 with flag 255000/255000
756.54/393.78	c cleaning 9998 clauses out of 20010 with flag 265000/265000
783.42/407.87	c cleaning 9997 clauses out of 20013 with flag 275001/275001
812.86/423.17	c cleaning 10005 clauses out of 20015 with flag 285000/285000
835.75/435.13	c cleaning 10003 clauses out of 20010 with flag 295000/295000
862.59/449.15	c cleaning 10004 clauses out of 20008 with flag 305001/305001
890.87/463.94	c cleaning 9996 clauses out of 20003 with flag 315000/315000
932.00/485.12	c cleaning 9997 clauses out of 20007 with flag 325000/325000
963.35/501.44	c cleaning 10000 clauses out of 20010 with flag 335000/335000
992.56/516.69	c cleaning 10000 clauses out of 20010 with flag 345000/345000
1018.81/530.45	c cleaning 9990 clauses out of 20010 with flag 355000/355000
1045.41/544.31	c cleaning 10005 clauses out of 20021 with flag 365001/365001
1071.66/558.01	c cleaning 9999 clauses out of 20015 with flag 375000/375000
1098.33/571.98	c cleaning 10000 clauses out of 20016 with flag 385000/385000
1128.75/587.86	c cleaning 10006 clauses out of 20017 with flag 395001/395001
1161.11/604.63	c cleaning 9994 clauses out of 20010 with flag 405000/405000
1189.52/619.40	c cleaning 10007 clauses out of 20016 with flag 415000/415000
1215.72/633.16	c cleaning 9999 clauses out of 20009 with flag 425000/425000
1241.76/646.84	c cleaning 10002 clauses out of 20010 with flag 435000/435000
1270.35/661.76	c cleaning 10002 clauses out of 20008 with flag 445000/445000
1295.92/675.17	c cleaning 9999 clauses out of 20006 with flag 455000/455000
1322.66/689.14	c cleaning 10002 clauses out of 20007 with flag 465000/465000
1351.41/704.22	c cleaning 9998 clauses out of 20005 with flag 475000/475000
1377.77/718.06	c cleaning 9994 clauses out of 20007 with flag 485000/485000
1405.30/732.48	c cleaning 10002 clauses out of 20013 with flag 495000/495000
1433.80/747.33	c cleaning 10002 clauses out of 20012 with flag 505001/505001
1459.56/760.92	c cleaning 10000 clauses out of 20009 with flag 515000/515000
1485.70/774.64	c cleaning 10001 clauses out of 20010 with flag 525001/525001
1510.80/787.85	c cleaning 10000 clauses out of 20009 with flag 535001/535001
1537.87/802.09	c cleaning 10000 clauses out of 20008 with flag 545000/545000
1567.10/817.46	c cleaning 9998 clauses out of 20008 with flag 555000/555000
1595.34/832.22	c cleaning 9999 clauses out of 20010 with flag 565000/565000
1625.77/848.11	c cleaning 10001 clauses out of 20011 with flag 575000/575000
1655.35/863.68	c cleaning 9996 clauses out of 20010 with flag 585000/585000
1687.52/880.54	c cleaning 10000 clauses out of 20014 with flag 595000/595000
1718.13/896.52	c cleaning 10000 clauses out of 20014 with flag 605000/605000
1747.18/911.73	c cleaning 10006 clauses out of 20015 with flag 615001/615001
1776.60/927.18	c cleaning 9999 clauses out of 20009 with flag 625001/625001
1800.18/939.71	c starts		: 167
1800.18/939.71	c conflicts		: 631929
1800.18/939.71	c decisions		: 721243
1800.18/939.71	c propagations		: 5125542
1800.18/939.71	c inspects		: 216493712
1800.18/939.72	c learnt literals	: 0
1800.18/939.72	c learnt binary clauses	: 0
1800.18/939.72	c learnt ternary clauses	: 0
1800.18/939.72	c learnt clauses	: 631928
1800.18/939.72	c ignored clauses	: 0
1800.18/939.72	c root simplifications	: 0
1800.18/939.72	c removed literals (reason simplification)	: 50813085
1800.18/939.72	c reason swapping (by a shorter reason)	: 0
1800.18/939.72	c Calls to reduceDB	: 64
1800.18/939.72	c number of reductions to clauses (during analyze)	: 0
1800.18/939.72	c number of learned constraints concerned by reduction	: 0
1800.18/939.72	c number of learning phase by resolution	: 0
1800.18/939.72	c number of learning phase by cutting planes	: 0
1800.18/939.72	c speed (assignments/second)	: 5487.403324854184
1800.18/939.72	c non guided choices	427
1800.18/939.78	c learnt constraints type 
1800.18/939.78	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16954
1800.18/939.78	c constraints type 
1800.18/939.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
1800.18/939.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2000
1800.18/939.78	c constraints type 
1800.18/939.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
1800.18/939.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2000
1800.18/939.78	s UNKNOWN
1800.18/939.78	c Total wall clock time (in seconds): 939.555

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-2662195-1276561577/watcher-2662195-1276561577 -o /tmp/evaluation-result-2662195-1276561577/solver-2662195-1276561577 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662195-1276561577.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.01 1.00 1.00 3/106 32661
/proc/meminfo: memFree=1793192/2059040 swapFree=4136080/4192956
[pid=32661] ppid=32659 vsize=1832 CPUtime=0
/proc/32661/stat : 32661 (java6) R 32659 32661 31163 0 -1 4194304 239 0 0 0 0 0 0 0 16 0 1 0 31759119 1875968 143 1992294400 134512640 134550932 4291042544 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/32661/statm: 458 143 107 10 0 63 0

[startup+0.0183391 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 32661
/proc/meminfo: memFree=1793192/2059040 swapFree=4136080/4192956
[pid=32661] ppid=32659 vsize=13480 CPUtime=0.01
/proc/32661/stat : 32661 (java) S 32659 32661 31163 0 -1 4202496 1111 0 0 0 0 1 0 0 15 0 2 0 31759119 13803520 582 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32661/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13480

[startup+0.10136 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 32661
/proc/meminfo: memFree=1793192/2059040 swapFree=4136080/4192956
[pid=32661] ppid=32659 vsize=1524180 CPUtime=0.09
/proc/32661/stat : 32661 (java) S 32659 32661 31163 0 -1 4202496 3949 0 1 0 6 3 0 0 15 0 12 0 31759119 1560760320 3389 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32661/statm: 381045 3389 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301397 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 32661
/proc/meminfo: memFree=1793192/2059040 swapFree=4136080/4192956
[pid=32661] ppid=32659 vsize=1526260 CPUtime=0.36
/proc/32661/stat : 32661 (java) S 32659 32661 31163 0 -1 4202496 6924 0 1 0 32 4 0 0 15 0 12 0 31759119 1562890240 6362 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32661/statm: 381565 6362 1359 10 0 378868 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526260

[startup+0.701465 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 32661
/proc/meminfo: memFree=1793192/2059040 swapFree=4136080/4192956
[pid=32661] ppid=32659 vsize=1536996 CPUtime=1.15
/proc/32661/stat : 32661 (java) S 32659 32661 31163 0 -1 4202496 11199 0 1 0 109 6 0 0 15 0 12 0 31759119 1573883904 10266 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32661/statm: 384249 10266 1382 10 0 381552 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1536996

[startup+1.50159 s]
/proc/loadavg: 1.17 1.04 1.01 4/118 32673
/proc/meminfo: memFree=1749512/2059040 swapFree=4136080/4192956
[pid=32661] ppid=32659 vsize=1539172 CPUtime=2.6
/proc/32661/stat : 32661 (java) S 32659 32661 31163 0 -1 4202496 22702 0 1 0 249 11 0 0 15 0 12 0 31759119 1576112128 19862 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32661/statm: 384793 19865 1406 10 0 382096 0
[pid=32661/tid=32663] ppid=32659 vsize=1539172 CPUtime=1.47
/proc/32661/task/32663/stat : 32663 (java) R 32659 32661 31163 0 -1 4202560 15556 0 1 0 139 8 0 0 25 0 12 0 31759120 1576112128 19867 1992294400 134512640 134550932 4292839392 18446744073709551615 4109071972 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32661/tid=32664] ppid=32659 vsize=1539172 CPUtime=0
/proc/32661/task/32664/stat : 32664 (java) S 32659 32661 31163 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 31759122 1576112128 19870 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32665] ppid=32659 vsize=1539172 CPUtime=0
/proc/32661/task/32665/stat : 32665 (java) S 32659 32661 31163 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 31759122 1576112128 19876 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32666] ppid=32659 vsize=1539172 CPUtime=0
/proc/32661/task/32666/stat : 32666 (java) S 32659 32661 31163 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 31759123 1576112128 19881 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32667] ppid=32659 vsize=1539172 CPUtime=0
/proc/32661/task/32667/stat : 32667 (java) S 32659 32661 31163 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 31759124 1576112128 19887 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32668] ppid=32659 vsize=1539172 CPUtime=0
/proc/32661/task/32668/stat : 32668 (java) S 32659 32661 31163 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 31759124 1576112128 19892 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32669] ppid=32659 vsize=1539172 CPUtime=0
/proc/32661/task/32669/stat : 32669 (java) S 32659 32661 31163 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 31759128 1576112128 19897 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32670] ppid=32659 vsize=1539172 CPUtime=0.05
/proc/32661/task/32670/stat : 32670 (java) S 32659 32661 31163 0 -1 4202560 44 0 0 0 5 0 0 0 22 0 12 0 31759128 1576112128 19902 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32671] ppid=32659 vsize=1539172 CPUtime=1.06
/proc/32661/task/32671/stat : 32671 (java) S 32659 32661 31163 0 -1 4202560 6043 0 0 0 104 2 0 0 17 0 12 0 31759128 1576112128 19902 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32672] ppid=32659 vsize=1539172 CPUtime=0
/proc/32661/task/32672/stat : 32672 (java) S 32659 32661 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 31759128 1576112128 19902 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32673] ppid=32659 vsize=1539172 CPUtime=0
/proc/32661/task/32673/stat : 32673 (java) S 32659 32661 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31759128 1576112128 19902 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 1539172

[startup+3.10187 s]
/proc/loadavg: 1.17 1.04 1.01 2/118 32673
/proc/meminfo: memFree=1662588/2059040 swapFree=4136080/4192956
[pid=32661] ppid=32659 vsize=1539172 CPUtime=4.41
/proc/32661/stat : 32661 (java) S 32659 32661 31163 0 -1 4202496 49765 0 1 0 420 21 0 0 15 0 12 0 31759119 1576112128 46283 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32661/statm: 384793 46283 1415 10 0 382096 0
[pid=32661/tid=32663] ppid=32659 vsize=1539172 CPUtime=2.86
/proc/32661/task/32663/stat : 32663 (java) R 32659 32661 31163 0 -1 4202560 32027 0 1 0 272 14 0 0 25 0 12 0 31759120 1576112128 46283 1992294400 134512640 134550932 4292839392 18446744073709551615 4108944438 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32661/tid=32664] ppid=32659 vsize=1539172 CPUtime=0.2
/proc/32661/task/32664/stat : 32664 (java) S 32659 32661 31163 0 -1 4202560 5876 0 0 0 18 2 0 0 16 0 12 0 31759122 1576112128 46283 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32665] ppid=32659 vsize=1539172 CPUtime=0.2
/proc/32661/task/32665/stat : 32665 (java) S 32659 32661 31163 0 -1 4202560 4710 0 0 0 18 2 0 0 18 0 12 0 31759122 1576112128 46283 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32666] ppid=32659 vsize=1539172 CPUtime=0
/proc/32661/task/32666/stat : 32666 (java) S 32659 32661 31163 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 12 0 31759123 1576112128 46283 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32667] ppid=32659 vsize=1539172 CPUtime=0
/proc/32661/task/32667/stat : 32667 (java) S 32659 32661 31163 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 31759124 1576112128 46283 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32668] ppid=32659 vsize=1539172 CPUtime=0
/proc/32661/task/32668/stat : 32668 (java) S 32659 32661 31163 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 31759124 1576112128 46283 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32669] ppid=32659 vsize=1539172 CPUtime=0
/proc/32661/task/32669/stat : 32669 (java) S 32659 32661 31163 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 31759128 1576112128 46283 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32670] ppid=32659 vsize=1539172 CPUtime=0.06
/proc/32661/task/32670/stat : 32670 (java) S 32659 32661 31163 0 -1 4202560 44 0 0 0 6 0 0 0 16 0 12 0 31759128 1576112128 46283 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32671] ppid=32659 vsize=1539172 CPUtime=1.06
/proc/32661/task/32671/stat : 32671 (java) S 32659 32661 31163 0 -1 4202560 6043 0 0 0 104 2 0 0 17 0 12 0 31759128 1576112128 46283 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32672] ppid=32659 vsize=1539172 CPUtime=0
/proc/32661/task/32672/stat : 32672 (java) S 32659 32661 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 31759128 1576112128 46283 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32673] ppid=32659 vsize=1539172 CPUtime=0
/proc/32661/task/32673/stat : 32673 (java) S 32659 32661 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31759128 1576112128 46283 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 1539172

[startup+6.30244 s]
/proc/loadavg: 1.17 1.04 1.01 2/118 32673
/proc/meminfo: memFree=1543424/2059040 swapFree=4136080/4192956
[pid=32661] ppid=32659 vsize=1540864 CPUtime=8.95
/proc/32661/stat : 32661 (java) S 32659 32661 31163 0 -1 4202496 77418 0 1 0 859 36 0 0 15 0 16 0 31759119 1577844736 69566 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32661/statm: 385216 69580 1426 10 0 382519 0
[pid=32661/tid=32663] ppid=32659 vsize=1540864 CPUtime=4.84
/proc/32661/task/32663/stat : 32663 (java) S 32659 32661 31163 0 -1 4202560 32060 0 1 0 470 14 0 0 25 0 16 0 31759120 1577844736 69585 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32664] ppid=32659 vsize=1540864 CPUtime=0.94
/proc/32661/task/32664/stat : 32664 (java) R 32659 32661 31163 0 -1 4202560 21710 0 0 0 84 10 0 0 16 0 16 0 31759122 1577844736 69592 1992294400 134512640 134550932 4292839392 18446744073709551615 103111750 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32661/tid=32665] ppid=32659 vsize=1540864 CPUtime=0.95
/proc/32661/task/32665/stat : 32665 (java) R 32659 32661 31163 0 -1 4202560 16361 0 0 0 88 7 0 0 18 0 16 0 31759122 1577844736 69601 1992294400 134512640 134550932 4292839392 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32661/tid=32666] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32666/stat : 32666 (java) S 32659 32661 31163 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 31759123 1577844736 69609 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32667] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32667/stat : 32667 (java) S 32659 32661 31163 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 31759124 1577844736 69618 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32668] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32668/stat : 32668 (java) S 32659 32661 31163 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 31759124 1577844736 69627 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32669] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32669/stat : 32669 (java) S 32659 32661 31163 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 31759128 1577844736 69637 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32670] ppid=32659 vsize=1540864 CPUtime=0.37
/proc/32661/task/32670/stat : 32670 (java) S 32659 32661 31163 0 -1 4202560 147 0 0 0 37 0 0 0 15 0 16 0 31759128 1577844736 69645 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32671] ppid=32659 vsize=1540864 CPUtime=1.28
/proc/32661/task/32671/stat : 32671 (java) S 32659 32661 31163 0 -1 4202560 6062 0 0 0 126 2 0 0 15 0 16 0 31759128 1577844736 69654 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32672] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32672/stat : 32672 (java) S 32659 32661 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31759128 1577844736 69663 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32673] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32673/stat : 32673 (java) S 32659 32661 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31759128 1577844736 69673 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.95
Current children cumulated vsize (KiB) 1540864

[startup+12.7025 s]
/proc/loadavg: 1.37 1.08 1.03 3/122 32677
/proc/meminfo: memFree=1488584/2059040 swapFree=4136080/4192956
[pid=32661] ppid=32659 vsize=1540864 CPUtime=21.62
/proc/32661/stat : 32661 (java) S 32659 32661 31163 0 -1 4202496 86604 0 1 0 2120 42 0 0 15 0 16 0 31759119 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32661/statm: 385216 77445 1435 10 0 382519 0
[pid=32661/tid=32663] ppid=32659 vsize=1540864 CPUtime=4.84
/proc/32661/task/32663/stat : 32663 (java) S 32659 32661 31163 0 -1 4202560 32060 0 1 0 470 14 0 0 15 0 16 0 31759120 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32664] ppid=32659 vsize=1540864 CPUtime=1.42
/proc/32661/task/32664/stat : 32664 (java) S 32659 32661 31163 0 -1 4202560 26925 0 0 0 129 13 0 0 15 0 16 0 31759122 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32665] ppid=32659 vsize=1540864 CPUtime=1.43
/proc/32661/task/32665/stat : 32665 (java) S 32659 32661 31163 0 -1 4202560 20198 0 0 0 134 9 0 0 16 0 16 0 31759122 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32666] ppid=32659 vsize=1540864 CPUtime=0.01
/proc/32661/task/32666/stat : 32666 (java) S 32659 32661 31163 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 16 0 31759123 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32667] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32667/stat : 32667 (java) S 32659 32661 31163 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 31759124 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32668] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32668/stat : 32668 (java) S 32659 32661 31163 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 31759124 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32669] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32669/stat : 32669 (java) S 32659 32661 31163 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 31759128 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32670] ppid=32659 vsize=1540864 CPUtime=1.03
/proc/32661/task/32670/stat : 32670 (java) S 32659 32661 31163 0 -1 4202560 184 0 0 0 103 0 0 0 15 0 16 0 31759128 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32671] ppid=32659 vsize=1540864 CPUtime=1.67
/proc/32661/task/32671/stat : 32671 (java) S 32659 32661 31163 0 -1 4202560 6098 0 0 0 165 2 0 0 15 0 16 0 31759128 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32672] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32672/stat : 32672 (java) S 32659 32661 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31759128 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32673] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32673/stat : 32673 (java) S 32659 32661 31163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31759128 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32674] ppid=32659 vsize=1540864 CPUtime=5.16
/proc/32661/task/32674/stat : 32674 (java) R 32659 32661 31163 0 -1 4202560 24 0 0 0 516 0 0 0 25 0 16 0 31759685 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4109292303 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32661/tid=32675] ppid=32659 vsize=1540864 CPUtime=5.98
/proc/32661/task/32675/stat : 32675 (java) R 32659 32661 31163 0 -1 4202560 41 0 0 0 598 0 0 0 21 0 16 0 31759685 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4109225385 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32661/tid=32676] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32676/stat : 32676 (java) S 32659 32661 31163 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 31759715 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32677] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32677/stat : 32677 (java) S 32659 32661 31163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 31759716 1577844736 77445 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.62
Current children cumulated vsize (KiB) 1540864

[startup+25.5017 s]
/proc/loadavg: 1.46 1.11 1.04 3/122 32677
/proc/meminfo: memFree=1463288/2059040 swapFree=4136080/4192956
[pid=32661] ppid=32659 vsize=1540864 CPUtime=46.47
/proc/32661/stat : 32661 (java) S 32659 32661 31163 0 -1 4202496 94230 0 1 0 4600 47 0 0 15 0 16 0 31759119 1577844736 83908 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32661/statm: 385216 83908 1443 10 0 382519 0
[pid=32661/tid=32663] ppid=32659 vsize=1540864 CPUtime=4.84
/proc/32661/task/32663/stat : 32663 (java) S 32659 32661 31163 0 -1 4202560 32061 0 1 0 470 14 0 0 15 0 16 0 31759120 1577844736 83908 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32664] ppid=32659 vsize=1540864 CPUtime=1.62
/proc/32661/task/32664/stat : 32664 (java) S 32659 32661 31163 0 -1 4202560 30427 0 0 0 148 14 0 0 16 0 16 0 31759122 1577844736 83908 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32665] ppid=32659 vsize=1540864 CPUtime=1.63
/proc/32661/task/32665/stat : 32665 (java) S 32659 32661 31163 0 -1 4202560 23804 0 0 0 152 11 0 0 16 0 16 0 31759122 1577844736 83908 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32666] ppid=32659 vsize=1540864 CPUtime=0.55

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

/proc/32661/statm: 385216 129560 1447 10 0 382519 0
[pid=32661/tid=32663] ppid=32659 vsize=1540864 CPUtime=4.84
/proc/32661/task/32663/stat : 32663 (java) S 32659 32661 31163 0 -1 4202560 32089 0 1 0 470 14 0 0 15 0 16 0 31759120 1577844736 129560 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32664] ppid=32659 vsize=1540864 CPUtime=10.81
/proc/32661/task/32664/stat : 32664 (java) S 32659 32661 31163 0 -1 4202560 55084 0 0 0 1049 32 0 0 15 0 16 0 31759122 1577844736 129560 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32665] ppid=32659 vsize=1540864 CPUtime=10.8
/proc/32661/task/32665/stat : 32665 (java) S 32659 32661 31163 0 -1 4202560 52442 0 0 0 1049 31 0 0 16 0 16 0 31759122 1577844736 129560 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32666] ppid=32659 vsize=1540864 CPUtime=46.74
/proc/32661/task/32666/stat : 32666 (java) S 32659 32661 31163 0 -1 4202560 72285 0 0 0 4642 32 0 0 17 0 16 0 31759123 1577844736 129560 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32667] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32667/stat : 32667 (java) S 32659 32661 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31759124 1577844736 129560 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32668] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32668/stat : 32668 (java) S 32659 32661 31163 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31759124 1577844736 129560 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32669] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32669/stat : 32669 (java) S 32659 32661 31163 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 31759128 1577844736 129560 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32670] ppid=32659 vsize=1540864 CPUtime=1.49
/proc/32661/task/32670/stat : 32670 (java) S 32659 32661 31163 0 -1 4202560 222 0 0 0 149 0 0 0 15 0 16 0 31759128 1577844736 129560 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32671] ppid=32659 vsize=1540864 CPUtime=2.04
/proc/32661/task/32671/stat : 32671 (java) S 32659 32661 31163 0 -1 4202560 6125 0 0 0 202 2 0 0 15 0 16 0 31759128 1577844736 129560 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32672] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32672/stat : 32672 (java) S 32659 32661 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31759128 1577844736 129560 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32673] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32673/stat : 32673 (java) S 32659 32661 31163 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 31759128 1577844736 129560 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32674] ppid=32659 vsize=1540864 CPUtime=692.16
/proc/32661/task/32674/stat : 32674 (java) R 32659 32661 31163 0 -1 4202560 220 0 0 0 69195 21 0 0 18 0 16 0 31759685 1577844736 129560 1992294400 134512640 134550932 4292839392 18446744073709551615 4109292240 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32661/tid=32675] ppid=32659 vsize=1540864 CPUtime=692.36
/proc/32661/task/32675/stat : 32675 (java) R 32659 32661 31163 0 -1 4202560 359 0 0 0 69221 15 0 0 18 0 16 0 31759685 1577844736 129560 1992294400 134512640 134550932 4292839392 18446744073709551615 4109229029 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32661/tid=32676] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32676/stat : 32676 (java) S 32659 32661 31163 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 31759715 1577844736 129560 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32677] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32677/stat : 32677 (java) S 32659 32661 31163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 31759716 1577844736 129560 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1461.33
Current children cumulated vsize (KiB) 1540864

[startup+822.302 s]
/proc/loadavg: 2.03 1.95 1.58 3/122 32699
/proc/meminfo: memFree=1268608/2059040 swapFree=4136080/4192956
[pid=32661] ppid=32659 vsize=1540864 CPUtime=1575.71
/proc/32661/stat : 32661 (java) S 32659 32661 31163 0 -1 4202496 227313 0 1 0 157413 158 0 0 15 0 16 0 31759119 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32661/statm: 385216 131601 1447 10 0 382519 0
[pid=32661/tid=32663] ppid=32659 vsize=1540864 CPUtime=4.84
/proc/32661/task/32663/stat : 32663 (java) S 32659 32661 31163 0 -1 4202560 32090 0 1 0 470 14 0 0 15 0 16 0 31759120 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32664] ppid=32659 vsize=1540864 CPUtime=11.75
/proc/32661/task/32664/stat : 32664 (java) S 32659 32661 31163 0 -1 4202560 56762 0 0 0 1141 34 0 0 16 0 16 0 31759122 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32665] ppid=32659 vsize=1540864 CPUtime=11.72
/proc/32661/task/32665/stat : 32665 (java) S 32659 32661 31163 0 -1 4202560 52965 0 0 0 1140 32 0 0 16 0 16 0 31759122 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32666] ppid=32659 vsize=1540864 CPUtime=51.32
/proc/32661/task/32666/stat : 32666 (java) S 32659 32661 31163 0 -1 4202560 77418 0 0 0 5098 34 0 0 15 0 16 0 31759123 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32667] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32667/stat : 32667 (java) S 32659 32661 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31759124 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32668] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32668/stat : 32668 (java) S 32659 32661 31163 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31759124 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32669] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32669/stat : 32669 (java) S 32659 32661 31163 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 31759128 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32670] ppid=32659 vsize=1540864 CPUtime=1.49
/proc/32661/task/32670/stat : 32670 (java) S 32659 32661 31163 0 -1 4202560 222 0 0 0 149 0 0 0 15 0 16 0 31759128 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32671] ppid=32659 vsize=1540864 CPUtime=2.04
/proc/32661/task/32671/stat : 32671 (java) S 32659 32661 31163 0 -1 4202560 6125 0 0 0 202 2 0 0 15 0 16 0 31759128 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32672] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32672/stat : 32672 (java) S 32659 32661 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31759128 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32673] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32673/stat : 32673 (java) S 32659 32661 31163 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 31759128 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32674] ppid=32659 vsize=1540864 CPUtime=746.44
/proc/32661/task/32674/stat : 32674 (java) R 32659 32661 31163 0 -1 4202560 233 0 0 0 74622 22 0 0 25 0 16 0 31759685 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4109292249 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32661/tid=32675] ppid=32659 vsize=1540864 CPUtime=746.02
/proc/32661/task/32675/stat : 32675 (java) R 32659 32661 31163 0 -1 4202560 380 0 0 0 74586 16 0 0 25 0 16 0 31759685 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4109224934 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32661/tid=32676] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32676/stat : 32676 (java) S 32659 32661 31163 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 31759715 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32677] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32677/stat : 32677 (java) S 32659 32661 31163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 31759716 1577844736 131601 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1575.71
Current children cumulated vsize (KiB) 1540864

[startup+882.302 s]
/proc/loadavg: 2.03 1.97 1.61 3/122 32699
/proc/meminfo: memFree=1262408/2059040 swapFree=4136080/4192956
[pid=32661] ppid=32659 vsize=1540864 CPUtime=1689.97
/proc/32661/stat : 32661 (java) S 32659 32661 31163 0 -1 4202496 233259 0 1 0 168832 165 0 0 15 0 16 0 31759119 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32661/statm: 385216 133166 1447 10 0 382519 0
[pid=32661/tid=32663] ppid=32659 vsize=1540864 CPUtime=4.84
/proc/32661/task/32663/stat : 32663 (java) S 32659 32661 31163 0 -1 4202560 32091 0 1 0 470 14 0 0 15 0 16 0 31759120 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32664] ppid=32659 vsize=1540864 CPUtime=12.55
/proc/32661/task/32664/stat : 32664 (java) S 32659 32661 31163 0 -1 4202560 58144 0 0 0 1220 35 0 0 16 0 16 0 31759122 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32665] ppid=32659 vsize=1540864 CPUtime=12.52
/proc/32661/task/32665/stat : 32665 (java) S 32659 32661 31163 0 -1 4202560 53646 0 0 0 1219 33 0 0 16 0 16 0 31759122 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32666] ppid=32659 vsize=1540864 CPUtime=56.08
/proc/32661/task/32666/stat : 32666 (java) S 32659 32661 31163 0 -1 4202560 81268 0 0 0 5573 35 0 0 17 0 16 0 31759123 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32667] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32667/stat : 32667 (java) S 32659 32661 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31759124 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32668] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32668/stat : 32668 (java) S 32659 32661 31163 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31759124 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32669] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32669/stat : 32669 (java) S 32659 32661 31163 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 31759128 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32670] ppid=32659 vsize=1540864 CPUtime=1.49
/proc/32661/task/32670/stat : 32670 (java) S 32659 32661 31163 0 -1 4202560 222 0 0 0 149 0 0 0 15 0 16 0 31759128 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32671] ppid=32659 vsize=1540864 CPUtime=2.04
/proc/32661/task/32671/stat : 32671 (java) S 32659 32661 31163 0 -1 4202560 6125 0 0 0 202 2 0 0 15 0 16 0 31759128 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32672] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32672/stat : 32672 (java) S 32659 32661 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31759128 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32673] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32673/stat : 32673 (java) S 32659 32661 31163 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 31759128 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32674] ppid=32659 vsize=1540864 CPUtime=800.84
/proc/32661/task/32674/stat : 32674 (java) R 32659 32661 31163 0 -1 4202560 242 0 0 0 80062 22 0 0 18 0 16 0 31759685 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4109411409 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32661/tid=32675] ppid=32659 vsize=1540864 CPUtime=799.53
/proc/32661/task/32675/stat : 32675 (java) R 32659 32661 31163 0 -1 4202560 399 0 0 0 79934 19 0 0 18 0 16 0 31759685 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4109169525 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32661/tid=32676] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32676/stat : 32676 (java) S 32659 32661 31163 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 31759715 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32677] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32677/stat : 32677 (java) S 32659 32661 31163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 31759716 1577844736 133166 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1689.97
Current children cumulated vsize (KiB) 1540864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+939.702 s]
/proc/loadavg: 2.07 1.99 1.64 5/122 32701
/proc/meminfo: memFree=1255092/2059040 swapFree=4136080/4192956
[pid=32661] ppid=32659 vsize=1540864 CPUtime=1800.18
/proc/32661/stat : 32661 (java) S 32659 32661 31163 0 -1 4202496 235974 0 1 0 179848 170 0 0 15 0 16 0 31759119 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32661/statm: 385216 135120 1447 10 0 382519 0
[pid=32661/tid=32663] ppid=32659 vsize=1540864 CPUtime=4.84
/proc/32661/task/32663/stat : 32663 (java) S 32659 32661 31163 0 -1 4202560 32094 0 1 0 470 14 0 0 15 0 16 0 31759120 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32664] ppid=32659 vsize=1540864 CPUtime=13.37
/proc/32661/task/32664/stat : 32664 (java) S 32659 32661 31163 0 -1 4202560 59577 0 0 0 1300 37 0 0 15 0 16 0 31759122 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32665] ppid=32659 vsize=1540864 CPUtime=13.33
/proc/32661/task/32665/stat : 32665 (java) S 32659 32661 31163 0 -1 4202560 54892 0 0 0 1300 33 0 0 16 0 16 0 31759122 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32666] ppid=32659 vsize=1540864 CPUtime=59.7
/proc/32661/task/32666/stat : 32666 (java) S 32659 32661 31163 0 -1 4202560 81270 0 0 0 5935 35 0 0 15 0 16 0 31759123 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 0 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32667] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32667/stat : 32667 (java) S 32659 32661 31163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31759124 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32668] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32668/stat : 32668 (java) S 32659 32661 31163 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 31759124 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32669] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32669/stat : 32669 (java) S 32659 32661 31163 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 31759128 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32670] ppid=32659 vsize=1540864 CPUtime=1.49
/proc/32661/task/32670/stat : 32670 (java) S 32659 32661 31163 0 -1 4202560 222 0 0 0 149 0 0 0 15 0 16 0 31759128 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32671] ppid=32659 vsize=1540864 CPUtime=2.06
/proc/32661/task/32671/stat : 32671 (java) S 32659 32661 31163 0 -1 4202560 6127 0 0 0 204 2 0 0 15 0 16 0 31759128 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
[pid=32661/tid=32672] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32672/stat : 32672 (java) S 32659 32661 31163 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31759128 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32673] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32673/stat : 32673 (java) S 32659 32661 31163 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 31759128 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32674] ppid=32659 vsize=1540864 CPUtime=852.92
/proc/32661/task/32674/stat : 32674 (java) R 32659 32661 31163 0 -1 4202560 247 0 0 0 85267 25 0 0 25 0 16 0 31759685 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4109386856 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32661/tid=32675] ppid=32659 vsize=1540864 CPUtime=852.37
/proc/32661/task/32675/stat : 32675 (java) R 32659 32661 31163 0 -1 4202560 421 0 0 0 85218 19 0 0 25 0 16 0 31759685 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4109218533 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32661/tid=32676] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32676/stat : 32676 (java) S 32659 32661 31163 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 31759715 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 0 0 0 0
[pid=32661/tid=32677] ppid=32659 vsize=1540864 CPUtime=0
/proc/32661/task/32677/stat : 32677 (java) S 32659 32661 31163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 31759716 1577844736 135120 1992294400 134512640 134550932 4292839392 18446744073709551615 4294960144 0 4 0 16800975 18446604437877174400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 1540864

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

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

[startup+939.816 s]
/proc/loadavg: 2.07 1.99 1.64 5/122 32701
/proc/meminfo: memFree=1255092/2059040 swapFree=4136080/4192956
[pid=32661] ppid=32659 vsize=0 CPUtime=1800.39
/proc/32661/stat : 32661 (java) Z 32659 32661 31163 0 -1 4203548 236002 0 1 0 179868 171 0 0 15 0 2 0 31759119 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32661/statm: 0 0 0 0 0 0 0
[pid=32661/tid=32675] ppid=32659 vsize=0 CPUtime=852.43
/proc/32661/task/32675/stat : 32675 (java) R 32659 32661 31163 0 -1 4203588 421 0 0 0 85224 19 0 0 25 0 2 0 31759685 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 939.863
CPU time (s): 1800.45
CPU user time (s): 1798.68
CPU system time (s): 1.76373
CPU usage (%): 191.565
Max. virtual memory (cumulated for all children) (KiB): 1553676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 1.76373
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236002
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= 27694
involuntary context switches= 51440

runsolver used 4.55431 second user time and 10.7004 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-15 02:26:17
IDJOB=2662195
IDBENCH=2486
IDSOLVER=1166
FILE ID=node014/2662195-1276561577
PBS_JOBID= 11173486
Free space on /tmp= 62500 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/MIPLIB/miplib/normalized-mps-v2-20-10-misc04.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662195-1276561577/watcher-2662195-1276561577 -o /tmp/evaluation-result-2662195-1276561577/solver-2662195-1276561577 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662195-1276561577.opb

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

MD5SUM BENCH= bb1646c210ed722ee76932cafe9701aa
RANDOM SEED=1020731219

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1793464 kB
Buffers:         48476 kB
Cached:         127812 kB
SwapCached:      11580 kB
Active:          86408 kB
Inactive:       104724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1793464 kB
SwapTotal:     4192956 kB
SwapFree:      4136080 kB
Dirty:            7368 kB
Writeback:           0 kB
AnonPages:       11980 kB
Mapped:           9244 kB
Slab:            52404 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183268 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= 62500 MiB
End job on node014 at 2010-06-15 02:41:59