Trace number 215002

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 762.347 769.756

DiagnosticValue
CHECKS267962082
NODES51159

General information on the benchmark

NamepseudoSeries/
ii/ii-32e4.xml
MD5SUM62326bda5fce9791d84bbf4979fc576b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.68
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables774
Number of constraints7493
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7493
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/215002-1168232889/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.49	     nbVariables=774  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.49	       =>  wckTime=0.172  cpuTime=0.12  mem=7M894
0.49	   
0.49	   predicates being loaded...
0.49	   
0.49	   constraints being loaded...
1.81	     nbConstraints=7493  nbConvertedConstraints=6723  nbConvertConstraintsChecks=16  nbExtensionStructures=2
1.81	     nbSharedExtensionStructures=6721  nbConflictsStructures=3  nbSharedConflictsStructures=6785
1.81	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=5  nbEvaluationManagers=2
1.81	     nbSharedEvaluationManagers=768  maxDegree=149  maxArity=32
1.81	       =>  wckTime=1.495  cpuTime=1.27  mem=23M641
1.91	   
1.91	   solver IterativeSystematicSolver being built... 
2.29	       =>  wckTime=1.975  cpuTime=1.55  mem=29M434
3.44	   
3.44	   preprocessing
3.44	     nbConstraintChecks=54666  nbValidityChecks=331695  nbPropagations=2361  nbRevisions=191097
3.44	     nbUselessRevisions=190293  nbSingletonTests=786  nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0
3.44	     detectedInconsistency=no
3.44	       =>  wckTime=1.144  cpuTime=1.09  mem=32M439
3.90	   
3.90	   search
3.90	     run=0  nbConstraintChecks=91976  nbValidityChecks=294869  nbPropagations=4598  nbRevisions=384231
3.90	     nbUselessRevisions=381172  nbAssignments=152  nbFailedAssignments=3  nbBacktracks=10  nbVisitedNodes=163
3.90	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
3.90	       =>  wckTime=1.606  cpuTime=1.55  mem=32M439
4.67	   
4.67	   search
4.67	     run=1  nbConstraintChecks=331841  nbValidityChecks=637619  nbPropagations=14760  nbRevisions=1058808
4.67	     nbUselessRevisions=1046661  nbAssignments=300  nbFailedAssignments=5  nbBacktracks=38  nbVisitedNodes=339
4.67	     nbRestartNogoods=1  mapSize=36  nbInferences=0  nbTooLargeKeys=0
4.67	       =>  wckTime=2.37  cpuTime=2.3  mem=33M441
5.38	   
5.38	   search
5.38	     run=2  nbConstraintChecks=543798  nbValidityChecks=978990  nbPropagations=30005  nbRevisions=2010727
5.38	     nbUselessRevisions=1984118  nbAssignments=454  nbFailedAssignments=7  nbBacktracks=62  nbVisitedNodes=517
5.38	     nbRestartNogoods=2  mapSize=59  nbInferences=0  nbTooLargeKeys=0
5.38	       =>  wckTime=3.088  cpuTime=3.01  mem=33M441
6.27	   
6.27	   search
6.27	     run=3  nbConstraintChecks=833481  nbValidityChecks=1352649  nbPropagations=52695  nbRevisions=3304980
6.27	     nbUselessRevisions=3256012  nbAssignments=618  nbFailedAssignments=11  nbBacktracks=95  nbVisitedNodes=714
6.27	     nbRestartNogoods=3  mapSize=91  nbInferences=0  nbTooLargeKeys=0
6.27	       =>  wckTime=3.976  cpuTime=3.89  mem=33M441
7.92	   
7.92	   search
7.92	     run=4  nbConstraintChecks=1369872  nbValidityChecks=1897334  nbPropagations=87906  nbRevisions=5130877
7.92	     nbUselessRevisions=5045794  nbAssignments=799  nbFailedAssignments=27  nbBacktracks=148  nbVisitedNodes=948
7.92	     nbRestartNogoods=4  mapSize=142  nbInferences=0  nbTooLargeKeys=0
7.92	       =>  wckTime=5.622  cpuTime=5.5  mem=33M441
10.14	   
10.14	   search
10.14	     run=5  nbConstraintChecks=2103978  nbValidityChecks=2572507  nbPropagations=139342  nbRevisions=7637720
10.14	     nbUselessRevisions=7498460  nbAssignments=997  nbFailedAssignments=43  nbBacktracks=223  nbVisitedNodes=1221
10.14	     nbRestartNogoods=6  mapSize=215  nbInferences=0  nbTooLargeKeys=0
10.14	       =>  wckTime=7.841  cpuTime=7.71  mem=33M441
13.33	   
13.33	   search
13.33	     run=6  nbConstraintChecks=3189591  nbValidityChecks=3520386  nbPropagations=215947  nbRevisions=11145179
13.33	     nbUselessRevisions=10923774  nbAssignments=1238  nbFailedAssignments=71  nbBacktracks=337  nbVisitedNodes=1571
13.33	     nbRestartNogoods=8  mapSize=322  nbInferences=0  nbTooLargeKeys=0
13.33	       =>  wckTime=11.033  cpuTime=10.87  mem=33M441
18.10	   
18.10	   search
18.10	     run=7  nbConstraintChecks=4755075  nbValidityChecks=4860600  nbPropagations=326144  nbRevisions=16052621
18.10	     nbUselessRevisions=15710998  nbAssignments=1539  nbFailedAssignments=100  nbBacktracks=515  nbVisitedNodes=2045
18.10	     nbRestartNogoods=10  mapSize=494  nbInferences=0  nbTooLargeKeys=0
18.10	       =>  wckTime=15.804  cpuTime=15.58  mem=33M441
25.14	   
25.14	   search
25.14	     run=8  nbConstraintChecks=7114901  nbValidityChecks=6894232  nbPropagations=488099  nbRevisions=23133374
25.14	     nbUselessRevisions=22612101  nbAssignments=1931  nbFailedAssignments=132  nbBacktracks=774  nbVisitedNodes=2682
25.14	     nbRestartNogoods=11  mapSize=737  nbInferences=0  nbTooLargeKeys=0
25.14	       =>  wckTime=22.844  cpuTime=22.56  mem=33M441
33.68	   
33.68	   INFO : Stopping hyperNogood (mapSize=1050, nbTooLargekeys=0, mem=34M442)
35.27	   
35.27	   search
35.27	     run=9  nbConstraintChecks=10636489  nbValidityChecks=9846196  nbPropagations=728626  nbRevisions=33392969
35.27	     nbUselessRevisions=32602943  nbAssignments=2472  nbFailedAssignments=182  nbBacktracks=1169  nbVisitedNodes=3608
35.27	     nbRestartNogoods=13
35.27	       =>  wckTime=32.971  cpuTime=32.58  mem=34M442
50.49	   
50.49	   search
50.49	     run=10  nbConstraintChecks=15951146  nbValidityChecks=14047847  nbPropagations=1088197  nbRevisions=48306964
50.49	     nbUselessRevisions=47114180  nbAssignments=3250  nbFailedAssignments=280  nbBacktracks=1745  nbVisitedNodes=4946
50.49	     nbRestartNogoods=15
50.49	       =>  wckTime=48.193  cpuTime=47.66  mem=34M442
72.41	   
72.41	   search
72.41	     run=11  nbConstraintChecks=23571030  nbValidityChecks=20100859  nbPropagations=1614439  nbRevisions=69851527
72.41	     nbUselessRevisions=68071967  nbAssignments=4362  nbFailedAssignments=412  nbBacktracks=2611  nbVisitedNodes=6878
72.41	     nbRestartNogoods=17
72.41	       =>  wckTime=70.115  cpuTime=69.38  mem=34M442
102.57	   
102.57	   search
102.57	     run=12  nbConstraintChecks=34155456  nbValidityChecks=29083254  nbPropagations=2370214  nbRevisions=100936722
102.57	     nbUselessRevisions=98312897  nbAssignments=5983  nbFailedAssignments=619  nbBacktracks=3924  nbVisitedNodes=9696
102.57	     nbRestartNogoods=20
102.57	       =>  wckTime=100.276  cpuTime=99.26  mem=34M442
150.42	   
150.42	   search
150.42	     run=13  nbConstraintChecks=50159606  nbValidityChecks=42849278  nbPropagations=3459260  nbRevisions=146296371
150.42	     nbUselessRevisions=142448805  nbAssignments=8350  nbFailedAssignments=940  nbBacktracks=5870  nbVisitedNodes=13828
150.42	     nbRestartNogoods=22
150.42	       =>  wckTime=148.124  cpuTime=146.67  mem=34M442
229.65	   
229.65	   search
229.65	     run=14  nbConstraintChecks=74227786  nbValidityChecks=66954068  nbPropagations=5030043  nbRevisions=214403199
229.65	     nbUselessRevisions=208773524  nbAssignments=11802  nbFailedAssignments=1389  nbBacktracks=8789
229.65	     nbVisitedNodes=19857  nbRestartNogoods=25
229.65	       =>  wckTime=227.351  cpuTime=225.16  mem=34M442
348.03	   
348.03	   search
348.03	     run=15  nbConstraintChecks=108350430  nbValidityChecks=108962552  nbPropagations=7296535  nbRevisions=318857915
348.03	     nbUselessRevisions=310631249  nbAssignments=17063  nbFailedAssignments=2185  nbBacktracks=13181
348.03	     nbVisitedNodes=28790  nbRestartNogoods=28
348.03	       =>  wckTime=345.733  cpuTime=342.2  mem=34M442
502.65	   
502.65	   search
502.65	     run=16  nbConstraintChecks=160381406  nbValidityChecks=162614563  nbPropagations=10705128  nbRevisions=475342979
502.65	     nbUselessRevisions=463170128  nbAssignments=24964  nbFailedAssignments=3438  nbBacktracks=19753
502.65	     nbVisitedNodes=42682  nbRestartNogoods=30
502.65	       =>  wckTime=500.359  cpuTime=495.38  mem=34M442
630.09	   
630.09	   search
630.09	     run=17  nbConstraintChecks=211967241  nbValidityChecks=207167346  nbPropagations=15419399  nbRevisions=681352754
630.09	     nbUselessRevisions=663754842  nbAssignments=37071  nbFailedAssignments=5624  nbBacktracks=29606
630.09	     nbVisitedNodes=60943  nbRestartNogoods=35
630.09	       =>  wckTime=627.794  cpuTime=621.64  mem=34M442
769.70	   
769.70	   search
769.70	     run=18  nbConstraintChecks=267907416  nbValidityChecks=253258439  nbPropagations=21536009  nbRevisions=939770979
769.70	     nbUselessRevisions=915141867  nbAssignments=51159  nbFailedAssignments=7680  nbBacktracks=40864
769.70	     nbVisitedNodes=81664  nbRestartNogoods=40
769.70	       =>  wckTime=767.406  cpuTime=759.96  mem=34M442
769.70	   
769.70	   global
769.70	     nbConstraintChecks=267962082  nbValidityChecks=253590134  nbPropagations=21538370  nbRevisions=939962076
769.70	     nbUselessRevisions=915332160  nbRestartNogoods=40  solvingWckTime=767.407  solvingCpuTime=759.96  expiredTime=no
769.70	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=761.57
769.70	       =>  wckTime=769.387  cpuTime=761.52  mem=34M442
769.71	   
769.71	s SATISFIABLE
769.71	v 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 
769.71	d NODES 51159
769.71	d CHECKS 267962082
769.71	   
769.71	   totalWckTime=769.468  totalCpuTime=761.58

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/node42/watcher-215002-1168232889 -o ROOT/results/node42/solver-215002-1168232889 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/215002-1168232889/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: 2.04 1.80 1.38 4/84 4090
/proc/meminfo: memFree=1395200/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=18540 CPUtime=0
/proc/4089/stat : 4089 (runsolver) R 4087 4089 3068 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 171688164 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 259415141671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/4089/statm: 4635 279 244 17 0 2626 0

