Trace number 2659537

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26UNSAT 968.748 967.716

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr.opb
MD5SUMfac1b7391a53ae9861d9e311ddf65af2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.007997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables220
Total number of constraints42
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.15	c See www.sat4j.org for details.
0.07/0.17	c version 2.2.0.v20100526
0.07/0.17	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.17	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.17	c java.vm.version	11.2-b01
0.07/0.17	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.17	c sun.arch.data.model	32
0.07/0.17	c java.version		1.6.0_12
0.07/0.17	c os.name		Linux
0.07/0.17	c os.version		2.6.18-164.el5
0.07/0.17	c os.arch		i386
0.07/0.17	c Free memory 		1393557488
0.07/0.17	c Max memory 		1395916800
0.07/0.17	c Total memory 		1395916800
0.07/0.17	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2659537-1276325253.opb
0.22/0.22	c reading problem ... 
0.22/0.27	c ... done. Wall clock time 0.052s.
0.22/0.27	c #vars     220
0.22/0.27	c #constraints  42
0.22/0.27	c constraints type 
0.22/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
0.22/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
2.35/1.74	c cleaning 2500 clauses out of 5000 with flag 5000/5000
4.73/4.04	c cleaning 4252 clauses out of 8503 with flag 11003/11003
8.35/7.67	c cleaning 5626 clauses out of 11251 with flag 18003/18003
13.18/12.42	c cleaning 6810 clauses out of 13622 with flag 26000/26000
18.09/17.33	c cleaning 7904 clauses out of 15814 with flag 35002/35002
23.39/22.69	c cleaning 8953 clauses out of 17911 with flag 45003/45003
29.94/29.10	c cleaning 9478 clauses out of 18957 with flag 55002/55002
39.94/39.14	c cleaning 9733 clauses out of 19479 with flag 65002/65002
47.14/46.39	c cleaning 9874 clauses out of 19747 with flag 75003/75003
55.93/55.16	c cleaning 9934 clauses out of 19871 with flag 85001/85001
65.65/64.83	c cleaning 9966 clauses out of 19937 with flag 95001/95001
75.54/74.77	c cleaning 9980 clauses out of 19970 with flag 105000/105000
85.74/84.99	c cleaning 9991 clauses out of 19991 with flag 115001/115001
96.93/96.19	c cleaning 9997 clauses out of 20002 with flag 125003/125003
105.34/104.59	c cleaning 10000 clauses out of 20002 with flag 135000/135000
113.23/112.50	c cleaning 9998 clauses out of 20004 with flag 145002/145002
120.14/119.36	c cleaning 10001 clauses out of 20008 with flag 155004/155004
126.74/125.99	c cleaning 10001 clauses out of 20005 with flag 165002/165002
135.24/134.48	c cleaning 10000 clauses out of 20003 with flag 175001/175001
143.94/143.13	c cleaning 9997 clauses out of 20003 with flag 185001/185001
151.84/151.01	c cleaning 10003 clauses out of 20006 with flag 195001/195001
157.05/156.25	c cleaning 9998 clauses out of 20005 with flag 205003/205003
164.76/163.99	c cleaning 9997 clauses out of 20004 with flag 215000/215000
173.46/172.62	c cleaning 9999 clauses out of 20008 with flag 225001/225001
181.85/181.03	c cleaning 9997 clauses out of 20008 with flag 235000/235000
189.85/189.05	c cleaning 9997 clauses out of 20011 with flag 245000/245000
199.64/198.90	c cleaning 10005 clauses out of 20016 with flag 255002/255002
210.64/209.83	c cleaning 10004 clauses out of 20010 with flag 265001/265001
220.03/219.28	c cleaning 9995 clauses out of 20005 with flag 275000/275000
225.83/225.07	c cleaning 10002 clauses out of 20010 with flag 285000/285000
233.33/232.58	c cleaning 10006 clauses out of 20013 with flag 295005/295005
242.63/241.90	c cleaning 9996 clauses out of 20004 with flag 305002/305002
250.83/250.01	c cleaning 9998 clauses out of 20006 with flag 315000/315000
259.73/258.96	c cleaning 10001 clauses out of 20011 with flag 325003/325003
268.32/267.51	c cleaning 10000 clauses out of 20008 with flag 335001/335001
276.52/275.73	c cleaning 10002 clauses out of 20010 with flag 345003/345003
284.82/284.02	c cleaning 10001 clauses out of 20005 with flag 355000/355000
292.62/291.82	c cleaning 9999 clauses out of 20004 with flag 365000/365000
301.02/300.26	c cleaning 9999 clauses out of 20006 with flag 375001/375001
309.41/308.63	c cleaning 10002 clauses out of 20008 with flag 385002/385002
316.61/315.85	c cleaning 9998 clauses out of 20005 with flag 395001/395001
323.61/322.90	c cleaning 10003 clauses out of 20007 with flag 405001/405001
332.31/331.52	c cleaning 9998 clauses out of 20004 with flag 415001/415001
340.42/339.69	c cleaning 10002 clauses out of 20007 with flag 425002/425002
347.51/346.73	c cleaning 10001 clauses out of 20005 with flag 435002/435002
354.21/353.47	c cleaning 9998 clauses out of 20002 with flag 445000/445000
360.02/359.23	c cleaning 10000 clauses out of 20006 with flag 455002/455002
366.42/365.63	c cleaning 9998 clauses out of 20004 with flag 465000/465000
372.02/371.28	c cleaning 10000 clauses out of 20008 with flag 475002/475002
380.52/379.79	c cleaning 9999 clauses out of 20007 with flag 485001/485001
389.12/388.38	c cleaning 9998 clauses out of 20007 with flag 495000/495000
397.51/396.77	c cleaning 9999 clauses out of 20010 with flag 505001/505001
404.80/404.07	c cleaning 10001 clauses out of 20010 with flag 515000/515000
414.31/413.57	c cleaning 9999 clauses out of 20009 with flag 525000/525000
424.21/423.45	c cleaning 10001 clauses out of 20010 with flag 535000/535000
430.80/430.01	c cleaning 10001 clauses out of 20009 with flag 545000/545000
436.09/435.30	c cleaning 10000 clauses out of 20009 with flag 555001/555001
442.29/441.55	c cleaning 9999 clauses out of 20008 with flag 565000/565000
448.29/447.51	c cleaning 10002 clauses out of 20010 with flag 575001/575001
454.38/453.64	c cleaning 10001 clauses out of 20009 with flag 585002/585002
464.09/463.39	c cleaning 10001 clauses out of 20006 with flag 595000/595000
472.88/472.17	c cleaning 9996 clauses out of 20005 with flag 605000/605000
482.07/481.30	c cleaning 10002 clauses out of 20010 with flag 615001/615001
489.27/488.59	c cleaning 9995 clauses out of 20007 with flag 625000/625000
496.97/496.20	c cleaning 10003 clauses out of 20013 with flag 635001/635001
503.07/502.31	c cleaning 10000 clauses out of 20010 with flag 645001/645001
510.77/510.03	c cleaning 10000 clauses out of 20009 with flag 655000/655000
518.47/517.70	c cleaning 10000 clauses out of 20009 with flag 665000/665000
525.57/524.87	c cleaning 10001 clauses out of 20009 with flag 675000/675000
533.07/532.37	c cleaning 9999 clauses out of 20009 with flag 685001/685001
539.57/538.90	c cleaning 10002 clauses out of 20011 with flag 695002/695002
546.56/545.86	c cleaning 9998 clauses out of 20008 with flag 705001/705001
552.87/552.12	c cleaning 10001 clauses out of 20012 with flag 715003/715003
560.46/559.75	c cleaning 10000 clauses out of 20011 with flag 725003/725003
566.95/566.20	c cleaning 10000 clauses out of 20008 with flag 735000/735000
573.38/572.61	c cleaning 10001 clauses out of 20009 with flag 745001/745001
579.88/579.10	c cleaning 10002 clauses out of 20008 with flag 755001/755001
585.58/584.89	c cleaning 10004 clauses out of 20008 with flag 765003/765003
591.88/591.15	c cleaning 10001 clauses out of 20001 with flag 775000/775000
597.38/596.69	c cleaning 9995 clauses out of 20001 with flag 785001/785001
604.47/603.73	c cleaning 9997 clauses out of 20006 with flag 795001/795001
610.87/610.11	c cleaning 10003 clauses out of 20009 with flag 805001/805001
616.57/615.83	c cleaning 10003 clauses out of 20006 with flag 815001/815001
621.77/621.07	c cleaning 9997 clauses out of 20002 with flag 825000/825000
626.77/626.09	c cleaning 10000 clauses out of 20006 with flag 835001/835001
632.38/631.67	c cleaning 10000 clauses out of 20008 with flag 845003/845003
637.27/636.57	c cleaning 10002 clauses out of 20007 with flag 855002/855002
642.08/641.38	c cleaning 10001 clauses out of 20003 with flag 865000/865000
647.06/646.30	c cleaning 9999 clauses out of 20003 with flag 875001/875001
653.27/652.56	c cleaning 9997 clauses out of 20004 with flag 885001/885001
660.77/660.06	c cleaning 9996 clauses out of 20007 with flag 895001/895001
666.86/666.13	c cleaning 10000 clauses out of 20010 with flag 905000/905000
674.55/673.86	c cleaning 10004 clauses out of 20016 with flag 915006/915006
680.96/680.22	c cleaning 10000 clauses out of 20008 with flag 925002/925002
686.35/685.69	c cleaning 9998 clauses out of 20008 with flag 935002/935002
693.35/692.63	c cleaning 10002 clauses out of 20009 with flag 945001/945001
699.54/698.88	c cleaning 9993 clauses out of 20006 with flag 955000/955000
705.44/704.79	c cleaning 10003 clauses out of 20014 with flag 965001/965001
711.64/710.99	c cleaning 10003 clauses out of 20014 with flag 975004/975004
717.63/716.98	c cleaning 9998 clauses out of 20007 with flag 985000/985000
723.23/722.59	c cleaning 10001 clauses out of 20010 with flag 995001/995001
728.34/727.66	c cleaning 10000 clauses out of 20009 with flag 1005001/1005001
734.63/733.96	c cleaning 10001 clauses out of 20009 with flag 1015001/1015001
740.73/740.03	c cleaning 9999 clauses out of 20008 with flag 1025001/1025001
746.73/746.04	c cleaning 10001 clauses out of 20010 with flag 1035002/1035002
752.03/751.35	c cleaning 9998 clauses out of 20008 with flag 1045001/1045001
757.02/756.34	c cleaning 10001 clauses out of 20009 with flag 1055000/1055000
762.32/761.69	c cleaning 10001 clauses out of 20010 with flag 1065002/1065002
768.43/767.75	c cleaning 10000 clauses out of 20009 with flag 1075002/1075002
773.93/773.22	c cleaning 9998 clauses out of 20008 with flag 1085001/1085001
778.92/778.28	c cleaning 10001 clauses out of 20010 with flag 1095001/1095001
784.31/783.69	c cleaning 10000 clauses out of 20013 with flag 1105005/1105005
789.81/789.19	c cleaning 10000 clauses out of 20008 with flag 1115000/1115000
795.01/794.31	c cleaning 10002 clauses out of 20010 with flag 1125002/1125002
800.61/799.99	c cleaning 10000 clauses out of 20007 with flag 1135001/1135001
805.71/805.08	c cleaning 9998 clauses out of 20006 with flag 1145000/1145000
810.90/810.24	c cleaning 10001 clauses out of 20009 with flag 1155001/1155001
815.30/814.69	c cleaning 10000 clauses out of 20008 with flag 1165001/1165001
820.21/819.57	c cleaning 10002 clauses out of 20008 with flag 1175001/1175001
825.20/824.60	c cleaning 10000 clauses out of 20006 with flag 1185001/1185001
830.49/829.84	c cleaning 9999 clauses out of 20006 with flag 1195001/1195001
835.30/834.64	c cleaning 10002 clauses out of 20012 with flag 1205006/1205006
839.89/839.30	c cleaning 9998 clauses out of 20004 with flag 1215000/1215000
844.48/843.86	c cleaning 10003 clauses out of 20010 with flag 1225004/1225004
849.07/848.50	c cleaning 9997 clauses out of 20004 with flag 1235001/1235001
853.77/853.16	c cleaning 10002 clauses out of 20007 with flag 1245001/1245001
858.07/857.50	c cleaning 10000 clauses out of 20005 with flag 1255001/1255001
862.77/862.15	c cleaning 9998 clauses out of 20004 with flag 1265000/1265000
867.17/866.50	c cleaning 9998 clauses out of 20006 with flag 1275000/1275000
871.57/870.90	c cleaning 10000 clauses out of 20009 with flag 1285001/1285001
875.68/875.01	c cleaning 10000 clauses out of 20008 with flag 1295000/1295000
879.78/879.15	c cleaning 10002 clauses out of 20011 with flag 1305003/1305003
883.88/883.30	c cleaning 10001 clauses out of 20008 with flag 1315002/1315002
888.18/887.55	c cleaning 9999 clauses out of 20005 with flag 1325000/1325000
893.98/893.31	c cleaning 10001 clauses out of 20008 with flag 1335002/1335002
899.48/898.84	c cleaning 10000 clauses out of 20007 with flag 1345002/1345002
904.78/904.20	c cleaning 9998 clauses out of 20005 with flag 1355000/1355000
909.67/909.02	c cleaning 10001 clauses out of 20008 with flag 1365001/1365001
914.47/913.90	c cleaning 10002 clauses out of 20007 with flag 1375001/1375001
918.98/918.38	c cleaning 10000 clauses out of 20005 with flag 1385001/1385001
923.48/922.81	c cleaning 10001 clauses out of 20005 with flag 1395001/1395001
927.67/927.00	c cleaning 10001 clauses out of 20003 with flag 1405000/1405000
931.76/931.10	c cleaning 9996 clauses out of 20003 with flag 1415001/1415001
936.07/935.49	c cleaning 10000 clauses out of 20006 with flag 1425000/1425000
940.16/939.54	c cleaning 10001 clauses out of 20007 with flag 1435001/1435001
944.36/943.72	c cleaning 10001 clauses out of 20005 with flag 1445000/1445000
948.55/947.94	c cleaning 10002 clauses out of 20007 with flag 1455003/1455003
952.66/952.06	c cleaning 10000 clauses out of 20004 with flag 1465002/1465002
956.47/955.90	c cleaning 9999 clauses out of 20003 with flag 1475001/1475001
960.06/959.41	c cleaning 10001 clauses out of 20003 with flag 1485000/1485000
963.35/962.71	c cleaning 10001 clauses out of 20003 with flag 1495001/1495001
967.24/966.38	c cleaning 9997 clauses out of 20000 with flag 1505000/1505000
968.63/967.65	c starts		: 207
968.63/967.65	c conflicts		: 1509970
968.63/967.65	c decisions		: 1722948
968.63/967.65	c propagations		: 20057212
968.63/967.65	c inspects		: 5578032497
968.63/967.65	c learnt literals	: 7
968.63/967.65	c learnt binary clauses	: 22
968.63/967.65	c learnt ternary clauses	: 51
968.63/967.65	c learnt clauses	: 1509962
968.63/967.65	c ignored clauses	: 0
968.63/967.65	c root simplifications	: 0
968.63/967.65	c removed literals (reason simplification)	: 11093797
968.63/967.65	c reason swapping (by a shorter reason)	: 0
968.63/967.65	c Calls to reduceDB	: 152
968.63/967.65	c number of reductions to clauses (during analyze)	: 0
968.63/967.65	c number of learned constraints concerned by reduction	: 0
968.63/967.65	c number of learning phase by resolution	: 0
968.63/967.65	c number of learning phase by cutting planes	: 0
968.63/967.65	c speed (assignments/second)	: 20733.69010712517
968.63/967.65	c non guided choices	136
968.63/967.67	c learnt constraints type 
968.63/967.67	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14944
968.63/967.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
968.63/967.67	c constraints type 
968.63/967.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
968.63/967.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
968.63/967.67	s UNSATISFIABLE
968.63/967.67	c Total wall clock time (in seconds): 967.453

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-2659537-1276325253/watcher-2659537-1276325253 -o /tmp/evaluation-result-2659537-1276325253/solver-2659537-1276325253 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659537-1276325253.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.92 0.98 0.99 3/106 9414
/proc/meminfo: memFree=1772728/2059040 swapFree=4192956/4192956
[pid=9414] ppid=9412 vsize=392 CPUtime=0
/proc/9414/stat : 9414 (java6) S 9412 9414 8948 0 -1 4194304 122 0 0 0 0 0 0 0 23 0 1 0 6177167 401408 41 1992294400 134512640 134550932 4286820864 18446744073709551615 3252820 0 2147483391 4096 0 18446744071699424446 0 0 17 1 0 0 0
/proc/9414/statm: 98 41 32 10 0 25 0

