Trace number 2662118

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.66 932.96

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-air04.opb
MD5SUM015f32a31b4a3d7bbfc82031e4222c83
Bench CategoryOPT-MEDINT (optimisation, medium 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 57799
Optimality of the best value was proved NO
Number of variables8904
Total number of constraints823
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)823
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint368
Number of terms in the objective function 8904
Biggest coefficient in the objective function 2258
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 5135151
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 2258
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 5135151
Number of bits of the biggest sum of numbers23
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.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2662118-1276347974.opb
0.23/0.22	c reading problem ... 
2.03/1.34	c ... done. Wall clock time 1.12s.
2.03/1.34	c #vars     8904
2.03/1.34	c #constraints  1646
2.03/1.34	c constraints type 
2.03/1.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 821
2.03/1.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 821
2.03/1.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
2.03/1.34	c constraints type 
2.03/1.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
2.03/1.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 821
2.03/1.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 821
9.54/5.14	c cleaning 2449 clauses out of 4947 with flag 5000/5000
16.00/8.44	c cleaning 4099 clauses out of 8470 with flag 11002/11002
24.27/12.62	c cleaning 5625 clauses out of 11344 with flag 18001/18001
33.71/17.43	c cleaning 6755 clauses out of 13701 with flag 26000/26000
46.07/23.74	c cleaning 7948 clauses out of 15926 with flag 35001/35001
60.42/31.01	c cleaning 8926 clauses out of 17958 with flag 45000/45000
72.63/37.30	c cleaning 9430 clauses out of 19018 with flag 55000/55000
84.22/43.18	c cleaning 9738 clauses out of 19582 with flag 65001/65001
95.95/49.15	c cleaning 9757 clauses out of 19830 with flag 75002/75002
107.71/55.10	c cleaning 9916 clauses out of 20056 with flag 85000/85000
120.66/61.78	c cleaning 10033 clauses out of 20131 with flag 95005/95005
133.63/68.34	c cleaning 9897 clauses out of 20080 with flag 105000/105000
145.53/74.41	c cleaning 9984 clauses out of 20178 with flag 115000/115000
158.07/80.87	c cleaning 10073 clauses out of 20160 with flag 125001/125001
171.01/87.42	c cleaning 9938 clauses out of 20077 with flag 135000/135000
184.34/94.26	c cleaning 10030 clauses out of 20133 with flag 145000/145000
197.03/100.70	c cleaning 9993 clauses out of 20092 with flag 155000/155000
209.37/107.05	c cleaning 9972 clauses out of 20095 with flag 165004/165004
222.89/113.93	c cleaning 9935 clauses out of 20114 with flag 175001/175001
235.21/120.28	c cleaning 10050 clauses out of 20172 with flag 185000/185000
247.06/126.35	c cleaning 9880 clauses out of 20109 with flag 195000/195000
259.79/132.80	c cleaning 10063 clauses out of 20223 with flag 205000/205000
272.70/139.48	c cleaning 9997 clauses out of 20152 with flag 215000/215000
285.21/145.88	c cleaning 10059 clauses out of 20148 with flag 225001/225001
309.17/158.09	c cleaning 9953 clauses out of 20086 with flag 235000/235000
323.67/165.41	c cleaning 10038 clauses out of 20130 with flag 245000/245000
336.56/172.09	c cleaning 9861 clauses out of 20094 with flag 255006/255006
349.03/178.49	c cleaning 10046 clauses out of 20210 with flag 265000/265000
367.17/187.70	c cleaning 10025 clauses out of 20162 with flag 275001/275001
382.58/195.64	c cleaning 9941 clauses out of 20131 with flag 285000/285000
394.08/201.51	c cleaning 9962 clauses out of 20189 with flag 295004/295004
404.97/207.18	c cleaning 10002 clauses out of 20215 with flag 305000/305000
418.75/214.22	c cleaning 10063 clauses out of 20212 with flag 315000/315000
431.23/220.66	c cleaning 10047 clauses out of 20144 with flag 325000/325000
446.67/228.54	c cleaning 9870 clauses out of 20093 with flag 335000/335000
461.30/236.05	c cleaning 10020 clauses out of 20223 with flag 345004/345004
500.45/255.91	c cleaning 9828 clauses out of 20198 with flag 355001/355001
563.20/287.66	c cleaning 10116 clauses out of 20366 with flag 365001/365001
575.06/293.79	c cleaning 10033 clauses out of 20234 with flag 375000/375000
586.69/299.78	c cleaning 9834 clauses out of 20194 with flag 385002/385002
601.20/307.21	c cleaning 10015 clauses out of 20358 with flag 395002/395002
611.83/312.79	c cleaning 10120 clauses out of 20336 with flag 405000/405000
623.04/318.58	c cleaning 9907 clauses out of 20215 with flag 415001/415001
635.85/325.14	c cleaning 9925 clauses out of 20306 with flag 425000/425000
647.98/331.50	c cleaning 10145 clauses out of 20380 with flag 435000/435000
659.21/337.24	c cleaning 10014 clauses out of 20233 with flag 445001/445001
671.43/343.55	c cleaning 10022 clauses out of 20213 with flag 455000/455000
686.21/351.16	c cleaning 10042 clauses out of 20185 with flag 465000/465000
699.31/357.97	c cleaning 9946 clauses out of 20132 with flag 475000/475000
712.07/364.51	c cleaning 10022 clauses out of 20181 with flag 485000/485000
727.01/372.28	c cleaning 9998 clauses out of 20159 with flag 495000/495000
743.93/380.98	c cleaning 9927 clauses out of 20160 with flag 505000/505000
757.59/388.06	c cleaning 10048 clauses out of 20232 with flag 515000/515000
770.55/394.72	c cleaning 9889 clauses out of 20183 with flag 525000/525000
789.65/404.56	c cleaning 10092 clauses out of 20296 with flag 535002/535002
804.20/412.04	c cleaning 9938 clauses out of 20204 with flag 545002/545002
815.49/417.92	c cleaning 9963 clauses out of 20263 with flag 555000/555000
829.63/425.27	c cleaning 10068 clauses out of 20297 with flag 565001/565001
841.01/431.15	c cleaning 10010 clauses out of 20226 with flag 575002/575002
861.55/441.78	c cleaning 9997 clauses out of 20211 with flag 585000/585000
871.85/447.33	c cleaning 9979 clauses out of 20213 with flag 595001/595001
882.66/453.20	c cleaning 9989 clauses out of 20233 with flag 605002/605002
893.77/458.94	c cleaning 9949 clauses out of 20237 with flag 615000/615000
907.32/465.99	c cleaning 10076 clauses out of 20286 with flag 625001/625001
919.37/472.22	c cleaning 9895 clauses out of 20207 with flag 635000/635000
934.50/480.09	c cleaning 10017 clauses out of 20314 with flag 645006/645006
951.00/488.58	c cleaning 9997 clauses out of 20291 with flag 655001/655001
964.12/495.31	c cleaning 10091 clauses out of 20289 with flag 665002/665002
977.72/502.44	c cleaning 9990 clauses out of 20194 with flag 675001/675001
989.24/508.47	c cleaning 9912 clauses out of 20201 with flag 685000/685000
1001.77/514.94	c cleaning 10073 clauses out of 20288 with flag 695002/695002
1019.44/524.09	c cleaning 10062 clauses out of 20214 with flag 705001/705001
1035.63/532.46	c cleaning 10016 clauses out of 20152 with flag 715001/715001
1055.44/542.62	c cleaning 9971 clauses out of 20134 with flag 725001/725001
1074.65/552.59	c cleaning 9978 clauses out of 20160 with flag 735000/735000
1087.30/559.14	c cleaning 10017 clauses out of 20179 with flag 745000/745000
1101.02/566.33	c cleaning 9908 clauses out of 20160 with flag 755001/755001
1115.27/573.72	c cleaning 10075 clauses out of 20249 with flag 765000/765000
1129.11/580.94	c cleaning 10032 clauses out of 20171 with flag 775000/775000
1146.30/589.84	c cleaning 10040 clauses out of 20141 with flag 785004/785004
1158.80/596.49	c cleaning 10011 clauses out of 20096 with flag 795002/795002
1172.43/603.53	c cleaning 9996 clauses out of 20080 with flag 805000/805000
1185.68/610.47	c cleaning 9880 clauses out of 20084 with flag 815002/815002
1198.68/617.23	c cleaning 10011 clauses out of 20198 with flag 825000/825000
1211.16/623.85	c cleaning 9904 clauses out of 20187 with flag 835000/835000
1226.95/632.00	c cleaning 9959 clauses out of 20282 with flag 845001/845001
1239.78/638.80	c cleaning 9941 clauses out of 20323 with flag 855001/855001
1254.39/646.33	c cleaning 10071 clauses out of 20379 with flag 865000/865000
1270.27/654.69	c cleaning 9958 clauses out of 20307 with flag 875000/875000
1283.68/661.68	c cleaning 10025 clauses out of 20348 with flag 885000/885000
1298.11/669.11	c cleaning 9909 clauses out of 20323 with flag 895001/895001
1310.73/675.77	c cleaning 9938 clauses out of 20413 with flag 905000/905000
1326.96/684.24	c cleaning 10024 clauses out of 20475 with flag 915001/915001
1340.37/691.27	c cleaning 10160 clauses out of 20453 with flag 925007/925007
1362.73/702.74	c cleaning 9825 clauses out of 20285 with flag 935001/935001
1382.48/712.98	c cleaning 10089 clauses out of 20457 with flag 945000/945000
1395.73/719.96	c cleaning 10126 clauses out of 20361 with flag 955000/955000
1411.51/728.11	c cleaning 9982 clauses out of 20236 with flag 965001/965001
1422.92/734.17	c cleaning 10122 clauses out of 20247 with flag 975001/975001
1440.69/743.37	c cleaning 9975 clauses out of 20126 with flag 985003/985003
1455.92/751.38	c cleaning 9913 clauses out of 20147 with flag 995000/995000
1467.45/757.40	c cleaning 10033 clauses out of 20230 with flag 1005000/1005000
1482.78/765.41	c cleaning 9937 clauses out of 20197 with flag 1015001/1015001
1496.51/772.66	c cleaning 9965 clauses out of 20259 with flag 1025000/1025000
1509.84/779.77	c cleaning 10073 clauses out of 20289 with flag 1035000/1035000
1522.43/786.33	c cleaning 10036 clauses out of 20216 with flag 1045001/1045001
1538.18/794.59	c cleaning 9847 clauses out of 20180 with flag 1055002/1055002
1551.93/801.74	c cleaning 10040 clauses out of 20333 with flag 1065003/1065003
1564.13/808.21	c cleaning 9988 clauses out of 20292 with flag 1075002/1075002
1589.37/821.29	c cleaning 10036 clauses out of 20302 with flag 1085000/1085000
1601.88/827.84	c cleaning 9993 clauses out of 20263 with flag 1095000/1095000
1618.96/836.79	c cleaning 10056 clauses out of 20269 with flag 1105000/1105000
1632.67/844.03	c cleaning 9958 clauses out of 20211 with flag 1115000/1115000
1644.76/850.44	c cleaning 10047 clauses out of 20254 with flag 1125001/1125001
1658.02/857.40	c cleaning 9967 clauses out of 20206 with flag 1135001/1135001
1672.27/864.99	c cleaning 10001 clauses out of 20240 with flag 1145002/1145002
1687.61/873.01	c cleaning 10074 clauses out of 20234 with flag 1155001/1155001
1700.70/879.92	c cleaning 9955 clauses out of 20158 with flag 1165000/1165000
1718.72/889.30	c cleaning 9992 clauses out of 20204 with flag 1175003/1175003
1731.80/896.28	c cleaning 9904 clauses out of 20208 with flag 1185000/1185000
1745.09/903.36	c cleaning 10083 clauses out of 20302 with flag 1195002/1195002
1758.56/910.43	c cleaning 10018 clauses out of 20215 with flag 1205000/1205000
1771.65/917.31	c cleaning 9990 clauses out of 20197 with flag 1215000/1215000
1784.14/923.93	c cleaning 9894 clauses out of 20207 with flag 1225000/1225000
1798.42/931.54	c cleaning 10045 clauses out of 20312 with flag 1235000/1235000
1800.21/932.79	c starts		: 120
1800.21/932.79	c conflicts		: 1236290
1800.21/932.79	c decisions		: 17114995
1800.21/932.79	c propagations		: 300232269
1800.21/932.79	c inspects		: 891473102
1800.21/932.79	c learnt literals	: 641
1800.21/932.79	c learnt binary clauses	: 1544
1800.21/932.79	c learnt ternary clauses	: 2010
1800.21/932.79	c learnt clauses	: 1235648
1800.21/932.79	c ignored clauses	: 0
1800.21/932.79	c root simplifications	: 0
1800.21/932.79	c removed literals (reason simplification)	: 16694841
1800.21/932.79	c reason swapping (by a shorter reason)	: 0
1800.21/932.79	c Calls to reduceDB	: 125
1800.21/932.79	c number of reductions to clauses (during analyze)	: 0
1800.21/932.79	c number of learned constraints concerned by reduction	: 0
1800.21/932.79	c number of learning phase by resolution	: 0
1800.21/932.79	c number of learning phase by cutting planes	: 0
1800.21/932.79	c speed (assignments/second)	: 322329.2268150811
1800.21/932.79	c non guided choices	10444
1800.57/932.91	c learnt constraints type 
1800.57/932.91	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10321
1800.57/932.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1544
1800.57/932.91	c constraints type 
1800.57/932.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 821
1800.57/932.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 821
1800.57/932.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
1800.57/932.91	c constraints type 
1800.57/932.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
1800.57/932.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 821
1800.57/932.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 821
1800.57/932.91	s UNKNOWN
1800.57/932.91	c Total wall clock time (in seconds): 932.692

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-2662118-1276347974/watcher-2662118-1276347974 -o /tmp/evaluation-result-2662118-1276347974/solver-2662118-1276347974 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662118-1276347974.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: 0.93 1.04 1.01 3/106 11656
/proc/meminfo: memFree=1758720/2059040 swapFree=4165008/4192956
[pid=11656] ppid=11654 vsize=1832 CPUtime=0
/proc/11656/stat : 11656 (java6) S 11654 11656 10981 0 -1 4194304 246 0 0 0 0 0 0 0 19 0 1 0 10401328 1875968 148 1992294400 134512640 134550932 4290802704 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/11656/statm: 458 148 111 10 0 63 0