[startup+0.107143 s]
/proc/loadavg: 2.04 1.80 1.38 4/84 4090
/proc/meminfo: memFree=1395200/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=914988 CPUtime=0.08
/proc/4089/stat : 4089 (java) S 4087 4089 3068 0 -1 0 2995 0 1 0 7 1 0 0 17 0 8 0 171688164 936947712 2741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515187 s]
/proc/loadavg: 2.04 1.80 1.38 4/84 4090
/proc/meminfo: memFree=1395200/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915328 CPUtime=0.49
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 6421 0 1 0 46 3 0 0 17 0 8 0 171688164 937295872 6160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073556454 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228832 6160 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33829 s]
/proc/loadavg: 2.04 1.80 1.38 3/91 4097
/proc/meminfo: memFree=1333448/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915644 CPUtime=1.3
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 17802 0 1 0 108 22 0 0 21 0 8 0 171688164 937619456 17539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228911 17539 2178 14 0 215381 0
[pid=4089/tid=4091] ppid=4087 vsize=915644 CPUtime=0.03
/proc/4089/task/4091/stat : 4091 (java) S 4087 4089 3068 0 -1 64 1193 0 0 0 3 0 0 0 16 0 8 0 171688169 937619456 17539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4092] ppid=4087 vsize=915644 CPUtime=0
/proc/4089/task/4092/stat : 4092 (java) S 4087 4089 3068 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 171688169 937619456 17539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4093] ppid=4087 vsize=915644 CPUtime=0
/proc/4089/task/4093/stat : 4093 (java) S 4087 4089 3068 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 171688169 937619456 17539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4094] ppid=4087 vsize=915644 CPUtime=0
/proc/4089/task/4094/stat : 4094 (java) S 4087 4089 3068 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 171688172 937619456 17539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4095] ppid=4087 vsize=915644 CPUtime=0.2
/proc/4089/task/4095/stat : 4095 (java) S 4087 4089 3068 0 -1 64 422 0 0 0 19 1 0 0 16 0 8 0 171688172 937619456 17539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4096] ppid=4087 vsize=915644 CPUtime=0
/proc/4089/task/4096/stat : 4096 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 171688172 937619456 17539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4097] ppid=4087 vsize=915644 CPUtime=0
/proc/4089/task/4097/stat : 4097 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171688172 937619456 17539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915644

