Trace number 2659215

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 Resolution 2.2.0 2010-05-26? (TO) 1800.2 1795

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-khb05250.opb
MD5SUM8f9b5e86f02b1dde8a9338d7682a9c8d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark253571972295
Best CPU time to get the best result obtained on this benchmark1800.51
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 279273270736
Optimality of the best value was proved NO
Number of variables38297
Total number of constraints102
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 constraints102
Minimum length of a constraint23
Maximum length of a constraint1530
Number of terms in the objective function 37494
Biggest coefficient in the objective function 6251324899328
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 5652283493428566
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 6251324899328
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 5652283493428566
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2659215-1276558543.opb
0.23/0.21	c reading problem ... 
2.76/1.69	c ... done. Wall clock time 1.486s.
2.76/1.69	c #vars     38297
2.76/1.69	c #constraints  13479
2.76/1.69	c constraints type 
2.76/1.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 179
26.48/23.96	c cleaning 2495 clauses out of 5000 with flag 5000/5000
29.98/27.33	c cleaning 4253 clauses out of 8506 with flag 11001/11001
35.69/33.05	c cleaning 5627 clauses out of 11253 with flag 18001/18001
44.14/41.43	c cleaning 6813 clauses out of 13625 with flag 26000/26000
54.95/52.24	c cleaning 7907 clauses out of 15813 with flag 35001/35001
68.15/65.45	c cleaning 8952 clauses out of 17906 with flag 45001/45001
81.46/78.70	c cleaning 9477 clauses out of 18954 with flag 55001/55001
95.69/92.98	c cleaning 9738 clauses out of 19477 with flag 65001/65001
109.03/106.23	c cleaning 9866 clauses out of 19738 with flag 75000/75000
119.93/117.11	c cleaning 9936 clauses out of 19872 with flag 85000/85000
131.56/128.77	c cleaning 9968 clauses out of 19936 with flag 95000/95000
144.16/141.31	c cleaning 9983 clauses out of 19968 with flag 105000/105000
158.67/155.87	c cleaning 9994 clauses out of 19987 with flag 115002/115002
174.77/171.94	c cleaning 9994 clauses out of 19992 with flag 125001/125001
186.78/183.94	c cleaning 9998 clauses out of 19998 with flag 135001/135001
196.70/193.83	c cleaning 9999 clauses out of 19999 with flag 145000/145000
210.90/208.01	c cleaning 10000 clauses out of 20000 with flag 155000/155000
223.31/220.48	c cleaning 9998 clauses out of 20001 with flag 165001/165001
238.01/235.15	c cleaning 9999 clauses out of 20002 with flag 175000/175000
252.54/249.69	c cleaning 9999 clauses out of 20003 with flag 185000/185000
268.83/265.90	c cleaning 10002 clauses out of 20004 with flag 195000/195000
286.33/283.41	c cleaning 9998 clauses out of 20002 with flag 205000/205000
300.73/297.88	c cleaning 10003 clauses out of 20005 with flag 215001/215001
315.04/312.11	c cleaning 10001 clauses out of 20001 with flag 225000/225000
329.24/326.35	c cleaning 10000 clauses out of 20000 with flag 235000/235000
342.93/340.09	c cleaning 10001 clauses out of 20001 with flag 245001/245001
356.53/353.66	c cleaning 9996 clauses out of 20000 with flag 255001/255001
374.64/371.73	c cleaning 10001 clauses out of 20003 with flag 265000/265000
390.42/387.50	c cleaning 10001 clauses out of 20002 with flag 275000/275000
405.13/402.23	c cleaning 9998 clauses out of 20002 with flag 285001/285001
420.12/417.28	c cleaning 9998 clauses out of 20003 with flag 295000/295000
435.71/432.86	c cleaning 9997 clauses out of 20006 with flag 305001/305001
453.93/451.05	c cleaning 10004 clauses out of 20009 with flag 315001/315001
472.21/469.34	c cleaning 10001 clauses out of 20005 with flag 325001/325001
488.80/485.99	c cleaning 10002 clauses out of 20004 with flag 335001/335001
502.91/500.07	c cleaning 9996 clauses out of 20001 with flag 345000/345000
524.10/521.29	c cleaning 9999 clauses out of 20005 with flag 355000/355000
545.22/542.32	c cleaning 10002 clauses out of 20006 with flag 365000/365000
560.20/557.30	c cleaning 10002 clauses out of 20004 with flag 375000/375000
578.30/575.42	c cleaning 10000 clauses out of 20002 with flag 385000/385000
598.39/595.50	c cleaning 9996 clauses out of 20004 with flag 395002/395002
613.10/610.25	c cleaning 10004 clauses out of 20007 with flag 405001/405001
637.96/635.06	c cleaning 9977 clauses out of 20002 with flag 415000/415000
659.81/656.86	c cleaning 10002 clauses out of 20027 with flag 425002/425002
683.89/680.85	c cleaning 9983 clauses out of 20023 with flag 435000/435000
781.11/777.71	c cleaning 9974 clauses out of 20040 with flag 445000/445000
824.73/821.22	c cleaning 10021 clauses out of 20067 with flag 455001/455001
831.94/828.47	c cleaning 10009 clauses out of 20045 with flag 465000/465000
839.68/836.15	c cleaning 10004 clauses out of 20037 with flag 475001/475001
851.48/847.90	c cleaning 10004 clauses out of 20036 with flag 485004/485004
865.39/861.87	c cleaning 9997 clauses out of 20028 with flag 495000/495000
884.49/880.95	c cleaning 10003 clauses out of 20031 with flag 505000/505000
906.60/903.06	c cleaning 9975 clauses out of 20029 with flag 515001/515001
924.35/920.79	c cleaning 10008 clauses out of 20055 with flag 525002/525002
942.02/938.31	c cleaning 10004 clauses out of 20045 with flag 535000/535000
960.57/956.87	c cleaning 10004 clauses out of 20043 with flag 545002/545002
978.84/975.04	c cleaning 10002 clauses out of 20039 with flag 555002/555002
998.50/994.64	c cleaning 10003 clauses out of 20035 with flag 565000/565000
1018.46/1014.57	c cleaning 9995 clauses out of 20032 with flag 575000/575000
1042.69/1038.78	c cleaning 10001 clauses out of 20037 with flag 585000/585000
1068.88/1064.85	c cleaning 10015 clauses out of 20037 with flag 595001/595001
1076.89/1072.88	c cleaning 10006 clauses out of 20021 with flag 605000/605000
1083.00/1078.90	c cleaning 10001 clauses out of 20016 with flag 615001/615001
1087.52/1083.48	c cleaning 10002 clauses out of 20014 with flag 625000/625000
1092.02/1087.94	c cleaning 9998 clauses out of 20012 with flag 635000/635000
1100.12/1096.06	c cleaning 9986 clauses out of 20015 with flag 645001/645001
1106.92/1102.83	c cleaning 10003 clauses out of 20028 with flag 655000/655000
1116.33/1112.30	c cleaning 10001 clauses out of 20025 with flag 665000/665000
1129.95/1125.81	c cleaning 10009 clauses out of 20024 with flag 675000/675000
1139.46/1135.34	c cleaning 10001 clauses out of 20015 with flag 685000/685000
1149.19/1145.10	c cleaning 9999 clauses out of 20014 with flag 695000/695000
1159.09/1154.94	c cleaning 10002 clauses out of 20016 with flag 705001/705001
1169.59/1165.43	c cleaning 10001 clauses out of 20014 with flag 715001/715001
1179.40/1175.24	c cleaning 9999 clauses out of 20012 with flag 725000/725000
1188.21/1184.07	c cleaning 10002 clauses out of 20014 with flag 735001/735001
1198.42/1194.29	c cleaning 9998 clauses out of 20011 with flag 745000/745000
1207.41/1203.23	c cleaning 10001 clauses out of 20013 with flag 755000/755000
1217.25/1213.00	c cleaning 10003 clauses out of 20013 with flag 765001/765001
1225.27/1221.09	c cleaning 9997 clauses out of 20009 with flag 775000/775000
1234.36/1230.11	c cleaning 10002 clauses out of 20015 with flag 785003/785003
1349.28/1344.88	c cleaning 9987 clauses out of 20010 with flag 795000/795000
1488.95/1484.30	c cleaning 10000 clauses out of 20025 with flag 805002/805002
1633.86/1628.91	c cleaning 9979 clauses out of 20023 with flag 815000/815000
1765.35/1760.27	c cleaning 10007 clauses out of 20045 with flag 825001/825001
1800.09/1794.92	c starts		: 171
1800.09/1794.92	c conflicts		: 827793
1800.09/1794.92	c decisions		: 1447453
1800.09/1794.92	c propagations		: 16066322
1800.09/1794.92	c inspects		: 527229659
1800.09/1794.92	c learnt literals	: 0
1800.09/1794.92	c learnt binary clauses	: 27
1800.09/1794.92	c learnt ternary clauses	: 20
1800.09/1794.92	c learnt clauses	: 827793
1800.09/1794.92	c ignored clauses	: 0
1800.09/1794.92	c root simplifications	: 0
1800.09/1794.92	c removed literals (reason simplification)	: 12055981
1800.09/1794.92	c reason swapping (by a shorter reason)	: 0
1800.09/1794.92	c Calls to reduceDB	: 84
1800.09/1794.92	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.92	c number of learned constraints concerned by reduction	: 0
1800.09/1794.92	c number of learning phase by resolution	: 0
1800.09/1794.92	c number of learning phase by cutting planes	: 0
1800.09/1794.92	c speed (assignments/second)	: 8959.466837086075
1800.09/1794.92	c non guided choices	319440
1800.09/1794.94	c learnt constraints type 
1800.09/1794.94	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12803
1800.09/1794.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 27
1800.09/1794.94	c constraints type 
1800.09/1794.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 179
1800.09/1794.94	s UNKNOWN
1800.09/1794.94	c Total wall clock time (in seconds): 1794.734

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-2659215-1276558543/watcher-2659215-1276558543 -o /tmp/evaluation-result-2659215-1276558543/solver-2659215-1276558543 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659215-1276558543.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.04 1.01 1.00 3/106 32080
/proc/meminfo: memFree=1843864/2059040 swapFree=4134576/4192956
[pid=32080] ppid=32078 vsize=1832 CPUtime=0
/proc/32080/stat : 32080 (java6) S 32078 32080 31218 0 -1 4194304 252 0 0 0 0 0 0 0 19 0 1 0 31440771 1875968 153 1992294400 134512640 134550932 4290614128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/32080/statm: 458 153 116 10 0 63 0