[startup+0.0629931 s]
/proc/loadavg: 0.93 1.04 1.01 3/106 11656
/proc/meminfo: memFree=1758720/2059040 swapFree=4165008/4192956
[pid=11656] ppid=11654 vsize=1521664 CPUtime=0.04
/proc/11656/stat : 11656 (java) S 11654 11656 10981 0 -1 4202496 3634 0 1 0 3 1 0 0 18 0 7 0 10401328 1558183936 3074 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11656/statm: 380416 3074 1028 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100994 s]
/proc/loadavg: 0.93 1.04 1.01 3/106 11656
/proc/meminfo: memFree=1758720/2059040 swapFree=4165008/4192956
[pid=11656] ppid=11654 vsize=1524180 CPUtime=0.08
/proc/11656/stat : 11656 (java) S 11654 11656 10981 0 -1 4202496 3955 0 1 0 6 2 0 0 18 0 12 0 10401328 1560760320 3393 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11656/statm: 381045 3393 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.398962 s]
/proc/loadavg: 0.93 1.04 1.01 3/106 11656
/proc/meminfo: memFree=1758720/2059040 swapFree=4165008/4192956
[pid=11656] ppid=11654 vsize=1528872 CPUtime=0.57
/proc/11656/stat : 11656 (java) S 11654 11656 10981 0 -1 4202496 6111 0 1 0 53 4 0 0 18 0 12 0 10401328 1565564928 5545 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11656/statm: 382218 5545 1371 10 0 379521 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 1528872

