Trace number 2662392

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.32 978.087

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-cycle.opb
MD5SUMa4f456875ede4549ae03268180cd603c
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables84737
Total number of constraints1802
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1802
Minimum length of a constraint11
Maximum length of a constraint1470
Number of terms in the objective function 9240
Biggest coefficient in the objective function 53687091200000
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 1737924154969464
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 48888431614361600
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 779202693141814557
Number of bits of the biggest sum of numbers60
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.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@4413ee
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@1cb25f1
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-2662392-1276553233.opb
0.22/0.22	c reading problem ... 
8.36/6.22	c ... done. Wall clock time 6.002s.
8.36/6.22	c #vars     84737
8.36/6.22	c #constraints  36743
8.36/6.22	c constraints type 
8.36/6.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2997
8.36/6.23	c constraints type 
8.36/6.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2997
42.39/23.44	c cleaning 2479 clauses out of 4965 with flag 5001/5001
58.27/31.71	c cleaning 4239 clauses out of 8487 with flag 11002/11002
67.99/36.91	c cleaning 5620 clauses out of 11246 with flag 18000/18000
78.88/42.71	c cleaning 6810 clauses out of 13627 with flag 26001/26001
90.76/49.12	c cleaning 7907 clauses out of 15816 with flag 35000/35000
104.81/56.53	c cleaning 8955 clauses out of 17909 with flag 45000/45000
121.61/65.37	c cleaning 9472 clauses out of 18955 with flag 55001/55001
134.04/71.94	c cleaning 9739 clauses out of 19483 with flag 65001/65001
148.48/79.63	c cleaning 9871 clauses out of 19745 with flag 75002/75002
174.98/93.37	c cleaning 9932 clauses out of 19872 with flag 85000/85000
194.69/103.60	c cleaning 9967 clauses out of 19941 with flag 95001/95001
214.60/114.08	c cleaning 9982 clauses out of 19973 with flag 105000/105000
233.91/124.21	c cleaning 9991 clauses out of 19992 with flag 115001/115001
250.41/132.93	c cleaning 9997 clauses out of 20000 with flag 125000/125000
263.14/139.71	c cleaning 9999 clauses out of 20004 with flag 135001/135001
275.07/146.16	c cleaning 10002 clauses out of 20005 with flag 145001/145001
288.17/153.27	c cleaning 9997 clauses out of 20002 with flag 155000/155000
300.72/159.98	c cleaning 10001 clauses out of 20006 with flag 165001/165001
316.03/168.01	c cleaning 10000 clauses out of 20004 with flag 175000/175000
332.91/176.92	c cleaning 10000 clauses out of 20004 with flag 185000/185000
347.23/184.66	c cleaning 10002 clauses out of 20004 with flag 195000/195000
361.10/192.09	c cleaning 10001 clauses out of 20002 with flag 205000/205000
374.76/199.30	c cleaning 9999 clauses out of 20003 with flag 215002/215002
388.20/206.58	c cleaning 10000 clauses out of 20003 with flag 225001/225001
402.23/214.11	c cleaning 9998 clauses out of 20002 with flag 235000/235000
415.85/221.47	c cleaning 10002 clauses out of 20007 with flag 245003/245003
430.08/229.05	c cleaning 9997 clauses out of 20002 with flag 255000/255000
444.29/236.61	c cleaning 10000 clauses out of 20005 with flag 265000/265000
460.05/245.11	c cleaning 9998 clauses out of 20006 with flag 275001/275001
475.43/253.37	c cleaning 10001 clauses out of 20008 with flag 285001/285001
489.23/260.76	c cleaning 9998 clauses out of 20007 with flag 295001/295001
502.02/267.60	c cleaning 10001 clauses out of 20009 with flag 305001/305001
515.40/274.96	c cleaning 10001 clauses out of 20007 with flag 315000/315000
528.99/282.22	c cleaning 9996 clauses out of 20007 with flag 325001/325001
543.75/290.11	c cleaning 9999 clauses out of 20010 with flag 335000/335000
557.92/297.78	c cleaning 10007 clauses out of 20013 with flag 345002/345002
573.50/306.13	c cleaning 9995 clauses out of 20004 with flag 355000/355000
588.18/314.05	c cleaning 10003 clauses out of 20013 with flag 365004/365004
601.74/321.34	c cleaning 9999 clauses out of 20007 with flag 375001/375001
615.08/328.59	c cleaning 10000 clauses out of 20007 with flag 385000/385000
628.74/336.04	c cleaning 9998 clauses out of 20008 with flag 395001/395001
641.69/343.00	c cleaning 10004 clauses out of 20009 with flag 405000/405000
654.05/349.75	c cleaning 10002 clauses out of 20006 with flag 415001/415001
665.40/355.96	c cleaning 9996 clauses out of 20004 with flag 425001/425001
677.25/362.51	c cleaning 10003 clauses out of 20008 with flag 435001/435001
688.40/368.64	c cleaning 10000 clauses out of 20004 with flag 445000/445000
700.71/375.38	c cleaning 9999 clauses out of 20006 with flag 455002/455002
713.82/382.44	c cleaning 9998 clauses out of 20006 with flag 465001/465001
727.65/390.02	c cleaning 9997 clauses out of 20008 with flag 475001/475001
743.14/398.33	c cleaning 10001 clauses out of 20011 with flag 485001/485001
756.40/405.60	c cleaning 9999 clauses out of 20009 with flag 495000/495000
769.88/412.95	c cleaning 10001 clauses out of 20010 with flag 505000/505000
784.39/421.11	c cleaning 10004 clauses out of 20012 with flag 515003/515003
800.22/429.66	c cleaning 10000 clauses out of 20005 with flag 525000/525000
814.50/437.39	c cleaning 9999 clauses out of 20006 with flag 535001/535001
829.57/445.46	c cleaning 9999 clauses out of 20006 with flag 545000/545000
844.56/453.69	c cleaning 10001 clauses out of 20007 with flag 555000/555000
857.80/460.87	c cleaning 10002 clauses out of 20007 with flag 565001/565001
870.69/467.86	c cleaning 10002 clauses out of 20006 with flag 575002/575002
884.78/475.40	c cleaning 9996 clauses out of 20003 with flag 585001/585001
899.89/483.62	c cleaning 9999 clauses out of 20007 with flag 595001/595001
914.19/491.33	c cleaning 9998 clauses out of 20007 with flag 605000/605000
928.46/499.07	c cleaning 10000 clauses out of 20009 with flag 615000/615000
942.33/506.56	c cleaning 10003 clauses out of 20009 with flag 625000/625000
959.34/515.77	c cleaning 9997 clauses out of 20006 with flag 635000/635000
975.98/524.62	c cleaning 9999 clauses out of 20009 with flag 645000/645000
990.62/532.51	c cleaning 10000 clauses out of 20010 with flag 655000/655000
1004.25/539.96	c cleaning 10003 clauses out of 20011 with flag 665001/665001
1019.09/548.01	c cleaning 10000 clauses out of 20008 with flag 675001/675001
1032.72/555.46	c cleaning 9998 clauses out of 20007 with flag 685000/685000
1046.34/562.89	c cleaning 9997 clauses out of 20009 with flag 695000/695000
1062.53/571.56	c cleaning 10000 clauses out of 20012 with flag 705000/705000
1079.25/580.67	c cleaning 9999 clauses out of 20012 with flag 715000/715000
1098.21/590.71	c cleaning 10002 clauses out of 20013 with flag 725000/725000
1117.32/600.90	c cleaning 9999 clauses out of 20011 with flag 735000/735000
1133.86/609.80	c cleaning 10001 clauses out of 20012 with flag 745000/745000
1149.75/618.52	c cleaning 10002 clauses out of 20011 with flag 755000/755000
1164.88/626.70	c cleaning 9999 clauses out of 20009 with flag 765000/765000
1179.60/634.78	c cleaning 10004 clauses out of 20012 with flag 775002/775002
1195.09/643.13	c cleaning 9999 clauses out of 20007 with flag 785001/785001
1210.12/651.44	c cleaning 9999 clauses out of 20008 with flag 795001/795001
1223.87/658.93	c cleaning 10004 clauses out of 20011 with flag 805003/805003
1238.56/666.93	c cleaning 10001 clauses out of 20006 with flag 815002/815002
1252.29/674.45	c cleaning 10000 clauses out of 20004 with flag 825001/825001
1266.09/682.18	c cleaning 10000 clauses out of 20003 with flag 835000/835000
1280.56/690.05	c cleaning 9996 clauses out of 20003 with flag 845000/845000
1294.65/697.70	c cleaning 10000 clauses out of 20007 with flag 855000/855000
1308.52/705.34	c cleaning 10003 clauses out of 20007 with flag 865000/865000
1323.14/713.42	c cleaning 10003 clauses out of 20005 with flag 875001/875001
1339.19/722.16	c cleaning 10001 clauses out of 20001 with flag 885000/885000
1356.21/731.38	c cleaning 9997 clauses out of 20001 with flag 895001/895001
1369.86/738.82	c cleaning 9998 clauses out of 20004 with flag 905001/905001
1382.67/746.07	c cleaning 9998 clauses out of 20006 with flag 915001/915001
1395.92/753.31	c cleaning 10004 clauses out of 20008 with flag 925001/925001
1409.55/760.80	c cleaning 10002 clauses out of 20005 with flag 935002/935002
1423.36/768.48	c cleaning 9998 clauses out of 20002 with flag 945001/945001
1437.94/776.51	c cleaning 9999 clauses out of 20003 with flag 955000/955000
1451.16/783.89	c cleaning 9998 clauses out of 20004 with flag 965000/965000
1458.01/787.92	c cleaning 0 clauses out of 5001 with flag 0/5001
1466.87/793.01	c cleaning 10001 clauses out of 20006 with flag 975000/975000
1480.49/800.63	c cleaning 9999 clauses out of 20006 with flag 985001/985001
1494.69/808.47	c cleaning 10001 clauses out of 20006 with flag 995000/995000
1510.27/816.93	c cleaning 10000 clauses out of 20006 with flag 1005001/1005001
1525.85/825.44	c cleaning 9999 clauses out of 20005 with flag 1015000/1015000
1541.60/834.16	c cleaning 10003 clauses out of 20007 with flag 1025001/1025001
1555.77/841.96	c cleaning 10002 clauses out of 20004 with flag 1035001/1035001
1568.96/849.27	c cleaning 9998 clauses out of 20004 with flag 1045003/1045003
1581.93/856.45	c cleaning 9998 clauses out of 20005 with flag 1055002/1055002
1595.59/864.15	c cleaning 9998 clauses out of 20006 with flag 1065001/1065001
1609.55/871.86	c cleaning 10001 clauses out of 20007 with flag 1075000/1075000
1623.31/879.49	c cleaning 10000 clauses out of 20007 with flag 1085001/1085001
1636.88/886.91	c cleaning 9998 clauses out of 20006 with flag 1095000/1095000
1651.04/894.90	c cleaning 9999 clauses out of 20008 with flag 1105000/1105000
1665.99/903.16	c cleaning 9996 clauses out of 20010 with flag 1115001/1115001
1681.13/911.48	c cleaning 10004 clauses out of 20013 with flag 1125000/1125000
1694.63/918.93	c cleaning 10005 clauses out of 20010 with flag 1135001/1135001
1707.73/926.38	c cleaning 9999 clauses out of 20004 with flag 1145000/1145000
1721.45/934.00	c cleaning 10001 clauses out of 20005 with flag 1155000/1155000
1735.55/941.78	c cleaning 10004 clauses out of 20008 with flag 1165004/1165004
1750.03/949.71	c cleaning 9997 clauses out of 20000 with flag 1175000/1175000
1764.14/957.79	c cleaning 10002 clauses out of 20003 with flag 1185000/1185000
1776.64/964.80	c cleaning 9996 clauses out of 20002 with flag 1195001/1195001
1790.09/972.24	c cleaning 9998 clauses out of 20005 with flag 1205000/1205000
1800.03/977.92	c starts		: 190
1800.03/977.92	c conflicts		: 1212230
1800.03/977.92	c decisions		: 1228984
1800.03/977.92	c propagations		: 11350994
1800.03/977.92	c inspects		: 867388345
1800.03/977.92	c learnt literals	: 36
1800.03/977.92	c learnt binary clauses	: 41
1800.03/977.92	c learnt ternary clauses	: 67
1800.03/977.92	c learnt clauses	: 1212194
1800.03/977.92	c ignored clauses	: 0
1800.03/977.92	c root simplifications	: 0
1800.03/977.92	c removed literals (reason simplification)	: 41150424
1800.03/977.92	c reason swapping (by a shorter reason)	: 0
1800.03/977.92	c Calls to reduceDB	: 122
1800.03/977.92	c number of reductions to clauses (during analyze)	: 0
1800.03/977.92	c number of learned constraints concerned by reduction	: 0
1800.03/977.92	c number of learning phase by resolution	: 0
1800.03/977.92	c number of learning phase by cutting planes	: 0
1800.03/977.92	c speed (assignments/second)	: 11681.643931480556
1800.03/977.92	c non guided choices	84
1800.24/978.02	c learnt constraints type 
1800.24/978.02	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17310
1800.24/978.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 41
1800.24/978.02	c constraints type 
1800.24/978.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2997
1800.24/978.02	c constraints type 
1800.24/978.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2997
1800.24/978.02	s UNKNOWN
1800.24/978.02	c Total wall clock time (in seconds): 977.788

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30749
/proc/meminfo: memFree=1697200/2059040 swapFree=4140260/4192956
[pid=30749] ppid=30747 vsize=1752 CPUtime=0
/proc/30749/stat : 30749 (java6) R 30747 30749 30087 0 -1 4194304 161 0 0 0 0 0 0 0 21 0 1 0 30924860 1794048 79 1992294400 134512640 134550932 4288657296 18446744073709551615 11643312 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30749/statm: 438 79 63 10 0 30 0