[startup+2.99147 s]
/proc/loadavg: 2.12 1.81 1.39 3/91 4097
/proc/meminfo: memFree=1318344/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915740 CPUtime=2.95
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 21962 0 1 0 254 41 0 0 25 0 8 0 171688164 937717760 21697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074069038 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228935 21697 2546 14 0 215405 0
[pid=4089/tid=4091] ppid=4087 vsize=915740 CPUtime=0.16
/proc/4089/task/4091/stat : 4091 (java) S 4087 4089 3068 0 -1 64 4844 0 0 0 15 1 0 0 16 0 8 0 171688169 937717760 21697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4092] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4092/stat : 4092 (java) S 4087 4089 3068 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4093] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4093/stat : 4093 (java) S 4087 4089 3068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4094] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4094/stat : 4094 (java) S 4087 4089 3068 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 171688172 937717760 21697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4095] ppid=4087 vsize=915740 CPUtime=0.3
/proc/4089/task/4095/stat : 4095 (java) S 4087 4089 3068 0 -1 64 482 0 0 0 29 1 0 0 15 0 8 0 171688172 937717760 21697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4096] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4096/stat : 4096 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 171688172 937717760 21697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4097] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4097/stat : 4097 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171688172 937717760 21697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915740

[startup+6.27082 s]
/proc/loadavg: 2.12 1.81 1.39 3/91 4097
/proc/meminfo: memFree=1318024/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915740 CPUtime=6.19
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 21978 0 1 0 578 41 0 0 25 0 8 0 171688164 937717760 21710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074065835 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228935 21710 2547 14 0 215405 0
[pid=4089/tid=4091] ppid=4087 vsize=915740 CPUtime=0.16
/proc/4089/task/4091/stat : 4091 (java) S 4087 4089 3068 0 -1 64 4844 0 0 0 15 1 0 0 16 0 8 0 171688169 937717760 21710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4092] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4092/stat : 4092 (java) S 4087 4089 3068 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4093] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4093/stat : 4093 (java) S 4087 4089 3068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4094] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4094/stat : 4094 (java) S 4087 4089 3068 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 171688172 937717760 21710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4095] ppid=4087 vsize=915740 CPUtime=0.32
/proc/4089/task/4095/stat : 4095 (java) S 4087 4089 3068 0 -1 64 494 0 0 0 31 1 0 0 16 0 8 0 171688172 937717760 21710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4096] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4096/stat : 4096 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 171688172 937717760 21710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4097] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4097/stat : 4097 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171688172 937717760 21710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915740