[startup+0.0151899 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9414
/proc/meminfo: memFree=1772728/2059040 swapFree=4192956/4192956
[pid=9414] ppid=9412 vsize=1832 CPUtime=0
/proc/9414/stat : 9414 (java) S 9412 9414 8948 0 -1 4194304 419 0 0 0 0 0 0 0 23 0 1 0 6177167 1875968 148 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699424446 0 0 17 0 0 0 0
/proc/9414/statm: 458 160 123 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.101085 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9414
/proc/meminfo: memFree=1772728/2059040 swapFree=4192956/4192956
[pid=9414] ppid=9412 vsize=1521796 CPUtime=0.07
/proc/9414/stat : 9414 (java) S 9412 9414 8948 0 -1 4202496 3867 0 1 0 5 2 0 0 23 0 7 0 6177167 1558319104 3307 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/9414/statm: 380449 3307 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.301117 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9414
/proc/meminfo: memFree=1772728/2059040 swapFree=4192956/4192956
[pid=9414] ppid=9412 vsize=1526560 CPUtime=0.35
/proc/9414/stat : 9414 (java) S 9412 9414 8948 0 -1 4202496 5282 0 1 0 32 3 0 0 23 0 13 0 6177167 1563197440 4718 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9414/statm: 381640 4718 1351 10 0 378942 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526560

[startup+0.701185 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9414
/proc/meminfo: memFree=1772728/2059040 swapFree=4192956/4192956
[pid=9414] ppid=9412 vsize=1529388 CPUtime=1.15
/proc/9414/stat : 9414 (java) S 9412 9414 8948 0 -1 4202496 6460 0 1 0 111 4 0 0 23 0 13 0 6177167 1566093312 5729 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9414/statm: 382347 5729 1407 10 0 379649 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1529388

[startup+1.50234 s]
/proc/loadavg: 0.92 0.98 0.99 2/119 9427
/proc/meminfo: memFree=1753776/2059040 swapFree=4192956/4192956
[pid=9414] ppid=9412 vsize=1529388 CPUtime=2.15
/proc/9414/stat : 9414 (java) S 9412 9414 8948 0 -1 4202496 7221 0 1 0 210 5 0 0 23 0 13 0 6177167 1566093312 6210 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9414/statm: 382347 6210 1415 10 0 379649 0
[pid=9414/tid=9416] ppid=9412 vsize=1529388 CPUtime=1.44
/proc/9414/task/9416/stat : 9416 (java) R 9412 9414 8948 0 -1 4202560 4195 0 1 0 141 3 0 0 25 0 13 0 6177169 1566093312 6210 1992294400 134512640 134550932 4287317440 18446744073709551615 4109434977 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9414/tid=9417] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9417/stat : 9417 (java) S 9412 9414 8948 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6177170 1566093312 6210 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9418] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9418/stat : 9418 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177170 1566093312 6210 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9419] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9419/stat : 9419 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6177172 1566093312 6210 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9420] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9420/stat : 9420 (java) S 9412 9414 8948 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 13 0 6177173 1566093312 6210 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9421] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9421/stat : 9421 (java) S 9412 9414 8948 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 6177173 1566093312 6210 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9422] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9422/stat : 9422 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177177 1566093312 6210 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9423] ppid=9412 vsize=1529388 CPUtime=0.12
/proc/9414/task/9423/stat : 9423 (java) S 9412 9414 8948 0 -1 4202560 540 0 0 0 12 0 0 0 20 0 13 0 6177177 1566093312 6210 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9424] ppid=9412 vsize=1529388 CPUtime=0.56
/proc/9414/task/9424/stat : 9424 (java) S 9412 9414 8948 0 -1 4202560 1415 0 0 0 56 0 0 0 15 0 13 0 6177178 1566093312 6210 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9425] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9425/stat : 9425 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177178 1566093312 6210 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9426] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9426/stat : 9426 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6177178 1566093312 6210 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9427] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9427/stat : 9427 (java) S 9412 9414 8948 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6177196 1566093312 6210 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1529388