[startup+0.019096 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30749
/proc/meminfo: memFree=1697200/2059040 swapFree=4140260/4192956
[pid=30749] ppid=30747 vsize=13480 CPUtime=0
/proc/30749/stat : 30749 (java) S 30747 30749 30087 0 -1 4202496 1112 0 0 0 0 0 0 0 15 0 2 0 30924860 13803520 582 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30749/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13480

[startup+0.101911 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30749
/proc/meminfo: memFree=1697200/2059040 swapFree=4140260/4192956
[pid=30749] ppid=30747 vsize=1524180 CPUtime=0.08
/proc/30749/stat : 30749 (java) S 30747 30749 30087 0 -1 4202496 3949 0 1 0 6 2 0 0 15 0 12 0 30924860 1560760320 3388 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30749/statm: 381045 3388 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.321618 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30749
/proc/meminfo: memFree=1697200/2059040 swapFree=4140260/4192956
[pid=30749] ppid=30747 vsize=1526828 CPUtime=0.39
/proc/30749/stat : 30749 (java) S 30747 30749 30087 0 -1 4202496 6398 0 1 0 36 3 0 0 15 0 12 0 30924860 1563471872 5835 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30749/statm: 381707 5835 1365 10 0 379010 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526828

[startup+0.758967 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30749
/proc/meminfo: memFree=1697200/2059040 swapFree=4140260/4192956
[pid=30749] ppid=30747 vsize=1528172 CPUtime=1.23
/proc/30749/stat : 30749 (java) S 30747 30749 30087 0 -1 4202496 9906 0 1 0 118 5 0 0 15 0 12 0 30924860 1564848128 9081 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30749/statm: 382043 9081 1405 10 0 379346 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 1528172

[startup+1.50098 s]
/proc/loadavg: 1.24 1.05 1.02 4/118 30761
/proc/meminfo: memFree=1640872/2059040 swapFree=4140260/4192956
[pid=30749] ppid=30747 vsize=1543988 CPUtime=2.64
/proc/30749/stat : 30749 (java) S 30747 30749 30087 0 -1 4202496 22262 0 1 0 254 10 0 0 15 0 12 0 30924860 1581043712 18792 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30749/statm: 385997 18792 1406 10 0 383300 0
[pid=30749/tid=30751] ppid=30747 vsize=1543988 CPUtime=1.13
/proc/30749/task/30751/stat : 30751 (java) R 30747 30749 30087 0 -1 4202560 13418 0 1 0 107 6 0 0 25 0 12 0 30924861 1581043712 18792 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30749/tid=30752] ppid=30747 vsize=1543988 CPUtime=0
/proc/30749/task/30752/stat : 30752 (java) S 30747 30749 30087 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 30924863 1581043712 18792 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30753] ppid=30747 vsize=1543988 CPUtime=0
/proc/30749/task/30753/stat : 30753 (java) S 30747 30749 30087 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 30924863 1581043712 18792 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30754] ppid=30747 vsize=1543988 CPUtime=0
/proc/30749/task/30754/stat : 30754 (java) S 30747 30749 30087 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30924865 1581043712 18792 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30755] ppid=30747 vsize=1543988 CPUtime=0
/proc/30749/task/30755/stat : 30755 (java) S 30747 30749 30087 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30924865 1581043712 18792 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30756] ppid=30747 vsize=1543988 CPUtime=0
/proc/30749/task/30756/stat : 30756 (java) S 30747 30749 30087 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30924865 1581043712 18792 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30757] ppid=30747 vsize=1543988 CPUtime=0
/proc/30749/task/30757/stat : 30757 (java) S 30747 30749 30087 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 30924869 1581043712 18792 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30758] ppid=30747 vsize=1543988 CPUtime=0.42
/proc/30749/task/30758/stat : 30758 (java) R 30747 30749 30087 0 -1 4202560 1694 0 0 0 42 0 0 0 17 0 12 0 30924869 1581043712 18792 1992294400 134512640 134550932 4288968208 18446744073709551615 104138949 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30749/tid=30759] ppid=30747 vsize=1543988 CPUtime=1.05
/proc/30749/task/30759/stat : 30759 (java) R 30747 30749 30087 0 -1 4202560 6085 0 0 0 104 1 0 0 16 0 12 0 30924869 1581043712 18792 1992294400 134512640 134550932 4288968208 18446744073709551615 103148196 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30749/tid=30760] ppid=30747 vsize=1543988 CPUtime=0
/proc/30749/task/30760/stat : 30760 (java) S 30747 30749 30087 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30924869 1581043712 18792 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30761] ppid=30747 vsize=1543988 CPUtime=0
/proc/30749/task/30761/stat : 30761 (java) S 30747 30749 30087 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30924869 1581043712 18792 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 1543988