[startup+0.0622939 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 32080
/proc/meminfo: memFree=1843864/2059040 swapFree=4134576/4192956
[pid=32080] ppid=32078 vsize=1521664 CPUtime=0.04
/proc/32080/stat : 32080 (java) S 32078 32080 31218 0 -1 4202496 3631 0 1 0 3 1 0 0 18 0 7 0 31440771 1558183936 3071 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 380416 3071 1024 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101297 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 32080
/proc/meminfo: memFree=1843864/2059040 swapFree=4134576/4192956
[pid=32080] ppid=32078 vsize=1524184 CPUtime=0.08
/proc/32080/stat : 32080 (java) S 32078 32080 31218 0 -1 4202496 3960 0 1 0 6 2 0 0 18 0 12 0 31440771 1560764416 3398 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 381046 3398 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300322 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 32080
/proc/meminfo: memFree=1843864/2059040 swapFree=4134576/4192956
[pid=32080] ppid=32078 vsize=1526100 CPUtime=0.38
/proc/32080/stat : 32080 (java) S 32078 32080 31218 0 -1 4202496 5584 0 1 0 35 3 0 0 18 0 12 0 31440771 1562726400 5021 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 381525 5021 1365 10 0 378827 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526100

[startup+0.700348 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 32080
/proc/meminfo: memFree=1843864/2059040 swapFree=4134576/4192956
[pid=32080] ppid=32078 vsize=1526972 CPUtime=1.01
/proc/32080/stat : 32080 (java) S 32078 32080 31218 0 -1 4202496 9573 0 1 0 95 6 0 0 18 0 12 0 31440771 1563619328 8897 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 381743 8898 1400 10 0 379045 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1526972

[startup+1.50145 s]
/proc/loadavg: 1.04 1.01 1.00 3/118 32092
/proc/meminfo: memFree=1799128/2059040 swapFree=4134576/4192956
[pid=32080] ppid=32078 vsize=1539680 CPUtime=2.58
/proc/32080/stat : 32080 (java) S 32078 32080 31218 0 -1 4202496 25825 0 1 0 245 13 0 0 18 0 12 0 31440771 1576632320 23591 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 384920 23592 1406 10 0 382222 0
[pid=32080/tid=32082] ppid=32078 vsize=1539680 CPUtime=1.45
/proc/32080/task/32082/stat : 32082 (java) R 32078 32080 31218 0 -1 4202560 19278 0 1 0 136 9 0 0 25 0 12 0 31440772 1576632320 23593 1992294400 134512640 134550932 4293622176 18446744073709551615 4108977983 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32080/tid=32083] ppid=32078 vsize=1539680 CPUtime=0
/proc/32080/task/32083/stat : 32083 (java) S 32078 32080 31218 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 31440773 1576632320 23594 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32084] ppid=32078 vsize=1539680 CPUtime=0
/proc/32080/task/32084/stat : 32084 (java) S 32078 32080 31218 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 31440773 1576632320 23595 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32085] ppid=32078 vsize=1539680 CPUtime=0
/proc/32080/task/32085/stat : 32085 (java) S 32078 32080 31218 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 31440775 1576632320 23596 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32086] ppid=32078 vsize=1539680 CPUtime=0
/proc/32080/task/32086/stat : 32086 (java) S 32078 32080 31218 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 31440776 1576632320 23597 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32087] ppid=32078 vsize=1539680 CPUtime=0
/proc/32080/task/32087/stat : 32087 (java) S 32078 32080 31218 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 31440776 1576632320 23598 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32088] ppid=32078 vsize=1539680 CPUtime=0
/proc/32080/task/32088/stat : 32088 (java) S 32078 32080 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 31440780 1576632320 23599 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32089] ppid=32078 vsize=1539680 CPUtime=0.46
/proc/32080/task/32089/stat : 32089 (java) S 32078 32080 31218 0 -1 4202560 779 0 0 0 46 0 0 0 16 0 12 0 31440780 1576632320 23600 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32090] ppid=32078 vsize=1539680 CPUtime=0.63
/proc/32080/task/32090/stat : 32090 (java) R 32078 32080 31218 0 -1 4202560 4708 0 0 0 61 2 0 0 18 0 12 0 31440780 1576632320 23601 1992294400 134512640 134550932 4293622176 18446744073709551615 104163875 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32080/tid=32091] ppid=32078 vsize=1539680 CPUtime=0
/proc/32080/task/32091/stat : 32091 (java) S 32078 32080 31218 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 31440780 1576632320 23601 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32092] ppid=32078 vsize=1539680 CPUtime=0
/proc/32080/task/32092/stat : 32092 (java) S 32078 32080 31218 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 31440780 1576632320 23602 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1539680