[startup+0.700951 s]
/proc/loadavg: 0.93 1.04 1.01 3/106 11656
/proc/meminfo: memFree=1758720/2059040 swapFree=4165008/4192956
[pid=11656] ppid=11654 vsize=1528872 CPUtime=1.12
/proc/11656/stat : 11656 (java) S 11654 11656 10981 0 -1 4202496 8811 0 1 0 107 5 0 0 18 0 12 0 10401328 1565564928 8245 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11656/statm: 382218 8245 1401 10 0 379521 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1528872

[startup+1.50192 s]
/proc/loadavg: 0.93 1.04 1.01 5/118 11668
/proc/meminfo: memFree=1691108/2059040 swapFree=4165008/4192956
[pid=11656] ppid=11654 vsize=1529940 CPUtime=2.4
/proc/11656/stat : 11656 (java) S 11654 11656 10981 0 -1 4202496 36054 0 1 0 222 18 0 0 18 0 14 0 10401328 1566658560 35203 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11656/statm: 382485 35203 1436 10 0 379788 0
[pid=11656/tid=11658] ppid=11654 vsize=1529940 CPUtime=1.28
/proc/11656/task/11658/stat : 11658 (java) S 11654 11656 10981 0 -1 4202560 32009 0 1 0 112 16 0 0 20 0 14 0 10401330 1566658560 35203 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11659] ppid=11654 vsize=1529940 CPUtime=0.02
/proc/11656/task/11659/stat : 11659 (java) S 11654 11656 10981 0 -1 4202560 645 0 0 0 2 0 0 0 18 0 14 0 10401331 1566658560 35203 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11660] ppid=11654 vsize=1529940 CPUtime=0.02
/proc/11656/task/11660/stat : 11660 (java) S 11654 11656 10981 0 -1 4202560 769 0 0 0 2 0 0 0 18 0 14 0 10401331 1566658560 35203 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11661] ppid=11654 vsize=1529940 CPUtime=0
/proc/11656/task/11661/stat : 11661 (java) S 11654 11656 10981 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 10401333 1566658560 35203 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11662] ppid=11654 vsize=1529940 CPUtime=0
/proc/11656/task/11662/stat : 11662 (java) S 11654 11656 10981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 10401333 1566658560 35203 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11663] ppid=11654 vsize=1529940 CPUtime=0
/proc/11656/task/11663/stat : 11663 (java) S 11654 11656 10981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 10401333 1566658560 35203 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11664] ppid=11654 vsize=1529940 CPUtime=0
/proc/11656/task/11664/stat : 11664 (java) S 11654 11656 10981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 10401338 1566658560 35203 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11665] ppid=11654 vsize=1529940 CPUtime=0.73
/proc/11656/task/11665/stat : 11665 (java) S 11654 11656 10981 0 -1 4202560 1043 0 0 0 73 0 0 0 16 0 14 0 10401338 1566658560 35203 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11666] ppid=11654 vsize=1529940 CPUtime=0.16
/proc/11656/task/11666/stat : 11666 (java) R 11654 11656 10981 0 -1 4202560 499 0 0 0 16 0 0 0 21 0 14 0 10401338 1566658560 35203 1992294400 134512640 134550932 4292033792 18446744073709551615 105497537 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11656/tid=11667] ppid=11654 vsize=1529940 CPUtime=0
/proc/11656/task/11667/stat : 11667 (java) S 11654 11656 10981 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 10401338 1566658560 35203 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11668] ppid=11654 vsize=1529940 CPUtime=0
/proc/11656/task/11668/stat : 11668 (java) S 11654 11656 10981 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 10401338 1566658560 35203 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1529940