[startup+3.101 s]
/proc/loadavg: 1.24 1.05 1.02 2/118 30761
/proc/meminfo: memFree=1553328/2059040 swapFree=4140260/4192956
[pid=30749] ppid=30747 vsize=1543988 CPUtime=4.47
/proc/30749/stat : 30749 (java) S 30747 30749 30087 0 -1 4202496 49755 0 1 0 424 23 0 0 15 0 12 0 30924860 1581043712 45702 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30749/statm: 385997 45702 1417 10 0 383300 0
[pid=30749/tid=30751] ppid=30747 vsize=1543988 CPUtime=2.53
/proc/30749/task/30751/stat : 30751 (java) R 30747 30749 30087 0 -1 4202560 32024 0 1 0 239 14 0 0 25 0 12 0 30924861 1581043712 45702 1992294400 134512640 134550932 4288968208 18446744073709551615 4109733250 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30749/tid=30752] ppid=30747 vsize=1543988 CPUtime=0.17
/proc/30749/task/30752/stat : 30752 (java) S 30747 30749 30087 0 -1 4202560 4672 0 0 0 15 2 0 0 16 0 12 0 30924863 1581043712 45702 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30753] ppid=30747 vsize=1543988 CPUtime=0.16
/proc/30749/task/30753/stat : 30753 (java) S 30747 30749 30087 0 -1 4202560 4212 0 0 0 15 1 0 0 18 0 12 0 30924863 1581043712 45702 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30754] ppid=30747 vsize=1543988 CPUtime=0
/proc/30749/task/30754/stat : 30754 (java) S 30747 30749 30087 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 30924865 1581043712 45702 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30755] ppid=30747 vsize=1543988 CPUtime=0
/proc/30749/task/30755/stat : 30755 (java) S 30747 30749 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 30924865 1581043712 45702 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30756] ppid=30747 vsize=1543988 CPUtime=0
/proc/30749/task/30756/stat : 30756 (java) S 30747 30749 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 30924865 1581043712 45702 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30757] ppid=30747 vsize=1543988 CPUtime=0
/proc/30749/task/30757/stat : 30757 (java) S 30747 30749 30087 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 30924869 1581043712 45702 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30758] ppid=30747 vsize=1543988 CPUtime=0.47
/proc/30749/task/30758/stat : 30758 (java) S 30747 30749 30087 0 -1 4202560 1694 0 0 0 47 0 0 0 17 0 12 0 30924869 1581043712 45702 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30759] ppid=30747 vsize=1543988 CPUtime=1.06
/proc/30749/task/30759/stat : 30759 (java) S 30747 30749 30087 0 -1 4202560 6085 0 0 0 105 1 0 0 16 0 12 0 30924869 1581043712 45702 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30760] ppid=30747 vsize=1543988 CPUtime=0
/proc/30749/task/30760/stat : 30760 (java) S 30747 30749 30087 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30924869 1581043712 45702 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30761] ppid=30747 vsize=1543988 CPUtime=0
/proc/30749/task/30761/stat : 30761 (java) S 30747 30749 30087 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30924869 1581043712 45702 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 1543988