[startup+3.1016 s]
/proc/loadavg: 1.20 1.05 1.01 4/118 32092
/proc/meminfo: memFree=1721628/2059040 swapFree=4134576/4192956
[pid=32080] ppid=32078 vsize=1539236 CPUtime=5.15
/proc/32080/stat : 32080 (java) S 32078 32080 31218 0 -1 4202496 44049 0 1 0 496 19 0 0 18 0 13 0 31440771 1576177664 41143 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 384809 41143 1438 10 0 382111 0
[pid=32080/tid=32082] ppid=32078 vsize=1539236 CPUtime=2.92
/proc/32080/task/32082/stat : 32082 (java) R 32078 32080 31218 0 -1 4202560 32044 0 1 0 278 14 0 0 25 0 13 0 31440772 1576177664 41143 1992294400 134512640 134550932 4293622176 18446744073709551615 4109402386 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32080/tid=32083] ppid=32078 vsize=1539236 CPUtime=0.08
/proc/32080/task/32083/stat : 32083 (java) S 32078 32080 31218 0 -1 4202560 2346 0 0 0 8 0 0 0 18 0 13 0 31440773 1576177664 41143 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32084] ppid=32078 vsize=1539236 CPUtime=0.06
/proc/32080/task/32084/stat : 32084 (java) S 32078 32080 31218 0 -1 4202560 2440 0 0 0 6 0 0 0 18 0 13 0 31440773 1576177664 41143 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32085] ppid=32078 vsize=1539236 CPUtime=0
/proc/32080/task/32085/stat : 32085 (java) S 32078 32080 31218 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 31440775 1576177664 41143 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32086] ppid=32078 vsize=1539236 CPUtime=0
/proc/32080/task/32086/stat : 32086 (java) S 32078 32080 31218 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31440776 1576177664 41143 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32087] ppid=32078 vsize=1539236 CPUtime=0
/proc/32080/task/32087/stat : 32087 (java) S 32078 32080 31218 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 31440776 1576177664 41143 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32088] ppid=32078 vsize=1539236 CPUtime=0
/proc/32080/task/32088/stat : 32088 (java) S 32078 32080 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31440780 1576177664 41143 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32089] ppid=32078 vsize=1539236 CPUtime=1.17
/proc/32080/task/32089/stat : 32089 (java) S 32078 32080 31218 0 -1 4202560 1200 0 0 0 117 0 0 0 15 0 13 0 31440780 1576177664 41143 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32090] ppid=32078 vsize=1539236 CPUtime=0.87
/proc/32080/task/32090/stat : 32090 (java) S 32078 32080 31218 0 -1 4202560 4944 0 0 0 85 2 0 0 15 0 13 0 31440780 1576177664 41143 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32091] ppid=32078 vsize=1539236 CPUtime=0
/proc/32080/task/32091/stat : 32091 (java) S 32078 32080 31218 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 31440780 1576177664 41143 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32092] ppid=32078 vsize=1539236 CPUtime=0
/proc/32080/task/32092/stat : 32092 (java) S 32078 32080 31218 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 31440780 1576177664 41143 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 1539236