[startup+3.10162 s]
/proc/loadavg: 0.92 0.98 0.99 2/119 9427
/proc/meminfo: memFree=1750056/2059040 swapFree=4192956/4192956
[pid=9414] ppid=9412 vsize=1529388 CPUtime=3.79
/proc/9414/stat : 9414 (java) S 9412 9414 8948 0 -1 4202496 7948 0 1 0 374 5 0 0 23 0 13 0 6177167 1566093312 6931 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9414/statm: 382347 6931 1434 10 0 379649 0
[pid=9414/tid=9416] ppid=9412 vsize=1529388 CPUtime=3.01
/proc/9414/task/9416/stat : 9416 (java) R 9412 9414 8948 0 -1 4202560 4254 0 1 0 298 3 0 0 25 0 13 0 6177169 1566093312 6931 1992294400 134512640 134550932 4287317440 18446744073709551615 4109434082 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9414/tid=9417] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9417/stat : 9417 (java) S 9412 9414 8948 0 -1 4202560 194 0 0 0 0 0 0 0 18 0 13 0 6177170 1566093312 6931 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9418] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9418/stat : 9418 (java) S 9412 9414 8948 0 -1 4202560 141 0 0 0 0 0 0 0 17 0 13 0 6177170 1566093312 6931 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9419] ppid=9412 vsize=1529388 CPUtime=0.01
/proc/9414/task/9419/stat : 9419 (java) S 9412 9414 8948 0 -1 4202560 325 0 0 0 1 0 0 0 15 0 13 0 6177172 1566093312 6931 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9420] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9420/stat : 9420 (java) S 9412 9414 8948 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6177173 1566093312 6931 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9421] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9421/stat : 9421 (java) S 9412 9414 8948 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6177173 1566093312 6931 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9422] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9422/stat : 9422 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177177 1566093312 6931 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9423] ppid=9412 vsize=1529388 CPUtime=0.12
/proc/9414/task/9423/stat : 9423 (java) S 9412 9414 8948 0 -1 4202560 540 0 0 0 12 0 0 0 17 0 13 0 6177177 1566093312 6931 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9424] ppid=9412 vsize=1529388 CPUtime=0.6
/proc/9414/task/9424/stat : 9424 (java) S 9412 9414 8948 0 -1 4202560 1426 0 0 0 60 0 0 0 16 0 13 0 6177178 1566093312 6931 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9425] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9425/stat : 9425 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177178 1566093312 6931 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9426] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9426/stat : 9426 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6177178 1566093312 6931 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9427] ppid=9412 vsize=1529388 CPUtime=0
/proc/9414/task/9427/stat : 9427 (java) S 9412 9414 8948 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6177196 1566093312 6931 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 1529388

