Trace number 210561

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 ACSAT 1311.18 1317.08

DiagnosticValue
CHECKS862323710
NODES2342775

General information on the benchmark

NamepseudoSeries/fpga/
fpga-13-12.xml
MD5SUMf1b9542cb16c4f76b1f3e7a039d7ba57
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 benchmark0.602907
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables234
Number of constraints193
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension193
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/210561-1168075084/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=234  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.40	       =>  wckTime=0.106  cpuTime=0.1  mem=6M951
0.40	   
0.40	   predicates being loaded...
0.42	   
0.42	   constraints being loaded...
0.60	     nbConstraints=193  nbConflictsStructures=5  nbSharedConflictsStructures=188  nbSharedBinaryRepresentations=0
0.60	     nbEvaluationManagers=5  nbSharedEvaluationManagers=188  maxDegree=13  maxArity=13
0.60	       =>  wckTime=0.301  cpuTime=0.22  mem=11M893
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.82	       =>  wckTime=0.528  cpuTime=0.38  mem=17M719
0.84	   
0.84	   preprocessing
0.84	     nbConstraintChecks=0  nbPropagations=234  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.84	     detectedInconsistency=no
0.84	       =>  wckTime=0.0090  cpuTime=0.0  mem=17M719
0.93	   
0.93	   search
0.93	     run=0  nbConstraintChecks=4899  nbValidityChecks=254  nbPropagations=472  nbRevisions=448  nbUselessRevisions=203
0.93	     nbAssignments=200  nbFailedAssignments=1  nbBacktracks=128  nbVisitedNodes=203  nbRestartNogoods=0  mapSize=1
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.1  cpuTime=0.07  mem=18M727
0.99	   
0.99	   search
0.99	     run=1  nbConstraintChecks=16899  nbValidityChecks=725  nbPropagations=1231  nbRevisions=1440
0.99	     nbUselessRevisions=644  nbAssignments=414  nbFailedAssignments=3  nbBacktracks=152  nbVisitedNodes=421
0.99	     nbRestartNogoods=1  mapSize=4  nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.168  cpuTime=0.14  mem=18M727
1.04	   
1.04	   search
1.04	     run=2  nbConstraintChecks=24806  nbValidityChecks=1297  nbPropagations=2253  nbRevisions=3080
1.04	     nbUselessRevisions=1458  nbAssignments=520  nbFailedAssignments=4  nbBacktracks=185  nbVisitedNodes=530
1.04	     nbRestartNogoods=2  mapSize=6  nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.21  cpuTime=0.17  mem=18M727
1.09	   
1.09	   search
1.09	     run=3  nbConstraintChecks=39934  nbValidityChecks=2178  nbPropagations=3590  nbRevisions=5607
1.09	     nbUselessRevisions=2818  nbAssignments=636  nbFailedAssignments=6  nbBacktracks=225  nbVisitedNodes=652
1.09	     nbRestartNogoods=3  mapSize=11  nbInferences=1  nbTooLargeKeys=0
1.09	       =>  wckTime=0.259  cpuTime=0.22  mem=18M727
1.14	   
1.14	   search
1.15	     run=4  nbConstraintChecks=55054  nbValidityChecks=3035  nbPropagations=5242  nbRevisions=8983
1.15	     nbUselessRevisions=4687  nbAssignments=763  nbFailedAssignments=8  nbBacktracks=275  nbVisitedNodes=785
1.15	     nbRestartNogoods=4  mapSize=16  nbInferences=2  nbTooLargeKeys=0
1.15	       =>  wckTime=0.318  cpuTime=0.26  mem=18M727
1.24	   
1.24	   search
1.24	     run=5  nbConstraintChecks=84673  nbValidityChecks=4337  nbPropagations=7340  nbRevisions=13565
1.24	     nbUselessRevisions=7253  nbAssignments=975  nbFailedAssignments=12  nbBacktracks=405  nbVisitedNodes=1009
1.24	     nbRestartNogoods=5  mapSize=26  nbInferences=4  nbTooLargeKeys=0
1.24	       =>  wckTime=0.41  cpuTime=0.35  mem=18M727
1.33	   
1.33	   search
1.33	     run=6  nbConstraintChecks=106652  nbValidityChecks=6461  nbPropagations=10231  nbRevisions=20003
1.33	     nbUselessRevisions=10886  nbAssignments=1244  nbFailedAssignments=15  nbBacktracks=521  nbVisitedNodes=1296
1.33	     nbRestartNogoods=7  mapSize=40  nbInferences=15  nbTooLargeKeys=0
1.33	       =>  wckTime=0.507  cpuTime=0.44  mem=18M727
1.57	   
1.57	   search
1.57	     run=7  nbConstraintChecks=229666  nbValidityChecks=10874  nbPropagations=14287  nbRevisions=29848
1.57	     nbUselessRevisions=16502  nbAssignments=1539  nbFailedAssignments=39  nbBacktracks=713  nbVisitedNodes=1645
1.57	     nbRestartNogoods=11  mapSize=86  nbInferences=15  nbTooLargeKeys=0
1.57	       =>  wckTime=0.745  cpuTime=0.67  mem=18M727
1.69	   
1.69	   search
1.69	     run=8  nbConstraintChecks=264010  nbValidityChecks=13526  nbPropagations=19036  nbRevisions=41880
1.69	     nbUselessRevisions=23520  nbAssignments=1925  nbFailedAssignments=47  nbBacktracks=983  nbVisitedNodes=2049
1.69	     nbRestartNogoods=12  mapSize=102  nbInferences=15  nbTooLargeKeys=0
1.69	       =>  wckTime=0.868  cpuTime=0.79  mem=18M727
1.92	   
1.92	   search
1.92	     run=9  nbConstraintChecks=360865  nbValidityChecks=19645  nbPropagations=25446  nbRevisions=59184
1.92	     nbUselessRevisions=33415  nbAssignments=2470  nbFailedAssignments=70  nbBacktracks=1369  nbVisitedNodes=2650
1.92	     nbRestartNogoods=14  mapSize=154  nbInferences=15  nbTooLargeKeys=0
1.92	       =>  wckTime=1.098  cpuTime=1.01  mem=18M727
2.50	   
2.50	   search
2.50	     run=10  nbConstraintChecks=751576  nbValidityChecks=28273  nbPropagations=34510  nbRevisions=81368
2.50	     nbUselessRevisions=45597  nbAssignments=3204  nbFailedAssignments=131  nbBacktracks=1951  nbVisitedNodes=3520
2.50	     nbRestartNogoods=18  mapSize=278  nbInferences=15  nbTooLargeKeys=0
2.50	       =>  wckTime=1.675  cpuTime=1.58  mem=18M727
2.70	   
2.70	   search
2.70	     run=11  nbConstraintChecks=811540  nbValidityChecks=38434  nbPropagations=46726  nbRevisions=109354
2.70	     nbUselessRevisions=60047  nbAssignments=4278  nbFailedAssignments=215  nbBacktracks=2818  nbVisitedNodes=4802
2.70	     nbRestartNogoods=19  mapSize=482  nbInferences=15  nbTooLargeKeys=0
2.70	       =>  wckTime=1.87  cpuTime=1.77  mem=19M702
3.56	   
3.56	   search
3.56	     run=12  nbConstraintChecks=1369818  nbValidityChecks=54431  nbPropagations=63773  nbRevisions=146521
3.56	     nbUselessRevisions=77931  nbAssignments=5786  nbFailedAssignments=315  nbBacktracks=4137  nbVisitedNodes=6553
3.56	     nbRestartNogoods=22  mapSize=720  nbInferences=15  nbTooLargeKeys=0
3.56	       =>  wckTime=2.735  cpuTime=2.62  mem=19M702
4.80	   
4.80	   search
4.80	     run=13  nbConstraintChecks=2158272  nbValidityChecks=78096  nbPropagations=88562  nbRevisions=197315
4.80	     nbUselessRevisions=100787  nbAssignments=8026  nbFailedAssignments=493  nbBacktracks=6093  nbVisitedNodes=9172
4.80	     nbRestartNogoods=23  mapSize=1095  nbInferences=15  nbTooLargeKeys=0
4.80	       =>  wckTime=3.978  cpuTime=3.86  mem=20M677
6.73	   
6.73	   search
6.73	     run=14  nbConstraintChecks=3313598  nbValidityChecks=108350  nbPropagations=123547  nbRevisions=265059
6.73	     nbUselessRevisions=129536  nbAssignments=11286  nbFailedAssignments=713  nbBacktracks=9018  nbVisitedNodes=12921
6.73	     nbRestartNogoods=27  mapSize=1579  nbInferences=15  nbTooLargeKeys=0
6.73	       =>  wckTime=5.899  cpuTime=5.77  mem=21M652
9.75	   
9.75	   search
9.75	     run=15  nbConstraintChecks=5098640  nbValidityChecks=165603  nbPropagations=177572  nbRevisions=365984
9.75	     nbUselessRevisions=169668  nbAssignments=16227  nbFailedAssignments=1159  nbBacktracks=13405  nbVisitedNodes=18899
9.75	     nbRestartNogoods=32  mapSize=2613  nbInferences=15  nbTooLargeKeys=0
9.75	       =>  wckTime=8.923  cpuTime=8.78  mem=22M627
11.21	   
11.21	   INFO : Stopping hyperNogood (mapSize=3019, nbTooLargekeys=0, mem=22M627)
14.04	   
14.04	   search
14.04	     run=16  nbConstraintChecks=7863148  nbValidityChecks=251387  nbPropagations=259568  nbRevisions=517211
14.04	     nbUselessRevisions=226278  nbAssignments=23539  nbFailedAssignments=1802  nbBacktracks=19981  nbVisitedNodes=27670
14.04	     nbRestartNogoods=35
14.04	       =>  wckTime=13.212  cpuTime=13.04  mem=22M627
20.45	   
20.45	   search
20.45	     run=17  nbConstraintChecks=12121053  nbValidityChecks=379830  nbPropagations=383333  nbRevisions=743913
20.45	     nbUselessRevisions=309407  nbAssignments=34469  nbFailedAssignments=2759  nbBacktracks=29839  nbVisitedNodes=40769
20.45	     nbRestartNogoods=37
20.45	       =>  wckTime=19.624  cpuTime=19.42  mem=23M603
31.27	   
31.27	   search
31.27	     run=18  nbConstraintChecks=19414292  nbValidityChecks=584541  nbPropagations=574152  nbRevisions=1090251
31.27	     nbUselessRevisions=434159  nbAssignments=50793  nbFailedAssignments=4205  nbBacktracks=44623  nbVisitedNodes=60490
31.27	     nbRestartNogoods=42
31.27	       =>  wckTime=30.445  cpuTime=30.19  mem=23M603
47.40	   
47.40	   search
47.40	     run=19  nbConstraintChecks=30246539  nbValidityChecks=886245  nbPropagations=866136  nbRevisions=1612228
47.40	     nbUselessRevisions=618893  nbAssignments=75251  nbFailedAssignments=6376  nbBacktracks=66803  nbVisitedNodes=89935
47.40	     nbRestartNogoods=45
47.40	       =>  wckTime=46.57  cpuTime=46.24  mem=23M603
70.41	   
70.41	   search
70.41	     run=20  nbConstraintChecks=45693404  nbValidityChecks=1337193  nbPropagations=1302092  nbRevisions=2397843
70.41	     nbUselessRevisions=895852  nbAssignments=111571  nbFailedAssignments=9323  nbBacktracks=100063
70.41	     nbVisitedNodes=133767  nbRestartNogoods=49
70.41	       =>  wckTime=69.587  cpuTime=69.16  mem=23M603
101.14	   
101.14	   search
101.14	     run=21  nbConstraintChecks=65840761  nbValidityChecks=2050475  nbPropagations=1966683  nbRevisions=3591260
101.14	     nbUselessRevisions=1316809  nbAssignments=165692  nbFailedAssignments=13448  nbBacktracks=149966
101.14	     nbVisitedNodes=199782  nbRestartNogoods=54
101.14	       =>  wckTime=100.312  cpuTime=99.75  mem=23M603
151.64	   
151.64	   search
151.64	     run=22  nbConstraintChecks=99688600  nbValidityChecks=3031929  nbPropagations=2944706  nbRevisions=5354790
151.64	     nbUselessRevisions=1945022  nbAssignments=246375  nbFailedAssignments=19207  nbBacktracks=224786
151.64	     nbVisitedNodes=296543  nbRestartNogoods=57
151.64	       =>  wckTime=150.81  cpuTime=150.03  mem=23M603
212.62	   
212.62	   search
212.62	     run=23  nbConstraintChecks=139132542  nbValidityChecks=4652059  nbPropagations=4445556  nbRevisions=8043593
212.62	     nbUselessRevisions=2904596  nbAssignments=366739  nbFailedAssignments=27236  nbBacktracks=337037
212.62	     nbVisitedNodes=443877  nbRestartNogoods=61
212.62	       =>  wckTime=211.795  cpuTime=210.74  mem=23M603
298.90	   
298.90	   search
298.90	     run=24  nbConstraintChecks=195378764  nbValidityChecks=6637996  nbPropagations=6595704  nbRevisions=11881198
298.90	     nbUselessRevisions=4267642  nbAssignments=547226  nbFailedAssignments=39259  nbBacktracks=505391
298.90	     nbVisitedNodes=657249  nbRestartNogoods=64
298.90	       =>  wckTime=298.077  cpuTime=296.64  mem=23M603
465.32	   
465.32	   search
465.32	     run=25  nbConstraintChecks=305898570  nbValidityChecks=10311090  nbPropagations=9918420  nbRevisions=17825128
465.32	     nbUselessRevisions=6408623  nbAssignments=822478  nbFailedAssignments=61892  nbBacktracks=757914
465.32	     nbVisitedNodes=995871  nbRestartNogoods=69
465.32	       =>  wckTime=464.491  cpuTime=462.32  mem=23M603
697.21	   
697.21	   search
697.21	     run=26  nbConstraintChecks=457324392  nbValidityChecks=17323958  nbPropagations=15057827  nbRevisions=28819227
697.21	     nbUselessRevisions=11569254  nbAssignments=1239579  nbFailedAssignments=100032  nbBacktracks=1136694
697.21	     nbVisitedNodes=1511466  nbRestartNogoods=73
697.21	       =>  wckTime=696.38  cpuTime=693.18  mem=23M603
1011.05	   
1011.05	   search
1011.05	     run=27  nbConstraintChecks=659779934  nbValidityChecks=25466279  nbPropagations=22896699  nbRevisions=44412418
1011.05	     nbUselessRevisions=18355842  nbAssignments=1854386  nbFailedAssignments=146594  nbBacktracks=1704851
1011.05	     nbVisitedNodes=2267601  nbRestartNogoods=87
1011.05	       =>  wckTime=1010.22  cpuTime=1005.64  mem=23M603
1317.02	   
1317.02	   search
1317.02	     run=28  nbConstraintChecks=862323710  nbValidityChecks=32454891  nbPropagations=32973111  nbRevisions=63989658
1317.02	     nbUselessRevisions=26626878  nbAssignments=2342775  nbFailedAssignments=184054  nbBacktracks=2155546
1317.02	     nbVisitedNodes=2866565  nbRestartNogoods=91
1317.02	       =>  wckTime=1316.192  cpuTime=1310.25  mem=23M603
1317.02	   
1317.02	   global
1317.02	     nbConstraintChecks=862323710  nbValidityChecks=32454891  nbPropagations=32973345  nbRevisions=63989658
1317.02	     nbUselessRevisions=26626878  nbRestartNogoods=91  solvingWckTime=1316.194  solvingCpuTime=1310.25  expiredTime=no
1317.02	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=1310.67
1317.02	       =>  wckTime=1316.723  cpuTime=1310.63  mem=23M603
1317.02	   
1317.02	s SATISFIABLE
1317.02	v 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 
1317.02	d NODES 2342775
1317.02	d CHECKS 862323710
1317.02	   
1317.02	   totalWckTime=1316.8  totalCpuTime=1310.68

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/node62/watcher-210561-1168075084 -o ROOT/results/node62/solver-210561-1168075084 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210561-1168075084/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.16 1.75 1.75 3/68 1705
/proc/meminfo: memFree=1144648/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=172 CPUtime=0
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 155906138 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 8106788 0 0 4096 0 0 0 0 17 1 0 0
/proc/1704/statm: 43 24 18 14 0 3 0