[startup+6.30192 s]
/proc/loadavg: 1.20 1.05 1.01 2/119 32093
/proc/meminfo: memFree=1683800/2059040 swapFree=4134576/4192956
[pid=32080] ppid=32078 vsize=1538968 CPUtime=8.74
/proc/32080/stat : 32080 (java) S 32078 32080 31218 0 -1 4202496 44189 0 1 0 855 19 0 0 18 0 13 0 31440771 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 384742 41014 1440 10 0 382044 0
[pid=32080/tid=32082] ppid=32078 vsize=1538968 CPUtime=6.01
/proc/32080/task/32082/stat : 32082 (java) R 32078 32080 31218 0 -1 4202560 32047 0 1 0 587 14 0 0 25 0 13 0 31440772 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4109536158 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32080/tid=32083] ppid=32078 vsize=1538968 CPUtime=0.08
/proc/32080/task/32083/stat : 32083 (java) S 32078 32080 31218 0 -1 4202560 2346 0 0 0 8 0 0 0 18 0 13 0 31440773 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32084] ppid=32078 vsize=1538968 CPUtime=0.06
/proc/32080/task/32084/stat : 32084 (java) S 32078 32080 31218 0 -1 4202560 2440 0 0 0 6 0 0 0 18 0 13 0 31440773 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32085] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32085/stat : 32085 (java) S 32078 32080 31218 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 31440775 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32086] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32086/stat : 32086 (java) S 32078 32080 31218 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31440776 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32087] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32087/stat : 32087 (java) S 32078 32080 31218 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 31440776 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32088] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32088/stat : 32088 (java) S 32078 32080 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31440780 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32089] ppid=32078 vsize=1538968 CPUtime=1.3
/proc/32080/task/32089/stat : 32089 (java) S 32078 32080 31218 0 -1 4202560 1304 0 0 0 130 0 0 0 15 0 13 0 31440780 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32090] ppid=32078 vsize=1538968 CPUtime=1.23
/proc/32080/task/32090/stat : 32090 (java) S 32078 32080 31218 0 -1 4202560 4977 0 0 0 121 2 0 0 15 0 13 0 31440780 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32091] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32091/stat : 32091 (java) S 32078 32080 31218 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 31440780 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32092] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32092/stat : 32092 (java) S 32078 32080 31218 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 31440780 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32093] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32093/stat : 32093 (java) S 32078 32080 31218 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 31441010 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 1538968