[startup+6.30104 s]
/proc/loadavg: 1.24 1.05 1.02 2/118 30761
/proc/meminfo: memFree=1447556/2059040 swapFree=4140260/4192956
[pid=30749] ppid=30747 vsize=1543920 CPUtime=8.53
/proc/30749/stat : 30749 (java) S 30747 30749 30087 0 -1 4202496 77730 0 1 0 817 36 0 0 15 0 14 0 30924860 1580974080 68892 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30749/statm: 385980 68892 1427 10 0 383283 0
[pid=30749/tid=30751] ppid=30747 vsize=1543920 CPUtime=4.85
/proc/30749/task/30751/stat : 30751 (java) S 30747 30749 30087 0 -1 4202560 32054 0 1 0 470 15 0 0 18 0 14 0 30924861 1580974080 68892 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30752] ppid=30747 vsize=1543920 CPUtime=0.96
/proc/30749/task/30752/stat : 30752 (java) S 30747 30749 30087 0 -1 4202560 20317 0 0 0 87 9 0 0 16 0 14 0 30924863 1580974080 68892 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30753] ppid=30747 vsize=1543920 CPUtime=0.96
/proc/30749/task/30753/stat : 30753 (java) S 30747 30749 30087 0 -1 4202560 16489 0 0 0 90 6 0 0 18 0 14 0 30924863 1580974080 68892 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30754] ppid=30747 vsize=1543920 CPUtime=0
/proc/30749/task/30754/stat : 30754 (java) S 30747 30749 30087 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 14 0 30924865 1580974080 68892 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30755] ppid=30747 vsize=1543920 CPUtime=0
/proc/30749/task/30755/stat : 30755 (java) S 30747 30749 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 30924865 1580974080 68892 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30756] ppid=30747 vsize=1543920 CPUtime=0
/proc/30749/task/30756/stat : 30756 (java) S 30747 30749 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 30924865 1580974080 68892 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30757] ppid=30747 vsize=1543920 CPUtime=0
/proc/30749/task/30757/stat : 30757 (java) S 30747 30749 30087 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 30924869 1580974080 68892 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30758] ppid=30747 vsize=1543920 CPUtime=0.53
/proc/30749/task/30758/stat : 30758 (java) S 30747 30749 30087 0 -1 4202560 1696 0 0 0 53 0 0 0 15 0 14 0 30924869 1580974080 68892 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30759] ppid=30747 vsize=1543920 CPUtime=1.09
/proc/30749/task/30759/stat : 30759 (java) S 30747 30749 30087 0 -1 4202560 6090 0 0 0 108 1 0 0 16 0 14 0 30924869 1580974080 68892 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30760] ppid=30747 vsize=1543920 CPUtime=0
/proc/30749/task/30760/stat : 30760 (java) S 30747 30749 30087 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 30924869 1580974080 68892 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30761] ppid=30747 vsize=1543920 CPUtime=0
/proc/30749/task/30761/stat : 30761 (java) S 30747 30749 30087 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 30924869 1580974080 68892 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 1543920