[startup+0.103949 s]
/proc/loadavg: 1.16 1.75 1.75 3/68 1705
/proc/meminfo: memFree=1144648/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=914988 CPUtime=0.08
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 3012 0 1 0 7 1 0 0 22 0 8 0 155906138 936947712 2758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582796 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 228747 2758 1433 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512028 s]
/proc/loadavg: 1.16 1.75 1.75 3/68 1705
/proc/meminfo: memFree=1144648/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=0.49
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 7082 0 1 0 44 5 0 0 25 0 8 0 155906138 937431040 6821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 228865 6821 2164 14 0 215335 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915460

[startup+1.33319 s]
/proc/loadavg: 1.16 1.75 1.75 3/87 1758
/proc/meminfo: memFree=1089816/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=1.3
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 9561 0 1 0 122 8 0 0 25 0 8 0 155906138 937431040 9299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073642975 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 228865 9299 2532 14 0 215335 0
[pid=1704/tid=1709] ppid=1702 vsize=915460 CPUtime=0.02
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 1167 0 -1 64 228 0 0 0 2 0 0 0 17 0 8 0 155906142 937431040 9299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1711] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 1167 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906142 937431040 9299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 1167 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155906142 937431040 9299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1717] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1717/stat : 1717 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155906145 937431040 9299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1718] ppid=1702 vsize=915460 CPUtime=0.22
/proc/1704/task/1718/stat : 1718 (java) S 1702 1704 1167 0 -1 64 387 0 0 0 21 1 0 0 15 0 8 0 155906145 937431040 9299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1719] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1719/stat : 1719 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906145 937431040 9299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1720] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1720/stat : 1720 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906145 937431040 9299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.97551 s]
/proc/loadavg: 1.16 1.75 1.75 3/87 1758
/proc/meminfo: memFree=1087832/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=2.94
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 9807 0 1 0 285 9 0 0 25 0 8 0 155906138 937431040 9543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819695 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 228865 9543 2532 14 0 215335 0
[pid=1704/tid=1709] ppid=1702 vsize=915460 CPUtime=0.02
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 1167 0 -1 64 228 0 0 0 2 0 0 0 17 0 8 0 155906142 937431040 9543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1711] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 1167 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906142 937431040 9543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 1167 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155906142 937431040 9543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1717] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1717/stat : 1717 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155906145 937431040 9543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1718] ppid=1702 vsize=915460 CPUtime=0.24
/proc/1704/task/1718/stat : 1718 (java) S 1702 1704 1167 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 155906145 937431040 9543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1719] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1719/stat : 1719 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906145 937431040 9543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1720] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1720/stat : 1720 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906145 937431040 9543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.26516 s]
/proc/loadavg: 1.14 1.73 1.75 2/75 1769
/proc/meminfo: memFree=1115000/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=6.21
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 10164 0 1 0 612 9 0 0 25 0 8 0 155906138 937431040 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073656468 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 228865 9899 2532 14 0 215335 0
[pid=1704/tid=1709] ppid=1702 vsize=915460 CPUtime=0.02
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 1167 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 155906142 937431040 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1711] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 1167 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906142 937431040 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 1167 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155906142 937431040 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1717] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1717/stat : 1717 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155906145 937431040 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1718] ppid=1702 vsize=915460 CPUtime=0.24
/proc/1704/task/1718/stat : 1718 (java) S 1702 1704 1167 0 -1 64 403 0 0 0 23 1 0 0 16 0 8 0 155906145 937431040 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1719] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1719/stat : 1719 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906145 937431040 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1720] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1720/stat : 1720 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906145 937431040 9899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915460

