Trace number 240257

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, and are wall clock time (not CPU 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
Abscon 109 ESACSAT 1043.02 1046.97

DiagnosticValue
CHECKS1109807816
NODES3851765

General information on the benchmark

Nameqcp-qwh/QCP-20/
qcp-20-187-8_ext.xml
MD5SUMeb85637a25e6f95bd7cdd481f9c8abcf
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.800877
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension7600
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.41	   
0.41	Abscon 109 (November, 2006)
0.41	   
0.41	   configuration
0.41	     name=esac.xml
0.45	   
0.45	   instance
0.45	     name=/tmp/evaluation/240257-1168371188/unknown.xml
0.48	   
0.48	   domains being loaded...
0.48	   
0.48	   variables being loaded...
0.57	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20
0.57	       =>  wckTime=0.157  cpuTime=0.12  mem=7M894
0.57	   
0.57	   relations being loaded...
0.58	   
0.58	   constraints being loaded...
0.95	     nbConstraints=5540  nbRelationTypes=22  nbSingletonDomainVariables=213  nbExtensionStructures=41
0.95	     nbSharedExtensionStructures=5499  nbConflictsStructures=41  nbSharedConflictsStructures=5499
0.95	     nbSharedBinaryRepresentations=858  maxDegree=38  maxArity=2
0.95	       =>  wckTime=0.532  cpuTime=0.38  mem=24M505
1.03	   
1.03	   solver IterativeSystematicSolver being built... 
1.22	       =>  wckTime=0.807  cpuTime=0.53  mem=18M513
1.43	   
1.43	   preprocessing
1.43	     nbConstraintChecks=102856  nbPropagations=2739  nbRevisions=24040  nbUselessRevisions=19112  nbSingletonTests=647
1.43	     nbEffectiveSingletonTests=0  nbESACBranches=10  nbRemovedValues=2900  detectedInconsistency=no
1.43	       =>  wckTime=0.199  cpuTime=0.17  mem=18M513
1.49	   
1.49	   search
1.49	     run=0  nbConstraintChecks=5980  nbPropagations=3211  nbRevisions=25883  nbUselessRevisions=20217  nbAssignments=278
1.49	     nbFailedAssignments=8  nbBacktracks=17  nbVisitedNodes=294  nbRestartNogoods=0  mapSize=12  nbInferences=0
1.49	     nbTooLargeKeys=0
1.49	       =>  wckTime=0.269  cpuTime=0.23  mem=19M584
1.58	   
1.58	   search
1.58	     run=1  nbConstraintChecks=20788  nbPropagations=7612  nbRevisions=57371  nbUselessRevisions=44615
1.58	     nbAssignments=1052  nbFailedAssignments=18  nbBacktracks=34  nbVisitedNodes=630  nbRestartNogoods=3  mapSize=27
1.58	     nbInferences=0  nbTooLargeKeys=0
1.58	       =>  wckTime=0.354  cpuTime=0.31  mem=19M584
1.65	   
1.65	   search
1.65	     run=2  nbConstraintChecks=34504  nbPropagations=13074  nbRevisions=94495  nbUselessRevisions=73411
1.65	     nbAssignments=1436  nbFailedAssignments=30  nbBacktracks=67  nbVisitedNodes=946  nbRestartNogoods=6  mapSize=42
1.65	     nbInferences=0  nbTooLargeKeys=0
1.65	       =>  wckTime=0.421  cpuTime=0.37  mem=19M584
1.72	   
1.72	   search
1.72	     run=3  nbConstraintChecks=45417  nbPropagations=19523  nbRevisions=135612  nbUselessRevisions=105089
1.72	     nbAssignments=2166  nbFailedAssignments=35  nbBacktracks=101  nbVisitedNodes=1265  nbRestartNogoods=10  mapSize=50
1.72	     nbInferences=0  nbTooLargeKeys=0
1.72	       =>  wckTime=0.498  cpuTime=0.43  mem=20M557
1.80	   
1.80	   search
1.80	     run=4  nbConstraintChecks=63203  nbPropagations=27360  nbRevisions=183678  nbUselessRevisions=141756
1.80	     nbAssignments=2595  nbFailedAssignments=54  nbBacktracks=151  nbVisitedNodes=1662  nbRestartNogoods=12  mapSize=78
1.80	     nbInferences=0  nbTooLargeKeys=0
1.80	       =>  wckTime=0.577  cpuTime=0.5  mem=20M557
1.91	   
1.91	   search
1.91	     run=5  nbConstraintChecks=104504  nbPropagations=38027  nbRevisions=250065  nbUselessRevisions=192932
1.91	     nbAssignments=3217  nbFailedAssignments=74  nbBacktracks=229  nbVisitedNodes=2058  nbRestartNogoods=17  mapSize=112
1.91	     nbInferences=0  nbTooLargeKeys=0
1.91	       =>  wckTime=0.682  cpuTime=0.6  mem=20M557
1.98	   
1.98	   search
1.98	     run=6  nbConstraintChecks=126779  nbPropagations=50446  nbRevisions=325006  nbUselessRevisions=250086
1.98	     nbAssignments=3729  nbFailedAssignments=102  nbBacktracks=352  nbVisitedNodes=2542  nbRestartNogoods=21
1.98	     mapSize=161  nbInferences=0  nbTooLargeKeys=0
1.98	       =>  wckTime=0.756  cpuTime=0.67  mem=21M529
2.07	   
2.07	   search
2.07	     run=7  nbConstraintChecks=163651  nbPropagations=65443  nbRevisions=415309  nbUselessRevisions=318606
2.07	     nbAssignments=4322  nbFailedAssignments=134  nbBacktracks=524  nbVisitedNodes=3069  nbRestartNogoods=25
2.07	     mapSize=227  nbInferences=0  nbTooLargeKeys=0
2.07	       =>  wckTime=0.847  cpuTime=0.76  mem=21M529
2.17	   
2.17	   search
2.17	     run=8  nbConstraintChecks=209392  nbPropagations=83433  nbRevisions=521345  nbUselessRevisions=396461
2.17	     nbAssignments=4954  nbFailedAssignments=235  nbBacktracks=783  nbVisitedNodes=3901  nbRestartNogoods=27
2.17	     mapSize=395  nbInferences=0  nbTooLargeKeys=0
2.17	       =>  wckTime=0.947  cpuTime=0.86  mem=22M502
2.33	   
2.33	   search
2.33	     run=9  nbConstraintChecks=266717  nbPropagations=105384  nbRevisions=651913  nbUselessRevisions=491927
2.33	     nbAssignments=6201  nbFailedAssignments=284  nbBacktracks=1173  nbVisitedNodes=4702  nbRestartNogoods=32
2.33	     mapSize=491  nbInferences=1  nbTooLargeKeys=0
2.33	       =>  wckTime=1.099  cpuTime=1.0  mem=22M502
2.52	   
2.52	   search
2.52	     run=10  nbConstraintChecks=383067  nbPropagations=131758  nbRevisions=853204  nbUselessRevisions=648357
2.52	     nbAssignments=6921  nbFailedAssignments=368  nbBacktracks=1758  nbVisitedNodes=5620  nbRestartNogoods=35
2.52	     mapSize=684  nbInferences=1  nbTooLargeKeys=0
2.52	       =>  wckTime=1.291  cpuTime=1.18  mem=22M502
2.80	   
2.80	   search
2.80	     run=11  nbConstraintChecks=620706  nbPropagations=165849  nbRevisions=1206867  nbUselessRevisions=939051
2.80	     nbAssignments=7980  nbFailedAssignments=503  nbBacktracks=2625  nbVisitedNodes=6966  nbRestartNogoods=40
2.80	     mapSize=964  nbInferences=1  nbTooLargeKeys=0
2.80	       =>  wckTime=1.58  cpuTime=1.47  mem=23M475
2.86	   
2.86	   INFO : Stopping hyperNogood (mapSize=1013, nbTooLargekeys=0, mem=23M475)
3.15	   
3.15	   search
3.15	     run=12  nbConstraintChecks=882167  nbPropagations=210454  nbRevisions=1718817  nbUselessRevisions=1367186
3.15	     nbAssignments=9570  nbFailedAssignments=763  nbBacktracks=3924  nbVisitedNodes=9097  nbRestartNogoods=44
3.15	       =>  wckTime=1.922  cpuTime=1.81  mem=23M475
3.62	   
3.62	   search
3.62	     run=13  nbConstraintChecks=1249301  nbPropagations=269626  nbRevisions=2446736  nbUselessRevisions=1980554
3.62	     nbAssignments=11933  nbFailedAssignments=1159  nbBacktracks=5870  nbVisitedNodes=12240  nbRestartNogoods=50
3.62	       =>  wckTime=2.395  cpuTime=2.28  mem=23M475
4.34	   
4.34	   search
4.34	     run=14  nbConstraintChecks=1835766  nbPropagations=351606  nbRevisions=3524943  nbUselessRevisions=2896502
4.34	     nbAssignments=15424  nbFailedAssignments=1672  nbBacktracks=8791  nbVisitedNodes=16860  nbRestartNogoods=53
4.34	       =>  wckTime=3.117  cpuTime=3.0  mem=23M475
5.49	   
5.49	   search
5.49	     run=15  nbConstraintChecks=2931606  nbPropagations=469539  nbRevisions=5307734  nbUselessRevisions=4435727
5.49	     nbAssignments=20605  nbFailedAssignments=2381  nbBacktracks=13170  nbVisitedNodes=23333  nbRestartNogoods=63
5.49	       =>  wckTime=4.269  cpuTime=4.14  mem=23M475
7.73	   
7.73	   search
7.73	     run=16  nbConstraintChecks=5186680  nbPropagations=664674  nbRevisions=8524298  nbUselessRevisions=7233407
7.73	     nbAssignments=28775  nbFailedAssignments=3932  nbBacktracks=19743  nbVisitedNodes=34523  nbRestartNogoods=71
7.73	       =>  wckTime=6.503  cpuTime=6.36  mem=23M475
10.75	   
10.75	   search
10.75	     run=17  nbConstraintChecks=7851721  nbPropagations=963209  nbRevisions=13386210  nbUselessRevisions=11467066
10.75	     nbAssignments=41386  nbFailedAssignments=6562  nbBacktracks=29595  nbVisitedNodes=52290  nbRestartNogoods=77
10.75	       =>  wckTime=9.528  cpuTime=9.37  mem=23M475
15.70	   
15.70	   search
15.70	     run=18  nbConstraintChecks=12388701  nbPropagations=1435111  nbRevisions=20992253  nbUselessRevisions=18081797
15.70	     nbAssignments=60551  nbFailedAssignments=10922  nbBacktracks=44373  nbVisitedNodes=79886  nbRestartNogoods=87
15.70	       =>  wckTime=14.476  cpuTime=14.3  mem=23M475
23.89	   
23.89	   search
23.89	     run=19  nbConstraintChecks=20047649  nbPropagations=2204819  nbRevisions=32989692  nbUselessRevisions=28448632
23.89	     nbAssignments=90847  nbFailedAssignments=19002  nbBacktracks=66545  nbVisitedNodes=125665  nbRestartNogoods=94
23.89	       =>  wckTime=22.668  cpuTime=22.46  mem=23M475
35.52	   
35.52	   search
35.52	     run=20  nbConstraintChecks=32102131  nbPropagations=3388084  nbRevisions=52575859  nbUselessRevisions=45481334
35.52	     nbAssignments=134477  nbFailedAssignments=29308  nbBacktracks=99798  nbVisitedNodes=189075  nbRestartNogoods=100
35.52	       =>  wckTime=34.292  cpuTime=34.03  mem=23M475
54.99	   
54.99	   search
54.99	     run=21  nbConstraintChecks=52322253  nbPropagations=5259682  nbRevisions=85114091  nbUselessRevisions=73928560
54.99	     nbAssignments=199605  nbFailedAssignments=44515  nbBacktracks=149678  nbVisitedNodes=282500  nbRestartNogoods=109
54.99	       =>  wckTime=53.768  cpuTime=53.41  mem=23M475
82.12	   
82.12	   search
82.12	     run=22  nbConstraintChecks=79052238  nbPropagations=8086611  nbRevisions=134562701  nbUselessRevisions=117170518
82.12	     nbAssignments=297655  nbFailedAssignments=67653  nbBacktracks=224497  nbVisitedNodes=426466  nbRestartNogoods=119
82.12	       =>  wckTime=80.894  cpuTime=80.4  mem=23M475
125.32	   
125.32	   search
125.32	     run=23  nbConstraintChecks=124686775  nbPropagations=12438318  nbRevisions=213135642  nbUselessRevisions=186058834
125.32	     nbAssignments=439937  nbFailedAssignments=97674  nbBacktracks=336730  nbVisitedNodes=630270  nbRestartNogoods=132
125.32	       =>  wckTime=124.099  cpuTime=123.4  mem=23M475
186.86	   
186.86	   search
186.86	     run=24  nbConstraintChecks=189568338  nbPropagations=18951984  nbRevisions=334784898  nbUselessRevisions=293343864
186.86	     nbAssignments=648049  nbFailedAssignments=137406  nbBacktracks=505072  nbVisitedNodes=919079  nbRestartNogoods=148
186.86	       =>  wckTime=185.632  cpuTime=184.65  mem=23M475
277.22	   
277.22	   search
277.22	     run=25  nbConstraintChecks=285681255  nbPropagations=28675498  nbRevisions=520114736  nbUselessRevisions=457290871
277.22	     nbAssignments=964928  nbFailedAssignments=201697  nbBacktracks=757583  nbVisitedNodes=1363911  nbRestartNogoods=156
277.22	       =>  wckTime=275.993  cpuTime=274.58  mem=23M475
405.93	   
405.93	   search
405.93	     run=26  nbConstraintChecks=412285539  nbPropagations=42846422  nbRevisions=786393527  nbUselessRevisions=692337546
405.93	     nbAssignments=1444717  nbFailedAssignments=302440  nbBacktracks=1136353  nbVisitedNodes=2048452
405.93	     nbRestartNogoods=171
405.93	       =>  wckTime=404.705  cpuTime=402.69  mem=23M475
606.86	   
606.86	   search
606.86	     run=27  nbConstraintChecks=626652322  nbPropagations=64050000  nbRevisions=1195224039
606.86	     nbUselessRevisions=1054521617  nbAssignments=2149303  nbFailedAssignments=438824  nbBacktracks=1704504
606.86	     nbVisitedNodes=3023448  nbRestartNogoods=183
606.86	       =>  wckTime=605.637  cpuTime=602.68  mem=23M475
878.12	   
878.13	   search
878.13	     run=28  nbConstraintChecks=915679303  nbPropagations=95011887  nbRevisions=1794768263
878.13	     nbUselessRevisions=1586078379  nbAssignments=3196532  nbFailedAssignments=633780  nbBacktracks=2556730
878.13	     nbVisitedNodes=4483466  nbRestartNogoods=195
878.13	       =>  wckTime=876.9  cpuTime=873.18  mem=23M475
1046.92	   
1046.92	   search
1046.92	     run=29  nbConstraintChecks=1109704960  nbPropagations=132374001  nbRevisions=2522222595
1046.92	     nbUselessRevisions=2231332710  nbAssignments=3851765  nbFailedAssignments=760881  nbBacktracks=3084462
1046.92	     nbVisitedNodes=5391857  nbRestartNogoods=208
1046.92	       =>  wckTime=1045.691  cpuTime=1041.78  mem=23M475
1046.92	   
1046.92	   global
1046.92	     nbConstraintChecks=1109807816  nbPropagations=132376740  nbRevisions=2522246635  nbUselessRevisions=2231351822
1046.92	     nbRestartNogoods=208  solvingWckTime=1045.692  solvingCpuTime=1041.78  expiredTime=no  totalExploration=no
1046.92	     nbFoundSolutions=1  globalCpuTime=1042.37
1046.92	       =>  wckTime=1046.504  cpuTime=1042.32  mem=23M475
1046.92	   
1046.92	s SATISFIABLE
1046.92	v 6 11 17 13 15 3 18 9 14 5 7 0 8 10 19 12 1 4 16 2 15 14 0 2 4 16 12 18 19 17 3 1 5 9 6 7 13 10 11 8 7 6 12 1 11 17 15 2 9 3 4 13 10 5 14 0 19 16 8 18 18 17 6 8 7 4 14 12 0 10 1 19 11 2 13 9 15 5 3 16 9 18 8 7 6 12 10 5 11 15 14 2 4 3 1 13 16 17 19 0 13 1 19 4 9 10 2 8 17 0 11 3 12 7 16 6 5 14 18 15 19 3 7 11 8 5 9 0 2 18 13 17 14 16 15 1 6 12 4 10 4 19 3 9 2 13 1 15 6 11 16 5 0 14 7 8 17 18 10 12 3 4 10 12 0 6 7 13 15 2 5 16 18 19 9 14 11 8 17 1 12 2 14 15 3 18 17 1 16 7 10 6 19 8 5 11 9 13 0 4 1 10 16 18 17 8 4 6 7 13 2 12 3 15 11 5 14 0 9 19 16 7 1 3 14 11 5 17 4 12 8 18 15 13 0 2 10 19 6 9 10 9 2 6 12 15 13 11 8 16 19 4 1 0 3 17 18 7 14 5 2 8 11 19 18 0 16 3 13 14 17 15 7 1 12 10 4 9 5 6 11 5 18 0 13 19 8 16 3 1 9 10 17 12 4 15 7 6 2 14 8 15 4 14 5 2 11 10 12 6 0 9 16 18 17 19 3 1 7 13 0 12 15 10 19 1 3 7 5 9 18 14 6 4 8 16 2 11 13 17 14 13 5 17 16 9 19 4 1 8 6 7 2 11 10 18 0 15 12 3 5 0 9 16 10 7 6 14 18 19 15 8 13 17 2 4 12 3 1 11 17 16 13 5 1 14 0 19 10 4 12 11 9 6 18 3 8 2 15 7 
1046.92	d NODES 3851765
1046.92	d CHECKS 1109807816
1046.92	   
1046.92	   totalWckTime=1046.589  totalCpuTime=1042.37

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node17/watcher-240257-1168371188 -o ROOT/results/node17/solver-240257-1168371188 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/240257-1168371188/unknown.xml 

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

/proc/loadavg: 1.83 1.97 1.97 5/94 27669
/proc/meminfo: memFree=1707040/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=18540 CPUtime=0
/proc/27668/stat : 27668 (runsolver) R 27666 27668 23503 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 185513621 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27668/statm: 4635 279 244 17 0 2626 0

[startup+0.103147 s]
/proc/loadavg: 1.83 1.97 1.97 5/94 27669
/proc/meminfo: memFree=1707040/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=911488 CPUtime=0.07
/proc/27668/stat : 27668 (java) D 27666 27668 23503 0 -1 0 2635 0 1 0 6 1 0 0 20 0 8 0 185513621 933363712 2382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 227872 2382 1284 14 0 215051 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 911488

[startup+0.51119 s]
/proc/loadavg: 1.83 1.97 1.97 5/94 27669
/proc/meminfo: memFree=1707040/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915328 CPUtime=0.39
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 6082 0 1 0 36 3 0 0 18 0 8 0 185513621 937295872 5821 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 228832 5821 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 915328

[startup+1.33729 s]
/proc/loadavg: 1.83 1.97 1.97 3/101 27676
/proc/meminfo: memFree=1670056/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915676 CPUtime=1.21
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 12002 0 1 0 113 8 0 0 23 0 8 0 185513621 937652224 11740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073984697 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 228919 11740 2523 14 0 215389 0
[pid=27668/tid=27670] ppid=27666 vsize=915676 CPUtime=0.06
/proc/27668/task/27670/stat : 27670 (java) S 27666 27668 23503 0 -1 64 903 0 0 0 6 0 0 0 17 0 8 0 185513626 937652224 11740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 23503 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 185513626 937652224 11740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 23503 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185513626 937652224 11740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 23503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 185513629 937652224 11740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=915676 CPUtime=0.25
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 23503 0 -1 64 458 0 0 0 23 2 0 0 16 0 8 0 185513629 937652224 11740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 185513629 937652224 11740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 185513629 937652224 11740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 915676

[startup+2.98645 s]
/proc/loadavg: 1.83 1.97 1.97 3/101 27676
/proc/meminfo: memFree=1669608/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915676 CPUtime=2.85
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 12035 0 1 0 276 9 0 0 25 0 8 0 185513621 937652224 11772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073960692 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 228919 11772 2524 14 0 215389 0
[pid=27668/tid=27670] ppid=27666 vsize=915676 CPUtime=0.06
/proc/27668/task/27670/stat : 27670 (java) S 27666 27668 23503 0 -1 64 903 0 0 0 6 0 0 0 17 0 8 0 185513626 937652224 11772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 23503 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 185513626 937652224 11772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 23503 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185513626 937652224 11772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 23503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 185513629 937652224 11772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=915676 CPUtime=0.32
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 23503 0 -1 64 487 0 0 0 29 3 0 0 15 0 8 0 185513629 937652224 11772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 185513629 937652224 11772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 185513629 937652224 11772 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 915676

[startup+6.26979 s]
/proc/loadavg: 1.84 1.97 1.97 3/101 27676
/proc/meminfo: memFree=1669608/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915676 CPUtime=6.12
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 12039 0 1 0 603 9 0 0 25 0 8 0 185513621 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073950939 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 228919 11773 2524 14 0 215389 0
[pid=27668/tid=27670] ppid=27666 vsize=915676 CPUtime=0.06
/proc/27668/task/27670/stat : 27670 (java) S 27666 27668 23503 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 185513626 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 23503 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 185513626 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 23503 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185513626 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 23503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 185513629 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=915676 CPUtime=0.33
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 23503 0 -1 64 490 0 0 0 30 3 0 0 17 0 8 0 185513629 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 185513629 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 185513629 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 915676

[startup+12.7675 s]
/proc/loadavg: 1.85 1.97 1.97 3/101 27676
/proc/meminfo: memFree=1669736/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915676 CPUtime=12.58
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 12039 0 1 0 1249 9 0 0 25 0 8 0 185513621 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073960645 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 228919 11773 2524 14 0 215389 0
[pid=27668/tid=27670] ppid=27666 vsize=915676 CPUtime=0.06
/proc/27668/task/27670/stat : 27670 (java) S 27666 27668 23503 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 185513626 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 23503 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 185513626 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 23503 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185513626 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 23503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 185513629 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=915676 CPUtime=0.33
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 23503 0 -1 64 490 0 0 0 30 3 0 0 17 0 8 0 185513629 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 185513629 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 185513629 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 915676

[startup+25.6298 s]
/proc/loadavg: 1.89 1.97 1.97 3/101 27676
/proc/meminfo: memFree=1669800/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915676 CPUtime=25.38
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 12039 0 1 0 2529 9 0 0 25 0 8 0 185513621 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073954892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 228919 11773 2524 14 0 215389 0
[pid=27668/tid=27670] ppid=27666 vsize=915676 CPUtime=0.06
/proc/27668/task/27670/stat : 27670 (java) S 27666 27668 23503 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 185513626 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 23503 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 185513626 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 23503 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185513626 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 23503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 185513629 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=915676 CPUtime=0.33
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 23503 0 -1 64 490 0 0 0 30 3 0 0 17 0 8 0 185513629 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 185513629 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 185513629 937652224 11773 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 915676

[startup+51.2655 s]
/proc/loadavg: 1.92 1.97 1.97 3/101 27676
/proc/meminfo: memFree=1669928/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915676 CPUtime=50.9
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 12041 0 1 0 5081 9 0 0 25 0 8 0 185513621 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073952810 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 228919 11774 2524 14 0 215389 0
[pid=27668/tid=27670] ppid=27666 vsize=915676 CPUtime=0.06
/proc/27668/task/27670/stat : 27670 (java) S 27666 27668 23503 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 23503 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 23503 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 23503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=915676 CPUtime=0.33
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 23503 0 -1 64 491 0 0 0 30 3 0 0 16 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 915676

[startup+102.532 s]
/proc/loadavg: 2.01 1.99 1.97 3/101 27676
/proc/meminfo: memFree=1669928/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915676 CPUtime=101.92
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 12041 0 1 0 10182 10 0 0 25 0 8 0 185513621 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073967754 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 228919 11774 2524 14 0 215389 0
[pid=27668/tid=27670] ppid=27666 vsize=915676 CPUtime=0.06
/proc/27668/task/27670/stat : 27670 (java) S 27666 27668 23503 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 23503 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 23503 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 23503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=915676 CPUtime=0.33
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 23503 0 -1 64 491 0 0 0 30 3 0 0 16 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 915676

[startup+162.548 s]
/proc/loadavg: 2.00 1.99 1.97 3/101 27676
/proc/meminfo: memFree=1669928/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915676 CPUtime=161.66
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 12041 0 1 0 16156 10 0 0 25 0 8 0 185513621 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073953817 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 23503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=915676 CPUtime=0.33
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 23503 0 -1 64 491 0 0 0 30 3 0 0 16 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.78
Current children cumulated vsize (KiB) 915676

[startup+642.665 s]
/proc/loadavg: 2.02 2.01 1.98 3/101 27676
/proc/meminfo: memFree=1669744/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915676 CPUtime=639.52
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 12041 0 1 0 63938 14 0 0 25 0 8 0 185513621 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073948943 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 228919 11774 2524 14 0 215389 0
[pid=27668/tid=27670] ppid=27666 vsize=915676 CPUtime=0.06
/proc/27668/task/27670/stat : 27670 (java) S 27666 27668 23503 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 23503 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 23503 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 23503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=915676 CPUtime=0.33
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 23503 0 -1 64 491 0 0 0 30 3 0 0 16 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.52
Current children cumulated vsize (KiB) 915676

[startup+702.686 s]
/proc/loadavg: 2.07 2.02 1.99 3/101 27676
/proc/meminfo: memFree=1669680/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915676 CPUtime=699.25
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 12041 0 1 0 69911 14 0 0 25 0 8 0 185513621 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27668/statm: 228919 11774 2524 14 0 215389 0
[pid=27668/tid=27670] ppid=27666 vsize=915676 CPUtime=0.06
/proc/27668/task/27670/stat : 27670 (java) S 27666 27668 23503 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 23503 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 23503 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 23503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=915676 CPUtime=0.33
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 23503 0 -1 64 491 0 0 0 30 3 0 0 16 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 699.25
Current children cumulated vsize (KiB) 915676

[startup+762.701 s]
/proc/loadavg: 1.97 2.00 1.98 3/93 27905
/proc/meminfo: memFree=1679032/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915676 CPUtime=759.08
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 12041 0 1 0 75892 16 0 0 25 0 8 0 185513621 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073964929 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27668/statm: 228919 11774 2524 14 0 215389 0
[pid=27668/tid=27670] ppid=27666 vsize=915676 CPUtime=0.06
/proc/27668/task/27670/stat : 27670 (java) S 27666 27668 23503 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 23503 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 23503 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 23503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=915676 CPUtime=0.33
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 23503 0 -1 64 491 0 0 0 30 3 0 0 16 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 759.08
Current children cumulated vsize (KiB) 915676

[startup+822.71 s]
/proc/loadavg: 1.98 2.00 1.98 3/93 27905
/proc/meminfo: memFree=1679096/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915676 CPUtime=819.01
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 12041 0 1 0 81885 16 0 0 25 0 8 0 185513621 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073961703 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27668/statm: 228919 11774 2524 14 0 215389 0
[pid=27668/tid=27670] ppid=27666 vsize=915676 CPUtime=0.06
/proc/27668/task/27670/stat : 27670 (java) S 27666 27668 23503 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 23503 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 23503 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 23503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=915676 CPUtime=0.33
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 23503 0 -1 64 491 0 0 0 30 3 0 0 16 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 819.01
Current children cumulated vsize (KiB) 915676

[startup+882.715 s]
/proc/loadavg: 1.99 2.00 1.98 3/93 27905
/proc/meminfo: memFree=1679160/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915676 CPUtime=878.97
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 12041 0 1 0 87880 17 0 0 25 0 8 0 185513621 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073939763 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27668/statm: 228919 11774 2524 14 0 215389 0
[pid=27668/tid=27670] ppid=27666 vsize=915676 CPUtime=0.06
/proc/27668/task/27670/stat : 27670 (java) S 27666 27668 23503 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 23503 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 23503 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 23503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=915676 CPUtime=0.33
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 23503 0 -1 64 491 0 0 0 30 3 0 0 16 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 878.97
Current children cumulated vsize (KiB) 915676

[startup+942.725 s]
/proc/loadavg: 2.03 2.01 1.99 3/93 27905
/proc/meminfo: memFree=1679160/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915676 CPUtime=938.92
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 12041 0 1 0 93875 17 0 0 25 0 8 0 185513621 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073954994 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27668/statm: 228919 11774 2524 14 0 215389 0
[pid=27668/tid=27670] ppid=27666 vsize=915676 CPUtime=0.06
/proc/27668/task/27670/stat : 27670 (java) S 27666 27668 23503 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 23503 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 23503 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 23503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=915676 CPUtime=0.33
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 23503 0 -1 64 491 0 0 0 30 3 0 0 16 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 938.92
Current children cumulated vsize (KiB) 915676

[startup+1002.73 s]
/proc/loadavg: 2.30 2.08 2.01 3/93 27905
/proc/meminfo: memFree=1679160/2055920 swapFree=4192812/4192956
[pid=27668] ppid=27666 vsize=915676 CPUtime=998.85
/proc/27668/stat : 27668 (java) R 27666 27668 23503 0 -1 0 12041 0 1 0 99868 17 0 0 25 0 8 0 185513621 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073952748 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27668/statm: 228919 11774 2524 14 0 215389 0
[pid=27668/tid=27670] ppid=27666 vsize=915676 CPUtime=0.06
/proc/27668/task/27670/stat : 27670 (java) S 27666 27668 23503 0 -1 64 903 0 0 0 6 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27671] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27671/stat : 27671 (java) S 27666 27668 23503 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27672] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27672/stat : 27672 (java) S 27666 27668 23503 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 185513626 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27673] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27673/stat : 27673 (java) S 27666 27668 23503 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27674] ppid=27666 vsize=915676 CPUtime=0.33
/proc/27668/task/27674/stat : 27674 (java) S 27666 27668 23503 0 -1 64 491 0 0 0 30 3 0 0 16 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27675] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27675/stat : 27675 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27668/tid=27676] ppid=27666 vsize=915676 CPUtime=0
/proc/27668/task/27676/stat : 27676 (java) S 27666 27668 23503 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 185513629 937652224 11774 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 998.85
Current children cumulated vsize (KiB) 915676

Child status: 0
Real time (s): 1046.97
CPU time (s): 1043.02
CPU user time (s): 1042.83
CPU system time (s): 0.185971
CPU usage (%): 99.6225
Max. virtual memory (cumulated for all children) (KiB): 915780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1042.83
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12051
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= 22604
involuntary context switches= 32136

runsolver used 1.23481 s user time and 3.41348 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Jan  9 19:33:08 UTC 2007


IDJOB= 240257
IDBENCH= 7118
FILE ID= node17/240257-1168371188

PBS_JOBID= 3503810

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QCP-20/qcp-20-187-8_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/240257-1168371188/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-240257-1168371188 -o ROOT/results/node17/solver-240257-1168371188 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/240257-1168371188/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  eb85637a25e6f95bd7cdd481f9c8abcf

RANDOM SEED= 750260606

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.236
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.236
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1707520 kB
Buffers:         62516 kB
Cached:         148488 kB
SwapCached:          0 kB
Active:         189516 kB
Inactive:       101280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2356 kB
Writeback:           0 kB
Mapped:         103928 kB
Slab:            42344 kB
Committed_AS:  5575512 kB
PageTables:       2364 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB



End job on node17 on Tue Jan  9 19:50:35 UTC 2007