[startup+6.3022 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 9427
/proc/meminfo: memFree=1746832/2059040 swapFree=4192956/4192956
[pid=9414] ppid=9412 vsize=1529072 CPUtime=7.04
/proc/9414/stat : 9414 (java) S 9412 9414 8948 0 -1 4202496 8706 0 1 0 698 6 0 0 23 0 13 0 6177167 1565769728 7636 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9414/statm: 382268 7636 1434 10 0 379570 0
[pid=9414/tid=9416] ppid=9412 vsize=1529072 CPUtime=6.17
/proc/9414/task/9416/stat : 9416 (java) R 9412 9414 8948 0 -1 4202560 4258 0 1 0 614 3 0 0 25 0 13 0 6177169 1565769728 7636 1992294400 134512640 134550932 4287317440 18446744073709551615 4109434893 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9414/tid=9417] ppid=9412 vsize=1529072 CPUtime=0
/proc/9414/task/9417/stat : 9417 (java) S 9412 9414 8948 0 -1 4202560 410 0 0 0 0 0 0 0 18 0 13 0 6177170 1565769728 7636 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9418] ppid=9412 vsize=1529072 CPUtime=0
/proc/9414/task/9418/stat : 9418 (java) S 9412 9414 8948 0 -1 4202560 376 0 0 0 0 0 0 0 15 0 13 0 6177170 1565769728 7636 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9419] ppid=9412 vsize=1529072 CPUtime=0.04
/proc/9414/task/9419/stat : 9419 (java) S 9412 9414 8948 0 -1 4202560 623 0 0 0 4 0 0 0 15 0 13 0 6177172 1565769728 7636 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9420] ppid=9412 vsize=1529072 CPUtime=0
/proc/9414/task/9420/stat : 9420 (java) S 9412 9414 8948 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6177173 1565769728 7636 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9421] ppid=9412 vsize=1529072 CPUtime=0
/proc/9414/task/9421/stat : 9421 (java) S 9412 9414 8948 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6177173 1565769728 7636 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9422] ppid=9412 vsize=1529072 CPUtime=0
/proc/9414/task/9422/stat : 9422 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177177 1565769728 7636 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9423] ppid=9412 vsize=1529072 CPUtime=0.13
/proc/9414/task/9423/stat : 9423 (java) S 9412 9414 8948 0 -1 4202560 542 0 0 0 13 0 0 0 16 0 13 0 6177177 1565769728 7636 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9424] ppid=9412 vsize=1529072 CPUtime=0.64
/proc/9414/task/9424/stat : 9424 (java) S 9412 9414 8948 0 -1 4202560 1429 0 0 0 64 0 0 0 15 0 13 0 6177178 1565769728 7636 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9425] ppid=9412 vsize=1529072 CPUtime=0
/proc/9414/task/9425/stat : 9425 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177178 1565769728 7636 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9426] ppid=9412 vsize=1529072 CPUtime=0
/proc/9414/task/9426/stat : 9426 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6177178 1565769728 7636 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9427] ppid=9412 vsize=1529072 CPUtime=0
/proc/9414/task/9427/stat : 9427 (java) S 9412 9414 8948 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6177196 1565769728 7636 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 1529072

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 9427
/proc/meminfo: memFree=1744972/2059040 swapFree=4192956/4192956
[pid=9414] ppid=9412 vsize=1530096 CPUtime=13.5
/proc/9414/stat : 9414 (java) S 9412 9414 8948 0 -1 4202496 9353 0 1 0 1344 6 0 0 23 0 13 0 6177167 1566818304 8248 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9414/statm: 382524 8248 1437 10 0 379826 0
[pid=9414/tid=9416] ppid=9412 vsize=1530096 CPUtime=12.49
/proc/9414/task/9416/stat : 9416 (java) R 9412 9414 8948 0 -1 4202560 4260 0 1 0 1246 3 0 0 25 0 13 0 6177169 1566818304 8248 1992294400 134512640 134550932 4287317440 18446744073709551615 4109434805 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9414/tid=9417] ppid=9412 vsize=1530096 CPUtime=0.01
/proc/9414/task/9417/stat : 9417 (java) S 9412 9414 8948 0 -1 4202560 540 0 0 0 1 0 0 0 18 0 13 0 6177170 1566818304 8248 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9418] ppid=9412 vsize=1530096 CPUtime=0.01
/proc/9414/task/9418/stat : 9418 (java) S 9412 9414 8948 0 -1 4202560 507 0 0 0 1 0 0 0 15 0 13 0 6177170 1566818304 8248 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9419] ppid=9412 vsize=1530096 CPUtime=0.09
/proc/9414/task/9419/stat : 9419 (java) S 9412 9414 8948 0 -1 4202560 916 0 0 0 9 0 0 0 16 0 13 0 6177172 1566818304 8248 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9420] ppid=9412 vsize=1530096 CPUtime=0
/proc/9414/task/9420/stat : 9420 (java) S 9412 9414 8948 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6177173 1566818304 8248 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9421] ppid=9412 vsize=1530096 CPUtime=0
/proc/9414/task/9421/stat : 9421 (java) S 9412 9414 8948 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6177173 1566818304 8248 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9422] ppid=9412 vsize=1530096 CPUtime=0
/proc/9414/task/9422/stat : 9422 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177177 1566818304 8248 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9423] ppid=9412 vsize=1530096 CPUtime=0.19
/proc/9414/task/9423/stat : 9423 (java) S 9412 9414 8948 0 -1 4202560 633 0 0 0 19 0 0 0 15 0 13 0 6177177 1566818304 8248 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9424] ppid=9412 vsize=1530096 CPUtime=0.64
/proc/9414/task/9424/stat : 9424 (java) S 9412 9414 8948 0 -1 4202560 1429 0 0 0 64 0 0 0 15 0 13 0 6177178 1566818304 8248 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9425] ppid=9412 vsize=1530096 CPUtime=0
/proc/9414/task/9425/stat : 9425 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177178 1566818304 8248 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9426] ppid=9412 vsize=1530096 CPUtime=0
/proc/9414/task/9426/stat : 9426 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6177178 1566818304 8248 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9427] ppid=9412 vsize=1530096 CPUtime=0
/proc/9414/task/9427/stat : 9427 (java) S 9412 9414 8948 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6177196 1566818304 8248 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.5
Current children cumulated vsize (KiB) 1530096