[startup+12.7484 s]
/proc/loadavg: 1.21 1.74 1.75 3/87 1817
/proc/meminfo: memFree=1007384/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=12.66
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 10672 0 1 0 1256 10 0 0 25 0 8 0 155906138 937431040 10404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073643008 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1704/statm: 228865 10404 2532 14 0 215335 0
[pid=1704/tid=1709] ppid=1702 vsize=915460 CPUtime=0.02
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 1167 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 155906142 937431040 10404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1711] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 1167 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906142 937431040 10404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 1167 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155906142 937431040 10404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1717] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1717/stat : 1717 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155906145 937431040 10404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1718] ppid=1702 vsize=915460 CPUtime=0.25
/proc/1704/task/1718/stat : 1718 (java) S 1702 1704 1167 0 -1 64 405 0 0 0 24 1 0 0 17 0 8 0 155906145 937431040 10404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1719] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1719/stat : 1719 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906145 937431040 10404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1720] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1720/stat : 1720 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906145 937431040 10404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 915460

[startup+25.601 s]
/proc/loadavg: 1.39 1.75 1.75 3/87 1817
/proc/meminfo: memFree=1007320/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=25.45
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 10678 0 1 0 2535 10 0 0 25 0 8 0 155906138 937431040 10410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073651148 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1704/statm: 228865 10410 2532 14 0 215335 0
[pid=1704/tid=1709] ppid=1702 vsize=915460 CPUtime=0.02
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 1167 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 155906142 937431040 10410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1711] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 1167 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906142 937431040 10410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 1167 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155906142 937431040 10410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1717] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1717/stat : 1717 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155906145 937431040 10410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1718] ppid=1702 vsize=915460 CPUtime=0.25
/proc/1704/task/1718/stat : 1718 (java) S 1702 1704 1167 0 -1 64 405 0 0 0 24 1 0 0 17 0 8 0 155906145 937431040 10410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1719] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1719/stat : 1719 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906145 937431040 10410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1720] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1720/stat : 1720 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906145 937431040 10410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915460