[startup+12.7016 s]
/proc/loadavg: 1.16 1.04 1.01 2/119 32093
/proc/meminfo: memFree=1683800/2059040 swapFree=4134576/4192956
[pid=32080] ppid=32078 vsize=1538968 CPUtime=15.14
/proc/32080/stat : 32080 (java) S 32078 32080 31218 0 -1 4202496 44189 0 1 0 1494 20 0 0 18 0 13 0 31440771 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 384742 41014 1440 10 0 382044 0
[pid=32080/tid=32082] ppid=32078 vsize=1538968 CPUtime=12.41
/proc/32080/task/32082/stat : 32082 (java) R 32078 32080 31218 0 -1 4202560 32047 0 1 0 1227 14 0 0 25 0 13 0 31440772 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4109025132 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32080/tid=32083] ppid=32078 vsize=1538968 CPUtime=0.08
/proc/32080/task/32083/stat : 32083 (java) S 32078 32080 31218 0 -1 4202560 2346 0 0 0 8 0 0 0 18 0 13 0 31440773 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32084] ppid=32078 vsize=1538968 CPUtime=0.06
/proc/32080/task/32084/stat : 32084 (java) S 32078 32080 31218 0 -1 4202560 2440 0 0 0 6 0 0 0 18 0 13 0 31440773 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32085] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32085/stat : 32085 (java) S 32078 32080 31218 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 31440775 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32086] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32086/stat : 32086 (java) S 32078 32080 31218 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31440776 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32087] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32087/stat : 32087 (java) S 32078 32080 31218 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 31440776 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32088] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32088/stat : 32088 (java) S 32078 32080 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31440780 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32089] ppid=32078 vsize=1538968 CPUtime=1.3
/proc/32080/task/32089/stat : 32089 (java) S 32078 32080 31218 0 -1 4202560 1304 0 0 0 130 0 0 0 15 0 13 0 31440780 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32090] ppid=32078 vsize=1538968 CPUtime=1.23
/proc/32080/task/32090/stat : 32090 (java) S 32078 32080 31218 0 -1 4202560 4977 0 0 0 121 2 0 0 15 0 13 0 31440780 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32091] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32091/stat : 32091 (java) S 32078 32080 31218 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 31440780 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32092] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32092/stat : 32092 (java) S 32078 32080 31218 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 31440780 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32093] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32093/stat : 32093 (java) S 32078 32080 31218 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 31441010 1575903232 41014 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.14
Current children cumulated vsize (KiB) 1538968

[startup+25.5018 s]
/proc/loadavg: 1.14 1.04 1.01 2/119 32093
/proc/meminfo: memFree=1640028/2059040 swapFree=4134576/4192956
[pid=32080] ppid=32078 vsize=1538968 CPUtime=28.14
/proc/32080/stat : 32080 (java) S 32078 32080 31218 0 -1 4202496 55691 0 1 0 2789 25 0 0 18 0 13 0 31440771 1575903232 52072 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 384742 52072 1445 10 0 382044 0
[pid=32080/tid=32082] ppid=32078 vsize=1538968 CPUtime=24.87
/proc/32080/task/32082/stat : 32082 (java) R 32078 32080 31218 0 -1 4202560 32052 0 1 0 2473 14 0 0 19 0 13 0 31440772 1575903232 52072 1992294400 134512640 134550932 4293622176 18446744073709551615 4109536193 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32080/tid=32083] ppid=32078 vsize=1538968 CPUtime=0.25
/proc/32080/task/32083/stat : 32083 (java) S 32078 32080 31218 0 -1 4202560 6791 0 0 0 22 3 0 0 15 0 13 0 31440773 1575903232 52072 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32084] ppid=32078 vsize=1538968 CPUtime=0.23
/proc/32080/task/32084/stat : 32084 (java) S 32078 32080 31218 0 -1 4202560 6376 0 0 0 21 2 0 0 16 0 13 0 31440773 1575903232 52072 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32085] ppid=32078 vsize=1538968 CPUtime=0.12
/proc/32080/task/32085/stat : 32085 (java) S 32078 32080 31218 0 -1 4202560 3116 0 0 0 12 0 0 0 15 0 13 0 31440775 1575903232 52072 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32086] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32086/stat : 32086 (java) S 32078 32080 31218 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31440776 1575903232 52072 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32087] ppid=32078 vsize=1538968 CPUtime=0

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