[startup+25.5017 s]
/proc/loadavg: 1.01 1.00 1.00 2/119 9429
/proc/meminfo: memFree=1742864/2059040 swapFree=4192956/4192956
[pid=9414] ppid=9412 vsize=1529664 CPUtime=26.32
/proc/9414/stat : 9414 (java) S 9412 9414 8948 0 -1 4202496 9794 0 1 0 2625 7 0 0 23 0 13 0 6177167 1566375936 8552 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9414/statm: 382416 8552 1437 10 0 379718 0
[pid=9414/tid=9416] ppid=9412 vsize=1529664 CPUtime=25.21
/proc/9414/task/9416/stat : 9416 (java) R 9412 9414 8948 0 -1 4202560 4262 0 1 0 2518 3 0 0 25 0 13 0 6177169 1566375936 8552 1992294400 134512640 134550932 4287317440 18446744073709551615 4109443583 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9414/tid=9417] ppid=9412 vsize=1529664 CPUtime=0.02
/proc/9414/task/9417/stat : 9417 (java) S 9412 9414 8948 0 -1 4202560 547 0 0 0 2 0 0 0 18 0 13 0 6177170 1566375936 8552 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9418] ppid=9412 vsize=1529664 CPUtime=0.02
/proc/9414/task/9418/stat : 9418 (java) S 9412 9414 8948 0 -1 4202560 541 0 0 0 2 0 0 0 15 0 13 0 6177170 1566375936 8552 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9419] ppid=9412 vsize=1529664 CPUtime=0.14

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