[startup+51.2961 s]
/proc/loadavg: 1.59 1.77 1.76 3/87 1819
/proc/meminfo: memFree=1007384/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=51.03
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 10684 0 1 0 5093 10 0 0 25 0 8 0 155906138 937431040 10416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073647428 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1704/statm: 228865 10416 2532 14 0 215335 0
[pid=1704/tid=1709] ppid=1702 vsize=915460 CPUtime=0.02
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 1167 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 155906142 937431040 10416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1711] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 1167 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906142 937431040 10416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 1167 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155906142 937431040 10416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1717] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1717/stat : 1717 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155906145 937431040 10416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1718] ppid=1702 vsize=915460 CPUtime=0.25
/proc/1704/task/1718/stat : 1718 (java) S 1702 1704 1167 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155906145 937431040 10416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1719] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1719/stat : 1719 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906145 937431040 10416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1720] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1720/stat : 1720 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906145 937431040 10416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 915460

[startup+102.57 s]
/proc/loadavg: 1.82 1.80 1.77 3/87 1819
/proc/meminfo: memFree=1007448/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=102.07
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 10690 0 1 0 10197 10 0 0 25 0 8 0 155906138 937431040 10422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073830486 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1704/statm: 228865 10422 2532 14 0 215335 0
[pid=1704/tid=1709] ppid=1702 vsize=915460 CPUtime=0.02
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 1167 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 155906142 937431040 10422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1711] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 1167 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906142 937431040 10422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 1167 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155906142 937431040 10422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1717] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1717/stat : 1717 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155906145 937431040 10422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1718] ppid=1702 vsize=915460 CPUtime=0.25
/proc/1704/task/1718/stat : 1718 (java) S 1702 1704 1167 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155906145 937431040 10422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1719] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1719/stat : 1719 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906145 937431040 10422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1720] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1720/stat : 1720 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906145 937431040 10422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 915460