[pid=32080] ppid=32078 vsize=1538968 CPUtime=1667.29
/proc/32080/stat : 32080 (java) S 32078 32080 31218 0 -1 4202496 105468 0 1 0 166656 73 0 0 18 0 13 0 31440771 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 384742 100054 1445 10 0 382044 0
[pid=32080/tid=32082] ppid=32078 vsize=1538968 CPUtime=1647.49
/proc/32080/task/32082/stat : 32082 (java) R 32078 32080 31218 0 -1 4202560 32182 0 1 0 164718 31 0 0 25 0 13 0 31440772 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4109537187 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32080/tid=32083] ppid=32078 vsize=1538968 CPUtime=3.17
/proc/32080/task/32083/stat : 32083 (java) S 32078 32080 31218 0 -1 4202560 26436 0 0 0 300 17 0 0 15 0 13 0 31440773 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32084] ppid=32078 vsize=1538968 CPUtime=3.16
/proc/32080/task/32084/stat : 32084 (java) S 32078 32080 31218 0 -1 4202560 26959 0 0 0 301 15 0 0 15 0 13 0 31440773 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32085] ppid=32078 vsize=1538968 CPUtime=10.54
/proc/32080/task/32085/stat : 32085 (java) S 32078 32080 31218 0 -1 4202560 12416 0 0 0 1050 4 0 0 15 0 13 0 31440775 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32086] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32086/stat : 32086 (java) S 32078 32080 31218 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31440776 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32087] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32087/stat : 32087 (java) S 32078 32080 31218 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 31440776 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32088] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32088/stat : 32088 (java) S 32078 32080 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32089] ppid=32078 vsize=1538968 CPUtime=1.38
/proc/32080/task/32089/stat : 32089 (java) S 32078 32080 31218 0 -1 4202560 1313 0 0 0 138 0 0 0 16 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32090] ppid=32078 vsize=1538968 CPUtime=1.48
/proc/32080/task/32090/stat : 32090 (java) S 32078 32080 31218 0 -1 4202560 4998 0 0 0 146 2 0 0 15 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32091] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32091/stat : 32091 (java) S 32078 32080 31218 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32092] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32092/stat : 32092 (java) S 32078 32080 31218 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32093] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32093/stat : 32093 (java) S 32078 32080 31218 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 31441010 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1667.29
Current children cumulated vsize (KiB) 1538968

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32148
/proc/meminfo: memFree=1444852/2059040 swapFree=4134576/4192956
[pid=32080] ppid=32078 vsize=1538968 CPUtime=1727.38
/proc/32080/stat : 32080 (java) S 32078 32080 31218 0 -1 4202496 105479 0 1 0 172664 74 0 0 18 0 13 0 31440771 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 384742 100054 1445 10 0 382044 0
[pid=32080/tid=32082] ppid=32078 vsize=1538968 CPUtime=1707.32
/proc/32080/task/32082/stat : 32082 (java) R 32078 32080 31218 0 -1 4202560 32185 0 1 0 170700 32 0 0 25 0 13 0 31440772 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4109536131 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32080/tid=32083] ppid=32078 vsize=1538968 CPUtime=3.3
/proc/32080/task/32083/stat : 32083 (java) S 32078 32080 31218 0 -1 4202560 26436 0 0 0 313 17 0 0 16 0 13 0 31440773 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32084] ppid=32078 vsize=1538968 CPUtime=3.29
/proc/32080/task/32084/stat : 32084 (java) S 32078 32080 31218 0 -1 4202560 26959 0 0 0 314 15 0 0 16 0 13 0 31440773 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32085] ppid=32078 vsize=1538968 CPUtime=10.54
/proc/32080/task/32085/stat : 32085 (java) S 32078 32080 31218 0 -1 4202560 12420 0 0 0 1050 4 0 0 15 0 13 0 31440775 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32086] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32086/stat : 32086 (java) S 32078 32080 31218 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31440776 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32087] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32087/stat : 32087 (java) S 32078 32080 31218 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 31440776 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32088] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32088/stat : 32088 (java) S 32078 32080 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32089] ppid=32078 vsize=1538968 CPUtime=1.38
/proc/32080/task/32089/stat : 32089 (java) S 32078 32080 31218 0 -1 4202560 1313 0 0 0 138 0 0 0 16 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32090] ppid=32078 vsize=1538968 CPUtime=1.48
/proc/32080/task/32090/stat : 32090 (java) S 32078 32080 31218 0 -1 4202560 4998 0 0 0 146 2 0 0 15 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32091] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32091/stat : 32091 (java) S 32078 32080 31218 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32092] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32092/stat : 32092 (java) S 32078 32080 31218 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32093] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32093/stat : 32093 (java) S 32078 32080 31218 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 31441010 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.38
Current children cumulated vsize (KiB) 1538968

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32150
/proc/meminfo: memFree=1444852/2059040 swapFree=4134576/4192956
[pid=32080] ppid=32078 vsize=1538968 CPUtime=1787.48
/proc/32080/stat : 32080 (java) S 32078 32080 31218 0 -1 4202496 105489 0 1 0 178674 74 0 0 18 0 13 0 31440771 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 384742 100054 1445 10 0 382044 0
[pid=32080/tid=32082] ppid=32078 vsize=1538968 CPUtime=1766.96
/proc/32080/task/32082/stat : 32082 (java) R 32078 32080 31218 0 -1 4202560 32189 0 1 0 176664 32 0 0 25 0 13 0 31440772 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4109536131 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32080/tid=32083] ppid=32078 vsize=1538968 CPUtime=3.44
/proc/32080/task/32083/stat : 32083 (java) S 32078 32080 31218 0 -1 4202560 26436 0 0 0 327 17 0 0 16 0 13 0 31440773 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32084] ppid=32078 vsize=1538968 CPUtime=3.43
/proc/32080/task/32084/stat : 32084 (java) S 32078 32080 31218 0 -1 4202560 26959 0 0 0 328 15 0 0 16 0 13 0 31440773 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32085] ppid=32078 vsize=1538968 CPUtime=10.72
/proc/32080/task/32085/stat : 32085 (java) S 32078 32080 31218 0 -1 4202560 12424 0 0 0 1068 4 0 0 15 0 13 0 31440775 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32086] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32086/stat : 32086 (java) S 32078 32080 31218 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31440776 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32087] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32087/stat : 32087 (java) S 32078 32080 31218 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 31440776 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32088] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32088/stat : 32088 (java) S 32078 32080 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32089] ppid=32078 vsize=1538968 CPUtime=1.38
/proc/32080/task/32089/stat : 32089 (java) S 32078 32080 31218 0 -1 4202560 1313 0 0 0 138 0 0 0 16 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32090] ppid=32078 vsize=1538968 CPUtime=1.48
/proc/32080/task/32090/stat : 32090 (java) S 32078 32080 31218 0 -1 4202560 4998 0 0 0 146 2 0 0 15 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32091] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32091/stat : 32091 (java) S 32078 32080 31218 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32092] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32092/stat : 32092 (java) S 32078 32080 31218 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32093] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32093/stat : 32093 (java) S 32078 32080 31218 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 31441010 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1787.48
Current children cumulated vsize (KiB) 1538968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32150
/proc/meminfo: memFree=1444852/2059040 swapFree=4134576/4192956
[pid=32080] ppid=32078 vsize=1538968 CPUtime=1800.09
/proc/32080/stat : 32080 (java) S 32078 32080 31218 0 -1 4202496 105491 0 1 0 179934 75 0 0 18 0 13 0 31440771 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 384742 100054 1445 10 0 382044 0
[pid=32080/tid=32082] ppid=32078 vsize=1538968 CPUtime=1779.57
/proc/32080/task/32082/stat : 32082 (java) R 32078 32080 31218 0 -1 4202560 32189 0 1 0 177924 33 0 0 25 0 13 0 31440772 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4109537183 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32080/tid=32083] ppid=32078 vsize=1538968 CPUtime=3.44
/proc/32080/task/32083/stat : 32083 (java) S 32078 32080 31218 0 -1 4202560 26436 0 0 0 327 17 0 0 16 0 13 0 31440773 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32084] ppid=32078 vsize=1538968 CPUtime=3.43
/proc/32080/task/32084/stat : 32084 (java) S 32078 32080 31218 0 -1 4202560 26959 0 0 0 328 15 0 0 16 0 13 0 31440773 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32085] ppid=32078 vsize=1538968 CPUtime=10.72
/proc/32080/task/32085/stat : 32085 (java) S 32078 32080 31218 0 -1 4202560 12424 0 0 0 1068 4 0 0 15 0 13 0 31440775 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32086] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32086/stat : 32086 (java) S 32078 32080 31218 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31440776 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32087] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32087/stat : 32087 (java) S 32078 32080 31218 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 31440776 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32088] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32088/stat : 32088 (java) S 32078 32080 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32089] ppid=32078 vsize=1538968 CPUtime=1.38
/proc/32080/task/32089/stat : 32089 (java) S 32078 32080 31218 0 -1 4202560 1313 0 0 0 138 0 0 0 16 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32090] ppid=32078 vsize=1538968 CPUtime=1.48
/proc/32080/task/32090/stat : 32090 (java) S 32078 32080 31218 0 -1 4202560 4998 0 0 0 146 2 0 0 15 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32091] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32091/stat : 32091 (java) S 32078 32080 31218 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32092] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32092/stat : 32092 (java) S 32078 32080 31218 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32093] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32093/stat : 32093 (java) S 32078 32080 31218 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 31441010 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1538968

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

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