/proc/9414/task/9424/stat : 9424 (java) S 9412 9414 8948 0 -1 4202560 1429 0 0 0 64 0 0 0 15 0 13 0 6177178 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9425] ppid=9412 vsize=1529664 CPUtime=0
/proc/9414/task/9425/stat : 9425 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177178 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9426] ppid=9412 vsize=1529664 CPUtime=0
/proc/9414/task/9426/stat : 9426 (java) S 9412 9414 8948 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 13 0 6177178 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9427] ppid=9412 vsize=1529664 CPUtime=0
/proc/9414/task/9427/stat : 9427 (java) S 9412 9414 8948 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6177196 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 960.56
Current children cumulated vsize (KiB) 1529664

[startup+963.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9462
/proc/meminfo: memFree=1738648/2059040 swapFree=4192956/4192956
[pid=9414] ppid=9412 vsize=1529664 CPUtime=963.76
/proc/9414/stat : 9414 (java) S 9412 9414 8948 0 -1 4202496 10969 0 1 0 96346 30 0 0 23 0 13 0 6177167 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9414/statm: 382416 9134 1437 10 0 379718 0
[pid=9414/tid=9416] ppid=9412 vsize=1529664 CPUtime=957.57
/proc/9414/task/9416/stat : 9416 (java) R 9412 9414 8948 0 -1 4202560 4406 0 1 0 95737 20 0 0 18 0 13 0 6177169 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4109101578 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9414/tid=9417] ppid=9412 vsize=1529664 CPUtime=0.44
/proc/9414/task/9417/stat : 9417 (java) S 9412 9414 8948 0 -1 4202560 613 0 0 0 42 2 0 0 15 0 13 0 6177170 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9418] ppid=9412 vsize=1529664 CPUtime=0.47
/proc/9414/task/9418/stat : 9418 (java) S 9412 9414 8948 0 -1 4202560 603 0 0 0 45 2 0 0 16 0 13 0 6177170 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9419] ppid=9412 vsize=1529664 CPUtime=4.29
/proc/9414/task/9419/stat : 9419 (java) S 9412 9414 8948 0 -1 4202560 1800 0 0 0 427 2 0 0 16 0 13 0 6177172 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9420] ppid=9412 vsize=1529664 CPUtime=0
/proc/9414/task/9420/stat : 9420 (java) S 9412 9414 8948 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6177173 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9421] ppid=9412 vsize=1529664 CPUtime=0
/proc/9414/task/9421/stat : 9421 (java) S 9412 9414 8948 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6177173 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9422] ppid=9412 vsize=1529664 CPUtime=0
/proc/9414/task/9422/stat : 9422 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177177 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9423] ppid=9412 vsize=1529664 CPUtime=0.28
/proc/9414/task/9423/stat : 9423 (java) S 9412 9414 8948 0 -1 4202560 994 0 0 0 28 0 0 0 15 0 13 0 6177177 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9424] ppid=9412 vsize=1529664 CPUtime=0.64
/proc/9414/task/9424/stat : 9424 (java) S 9412 9414 8948 0 -1 4202560 1429 0 0 0 64 0 0 0 15 0 13 0 6177178 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9425] ppid=9412 vsize=1529664 CPUtime=0
/proc/9414/task/9425/stat : 9425 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177178 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9426] ppid=9412 vsize=1529664 CPUtime=0
/proc/9414/task/9426/stat : 9426 (java) S 9412 9414 8948 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 13 0 6177178 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9427] ppid=9412 vsize=1529664 CPUtime=0
/proc/9414/task/9427/stat : 9427 (java) S 9412 9414 8948 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6177196 1566375936 9134 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 963.76
Current children cumulated vsize (KiB) 1529664