[startup+3.10187 s]
/proc/loadavg: 0.93 1.04 1.01 6/122 11672
/proc/meminfo: memFree=1618412/2059040 swapFree=4165008/4192956
[pid=11656] ppid=11654 vsize=1534156 CPUtime=5.58
/proc/11656/stat : 11656 (java) S 11654 11656 10981 0 -1 4202496 38637 0 1 0 538 20 0 0 18 0 16 0 10401328 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11656/statm: 383539 36030 1440 10 0 380842 0
[pid=11656/tid=11658] ppid=11654 vsize=1534156 CPUtime=1.28
/proc/11656/task/11658/stat : 11658 (java) S 11654 11656 10981 0 -1 4202560 32009 0 1 0 112 16 0 0 18 0 16 0 10401330 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11659] ppid=11654 vsize=1534156 CPUtime=0.02
/proc/11656/task/11659/stat : 11659 (java) S 11654 11656 10981 0 -1 4202560 645 0 0 0 2 0 0 0 18 0 16 0 10401331 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11660] ppid=11654 vsize=1534156 CPUtime=0.02
/proc/11656/task/11660/stat : 11660 (java) S 11654 11656 10981 0 -1 4202560 769 0 0 0 2 0 0 0 18 0 16 0 10401331 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11661] ppid=11654 vsize=1534156 CPUtime=0
/proc/11656/task/11661/stat : 11661 (java) S 11654 11656 10981 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 10401333 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11662] ppid=11654 vsize=1534156 CPUtime=0
/proc/11656/task/11662/stat : 11662 (java) S 11654 11656 10981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10401333 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11663] ppid=11654 vsize=1534156 CPUtime=0
/proc/11656/task/11663/stat : 11663 (java) S 11654 11656 10981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10401333 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11664] ppid=11654 vsize=1534156 CPUtime=0
/proc/11656/task/11664/stat : 11664 (java) S 11654 11656 10981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 10401338 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11665] ppid=11654 vsize=1534156 CPUtime=1.89
/proc/11656/task/11665/stat : 11665 (java) S 11654 11656 10981 0 -1 4202560 3152 0 0 0 188 1 0 0 15 0 16 0 10401338 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11666] ppid=11654 vsize=1534156 CPUtime=0.5
/proc/11656/task/11666/stat : 11666 (java) R 11654 11656 10981 0 -1 4202560 920 0 0 0 50 0 0 0 20 0 16 0 10401338 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 102258225 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11656/tid=11667] ppid=11654 vsize=1534156 CPUtime=0
/proc/11656/task/11667/stat : 11667 (java) S 11654 11656 10981 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10401338 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11668] ppid=11654 vsize=1534156 CPUtime=0
/proc/11656/task/11668/stat : 11668 (java) S 11654 11656 10981 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 10401338 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11669] ppid=11654 vsize=1534156 CPUtime=1.42
/proc/11656/task/11669/stat : 11669 (java) R 11654 11656 10981 0 -1 4202560 33 0 0 0 142 0 0 0 19 0 16 0 10401463 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 4109619222 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11656/tid=11670] ppid=11654 vsize=1534156 CPUtime=0.39
/proc/11656/task/11670/stat : 11670 (java) R 11654 11656 10981 0 -1 4202560 30 0 0 0 39 0 0 0 23 0 16 0 10401463 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 4108861729 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11656/tid=11671] ppid=11654 vsize=1534156 CPUtime=0
/proc/11656/task/11671/stat : 11671 (java) S 11654 11656 10981 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 10401509 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11672] ppid=11654 vsize=1534156 CPUtime=0
/proc/11656/task/11672/stat : 11672 (java) S 11654 11656 10981 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 10401514 1570975744 36030 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 1534156