[startup+12.7665 s]
/proc/loadavg: 2.10 1.82 1.39 3/91 4097
/proc/meminfo: memFree=1318024/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915740 CPUtime=12.63
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 21986 0 1 0 1222 41 0 0 25 0 8 0 171688164 937717760 21716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074005720 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228935 21716 2547 14 0 215405 0
[pid=4089/tid=4091] ppid=4087 vsize=915740 CPUtime=0.16
/proc/4089/task/4091/stat : 4091 (java) S 4087 4089 3068 0 -1 64 4844 0 0 0 15 1 0 0 16 0 8 0 171688169 937717760 21716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4092] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4092/stat : 4092 (java) S 4087 4089 3068 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4093] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4093/stat : 4093 (java) S 4087 4089 3068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4094] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4094/stat : 4094 (java) S 4087 4089 3068 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 171688172 937717760 21716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4095] ppid=4087 vsize=915740 CPUtime=0.33
/proc/4089/task/4095/stat : 4095 (java) S 4087 4089 3068 0 -1 64 501 0 0 0 32 1 0 0 16 0 8 0 171688172 937717760 21716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4096] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4096/stat : 4096 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 171688172 937717760 21716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4097] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4097/stat : 4097 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171688172 937717760 21716 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915740

[startup+25.623 s]
/proc/loadavg: 2.08 1.83 1.40 3/91 4097
/proc/meminfo: memFree=1318024/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915740 CPUtime=25.37
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 21993 0 1 0 2496 41 0 0 25 0 8 0 171688164 937717760 21720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074046138 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228935 21720 2547 14 0 215405 0
[pid=4089/tid=4091] ppid=4087 vsize=915740 CPUtime=0.16
/proc/4089/task/4091/stat : 4091 (java) S 4087 4089 3068 0 -1 64 4844 0 0 0 15 1 0 0 16 0 8 0 171688169 937717760 21720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4092] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4092/stat : 4092 (java) S 4087 4089 3068 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4093] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4093/stat : 4093 (java) S 4087 4089 3068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4094] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4094/stat : 4094 (java) S 4087 4089 3068 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 171688172 937717760 21720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4095] ppid=4087 vsize=915740 CPUtime=0.34
/proc/4089/task/4095/stat : 4095 (java) S 4087 4089 3068 0 -1 64 506 0 0 0 33 1 0 0 16 0 8 0 171688172 937717760 21720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4096] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4096/stat : 4096 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 171688172 937717760 21720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4097] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4097/stat : 4097 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171688172 937717760 21720 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915740