[startup+12.7016 s]
/proc/loadavg: 1.36 1.08 1.03 4/122 30765
/proc/meminfo: memFree=1391972/2059040 swapFree=4140260/4192956
[pid=30749] ppid=30747 vsize=1544568 CPUtime=21.2
/proc/30749/stat : 30749 (java) S 30747 30749 30087 0 -1 4202496 87372 0 1 0 2077 43 0 0 15 0 16 0 30924860 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30749/statm: 386142 77350 1438 10 0 383445 0
[pid=30749/tid=30751] ppid=30747 vsize=1544568 CPUtime=4.85
/proc/30749/task/30751/stat : 30751 (java) S 30747 30749 30087 0 -1 4202560 32054 0 1 0 470 15 0 0 15 0 16 0 30924861 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30752] ppid=30747 vsize=1544568 CPUtime=1.47
/proc/30749/task/30752/stat : 30752 (java) S 30747 30749 30087 0 -1 4202560 26248 0 0 0 134 13 0 0 15 0 16 0 30924863 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30753] ppid=30747 vsize=1544568 CPUtime=1.47
/proc/30749/task/30753/stat : 30753 (java) S 30747 30749 30087 0 -1 4202560 20015 0 0 0 138 9 0 0 16 0 16 0 30924863 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30754] ppid=30747 vsize=1544568 CPUtime=0
/proc/30749/task/30754/stat : 30754 (java) S 30747 30749 30087 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 30924865 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30755] ppid=30747 vsize=1544568 CPUtime=0
/proc/30749/task/30755/stat : 30755 (java) S 30747 30749 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30924865 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30756] ppid=30747 vsize=1544568 CPUtime=0
/proc/30749/task/30756/stat : 30756 (java) S 30747 30749 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30924865 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30757] ppid=30747 vsize=1544568 CPUtime=0
/proc/30749/task/30757/stat : 30757 (java) S 30747 30749 30087 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 30924869 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30758] ppid=30747 vsize=1544568 CPUtime=1.64
/proc/30749/task/30758/stat : 30758 (java) S 30747 30749 30087 0 -1 4202560 1777 0 0 0 164 0 0 0 15 0 16 0 30924869 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30759] ppid=30747 vsize=1544568 CPUtime=1.69
/proc/30749/task/30759/stat : 30759 (java) S 30747 30749 30087 0 -1 4202560 6142 0 0 0 167 2 0 0 15 0 16 0 30924869 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30760] ppid=30747 vsize=1544568 CPUtime=0
/proc/30749/task/30760/stat : 30760 (java) S 30747 30749 30087 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30924869 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30761] ppid=30747 vsize=1544568 CPUtime=0
/proc/30749/task/30761/stat : 30761 (java) S 30747 30749 30087 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30924869 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30762] ppid=30747 vsize=1544568 CPUtime=5.34
/proc/30749/task/30762/stat : 30762 (java) R 30747 30749 30087 0 -1 4202560 20 0 0 0 534 0 0 0 20 0 16 0 30925483 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4110142700 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30749/tid=30763] ppid=30747 vsize=1544568 CPUtime=4.66
/proc/30749/task/30763/stat : 30763 (java) R 30747 30749 30087 0 -1 4202560 38 0 0 0 466 0 0 0 25 0 16 0 30925483 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4110271604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30749/tid=30764] ppid=30747 vsize=1544568 CPUtime=0
/proc/30749/task/30764/stat : 30764 (java) S 30747 30749 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30925556 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30765] ppid=30747 vsize=1544568 CPUtime=0
/proc/30749/task/30765/stat : 30765 (java) S 30747 30749 30087 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 30925558 1581637632 77350 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.2
Current children cumulated vsize (KiB) 1544568

[startup+25.5022 s]
/proc/loadavg: 1.46 1.11 1.04 3/122 30765
/proc/meminfo: memFree=1380812/2059040 swapFree=4140260/4192956
[pid=30749] ppid=30747 vsize=1543348 CPUtime=45.99
/proc/30749/stat : 30749 (java) S 30747 30749 30087 0 -1 4202496 91222 0 1 0 4552 47 0 0 15 0 16 0 30924860 1580388352 80037 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30749/statm: 385837 80037 1449 10 0 383140 0
[pid=30749/tid=30751] ppid=30747 vsize=1543348 CPUtime=4.85
/proc/30749/task/30751/stat : 30751 (java) S 30747 30749 30087 0 -1 4202560 32054 0 1 0 470 15 0 0 15 0 16 0 30924861 1580388352 80037 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30752] ppid=30747 vsize=1543348 CPUtime=1.71
/proc/30749/task/30752/stat : 30752 (java) S 30747 30749 30087 0 -1 4202560 27963 0 0 0 157 14 0 0 15 0 16 0 30924863 1580388352 80037 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30753] ppid=30747 vsize=1543348 CPUtime=1.71
/proc/30749/task/30753/stat : 30753 (java) S 30747 30749 30087 0 -1 4202560 21315 0 0 0 161 10 0 0 16 0 16 0 30924863 1580388352 80037 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30754] ppid=30747 vsize=1543348 CPUtime=0.57

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