[startup+162.581 s]
/proc/loadavg: 1.93 1.84 1.78 3/87 1819
/proc/meminfo: memFree=1007448/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=161.82
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 10693 0 1 0 16171 11 0 0 25 0 8 0 155906138 937431040 10425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073867681 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/1704/task/1717/stat : 1717 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155906145 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1718] ppid=1702 vsize=915460 CPUtime=0.25
/proc/1704/task/1718/stat : 1718 (java) S 1702 1704 1167 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155906145 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1719] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1719/stat : 1719 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906145 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1720] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1720/stat : 1720 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906145 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 878.99
Current children cumulated vsize (KiB) 915460

[startup+942.937 s]
/proc/loadavg: 2.00 1.98 1.88 3/87 1819
/proc/meminfo: memFree=998104/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=938.73
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 10706 0 1 0 93859 14 0 0 25 0 8 0 155906138 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073653536 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1704/statm: 228865 10438 2532 14 0 215335 0
[pid=1704/tid=1709] ppid=1702 vsize=915460 CPUtime=0.02
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 1167 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 155906142 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1711] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 1167 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906142 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 1167 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155906142 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1717] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1717/stat : 1717 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155906145 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1718] ppid=1702 vsize=915460 CPUtime=0.25
/proc/1704/task/1718/stat : 1718 (java) S 1702 1704 1167 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155906145 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1719] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1719/stat : 1719 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906145 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1720] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1720/stat : 1720 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906145 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 938.73
Current children cumulated vsize (KiB) 915460