[startup+6.30175 s]
/proc/loadavg: 1.34 1.12 1.04 4/122 11672
/proc/meminfo: memFree=1582824/2059040 swapFree=4165008/4192956
[pid=11656] ppid=11654 vsize=1545164 CPUtime=11.85
/proc/11656/stat : 11656 (java) S 11654 11656 10981 0 -1 4202496 50111 0 1 0 1159 26 0 0 18 0 16 0 10401328 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11656/statm: 386291 45049 1446 10 0 383594 0
[pid=11656/tid=11658] ppid=11654 vsize=1545164 CPUtime=1.28
/proc/11656/task/11658/stat : 11658 (java) S 11654 11656 10981 0 -1 4202560 32009 0 1 0 112 16 0 0 18 0 16 0 10401330 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11659] ppid=11654 vsize=1545164 CPUtime=0.08
/proc/11656/task/11659/stat : 11659 (java) S 11654 11656 10981 0 -1 4202560 2348 0 0 0 7 1 0 0 15 0 16 0 10401331 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11660] ppid=11654 vsize=1545164 CPUtime=0.08
/proc/11656/task/11660/stat : 11660 (java) S 11654 11656 10981 0 -1 4202560 2855 0 0 0 7 1 0 0 15 0 16 0 10401331 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11661] ppid=11654 vsize=1545164 CPUtime=0.07
/proc/11656/task/11661/stat : 11661 (java) S 11654 11656 10981 0 -1 4202560 2411 0 0 0 7 0 0 0 15 0 16 0 10401333 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11662] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11662/stat : 11662 (java) S 11654 11656 10981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10401333 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11663] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11663/stat : 11663 (java) S 11654 11656 10981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10401333 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11664] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11664/stat : 11664 (java) S 11654 11656 10981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 10401338 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11665] ppid=11654 vsize=1545164 CPUtime=2.69
/proc/11656/task/11665/stat : 11665 (java) S 11654 11656 10981 0 -1 4202560 7458 0 0 0 266 3 0 0 15 0 16 0 10401338 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11666] ppid=11654 vsize=1545164 CPUtime=1.15
/proc/11656/task/11666/stat : 11666 (java) S 11654 11656 10981 0 -1 4202560 1842 0 0 0 115 0 0 0 15 0 16 0 10401338 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11667] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11667/stat : 11667 (java) S 11654 11656 10981 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10401338 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11668] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11668/stat : 11668 (java) S 11654 11656 10981 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 10401338 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11669] ppid=11654 vsize=1545164 CPUtime=3.97
/proc/11656/task/11669/stat : 11669 (java) R 11654 11656 10981 0 -1 4202560 35 0 0 0 397 0 0 0 22 0 16 0 10401463 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4109681699 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11656/tid=11670] ppid=11654 vsize=1545164 CPUtime=2.45
/proc/11656/task/11670/stat : 11670 (java) R 11654 11656 10981 0 -1 4202560 81 0 0 0 245 0 0 0 25 0 16 0 10401463 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4110060538 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11656/tid=11671] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11671/stat : 11671 (java) S 11654 11656 10981 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 10401509 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11672] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11672/stat : 11672 (java) S 11654 11656 10981 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 10401514 1582247936 45049 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 1545164

[startup+12.7045 s]
/proc/loadavg: 1.39 1.14 1.04 3/122 11674
/proc/meminfo: memFree=1562488/2059040 swapFree=4165008/4192956
[pid=11656] ppid=11654 vsize=1545164 CPUtime=24.41
/proc/11656/stat : 11656 (java) S 11654 11656 10981 0 -1 4202496 56498 0 1 0 2411 30 0 0 18 0 16 0 10401328 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11656/statm: 386291 51070 1446 10 0 383594 0
[pid=11656/tid=11658] ppid=11654 vsize=1545164 CPUtime=1.28
/proc/11656/task/11658/stat : 11658 (java) S 11654 11656 10981 0 -1 4202560 32009 0 1 0 112 16 0 0 15 0 16 0 10401330 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11659] ppid=11654 vsize=1545164 CPUtime=0.22
/proc/11656/task/11659/stat : 11659 (java) S 11654 11656 10981 0 -1 4202560 4871 0 0 0 20 2 0 0 15 0 16 0 10401331 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11660] ppid=11654 vsize=1545164 CPUtime=0.22
/proc/11656/task/11660/stat : 11660 (java) S 11654 11656 10981 0 -1 4202560 5613 0 0 0 20 2 0 0 16 0 16 0 10401331 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11661] ppid=11654 vsize=1545164 CPUtime=0.22
/proc/11656/task/11661/stat : 11661 (java) R 11654 11656 10981 0 -1 4202560 2613 0 0 0 22 0 0 0 15 0 16 0 10401333 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 103622656 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=11656/tid=11662] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11662/stat : 11662 (java) S 11654 11656 10981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10401333 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11663] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11663/stat : 11663 (java) S 11654 11656 10981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10401333 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11664] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11664/stat : 11664 (java) S 11654 11656 10981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 10401338 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11665] ppid=11654 vsize=1545164 CPUtime=2.84
/proc/11656/task/11665/stat : 11665 (java) S 11654 11656 10981 0 -1 4202560 7466 0 0 0 281 3 0 0 15 0 16 0 10401338 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11666] ppid=11654 vsize=1545164 CPUtime=1.16
/proc/11656/task/11666/stat : 11666 (java) S 11654 11656 10981 0 -1 4202560 1844 0 0 0 116 0 0 0 15 0 16 0 10401338 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11667] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11667/stat : 11667 (java) S 11654 11656 10981 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10401338 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11668] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11668/stat : 11668 (java) S 11654 11656 10981 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 10401338 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11669] ppid=11654 vsize=1545164 CPUtime=9.89
/proc/11656/task/11669/stat : 11669 (java) S 11654 11656 10981 0 -1 4202560 39 0 0 0 989 0 0 0 25 0 16 0 10401463 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11670] ppid=11654 vsize=1545164 CPUtime=8.47
/proc/11656/task/11670/stat : 11670 (java) S 11654 11656 10981 0 -1 4202560 971 0 0 0 846 1 0 0 25 0 16 0 10401463 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11671] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11671/stat : 11671 (java) S 11654 11656 10981 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 10401509 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11672] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11672/stat : 11672 (java) S 11654 11656 10981 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 10401514 1582247936 51070 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0

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