/proc/30749/task/30764/stat : 30764 (java) S 30747 30749 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30925556 1580388352 137585 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30765] ppid=30747 vsize=1543348 CPUtime=0
/proc/30749/task/30765/stat : 30765 (java) S 30747 30749 30087 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 30925558 1580388352 137585 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1519.71
Current children cumulated vsize (KiB) 1543348

[startup+882.309 s]
/proc/loadavg: 1.96 1.97 1.62 3/122 30792
/proc/meminfo: memFree=1138392/2059040 swapFree=4140260/4192956
[pid=30749] ppid=30747 vsize=1543348 CPUtime=1627.77
/proc/30749/stat : 30749 (java) S 30747 30749 30087 0 -1 4202496 497703 0 1 0 162525 252 0 0 15 0 16 0 30924860 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30749/statm: 385837 140479 1449 10 0 383140 0
[pid=30749/tid=30751] ppid=30747 vsize=1543348 CPUtime=4.86
/proc/30749/task/30751/stat : 30751 (java) S 30747 30749 30087 0 -1 4202560 32116 0 1 0 471 15 0 0 15 0 16 0 30924861 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30752] ppid=30747 vsize=1543348 CPUtime=14.54
/proc/30749/task/30752/stat : 30752 (java) S 30747 30749 30087 0 -1 4202560 55397 0 0 0 1422 32 0 0 15 0 16 0 30924863 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30753] ppid=30747 vsize=1543348 CPUtime=14.53
/proc/30749/task/30753/stat : 30753 (java) S 30747 30749 30087 0 -1 4202560 53360 0 0 0 1418 35 0 0 16 0 16 0 30924863 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30754] ppid=30747 vsize=1543348 CPUtime=118.33
/proc/30749/task/30754/stat : 30754 (java) S 30747 30749 30087 0 -1 4202560 346606 0 0 0 11699 134 0 0 15 0 16 0 30924865 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30755] ppid=30747 vsize=1543348 CPUtime=0
/proc/30749/task/30755/stat : 30755 (java) S 30747 30749 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30924865 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30756] ppid=30747 vsize=1543348 CPUtime=0
/proc/30749/task/30756/stat : 30756 (java) S 30747 30749 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30924865 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30757] ppid=30747 vsize=1543348 CPUtime=0
/proc/30749/task/30757/stat : 30757 (java) S 30747 30749 30087 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 30924869 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30758] ppid=30747 vsize=1543348 CPUtime=2.83
/proc/30749/task/30758/stat : 30758 (java) S 30747 30749 30087 0 -1 4202560 1920 0 0 0 283 0 0 0 15 0 16 0 30924869 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30759] ppid=30747 vsize=1543348 CPUtime=2.04
/proc/30749/task/30759/stat : 30759 (java) S 30747 30749 30087 0 -1 4202560 6265 0 0 0 202 2 0 0 15 0 16 0 30924869 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30760] ppid=30747 vsize=1543348 CPUtime=0
/proc/30749/task/30760/stat : 30760 (java) S 30747 30749 30087 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30924869 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30761] ppid=30747 vsize=1543348 CPUtime=0
/proc/30749/task/30761/stat : 30761 (java) S 30747 30749 30087 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 30924869 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30762] ppid=30747 vsize=1543348 CPUtime=734.09
/proc/30749/task/30762/stat : 30762 (java) R 30747 30749 30087 0 -1 4202560 395 0 0 0 73396 13 0 0 19 0 16 0 30925483 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4110143144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30749/tid=30763] ppid=30747 vsize=1543348 CPUtime=736.47
/proc/30749/task/30763/stat : 30763 (java) R 30747 30749 30087 0 -1 4202560 520 0 0 0 73631 16 0 0 19 0 16 0 30925483 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4110222326 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30749/tid=30764] ppid=30747 vsize=1543348 CPUtime=0
/proc/30749/task/30764/stat : 30764 (java) S 30747 30749 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30925556 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30765] ppid=30747 vsize=1543348 CPUtime=0
/proc/30749/task/30765/stat : 30765 (java) S 30747 30749 30087 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 30925558 1580388352 140479 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1627.77
Current children cumulated vsize (KiB) 1543348