[startup+1794.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32150
/proc/meminfo: memFree=1444852/2059040 swapFree=4134576/4192956
[pid=32080] ppid=32078 vsize=1538968 CPUtime=1800.09
/proc/32080/stat : 32080 (java) S 32078 32080 31218 0 -1 4202496 105491 0 1 0 179934 75 0 0 18 0 13 0 31440771 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 384742 100054 1445 10 0 382044 0
[pid=32080/tid=32082] ppid=32078 vsize=1538968 CPUtime=1779.57
/proc/32080/task/32082/stat : 32082 (java) R 32078 32080 31218 0 -1 4202560 32189 0 1 0 177924 33 0 0 25 0 13 0 31440772 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4109537183 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32080/tid=32083] ppid=32078 vsize=1538968 CPUtime=3.44
/proc/32080/task/32083/stat : 32083 (java) S 32078 32080 31218 0 -1 4202560 26436 0 0 0 327 17 0 0 16 0 13 0 31440773 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32084] ppid=32078 vsize=1538968 CPUtime=3.43
/proc/32080/task/32084/stat : 32084 (java) S 32078 32080 31218 0 -1 4202560 26959 0 0 0 328 15 0 0 16 0 13 0 31440773 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32085] ppid=32078 vsize=1538968 CPUtime=10.72
/proc/32080/task/32085/stat : 32085 (java) S 32078 32080 31218 0 -1 4202560 12424 0 0 0 1068 4 0 0 15 0 13 0 31440775 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 0 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32086] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32086/stat : 32086 (java) S 32078 32080 31218 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31440776 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32087] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32087/stat : 32087 (java) S 32078 32080 31218 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 31440776 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32088] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32088/stat : 32088 (java) S 32078 32080 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32089] ppid=32078 vsize=1538968 CPUtime=1.38
/proc/32080/task/32089/stat : 32089 (java) S 32078 32080 31218 0 -1 4202560 1313 0 0 0 138 0 0 0 16 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32090] ppid=32078 vsize=1538968 CPUtime=1.48
/proc/32080/task/32090/stat : 32090 (java) S 32078 32080 31218 0 -1 4202560 4998 0 0 0 146 2 0 0 15 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=32080/tid=32091] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32091/stat : 32091 (java) S 32078 32080 31218 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32092] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32092/stat : 32092 (java) S 32078 32080 31218 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 31440780 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=32080/tid=32093] ppid=32078 vsize=1538968 CPUtime=0
/proc/32080/task/32093/stat : 32093 (java) S 32078 32080 31218 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 31441010 1575903232 100054 1992294400 134512640 134550932 4293622176 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1538968