/proc/11656/task/11671/stat : 11671 (java) S 11654 11656 10981 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 10401509 1582247936 91412 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11672] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11672/stat : 11672 (java) S 11654 11656 10981 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 10401514 1582247936 91412 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1590.98
Current children cumulated vsize (KiB) 1545164

[startup+882.301 s]
/proc/loadavg: 1.88 1.95 1.64 3/122 11699
/proc/meminfo: memFree=1384796/2059040 swapFree=4165008/4192956
[pid=11656] ppid=11654 vsize=1545164 CPUtime=1704.84
/proc/11656/stat : 11656 (java) S 11654 11656 10981 0 -1 4202496 104054 0 1 0 170324 160 0 0 18 0 16 0 10401328 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11656/statm: 386291 94047 1450 10 0 383594 0
[pid=11656/tid=11658] ppid=11654 vsize=1545164 CPUtime=1.28
/proc/11656/task/11658/stat : 11658 (java) S 11654 11656 10981 0 -1 4202560 32023 0 1 0 112 16 0 0 15 0 16 0 10401330 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11659] ppid=11654 vsize=1545164 CPUtime=15.37
/proc/11656/task/11659/stat : 11659 (java) S 11654 11656 10981 0 -1 4202560 27635 0 0 0 1490 47 0 0 16 0 16 0 10401331 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11660] ppid=11654 vsize=1545164 CPUtime=15.41
/proc/11656/task/11660/stat : 11660 (java) S 11654 11656 10981 0 -1 4202560 28876 0 0 0 1507 34 0 0 16 0 16 0 10401331 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11661] ppid=11654 vsize=1545164 CPUtime=45.32
/proc/11656/task/11661/stat : 11661 (java) S 11654 11656 10981 0 -1 4202560 2860 0 0 0 4518 14 0 0 15 0 16 0 10401333 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11662] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11662/stat : 11662 (java) S 11654 11656 10981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10401333 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11663] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11663/stat : 11663 (java) S 11654 11656 10981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10401333 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11664] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11664/stat : 11664 (java) S 11654 11656 10981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 10401338 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11665] ppid=11654 vsize=1545164 CPUtime=3.49
/proc/11656/task/11665/stat : 11665 (java) S 11654 11656 10981 0 -1 4202560 7502 0 0 0 346 3 0 0 15 0 16 0 10401338 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11666] ppid=11654 vsize=1545164 CPUtime=1.16
/proc/11656/task/11666/stat : 11666 (java) S 11654 11656 10981 0 -1 4202560 1844 0 0 0 116 0 0 0 15 0 16 0 10401338 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11667] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11667/stat : 11667 (java) S 11654 11656 10981 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10401338 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11668] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11668/stat : 11668 (java) S 11654 11656 10981 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 10401338 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11669] ppid=11654 vsize=1545164 CPUtime=813.5
/proc/11656/task/11669/stat : 11669 (java) R 11654 11656 10981 0 -1 4202560 967 0 0 0 81324 26 0 0 25 0 16 0 10401463 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4109583724 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11656/tid=11670] ppid=11654 vsize=1545164 CPUtime=809.18
/proc/11656/task/11670/stat : 11670 (java) R 11654 11656 10981 0 -1 4202560 1224 0 0 0 80906 12 0 0 25 0 16 0 10401463 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4109738768 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11656/tid=11671] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11671/stat : 11671 (java) S 11654 11656 10981 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 10401509 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11672] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11672/stat : 11672 (java) S 11654 11656 10981 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 10401514 1582247936 94047 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1704.84
Current children cumulated vsize (KiB) 1545164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+932.704 s]
/proc/loadavg: 2.05 1.99 1.66 5/122 11701
/proc/meminfo: memFree=1384052/2059040 swapFree=4165008/4192956
[pid=11656] ppid=11654 vsize=1545164 CPUtime=1800.21
/proc/11656/stat : 11656 (java) S 11654 11656 10981 0 -1 4202496 104249 0 1 0 179853 168 0 0 18 0 16 0 10401328 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11656/statm: 386291 94184 1450 10 0 383594 0
[pid=11656/tid=11658] ppid=11654 vsize=1545164 CPUtime=1.28
/proc/11656/task/11658/stat : 11658 (java) S 11654 11656 10981 0 -1 4202560 32027 0 1 0 112 16 0 0 15 0 16 0 10401330 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11659] ppid=11654 vsize=1545164 CPUtime=16.37
/proc/11656/task/11659/stat : 11659 (java) S 11654 11656 10981 0 -1 4202560 27716 0 0 0 1586 51 0 0 16 0 16 0 10401331 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11660] ppid=11654 vsize=1545164 CPUtime=16.41
/proc/11656/task/11660/stat : 11660 (java) S 11654 11656 10981 0 -1 4202560 28932 0 0 0 1604 37 0 0 15 0 16 0 10401331 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11661] ppid=11654 vsize=1545164 CPUtime=49.93
/proc/11656/task/11661/stat : 11661 (java) S 11654 11656 10981 0 -1 4202560 2862 0 0 0 4978 15 0 0 15 0 16 0 10401333 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11662] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11662/stat : 11662 (java) S 11654 11656 10981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10401333 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11663] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11663/stat : 11663 (java) S 11654 11656 10981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10401333 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11664] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11664/stat : 11664 (java) S 11654 11656 10981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 10401338 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11665] ppid=11654 vsize=1545164 CPUtime=3.49
/proc/11656/task/11665/stat : 11665 (java) S 11654 11656 10981 0 -1 4202560 7502 0 0 0 346 3 0 0 15 0 16 0 10401338 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11666] ppid=11654 vsize=1545164 CPUtime=1.16
/proc/11656/task/11666/stat : 11666 (java) S 11654 11656 10981 0 -1 4202560 1844 0 0 0 116 0 0 0 15 0 16 0 10401338 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11667] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11667/stat : 11667 (java) S 11654 11656 10981 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10401338 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11668] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11668/stat : 11668 (java) S 11654 11656 10981 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 10401338 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11669] ppid=11654 vsize=1545164 CPUtime=857.5
/proc/11656/task/11669/stat : 11669 (java) R 11654 11656 10981 0 -1 4202560 998 0 0 0 85724 26 0 0 20 0 16 0 10401463 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11656/tid=11670] ppid=11654 vsize=1545164 CPUtime=853.97
/proc/11656/task/11670/stat : 11670 (java) R 11654 11656 10981 0 -1 4202560 1243 0 0 0 85383 14 0 0 20 0 16 0 10401463 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4109823196 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11656/tid=11671] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11671/stat : 11671 (java) S 11654 11656 10981 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 10401509 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11672] ppid=11654 vsize=1545164 CPUtime=0
/proc/11656/task/11672/stat : 11672 (java) S 11654 11656 10981 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 10401514 1582247936 94184 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1545164

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

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