[startup+1002.94 s]
/proc/loadavg: 2.00 1.98 1.89 3/87 1819
/proc/meminfo: memFree=998168/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=998.47
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 10706 0 1 0 99833 14 0 0 25 0 8 0 155906138 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073683536 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1704/statm: 228865 10438 2532 14 0 215335 0
[pid=1704/tid=1709] ppid=1702 vsize=915460 CPUtime=0.02
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 1167 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 155906142 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1711] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 1167 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906142 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 1167 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155906142 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1717] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1717/stat : 1717 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155906145 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1718] ppid=1702 vsize=915460 CPUtime=0.25
/proc/1704/task/1718/stat : 1718 (java) S 1702 1704 1167 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155906145 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1719] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1719/stat : 1719 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906145 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1720] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1720/stat : 1720 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906145 937431040 10438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 998.47
Current children cumulated vsize (KiB) 915460

[startup+1062.96 s]
/proc/loadavg: 2.00 1.98 1.89 3/87 1819
/proc/meminfo: memFree=998104/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=1058.21
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 10709 0 1 0 105807 14 0 0 25 0 8 0 155906138 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073832224 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1704/statm: 228865 10441 2532 14 0 215335 0
[pid=1704/tid=1709] ppid=1702 vsize=915460 CPUtime=0.02
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 1167 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 155906142 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1711] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 1167 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906142 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 1167 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155906142 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1717] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1717/stat : 1717 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1718] ppid=1702 vsize=915460 CPUtime=0.25
/proc/1704/task/1718/stat : 1718 (java) S 1702 1704 1167 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1719] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1719/stat : 1719 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1720] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1720/stat : 1720 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1058.21
Current children cumulated vsize (KiB) 915460