[startup+51.2638 s]
/proc/loadavg: 2.12 1.85 1.42 3/91 4097
/proc/meminfo: memFree=1317960/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915740 CPUtime=50.77
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 22003 0 1 0 5036 41 0 0 25 0 8 0 171688164 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074030560 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228935 21726 2547 14 0 215405 0
[pid=4089/tid=4091] ppid=4087 vsize=915740 CPUtime=0.16
/proc/4089/task/4091/stat : 4091 (java) S 4087 4089 3068 0 -1 64 4844 0 0 0 15 1 0 0 17 0 8 0 171688169 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4092] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4092/stat : 4092 (java) S 4087 4089 3068 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4093] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4093/stat : 4093 (java) S 4087 4089 3068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4094] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4094/stat : 4094 (java) S 4087 4089 3068 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 171688172 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4095] ppid=4087 vsize=915740 CPUtime=0.36
/proc/4089/task/4095/stat : 4095 (java) S 4087 4089 3068 0 -1 64 515 0 0 0 35 1 0 0 16 0 8 0 171688172 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4096] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4096/stat : 4096 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 171688172 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4097] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4097/stat : 4097 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171688172 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 915740

[startup+102.516 s]
/proc/loadavg: 2.05 1.87 1.45 3/91 4097
/proc/meminfo: memFree=1317704/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915740 CPUtime=101.55
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 22004 0 1 0 10114 41 0 0 25 0 8 0 171688164 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074046177 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228935 21726 2547 14 0 215405 0
[pid=4089/tid=4091] ppid=4087 vsize=915740 CPUtime=0.16
/proc/4089/task/4091/stat : 4091 (java) S 4087 4089 3068 0 -1 64 4844 0 0 0 15 1 0 0 16 0 8 0 171688169 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4092] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4092/stat : 4092 (java) S 4087 4089 3068 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4093] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4093/stat : 4093 (java) S 4087 4089 3068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4094] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4094/stat : 4094 (java) S 4087 4089 3068 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 171688172 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4095] ppid=4087 vsize=915740 CPUtime=0.36
/proc/4089/task/4095/stat : 4095 (java) S 4087 4089 3068 0 -1 64 515 0 0 0 35 1 0 0 16 0 8 0 171688172 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4096] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4096/stat : 4096 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 171688172 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4097] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4097/stat : 4097 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171688172 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 915740