[startup+932.824 s]
/proc/loadavg: 2.05 1.99 1.66 5/122 11701
/proc/meminfo: memFree=1384052/2059040 swapFree=4165008/4192956
[pid=11656] ppid=11654 vsize=1545812 CPUtime=1800.41
/proc/11656/stat : 11656 (java) S 11654 11656 10981 0 -1 4202496 104265 0 1 0 179873 168 0 0 18 0 18 0 10401328 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11656/statm: 386453 94200 1450 10 0 383756 0
[pid=11656/tid=11658] ppid=11654 vsize=1545812 CPUtime=1.28
/proc/11656/task/11658/stat : 11658 (java) S 11654 11656 10981 0 -1 4202560 32027 0 1 0 112 16 0 0 15 0 18 0 10401330 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11659] ppid=11654 vsize=1545812 CPUtime=16.37
/proc/11656/task/11659/stat : 11659 (java) S 11654 11656 10981 0 -1 4202560 27716 0 0 0 1586 51 0 0 16 0 18 0 10401331 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11660] ppid=11654 vsize=1545812 CPUtime=16.41
/proc/11656/task/11660/stat : 11660 (java) S 11654 11656 10981 0 -1 4202560 28932 0 0 0 1604 37 0 0 15 0 18 0 10401331 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11661] ppid=11654 vsize=1545812 CPUtime=49.93
/proc/11656/task/11661/stat : 11661 (java) S 11654 11656 10981 0 -1 4202560 2862 0 0 0 4978 15 0 0 15 0 18 0 10401333 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11662] ppid=11654 vsize=1545812 CPUtime=0
/proc/11656/task/11662/stat : 11662 (java) S 11654 11656 10981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 10401333 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11663] ppid=11654 vsize=1545812 CPUtime=0
/proc/11656/task/11663/stat : 11663 (java) S 11654 11656 10981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 10401333 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11664] ppid=11654 vsize=1545812 CPUtime=0
/proc/11656/task/11664/stat : 11664 (java) S 11654 11656 10981 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 18 0 10401338 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11665] ppid=11654 vsize=1545812 CPUtime=3.49
/proc/11656/task/11665/stat : 11665 (java) S 11654 11656 10981 0 -1 4202560 7502 0 0 0 346 3 0 0 15 0 18 0 10401338 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11666] ppid=11654 vsize=1545812 CPUtime=1.16
/proc/11656/task/11666/stat : 11666 (java) S 11654 11656 10981 0 -1 4202560 1844 0 0 0 116 0 0 0 15 0 18 0 10401338 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11667] ppid=11654 vsize=1545812 CPUtime=0
/proc/11656/task/11667/stat : 11667 (java) S 11654 11656 10981 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 10401338 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11668] ppid=11654 vsize=1545812 CPUtime=0
/proc/11656/task/11668/stat : 11668 (java) S 11654 11656 10981 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 18 0 10401338 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11669] ppid=11654 vsize=1545812 CPUtime=857.6
/proc/11656/task/11669/stat : 11669 (java) R 11654 11656 10981 0 -1 4202560 998 0 0 0 85734 26 0 0 20 0 18 0 10401463 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4109591558 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11656/tid=11670] ppid=11654 vsize=1545812 CPUtime=854.06
/proc/11656/task/11670/stat : 11670 (java) R 11654 11656 10981 0 -1 4202560 1243 0 0 0 85392 14 0 0 20 0 18 0 10401463 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4110060374 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11656/tid=11671] ppid=11654 vsize=1545812 CPUtime=0
/proc/11656/task/11671/stat : 11671 (java) S 11654 11656 10981 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 18 0 10401509 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11672] ppid=11654 vsize=1545812 CPUtime=0
/proc/11656/task/11672/stat : 11672 (java) S 11654 11656 10981 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 18 0 10401514 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 1545812