[startup+1122.97 s]
/proc/loadavg: 2.00 1.98 1.90 3/87 1819
/proc/meminfo: memFree=998168/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=1117.96
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 10709 0 1 0 111781 15 0 0 25 0 8 0 155906138 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073871096 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1704/statm: 228865 10441 2532 14 0 215335 0
[pid=1704/tid=1709] ppid=1702 vsize=915460 CPUtime=0.02
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 1167 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 155906142 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1711] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 1167 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906142 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 1167 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155906142 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1717] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1717/stat : 1717 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1718] ppid=1702 vsize=915460 CPUtime=0.25
/proc/1704/task/1718/stat : 1718 (java) S 1702 1704 1167 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1719] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1719/stat : 1719 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1720] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1720/stat : 1720 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1117.96
Current children cumulated vsize (KiB) 915460

[startup+1182.98 s]
/proc/loadavg: 2.00 1.98 1.90 3/87 1819
/proc/meminfo: memFree=998104/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=1177.7
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 10709 0 1 0 117755 15 0 0 25 0 8 0 155906138 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073648332 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1704/statm: 228865 10441 2532 14 0 215335 0
[pid=1704/tid=1709] ppid=1702 vsize=915460 CPUtime=0.02
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 1167 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 155906142 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1711] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 1167 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906142 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 1167 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155906142 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1717] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1717/stat : 1717 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1718] ppid=1702 vsize=915460 CPUtime=0.25
/proc/1704/task/1718/stat : 1718 (java) S 1702 1704 1167 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1719] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1719/stat : 1719 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1720] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1720/stat : 1720 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.7
Current children cumulated vsize (KiB) 915460