Child status: 143
Real time (s): 1795
CPU time (s): 1800.2
CPU user time (s): 1799.41
CPU system time (s): 0.791879
CPU usage (%): 100.29
Max. virtual memory (cumulated for all children) (KiB): 1539680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.791879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105516
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= 38253
involuntary context switches= 20376

runsolver used 3.87041 second user time and 9.31658 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-15 01:35:44
IDJOB=2659215
IDBENCH=2467
IDSOLVER=1164
FILE ID=node017/2659215-1276558543
PBS_JOBID= 11173489
Free space on /tmp= 62424 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-khb05250.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659215-1276558543/watcher-2659215-1276558543 -o /tmp/evaluation-result-2659215-1276558543/solver-2659215-1276558543 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659215-1276558543.opb

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

MD5SUM BENCH= 8f9b5e86f02b1dde8a9338d7682a9c8d
RANDOM SEED=79047428

node017.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.201
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.40
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.201
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.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1844260 kB
Buffers:         29576 kB
Cached:         104996 kB
SwapCached:      11648 kB
Active:          82012 kB
Inactive:        66556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1844260 kB
SwapTotal:     4192956 kB
SwapFree:      4134576 kB
Dirty:            2004 kB
Writeback:           0 kB
AnonPages:       12392 kB
Mapped:           9236 kB
Slab:            44472 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182628 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= 62424 MiB
End job on node017 at 2010-06-15 02:05:41