[startup+162.529 s]
/proc/loadavg: 2.02 1.89 1.48 3/91 4097
/proc/meminfo: memFree=1317384/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915740 CPUtime=161.02
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 22004 0 1 0 16060 42 0 0 25 0 8 0 171688164 937717760 21726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074048958 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/4089/task/4094/stat : 4094 (java) S 4087 4089 3068 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4095] ppid=4087 vsize=915740 CPUtime=0.36
/proc/4089/task/4095/stat : 4095 (java) S 4087 4089 3068 0 -1 64 516 0 0 0 35 1 0 0 16 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4096] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4096/stat : 4096 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4097] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4097/stat : 4097 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.14
Current children cumulated vsize (KiB) 915740

[startup+402.576 s]
/proc/loadavg: 2.07 1.97 1.60 3/91 4097
/proc/meminfo: memFree=1315528/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915740 CPUtime=398.58
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 22006 0 1 0 39816 42 0 0 25 0 8 0 171688164 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074047933 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228935 21727 2547 14 0 215405 0
[pid=4089/tid=4091] ppid=4087 vsize=915740 CPUtime=0.16
/proc/4089/task/4091/stat : 4091 (java) S 4087 4089 3068 0 -1 64 4844 0 0 0 15 1 0 0 16 0 8 0 171688169 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4092] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4092/stat : 4092 (java) S 4087 4089 3068 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4093] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4093/stat : 4093 (java) S 4087 4089 3068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4094] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4094/stat : 4094 (java) S 4087 4089 3068 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4095] ppid=4087 vsize=915740 CPUtime=0.36
/proc/4089/task/4095/stat : 4095 (java) S 4087 4089 3068 0 -1 64 516 0 0 0 35 1 0 0 16 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4096] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4096/stat : 4096 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4097] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4097/stat : 4097 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 398.58
Current children cumulated vsize (KiB) 915740

[startup+462.587 s]
/proc/loadavg: 2.02 1.97 1.62 3/91 4097
/proc/meminfo: memFree=1315016/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915740 CPUtime=458.02
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 22006 0 1 0 45760 42 0 0 25 0 8 0 171688164 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074047924 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228935 21727 2547 14 0 215405 0
[pid=4089/tid=4091] ppid=4087 vsize=915740 CPUtime=0.16
/proc/4089/task/4091/stat : 4091 (java) S 4087 4089 3068 0 -1 64 4844 0 0 0 15 1 0 0 16 0 8 0 171688169 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4092] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4092/stat : 4092 (java) S 4087 4089 3068 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4093] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4093/stat : 4093 (java) S 4087 4089 3068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4094] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4094/stat : 4094 (java) S 4087 4089 3068 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4095] ppid=4087 vsize=915740 CPUtime=0.36
/proc/4089/task/4095/stat : 4095 (java) S 4087 4089 3068 0 -1 64 516 0 0 0 35 1 0 0 16 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4096] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4096/stat : 4096 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4097] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4097/stat : 4097 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.02
Current children cumulated vsize (KiB) 915740