[startup+966.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9462
/proc/meminfo: memFree=1738648/2059040 swapFree=4192956/4192956
[pid=9414] ppid=9412 vsize=1535264 CPUtime=967.24
/proc/9414/stat : 9414 (java) S 9412 9414 8948 0 -1 4202496 12537 0 1 0 96693 31 0 0 23 0 13 0 6177167 1572110336 10306 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9414/statm: 383816 10306 1437 10 0 381118 0
[pid=9414/tid=9416] ppid=9412 vsize=1535264 CPUtime=960.73
/proc/9414/task/9416/stat : 9416 (java) R 9412 9414 8948 0 -1 4202560 4410 0 1 0 96052 21 0 0 25 0 13 0 6177169 1572110336 10306 1992294400 134512640 134550932 4287317440 18446744073709551615 4109618920 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9414/tid=9417] ppid=9412 vsize=1535264 CPUtime=0.44
/proc/9414/task/9417/stat : 9417 (java) S 9412 9414 8948 0 -1 4202560 613 0 0 0 42 2 0 0 15 0 13 0 6177170 1572110336 10306 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9418] ppid=9412 vsize=1535264 CPUtime=0.47
/proc/9414/task/9418/stat : 9418 (java) S 9412 9414 8948 0 -1 4202560 603 0 0 0 45 2 0 0 16 0 13 0 6177170 1572110336 10306 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9419] ppid=9412 vsize=1535264 CPUtime=4.29
/proc/9414/task/9419/stat : 9419 (java) S 9412 9414 8948 0 -1 4202560 1800 0 0 0 427 2 0 0 15 0 13 0 6177172 1572110336 10306 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9420] ppid=9412 vsize=1535264 CPUtime=0
/proc/9414/task/9420/stat : 9420 (java) S 9412 9414 8948 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6177173 1572110336 10306 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9421] ppid=9412 vsize=1535264 CPUtime=0
/proc/9414/task/9421/stat : 9421 (java) S 9412 9414 8948 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6177173 1572110336 10306 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9422] ppid=9412 vsize=1535264 CPUtime=0
/proc/9414/task/9422/stat : 9422 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177177 1572110336 10306 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9423] ppid=9412 vsize=1535264 CPUtime=0.32
/proc/9414/task/9423/stat : 9423 (java) S 9412 9414 8948 0 -1 4202560 1048 0 0 0 32 0 0 0 16 0 13 0 6177177 1572110336 10306 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9424] ppid=9412 vsize=1535264 CPUtime=0.93
/proc/9414/task/9424/stat : 9424 (java) R 9412 9414 8948 0 -1 4202560 2939 0 0 0 92 1 0 0 16 0 13 0 6177178 1572110336 10306 1992294400 134512640 134550932 4287317440 18446744073709551615 104163954 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9414/tid=9425] ppid=9412 vsize=1535264 CPUtime=0
/proc/9414/task/9425/stat : 9425 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177178 1572110336 10306 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9426] ppid=9412 vsize=1535264 CPUtime=0
/proc/9414/task/9426/stat : 9426 (java) S 9412 9414 8948 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 13 0 6177178 1572110336 10306 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9427] ppid=9412 vsize=1535264 CPUtime=0
/proc/9414/task/9427/stat : 9427 (java) S 9412 9414 8948 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6177196 1572110336 10306 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 967.24
Current children cumulated vsize (KiB) 1535264

[startup+967.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9462
/proc/meminfo: memFree=1733440/2059040 swapFree=4192956/4192956
[pid=9414] ppid=9412 vsize=1534492 CPUtime=968.12
/proc/9414/stat : 9414 (java) S 9412 9414 8948 0 -1 4202496 12978 0 1 0 96781 31 0 0 23 0 13 0 6177167 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9414/statm: 383623 10417 1437 10 0 380925 0
[pid=9414/tid=9416] ppid=9412 vsize=1534492 CPUtime=961.49
/proc/9414/task/9416/stat : 9416 (java) R 9412 9414 8948 0 -1 4202560 4411 0 1 0 96128 21 0 0 25 0 13 0 6177169 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4109416412 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9414/tid=9417] ppid=9412 vsize=1534492 CPUtime=0.45
/proc/9414/task/9417/stat : 9417 (java) S 9412 9414 8948 0 -1 4202560 613 0 0 0 43 2 0 0 15 0 13 0 6177170 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9418] ppid=9412 vsize=1534492 CPUtime=0.47
/proc/9414/task/9418/stat : 9418 (java) S 9412 9414 8948 0 -1 4202560 603 0 0 0 45 2 0 0 16 0 13 0 6177170 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9419] ppid=9412 vsize=1534492 CPUtime=4.33
/proc/9414/task/9419/stat : 9419 (java) S 9412 9414 8948 0 -1 4202560 1800 0 0 0 431 2 0 0 15 0 13 0 6177172 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9420] ppid=9412 vsize=1534492 CPUtime=0
/proc/9414/task/9420/stat : 9420 (java) S 9412 9414 8948 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6177173 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9421] ppid=9412 vsize=1534492 CPUtime=0
/proc/9414/task/9421/stat : 9421 (java) S 9412 9414 8948 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6177173 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9422] ppid=9412 vsize=1534492 CPUtime=0
/proc/9414/task/9422/stat : 9422 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177177 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9423] ppid=9412 vsize=1534492 CPUtime=0.32
/proc/9414/task/9423/stat : 9423 (java) S 9412 9414 8948 0 -1 4202560 1048 0 0 0 32 0 0 0 16 0 13 0 6177177 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9424] ppid=9412 vsize=1534492 CPUtime=1.02
/proc/9414/task/9424/stat : 9424 (java) S 9412 9414 8948 0 -1 4202560 3379 0 0 0 101 1 0 0 15 0 13 0 6177178 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9425] ppid=9412 vsize=1534492 CPUtime=0
/proc/9414/task/9425/stat : 9425 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177178 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9426] ppid=9412 vsize=1534492 CPUtime=0
/proc/9414/task/9426/stat : 9426 (java) S 9412 9414 8948 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 13 0 6177178 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9427] ppid=9412 vsize=1534492 CPUtime=0
/proc/9414/task/9427/stat : 9427 (java) S 9412 9414 8948 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6177196 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 968.12
Current children cumulated vsize (KiB) 1534492