[startup+942.301 s]
/proc/loadavg: 2.09 1.99 1.65 3/122 30794
/proc/meminfo: memFree=1131200/2059040 swapFree=4140260/4192956
[pid=30749] ppid=30747 vsize=1548472 CPUtime=1736.21
/proc/30749/stat : 30749 (java) S 30747 30749 30087 0 -1 4202496 514652 0 1 0 173357 264 0 0 15 0 16 0 30924860 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30749/statm: 387118 143188 1449 10 0 384421 0
[pid=30749/tid=30751] ppid=30747 vsize=1548472 CPUtime=4.86
/proc/30749/task/30751/stat : 30751 (java) S 30747 30749 30087 0 -1 4202560 32122 0 1 0 471 15 0 0 15 0 16 0 30924861 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30752] ppid=30747 vsize=1548472 CPUtime=15.49
/proc/30749/task/30752/stat : 30752 (java) S 30747 30749 30087 0 -1 4202560 56004 0 0 0 1516 33 0 0 16 0 16 0 30924863 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30753] ppid=30747 vsize=1548472 CPUtime=15.46
/proc/30749/task/30753/stat : 30753 (java) S 30747 30749 30087 0 -1 4202560 54268 0 0 0 1508 38 0 0 16 0 16 0 30924863 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30754] ppid=30747 vsize=1548472 CPUtime=128.92
/proc/30749/task/30754/stat : 30754 (java) R 30747 30749 30087 0 -1 4202560 361984 0 0 0 12751 141 0 0 16 0 16 0 30924865 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 105696663 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=30749/tid=30755] ppid=30747 vsize=1548472 CPUtime=0
/proc/30749/task/30755/stat : 30755 (java) S 30747 30749 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30924865 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30756] ppid=30747 vsize=1548472 CPUtime=0
/proc/30749/task/30756/stat : 30756 (java) S 30747 30749 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30924865 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30757] ppid=30747 vsize=1548472 CPUtime=0
/proc/30749/task/30757/stat : 30757 (java) S 30747 30749 30087 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 30924869 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30758] ppid=30747 vsize=1548472 CPUtime=2.83
/proc/30749/task/30758/stat : 30758 (java) S 30747 30749 30087 0 -1 4202560 1920 0 0 0 283 0 0 0 15 0 16 0 30924869 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30759] ppid=30747 vsize=1548472 CPUtime=2.04
/proc/30749/task/30759/stat : 30759 (java) S 30747 30749 30087 0 -1 4202560 6265 0 0 0 202 2 0 0 15 0 16 0 30924869 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30760] ppid=30747 vsize=1548472 CPUtime=0
/proc/30749/task/30760/stat : 30760 (java) S 30747 30749 30087 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30924869 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30761] ppid=30747 vsize=1548472 CPUtime=0
/proc/30749/task/30761/stat : 30761 (java) S 30747 30749 30087 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 30924869 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30762] ppid=30747 vsize=1548472 CPUtime=782.07
/proc/30749/task/30762/stat : 30762 (java) S 30747 30749 30087 0 -1 4202560 415 0 0 0 78194 13 0 0 25 0 16 0 30925483 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30763] ppid=30747 vsize=1548472 CPUtime=784.46
/proc/30749/task/30763/stat : 30763 (java) S 30747 30749 30087 0 -1 4202560 548 0 0 0 78429 17 0 0 25 0 16 0 30925483 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30764] ppid=30747 vsize=1548472 CPUtime=0
/proc/30749/task/30764/stat : 30764 (java) S 30747 30749 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30925556 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30765] ppid=30747 vsize=1548472 CPUtime=0
/proc/30749/task/30765/stat : 30765 (java) S 30747 30749 30087 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 30925558 1585635328 143188 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1736.21
Current children cumulated vsize (KiB) 1548472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+977.902 s]
/proc/loadavg: 1.93 1.96 1.65 4/122 30794
/proc/meminfo: memFree=1131200/2059040 swapFree=4140260/4192956
[pid=30749] ppid=30747 vsize=1543348 CPUtime=1800.03
/proc/30749/stat : 30749 (java) S 30747 30749 30087 0 -1 4202496 522363 0 1 0 179733 270 0 0 15 0 16 0 30924860 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30749/statm: 385837 141907 1449 10 0 383140 0
[pid=30749/tid=30751] ppid=30747 vsize=1543348 CPUtime=4.86
/proc/30749/task/30751/stat : 30751 (java) S 30747 30749 30087 0 -1 4202560 32124 0 1 0 471 15 0 0 15 0 16 0 30924861 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30752] ppid=30747 vsize=1543348 CPUtime=15.87
/proc/30749/task/30752/stat : 30752 (java) S 30747 30749 30087 0 -1 4202560 56004 0 0 0 1553 34 0 0 16 0 16 0 30924863 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30753] ppid=30747 vsize=1543348 CPUtime=15.84
/proc/30749/task/30753/stat : 30753 (java) S 30747 30749 30087 0 -1 4202560 54268 0 0 0 1546 38 0 0 15 0 16 0 30924863 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30754] ppid=30747 vsize=1543348 CPUtime=135.81
/proc/30749/task/30754/stat : 30754 (java) S 30747 30749 30087 0 -1 4202560 369674 0 0 0 13436 145 0 0 15 0 16 0 30924865 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30755] ppid=30747 vsize=1543348 CPUtime=0
/proc/30749/task/30755/stat : 30755 (java) S 30747 30749 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30924865 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30756] ppid=30747 vsize=1543348 CPUtime=0
/proc/30749/task/30756/stat : 30756 (java) S 30747 30749 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30924865 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30757] ppid=30747 vsize=1543348 CPUtime=0
/proc/30749/task/30757/stat : 30757 (java) S 30747 30749 30087 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 30924869 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30758] ppid=30747 vsize=1543348 CPUtime=2.83
/proc/30749/task/30758/stat : 30758 (java) S 30747 30749 30087 0 -1 4202560 1920 0 0 0 283 0 0 0 15 0 16 0 30924869 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30759] ppid=30747 vsize=1543348 CPUtime=2.04
/proc/30749/task/30759/stat : 30759 (java) S 30747 30749 30087 0 -1 4202560 6265 0 0 0 202 2 0 0 15 0 16 0 30924869 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30760] ppid=30747 vsize=1543348 CPUtime=0
/proc/30749/task/30760/stat : 30760 (java) S 30747 30749 30087 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30924869 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30761] ppid=30747 vsize=1543348 CPUtime=0
/proc/30749/task/30761/stat : 30761 (java) S 30747 30749 30087 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 30924869 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30762] ppid=30747 vsize=1543348 CPUtime=810.34
/proc/30749/task/30762/stat : 30762 (java) R 30747 30749 30087 0 -1 4202560 425 0 0 0 81021 13 0 0 25 0 16 0 30925483 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4110142708 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30749/tid=30763] ppid=30747 vsize=1543348 CPUtime=812.36
/proc/30749/task/30763/stat : 30763 (java) R 30747 30749 30087 0 -1 4202560 555 0 0 0 81218 18 0 0 25 0 16 0 30925483 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4110142672 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30749/tid=30764] ppid=30747 vsize=1543348 CPUtime=0
/proc/30749/task/30764/stat : 30764 (java) S 30747 30749 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30925556 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30765] ppid=30747 vsize=1543348 CPUtime=0
/proc/30749/task/30765/stat : 30765 (java) S 30747 30749 30087 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 30925558 1580388352 141907 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1543348

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

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