[startup+522.588 s]
/proc/loadavg: 2.07 1.99 1.65 3/91 4097
/proc/meminfo: memFree=1314568/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915740 CPUtime=517.49
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 22006 0 1 0 51706 43 0 0 25 0 8 0 171688164 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074046097 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228935 21727 2547 14 0 215405 0
[pid=4089/tid=4091] ppid=4087 vsize=915740 CPUtime=0.16
/proc/4089/task/4091/stat : 4091 (java) S 4087 4089 3068 0 -1 64 4844 0 0 0 15 1 0 0 16 0 8 0 171688169 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4092] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4092/stat : 4092 (java) S 4087 4089 3068 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4093] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4093/stat : 4093 (java) S 4087 4089 3068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4094] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4094/stat : 4094 (java) S 4087 4089 3068 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4095] ppid=4087 vsize=915740 CPUtime=0.36
/proc/4089/task/4095/stat : 4095 (java) S 4087 4089 3068 0 -1 64 516 0 0 0 35 1 0 0 16 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4096] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4096/stat : 4096 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4097] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4097/stat : 4097 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 517.49
Current children cumulated vsize (KiB) 915740

[startup+582.604 s]
/proc/loadavg: 2.02 1.99 1.67 3/91 4097
/proc/meminfo: memFree=1314120/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915740 CPUtime=576.94
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 22006 0 1 0 57651 43 0 0 25 0 8 0 171688164 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074046158 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228935 21727 2547 14 0 215405 0
[pid=4089/tid=4091] ppid=4087 vsize=915740 CPUtime=0.16
/proc/4089/task/4091/stat : 4091 (java) S 4087 4089 3068 0 -1 64 4844 0 0 0 15 1 0 0 16 0 8 0 171688169 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4092] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4092/stat : 4092 (java) S 4087 4089 3068 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4093] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4093/stat : 4093 (java) S 4087 4089 3068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4094] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4094/stat : 4094 (java) S 4087 4089 3068 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4095] ppid=4087 vsize=915740 CPUtime=0.36
/proc/4089/task/4095/stat : 4095 (java) S 4087 4089 3068 0 -1 64 516 0 0 0 35 1 0 0 16 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4096] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4096/stat : 4096 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4097] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4097/stat : 4097 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171688172 937717760 21727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 576.94
Current children cumulated vsize (KiB) 915740

[startup+642.608 s]
/proc/loadavg: 2.01 1.99 1.68 3/91 4099
/proc/meminfo: memFree=1313544/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915740 CPUtime=636.39
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 22007 0 1 0 63596 43 0 0 25 0 8 0 171688164 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074044576 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228935 21728 2547 14 0 215405 0
[pid=4089/tid=4091] ppid=4087 vsize=915740 CPUtime=0.16
/proc/4089/task/4091/stat : 4091 (java) S 4087 4089 3068 0 -1 64 4844 0 0 0 15 1 0 0 16 0 8 0 171688169 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4092] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4092/stat : 4092 (java) S 4087 4089 3068 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4093] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4093/stat : 4093 (java) S 4087 4089 3068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4094] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4094/stat : 4094 (java) S 4087 4089 3068 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 171688172 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4095] ppid=4087 vsize=915740 CPUtime=0.36
/proc/4089/task/4095/stat : 4095 (java) S 4087 4089 3068 0 -1 64 517 0 0 0 35 1 0 0 16 0 8 0 171688172 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4096] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4096/stat : 4096 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 171688172 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4097] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4097/stat : 4097 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171688172 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 636.39
Current children cumulated vsize (KiB) 915740