[startup+967.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9462
/proc/meminfo: memFree=1733440/2059040 swapFree=4192956/4192956
[pid=9414] ppid=9412 vsize=1534492 CPUtime=968.52
/proc/9414/stat : 9414 (java) S 9412 9414 8948 0 -1 4202496 12979 0 1 0 96821 31 0 0 23 0 13 0 6177167 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9414/statm: 383623 10417 1437 10 0 380925 0
[pid=9414/tid=9416] ppid=9412 vsize=1534492 CPUtime=961.89
/proc/9414/task/9416/stat : 9416 (java) R 9412 9414 8948 0 -1 4202560 4412 0 1 0 96168 21 0 0 25 0 13 0 6177169 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4109434142 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9414/tid=9417] ppid=9412 vsize=1534492 CPUtime=0.45
/proc/9414/task/9417/stat : 9417 (java) S 9412 9414 8948 0 -1 4202560 613 0 0 0 43 2 0 0 15 0 13 0 6177170 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9418] ppid=9412 vsize=1534492 CPUtime=0.47
/proc/9414/task/9418/stat : 9418 (java) S 9412 9414 8948 0 -1 4202560 603 0 0 0 45 2 0 0 16 0 13 0 6177170 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9419] ppid=9412 vsize=1534492 CPUtime=4.33
/proc/9414/task/9419/stat : 9419 (java) S 9412 9414 8948 0 -1 4202560 1800 0 0 0 431 2 0 0 15 0 13 0 6177172 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9420] ppid=9412 vsize=1534492 CPUtime=0
/proc/9414/task/9420/stat : 9420 (java) S 9412 9414 8948 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6177173 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9421] ppid=9412 vsize=1534492 CPUtime=0
/proc/9414/task/9421/stat : 9421 (java) S 9412 9414 8948 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6177173 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9422] ppid=9412 vsize=1534492 CPUtime=0
/proc/9414/task/9422/stat : 9422 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177177 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9423] ppid=9412 vsize=1534492 CPUtime=0.32
/proc/9414/task/9423/stat : 9423 (java) S 9412 9414 8948 0 -1 4202560 1048 0 0 0 32 0 0 0 16 0 13 0 6177177 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9424] ppid=9412 vsize=1534492 CPUtime=1.02
/proc/9414/task/9424/stat : 9424 (java) S 9412 9414 8948 0 -1 4202560 3379 0 0 0 101 1 0 0 15 0 13 0 6177178 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9425] ppid=9412 vsize=1534492 CPUtime=0
/proc/9414/task/9425/stat : 9425 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6177178 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9426] ppid=9412 vsize=1534492 CPUtime=0
/proc/9414/task/9426/stat : 9426 (java) S 9412 9414 8948 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 13 0 6177178 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9427] ppid=9412 vsize=1534492 CPUtime=0
/proc/9414/task/9427/stat : 9427 (java) S 9412 9414 8948 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6177196 1571319808 10417 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 968.52
Current children cumulated vsize (KiB) 1534492

[startup+967.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9462
/proc/meminfo: memFree=1733440/2059040 swapFree=4192956/4192956
[pid=9414] ppid=9412 vsize=1534816 CPUtime=968.73
/proc/9414/stat : 9414 (java) S 9412 9414 8948 0 -1 4202496 13050 0 1 0 96842 31 0 0 23 0 11 0 6177167 1571651584 10487 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9414/statm: 383704 10487 1440 10 0 381006 0
[pid=9414/tid=9416] ppid=9412 vsize=1534816 CPUtime=962.03
/proc/9414/task/9416/stat : 9416 (java) S 9412 9414 8948 0 -1 4202560 4419 0 1 0 96182 21 0 0 25 0 11 0 6177169 1571651584 10487 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9417] ppid=9412 vsize=1534816 CPUtime=0.45
/proc/9414/task/9417/stat : 9417 (java) S 9412 9414 8948 0 -1 4202560 613 0 0 0 43 2 0 0 15 0 11 0 6177170 1571651584 10487 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9418] ppid=9412 vsize=1534816 CPUtime=0.47
/proc/9414/task/9418/stat : 9418 (java) S 9412 9414 8948 0 -1 4202560 603 0 0 0 45 2 0 0 16 0 11 0 6177170 1571651584 10487 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9419] ppid=9412 vsize=1534816 CPUtime=4.33
/proc/9414/task/9419/stat : 9419 (java) S 9412 9414 8948 0 -1 4202560 1800 0 0 0 431 2 0 0 15 0 11 0 6177172 1571651584 10487 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 0 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9420] ppid=9412 vsize=1534816 CPUtime=0
/proc/9414/task/9420/stat : 9420 (java) S 9412 9414 8948 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 11 0 6177173 1571651584 10487 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9421] ppid=9412 vsize=1534816 CPUtime=0
/proc/9414/task/9421/stat : 9421 (java) S 9412 9414 8948 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 11 0 6177173 1571651584 10487 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9423] ppid=9412 vsize=1534816 CPUtime=0.34
/proc/9414/task/9423/stat : 9423 (java) S 9412 9414 8948 0 -1 4202560 1101 0 0 0 34 0 0 0 15 0 11 0 6177177 1571651584 10487 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
[pid=9414/tid=9424] ppid=9412 vsize=1534816 CPUtime=1.03
/proc/9414/task/9424/stat : 9424 (java) S 9412 9414 8948 0 -1 4202560 3381 0 0 0 102 1 0 0 15 0 11 0 6177178 1571651584 10487 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9425] ppid=9412 vsize=1534816 CPUtime=0
/proc/9414/task/9425/stat : 9425 (java) S 9412 9414 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 11 0 6177178 1571651584 10487 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 0 0 0 0
[pid=9414/tid=9427] ppid=9412 vsize=1534816 CPUtime=0
/proc/9414/task/9427/stat : 9427 (java) S 9412 9414 8948 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 11 0 6177196 1571651584 10487 1992294400 134512640 134550932 4287317440 18446744073709551615 4294960144 0 4 0 16800975 18446604437828632704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 968.73
Current children cumulated vsize (KiB) 1534816

Child status: 20
Real time (s): 967.716
CPU time (s): 968.748
CPU user time (s): 968.425
CPU system time (s): 0.32295
CPU usage (%): 100.107
Max. virtual memory (cumulated for all children) (KiB): 1535264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 968.425
system time used= 0.32295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13050
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= 21341
involuntary context switches= 16229

runsolver used 2.08268 second user time and 5.10322 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-12 08:47:33
IDJOB=2659537
IDBENCH=1414
IDSOLVER=1164
FILE ID=node027/2659537-1276325253
PBS_JOBID= 11173168
Free space on /tmp= 62448 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659537-1276325253/watcher-2659537-1276325253 -o /tmp/evaluation-result-2659537-1276325253/solver-2659537-1276325253 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659537-1276325253.opb

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

MD5SUM BENCH= fac1b7391a53ae9861d9e311ddf65af2
RANDOM SEED=373909903

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.261
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:       1773000 kB
Buffers:         23420 kB
Cached:         133440 kB
SwapCached:          0 kB
Active:         142288 kB
Inactive:        73828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1773000 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             296 kB
Writeback:           0 kB
AnonPages:       59296 kB
Mapped:          15392 kB
Slab:            47852 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180828 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62448 MiB
End job on node027 at 2010-06-12 09:03:41