[startup+978.024 s]
/proc/loadavg: 1.93 1.96 1.65 4/122 30794
/proc/meminfo: memFree=1131200/2059040 swapFree=4140260/4192956
[pid=30749] ppid=30747 vsize=1543996 CPUtime=1800.24
/proc/30749/stat : 30749 (java) S 30747 30749 30087 0 -1 4202496 522385 0 1 0 179754 270 0 0 15 0 17 0 30924860 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30749/statm: 385999 141929 1452 10 0 383302 0
[pid=30749/tid=30751] ppid=30747 vsize=1543996 CPUtime=4.86
/proc/30749/task/30751/stat : 30751 (java) S 30747 30749 30087 0 -1 4202560 32124 0 1 0 471 15 0 0 15 0 17 0 30924861 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30752] ppid=30747 vsize=1543996 CPUtime=15.87
/proc/30749/task/30752/stat : 30752 (java) S 30747 30749 30087 0 -1 4202560 56004 0 0 0 1553 34 0 0 16 0 17 0 30924863 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30753] ppid=30747 vsize=1543996 CPUtime=15.84
/proc/30749/task/30753/stat : 30753 (java) S 30747 30749 30087 0 -1 4202560 54268 0 0 0 1546 38 0 0 15 0 17 0 30924863 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30754] ppid=30747 vsize=1543996 CPUtime=135.81
/proc/30749/task/30754/stat : 30754 (java) S 30747 30749 30087 0 -1 4202560 369674 0 0 0 13436 145 0 0 15 0 17 0 30924865 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 0 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30755] ppid=30747 vsize=1543996 CPUtime=0
/proc/30749/task/30755/stat : 30755 (java) S 30747 30749 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 30924865 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30756] ppid=30747 vsize=1543996 CPUtime=0
/proc/30749/task/30756/stat : 30756 (java) S 30747 30749 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 30924865 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30757] ppid=30747 vsize=1543996 CPUtime=0
/proc/30749/task/30757/stat : 30757 (java) S 30747 30749 30087 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 30924869 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30758] ppid=30747 vsize=1543996 CPUtime=2.84
/proc/30749/task/30758/stat : 30758 (java) R 30747 30749 30087 0 -1 4202560 1922 0 0 0 284 0 0 0 15 0 17 0 30924869 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 105573093 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30749/tid=30759] ppid=30747 vsize=1543996 CPUtime=2.05
/proc/30749/task/30759/stat : 30759 (java) S 30747 30749 30087 0 -1 4202560 6265 0 0 0 203 2 0 0 16 0 17 0 30924869 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30760] ppid=30747 vsize=1543996 CPUtime=0
/proc/30749/task/30760/stat : 30760 (java) S 30747 30749 30087 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 30924869 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30761] ppid=30747 vsize=1543996 CPUtime=0
/proc/30749/task/30761/stat : 30761 (java) S 30747 30749 30087 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 17 0 30924869 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 0 0 0 0
[pid=30749/tid=30762] ppid=30747 vsize=1543996 CPUtime=810.43
/proc/30749/task/30762/stat : 30762 (java) R 30747 30749 30087 0 -1 4202560 425 0 0 0 81030 13 0 0 25 0 17 0 30925483 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 4110226758 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30749/tid=30763] ppid=30747 vsize=1543996 CPUtime=812.43
/proc/30749/task/30763/stat : 30763 (java) R 30747 30749 30087 0 -1 4202560 555 0 0 0 81225 18 0 0 25 0 17 0 30925483 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 4110142672 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30749/tid=30764] ppid=30747 vsize=1543996 CPUtime=0
/proc/30749/task/30764/stat : 30764 (java) S 30747 30749 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 30925556 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
[pid=30749/tid=30765] ppid=30747 vsize=1543996 CPUtime=0
/proc/30749/task/30765/stat : 30765 (java) S 30747 30749 30087 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 17 0 30925558 1581051904 141929 1992294400 134512640 134550932 4288968208 18446744073709551615 4294960144 0 4 0 16800975 18446604437827906368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1543996

Child status: 143
Real time (s): 978.087
CPU time (s): 1800.32
CPU user time (s): 1797.55
CPU system time (s): 2.76758
CPU usage (%): 184.066
Max. virtual memory (cumulated for all children) (KiB): 1557164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.55
system time used= 2.76758
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 522386
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= 32360
involuntary context switches= 51679

runsolver used 4.51531 second user time and 10.8304 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-15 00:07:14
IDJOB=2662392
IDBENCH=2433
IDSOLVER=1166
FILE ID=node013/2662392-1276553233
PBS_JOBID= 11173481
Free space on /tmp= 62496 MiB

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

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

MD5SUM BENCH= a4f456875ede4549ae03268180cd603c
RANDOM SEED=390973239

node013.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.253
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.50
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.253
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:       1697596 kB
Buffers:        143040 kB
Cached:         135472 kB
SwapCached:       6068 kB
Active:         115864 kB
Inactive:       176316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1697596 kB
SwapTotal:     4192956 kB
SwapFree:      4140260 kB
Dirty:            8808 kB
Writeback:           0 kB
AnonPages:       11960 kB
Mapped:          13024 kB
Slab:            47468 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181336 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= 62496 MiB
End job on node013 at 2010-06-15 00:23:34