[startup+702.624 s]
/proc/loadavg: 2.00 1.99 1.70 3/91 4099
/proc/meminfo: memFree=1313160/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915740 CPUtime=695.85
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 22007 0 1 0 69542 43 0 0 25 0 8 0 171688164 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074046177 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228935 21728 2547 14 0 215405 0
[pid=4089/tid=4091] ppid=4087 vsize=915740 CPUtime=0.16
/proc/4089/task/4091/stat : 4091 (java) S 4087 4089 3068 0 -1 64 4844 0 0 0 15 1 0 0 16 0 8 0 171688169 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4092] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4092/stat : 4092 (java) S 4087 4089 3068 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4093] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4093/stat : 4093 (java) S 4087 4089 3068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4094] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4094/stat : 4094 (java) S 4087 4089 3068 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 171688172 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4095] ppid=4087 vsize=915740 CPUtime=0.36
/proc/4089/task/4095/stat : 4095 (java) S 4087 4089 3068 0 -1 64 517 0 0 0 35 1 0 0 16 0 8 0 171688172 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4096] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4096/stat : 4096 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 171688172 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4097] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4097/stat : 4097 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171688172 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 695.85
Current children cumulated vsize (KiB) 915740

[startup+762.638 s]
/proc/loadavg: 2.00 1.99 1.72 3/91 4099
/proc/meminfo: memFree=1312648/2055920 swapFree=4191892/4192956
[pid=4089] ppid=4087 vsize=915740 CPUtime=755.31
/proc/4089/stat : 4089 (java) R 4087 4089 3068 0 -1 0 22007 0 1 0 75488 43 0 0 25 0 8 0 171688164 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073920820 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4089/statm: 228935 21728 2547 14 0 215405 0
[pid=4089/tid=4091] ppid=4087 vsize=915740 CPUtime=0.16
/proc/4089/task/4091/stat : 4091 (java) S 4087 4089 3068 0 -1 64 4844 0 0 0 15 1 0 0 16 0 8 0 171688169 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4092] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4092/stat : 4092 (java) S 4087 4089 3068 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4093] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4093/stat : 4093 (java) S 4087 4089 3068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 171688169 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4094] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4094/stat : 4094 (java) S 4087 4089 3068 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 171688172 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4095] ppid=4087 vsize=915740 CPUtime=0.36
/proc/4089/task/4095/stat : 4095 (java) S 4087 4089 3068 0 -1 64 517 0 0 0 35 1 0 0 16 0 8 0 171688172 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4096] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4096/stat : 4096 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 171688172 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4089/tid=4097] ppid=4087 vsize=915740 CPUtime=0
/proc/4089/task/4097/stat : 4097 (java) S 4087 4089 3068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 171688172 937717760 21728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 755.31
Current children cumulated vsize (KiB) 915740

Child status: 0
Real time (s): 769.756
CPU time (s): 762.347
CPU user time (s): 761.896
CPU system time (s): 0.450931
CPU usage (%): 99.0375
Max. virtual memory (cumulated for all children) (KiB): 915772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 761.896
system time used= 0.450931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22019
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= 17061
involuntary context switches= 33528

runsolver used 1.05584 s user time and 2.71359 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Jan  8 05:08:09 UTC 2007


IDJOB= 215002
IDBENCH= 4968
FILE ID= node42/215002-1168232889

PBS_JOBID= 3481403

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ii/ii-32e4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/215002-1168232889/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-215002-1168232889 -o ROOT/results/node42/solver-215002-1168232889 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/215002-1168232889/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  62326bda5fce9791d84bbf4979fc576b

RANDOM SEED= 151945889

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.229
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.229
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:       1395616 kB
Buffers:         58196 kB
Cached:         433452 kB
SwapCached:        400 kB
Active:         337352 kB
Inactive:       262080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1395616 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2800 kB
Writeback:           0 kB
Mapped:         127128 kB
Slab:            46036 kB
Committed_AS:  4167744 kB
PageTables:       2044 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= 66559 MiB



End job on node42 on Mon Jan  8 05:20:59 UTC 2007