[startup+1242.98 s]
/proc/loadavg: 2.00 1.98 1.91 3/87 1819
/proc/meminfo: memFree=998104/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=1237.44
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 10709 0 1 0 123729 15 0 0 25 0 8 0 155906138 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073647495 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1704/statm: 228865 10441 2532 14 0 215335 0
[pid=1704/tid=1709] ppid=1702 vsize=915460 CPUtime=0.02
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 1167 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 155906142 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1711] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 1167 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906142 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 1167 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155906142 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1717] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1717/stat : 1717 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1718] ppid=1702 vsize=915460 CPUtime=0.25
/proc/1704/task/1718/stat : 1718 (java) S 1702 1704 1167 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1719] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1719/stat : 1719 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1720] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1720/stat : 1720 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.44
Current children cumulated vsize (KiB) 915460

[startup+1302.98 s]
/proc/loadavg: 2.00 1.98 1.91 3/87 1819
/proc/meminfo: memFree=998104/2055920 swapFree=4192812/4192956
[pid=1704] ppid=1702 vsize=915460 CPUtime=1297.18
/proc/1704/stat : 1704 (java) R 1702 1704 1167 0 -1 0 10709 0 1 0 129703 15 0 0 25 0 8 0 155906138 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819695 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1704/statm: 228865 10441 2532 14 0 215335 0
[pid=1704/tid=1709] ppid=1702 vsize=915460 CPUtime=0.02
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 1167 0 -1 64 228 0 0 0 2 0 0 0 16 0 8 0 155906142 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1711] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 1167 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906142 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 1167 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155906142 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1717] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1717/stat : 1717 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1718] ppid=1702 vsize=915460 CPUtime=0.25
/proc/1704/task/1718/stat : 1718 (java) S 1702 1704 1167 0 -1 64 406 0 0 0 24 1 0 0 16 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1704/tid=1719] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1719/stat : 1719 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1704/tid=1720] ppid=1702 vsize=915460 CPUtime=0
/proc/1704/task/1720/stat : 1720 (java) S 1702 1704 1167 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906145 937431040 10441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.18
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 1317.08
CPU time (s): 1311.18
CPU user time (s): 1311.02
CPU system time (s): 0.162975
CPU usage (%): 99.5518
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1311.02
system time used= 0.162975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10803
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= 27902
involuntary context switches= 42505

runsolver used 1.3278 s user time and 3.35049 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sat Jan  6 09:18:04 UTC 2007


IDJOB= 210561
IDBENCH= 4629
FILE ID= node62/210561-1168075084

PBS_JOBID= 3475988

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-13-12.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210561-1168075084/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-210561-1168075084 -o ROOT/results/node62/solver-210561-1168075084 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210561-1168075084/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f1b9542cb16c4f76b1f3e7a039d7ba57

RANDOM SEED= 599617842

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.259
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.259
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:       1145128 kB
Buffers:         58924 kB
Cached:         752996 kB
SwapCached:          0 kB
Active:         118320 kB
Inactive:       714680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1145128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          31248 kB
Slab:            63456 kB
Committed_AS:  2804296 kB
PageTables:       1684 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= 66548 MiB



End job on node62 on Sat Jan  6 09:40:01 UTC 2007