[startup+932.902 s]
/proc/loadavg: 2.05 1.99 1.66 5/122 11701
/proc/meminfo: memFree=1384052/2059040 swapFree=4165008/4192956
[pid=11656] ppid=11654 vsize=1545812 CPUtime=1800.57
/proc/11656/stat : 11656 (java) S 11654 11656 10981 0 -1 4202496 104265 0 1 0 179889 168 0 0 18 0 18 0 10401328 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11656/statm: 386453 94200 1450 10 0 383756 0
[pid=11656/tid=11658] ppid=11654 vsize=1545812 CPUtime=1.28
/proc/11656/task/11658/stat : 11658 (java) S 11654 11656 10981 0 -1 4202560 32027 0 1 0 112 16 0 0 15 0 18 0 10401330 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11659] ppid=11654 vsize=1545812 CPUtime=16.37
/proc/11656/task/11659/stat : 11659 (java) S 11654 11656 10981 0 -1 4202560 27716 0 0 0 1586 51 0 0 16 0 18 0 10401331 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11660] ppid=11654 vsize=1545812 CPUtime=16.41
/proc/11656/task/11660/stat : 11660 (java) S 11654 11656 10981 0 -1 4202560 28932 0 0 0 1604 37 0 0 15 0 18 0 10401331 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11661] ppid=11654 vsize=1545812 CPUtime=49.93
/proc/11656/task/11661/stat : 11661 (java) S 11654 11656 10981 0 -1 4202560 2862 0 0 0 4978 15 0 0 15 0 18 0 10401333 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 0 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11662] ppid=11654 vsize=1545812 CPUtime=0
/proc/11656/task/11662/stat : 11662 (java) S 11654 11656 10981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 10401333 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11663] ppid=11654 vsize=1545812 CPUtime=0
/proc/11656/task/11663/stat : 11663 (java) S 11654 11656 10981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 10401333 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11664] ppid=11654 vsize=1545812 CPUtime=0
/proc/11656/task/11664/stat : 11664 (java) S 11654 11656 10981 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 18 0 10401338 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11665] ppid=11654 vsize=1545812 CPUtime=3.49
/proc/11656/task/11665/stat : 11665 (java) S 11654 11656 10981 0 -1 4202560 7502 0 0 0 346 3 0 0 15 0 18 0 10401338 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11666] ppid=11654 vsize=1545812 CPUtime=1.16
/proc/11656/task/11666/stat : 11666 (java) S 11654 11656 10981 0 -1 4202560 1844 0 0 0 116 0 0 0 15 0 18 0 10401338 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11667] ppid=11654 vsize=1545812 CPUtime=0
/proc/11656/task/11667/stat : 11667 (java) S 11654 11656 10981 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 10401338 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11668] ppid=11654 vsize=1545812 CPUtime=0
/proc/11656/task/11668/stat : 11668 (java) S 11654 11656 10981 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 18 0 10401338 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
[pid=11656/tid=11669] ppid=11654 vsize=1545812 CPUtime=857.68
/proc/11656/task/11669/stat : 11669 (java) R 11654 11656 10981 0 -1 4202560 998 0 0 0 85742 26 0 0 20 0 18 0 10401463 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4109694206 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11656/tid=11670] ppid=11654 vsize=1545812 CPUtime=854.13
/proc/11656/task/11670/stat : 11670 (java) R 11654 11656 10981 0 -1 4202560 1243 0 0 0 85399 14 0 0 20 0 18 0 10401463 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4110060892 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11656/tid=11671] ppid=11654 vsize=1545812 CPUtime=0
/proc/11656/task/11671/stat : 11671 (java) S 11654 11656 10981 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 18 0 10401509 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 1 0 0 0
[pid=11656/tid=11672] ppid=11654 vsize=1545812 CPUtime=0
/proc/11656/task/11672/stat : 11672 (java) S 11654 11656 10981 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 18 0 10401514 1582911488 94200 1992294400 134512640 134550932 4292033792 18446744073709551615 4294960144 0 4 0 16800975 18446604437545078848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (KiB) 1545812

Child status: 143
Real time (s): 932.96
CPU time (s): 1800.66
CPU user time (s): 1798.93
CPU system time (s): 1.72374
CPU usage (%): 193.005
Max. virtual memory (cumulated for all children) (KiB): 1547216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.72374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104272
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= 34382
involuntary context switches= 54830

runsolver used 3.77443 second user time and 9.53355 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-12 15:06:14
IDJOB=2662118
IDBENCH=1523
IDSOLVER=1166
FILE ID=node003/2662118-1276347974
PBS_JOBID= 11173185
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-air04.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662118-1276347974/watcher-2662118-1276347974 -o /tmp/evaluation-result-2662118-1276347974/solver-2662118-1276347974 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662118-1276347974.opb

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

MD5SUM BENCH= 015f32a31b4a3d7bbfc82031e4222c83
RANDOM SEED=1806631730

node003.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.251
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.251
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1759240 kB
Buffers:         79080 kB
Cached:         120336 kB
SwapCached:       1344 kB
Active:          84352 kB
Inactive:       147992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1759240 kB
SwapTotal:     4192956 kB
SwapFree:      4165008 kB
Dirty:            1080 kB
Writeback:           0 kB
AnonPages:       31512 kB
Mapped:          15452 kB
Slab:            45636 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181728 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= 62552 MiB
End job on node003 at 2010-06-12 15:21:49