Trace number 280990

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
AbsconMax 109 EPFCOPTIMUM 650.487 651.82

General information on the benchmark

NameMaxCSP/randomMaxCSP/sparseLoose/
vcsp-40-10-13-60-33_ext.xml
MD5SUM5ee1c01b688244fb571971d2bab5b4b1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints97
Best CPU time to get the best result obtained on this benchmark5.9011
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints101
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension101
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=epfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/280990-1169309366/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.42	       =>  wckTime=0.102  cpuTime=0.09  mem=6M887
0.43	   
0.43	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.54	     nbConstraints=101  nbRelationTypes=101  nbDisconnectedVariables=1  nbExtensionStructures=101
0.54	     nbSharedExtensionStructures=0  nbConflictsStructures=101  nbSharedConflictsStructures=0
0.54	     nbSharedBinaryRepresentations=1248  maxDegree=9  maxArity=2
0.54	       =>  wckTime=0.216  cpuTime=0.15  mem=8M846
0.58	   
0.58	   solver LocalSearchSolver being built... 
0.62	       =>  wckTime=0.302  cpuTime=0.2  mem=5M493
0.63	
0.63	s SATISFIABLE
0.63	o 42
0.63	c 59
0.63	o 46
0.63	c 55
0.63	o 49
0.63	c 52
0.63	o 53
0.63	c 48
0.63	o 55
0.63	c 46
0.64	o 57
0.64	c 44
0.64	o 60
0.64	c 41
0.64	o 62
0.64	c 39
0.64	o 65
0.64	c 36
0.64	o 67
0.64	c 34
0.64	o 70
0.64	c 31
0.64	o 71
0.64	c 30
0.64	o 72
0.64	c 29
0.64	o 74
0.64	c 27
0.64	o 75
0.64	c 26
0.64	o 76
0.64	c 25
0.64	o 78
0.64	c 23
0.64	o 79
0.64	c 22
0.64	o 80
0.65	c 21
0.65	o 81
0.65	c 20
0.65	o 83
0.65	c 18
0.65	o 84
0.65	c 17
0.65	o 85
0.65	c 16
0.65	o 86
0.65	c 15
0.65	o 87
0.65	c 14
0.66	o 88
0.66	c 13
0.66	o 89
0.66	c 12
0.66	o 90
0.66	c 11
0.66	o 91
0.66	c 10
0.67	o 92
0.67	c 9
0.67	o 93
0.67	c 8
0.67	o 94
0.67	c 7
0.67	o 95
0.67	c 6
0.69	o 96
0.69	c 5
0.91	o 97
0.91	c 4
2.12	   
2.12	   search
2.12	     run=0  nbConstraintChecks=5971487  nbAssignments=10000
2.12	       =>  wckTime=1.497  cpuTime=1.47  mem=5M493
3.59	   
3.59	   search
3.59	     run=1  nbConstraintChecks=12691503  nbAssignments=20000
3.59	       =>  wckTime=2.97  cpuTime=2.93  mem=5M493
4.98	   
4.98	   search
4.98	     run=2  nbConstraintChecks=18829647  nbAssignments=30000
4.98	       =>  wckTime=4.356  cpuTime=4.31  mem=5M493
6.43	   
6.43	   search
6.43	     run=3  nbConstraintChecks=25440387  nbAssignments=40000
6.43	       =>  wckTime=5.806  cpuTime=5.74  mem=5M493
7.80	   
7.80	   search
7.80	     run=4  nbConstraintChecks=31526290  nbAssignments=50000
7.80	       =>  wckTime=7.177  cpuTime=7.11  mem=5M493
9.27	   
9.27	   search
9.27	     run=5  nbConstraintChecks=38217717  nbAssignments=60000
9.27	       =>  wckTime=8.643  cpuTime=8.56  mem=5M493
10.66	   
10.66	   search
10.66	     run=6  nbConstraintChecks=44449362  nbAssignments=70000
10.66	       =>  wckTime=10.039  cpuTime=9.94  mem=5M493
12.08	   
12.08	   search
12.08	     run=7  nbConstraintChecks=50728835  nbAssignments=80000
12.08	       =>  wckTime=11.456  cpuTime=11.34  mem=5M493
13.49	   
13.49	   search
13.49	     run=8  nbConstraintChecks=57054673  nbAssignments=90000
13.49	       =>  wckTime=12.872  cpuTime=12.75  mem=5M493
14.95	   
14.95	   search
14.95	     run=9  nbConstraintChecks=63617244  nbAssignments=100000
14.95	       =>  wckTime=14.326  cpuTime=14.19  mem=5M493
16.35	   
16.35	   search
16.35	     run=10  nbConstraintChecks=69776601  nbAssignments=110000
16.35	       =>  wckTime=15.727  cpuTime=15.58  mem=5M493
17.76	   
17.76	   search
17.76	     run=11  nbConstraintChecks=76029379  nbAssignments=120000
17.76	       =>  wckTime=17.137  cpuTime=16.98  mem=5M493
19.19	   
19.19	   search
19.19	     run=12  nbConstraintChecks=82486128  nbAssignments=130000
19.19	       =>  wckTime=18.572  cpuTime=18.41  mem=5M493
20.58	   
20.58	   search
20.58	     run=13  nbConstraintChecks=88568222  nbAssignments=140000
20.58	       =>  wckTime=19.961  cpuTime=19.78  mem=5M493
21.97	   
21.97	   search
21.97	     run=14  nbConstraintChecks=94683816  nbAssignments=150000
21.97	       =>  wckTime=21.347  cpuTime=21.14  mem=5M493
23.38	   
23.38	   search
23.38	     run=15  nbConstraintChecks=101027104  nbAssignments=160000
23.38	       =>  wckTime=22.753  cpuTime=22.54  mem=5M493
24.71	   
24.71	   search
24.71	     run=16  nbConstraintChecks=106829782  nbAssignments=170000
24.71	       =>  wckTime=24.091  cpuTime=23.87  mem=5M493
26.19	   
26.19	   search
26.19	     run=17  nbConstraintChecks=113611120  nbAssignments=180000
26.19	       =>  wckTime=25.572  cpuTime=25.33  mem=5M493
27.62	   
27.62	   search
27.62	     run=18  nbConstraintChecks=119991235  nbAssignments=190000
27.62	       =>  wckTime=26.993  cpuTime=26.74  mem=5M493
29.15	   
29.15	   search
29.15	     run=19  nbConstraintChecks=127134454  nbAssignments=200000
29.15	       =>  wckTime=28.522  cpuTime=28.26  mem=5M493
30.52	   
30.52	   search
30.52	     run=20  nbConstraintChecks=133223668  nbAssignments=210000
30.52	       =>  wckTime=29.893  cpuTime=29.61  mem=5M493
31.19	   
31.19	   search
31.19	     run=21  nbConstraintChecks=136307170  nbAssignments=214506
31.19	       =>  wckTime=30.568  cpuTime=30.29  mem=5M493
31.19	   
31.19	   global
31.19	     nbConstraintChecks=136307170  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.19	     solvingWckTime=30.566  solvingCpuTime=30.28  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.19	     globalCpuTime=30.53
31.19	       =>  wckTime=30.871  cpuTime=30.48  mem=5M493
31.19	   
31.19	   solver IterativeSystematicSolver being built... 
31.33	       =>  wckTime=31.006  cpuTime=30.59  mem=16M547
31.38	   
31.38	   preprocessing
31.38	     nbConstraintChecks=17887  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.38	     detectedInconsistency=no
31.38	       =>  wckTime=0.05  cpuTime=0.02  mem=16M547
31.43	   
31.43	   search
31.43	     run=0  nbConstraintChecks=95799  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=63
31.43	     nbFailedAssignments=46  nbBacktracks=10  nbVisitedNodes=120  nbRestartNogoods=0
31.43	       =>  wckTime=0.099  cpuTime=0.07  mem=16M547
31.52	   
31.52	   search
31.52	     run=1  nbConstraintChecks=248400  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=176
31.52	     nbFailedAssignments=137  nbBacktracks=25  nbVisitedNodes=339  nbRestartNogoods=8
31.52	       =>  wckTime=0.193  cpuTime=0.15  mem=16M547
31.61	   
31.61	   search
31.61	     run=2  nbConstraintChecks=411379  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=293
31.61	     nbFailedAssignments=227  nbBacktracks=47  nbVisitedNodes=568  nbRestartNogoods=24
31.61	       =>  wckTime=0.28  cpuTime=0.23  mem=16M547
31.75	   
31.75	   search
31.75	     run=3  nbConstraintChecks=702512  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=491
31.75	     nbFailedAssignments=388  nbBacktracks=80  nbVisitedNodes=960  nbRestartNogoods=35
31.75	       =>  wckTime=0.42  cpuTime=0.36  mem=16M547
31.87	   
31.87	   search
31.87	     run=4  nbConstraintChecks=1006653  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=691
31.87	     nbFailedAssignments=531  nbBacktracks=130  nbVisitedNodes=1353  nbRestartNogoods=47
31.87	       =>  wckTime=0.543  cpuTime=0.48  mem=16M547
32.14	   
32.14	   search
32.14	     run=5  nbConstraintChecks=1621379  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1092
32.14	     nbFailedAssignments=851  nbBacktracks=205  nbVisitedNodes=2144  nbRestartNogoods=63
32.14	       =>  wckTime=0.811  cpuTime=0.74  mem=16M547
32.39	   
32.39	   search
32.39	     run=6  nbConstraintChecks=2263758  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1500
32.39	     nbFailedAssignments=1136  nbBacktracks=318  nbVisitedNodes=2947  nbRestartNogoods=76
32.39	       =>  wckTime=1.062  cpuTime=0.98  mem=16M547
32.92	   
32.92	   search
32.92	     run=7  nbConstraintChecks=3588411  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2404
32.92	     nbFailedAssignments=1859  nbBacktracks=488  nbVisitedNodes=4737  nbRestartNogoods=92
32.92	       =>  wckTime=1.59  cpuTime=1.49  mem=16M547
33.64	   
33.64	   search
33.64	     run=8  nbConstraintChecks=5274115  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3527
33.64	     nbFailedAssignments=2709  nbBacktracks=744  nbVisitedNodes=6962  nbRestartNogoods=134
33.64	       =>  wckTime=2.309  cpuTime=2.21  mem=16M547
34.47	   
34.47	   search
34.47	     run=9  nbConstraintChecks=7685633  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4986
34.47	     nbFailedAssignments=3776  nbBacktracks=1128  nbVisitedNodes=9826  nbRestartNogoods=163
34.47	       =>  wckTime=3.142  cpuTime=3.03  mem=16M547
35.88	   
35.88	   search
35.88	     run=10  nbConstraintChecks=11216518  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7390
35.88	     nbFailedAssignments=5592  nbBacktracks=1704  nbVisitedNodes=14594  nbRestartNogoods=180
35.88	       =>  wckTime=4.549  cpuTime=4.42  mem=16M547
38.02	   
38.02	   search
38.02	     run=11  nbConstraintChecks=16451272  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10893
38.02	     nbFailedAssignments=8223  nbBacktracks=2568  nbVisitedNodes=21589  nbRestartNogoods=213
38.02	       =>  wckTime=6.693  cpuTime=6.55  mem=16M547
41.24	   
41.24	   search
41.24	     run=12  nbConstraintChecks=24726856  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16291
41.24	     nbFailedAssignments=12318  nbBacktracks=3865  nbVisitedNodes=32364  nbRestartNogoods=237
41.24	       =>  wckTime=9.911  cpuTime=9.73  mem=16M547
43.75	   
43.75	   search
43.75	     run=13  nbConstraintChecks=31943479  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=20955
43.75	     nbFailedAssignments=15020  nbBacktracks=5811  nbVisitedNodes=41643  nbRestartNogoods=253
43.75	       =>  wckTime=12.42  cpuTime=12.22  mem=16M547
49.34	   
49.34	   search
49.34	     run=14  nbConstraintChecks=45613763  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=29834
49.34	     nbFailedAssignments=20972  nbBacktracks=8730  nbVisitedNodes=59343  nbRestartNogoods=274
49.34	       =>  wckTime=18.011  cpuTime=17.77  mem=16M547
57.14	   
57.14	   search
57.14	     run=15  nbConstraintChecks=63974250  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=43057
57.14	     nbFailedAssignments=29795  nbBacktracks=13109  nbVisitedNodes=85706  nbRestartNogoods=290
57.14	       =>  wckTime=25.809  cpuTime=25.5  mem=16M547
69.11	   
69.11	   search
69.11	     run=16  nbConstraintChecks=91665577  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=62642
69.11	     nbFailedAssignments=42806  nbBacktracks=19677  nbVisitedNodes=124606  nbRestartNogoods=329
69.11	       =>  wckTime=37.785  cpuTime=37.38  mem=16M547
85.98	   
85.98	   search
85.98	     run=17  nbConstraintChecks=131663876  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=90844
85.98	     nbFailedAssignments=61147  nbBacktracks=29529  nbVisitedNodes=180500  nbRestartNogoods=358
85.98	       =>  wckTime=54.651  cpuTime=54.18  mem=16M547
109.33	   
109.33	   search
109.33	     run=18  nbConstraintChecks=185425917  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=127809
109.33	     nbFailedAssignments=83328  nbBacktracks=44307  nbVisitedNodes=253891  nbRestartNogoods=370
109.33	       =>  wckTime=78.005  cpuTime=77.5  mem=16M547
141.03	   
141.03	   search
141.03	     run=19  nbConstraintChecks=260833415  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=181986
141.03	     nbFailedAssignments=115330  nbBacktracks=66475  nbVisitedNodes=361334  nbRestartNogoods=394
141.03	       =>  wckTime=109.7  cpuTime=109.15  mem=16M547
185.65	   
185.65	   search
185.65	     run=20  nbConstraintChecks=364091829  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=259423
185.65	     nbFailedAssignments=159508  nbBacktracks=99727  nbVisitedNodes=514371  nbRestartNogoods=414
185.65	       =>  wckTime=154.321  cpuTime=153.72  mem=16M547
249.11	   
249.11	   search
249.11	     run=21  nbConstraintChecks=511370339  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=365831
249.11	     nbFailedAssignments=216031  nbBacktracks=149606  nbVisitedNodes=724299  nbRestartNogoods=432
249.11	       =>  wckTime=217.777  cpuTime=217.12  mem=16M547
347.65	   
347.65	   search
347.65	     run=22  nbConstraintChecks=736016110  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=534585
347.65	     nbFailedAssignments=309962  nbBacktracks=224425  nbVisitedNodes=1056676  nbRestartNogoods=459
347.65	       =>  wckTime=316.316  cpuTime=315.55  mem=16M547
499.64	   
499.64	   search
499.64	     run=23  nbConstraintChecks=1077221509  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=789110
499.64	     nbFailedAssignments=452253  nbBacktracks=336653  nbVisitedNodes=1556689  nbRestartNogoods=474
499.64	       =>  wckTime=468.307  cpuTime=467.37  mem=16M547
651.75	   
651.75	   search
651.75	     run=24  nbConstraintChecks=1408364874  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1032279
651.76	     nbFailedAssignments=582153  nbBacktracks=449923  nbVisitedNodes=2033895  nbRestartNogoods=490
651.76	       =>  wckTime=620.426  cpuTime=619.34  mem=16M547
651.76	   
651.76	   global
651.76	     nbConstraintChecks=1408382761  nbRestartNogoods=490  solvingWckTime=620.427  solvingCpuTime=619.35  expiredTime=no
651.76	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=649.99
651.76	       =>  wckTime=651.435  cpuTime=649.94  mem=16M547
651.76	
651.76	s OPTIMUM FOUND
651.76	v 6 9 8 2 0 6 0 9 2 6 1 9 2 1 8 7 7 4 8 5 2 3 5 3 5 0 5 0 5 8 1 3 6 6 1 9 4 6 8 6 
651.76	   
651.76	   totalWckTime=651.518  totalCpuTime=649.99

Verifier Data (download as text)

4 unsatisfied constraints, 97 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node38/watcher-280990-1169309366 -o ROOT/results/node38/solver-280990-1169309366 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280990-1169309366/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.02 2.00 1.89 4/74 1462
/proc/meminfo: memFree=1181624/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=18540 CPUtime=0
/proc/1461/stat : 1461 (runsolver) R 1459 1461 664 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 279336226 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 266890439975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1461/statm: 4635 279 244 17 0 2626 0

[startup+0.108092 s]
/proc/loadavg: 2.02 2.00 1.89 4/74 1462
/proc/meminfo: memFree=1181624/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=914988 CPUtime=0.08
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 2980 0 1 0 7 1 0 0 17 0 8 0 279336226 936947712 2726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072916973 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1461/statm: 228747 2726 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.516171 s]
/proc/loadavg: 2.02 2.00 1.89 4/74 1462
/proc/meminfo: memFree=1181624/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915332 CPUtime=0.47
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 6495 0 1 0 44 3 0 0 18 0 8 0 279336226 937299968 6234 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1461/statm: 228833 6234 2152 14 0 215303 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915332

[startup+1.33833 s]
/proc/loadavg: 2.02 2.00 1.89 3/81 1469
/proc/meminfo: memFree=1163840/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915448 CPUtime=1.29
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 7109 0 1 0 108 21 0 0 25 0 8 0 279336226 937418752 6847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1461/statm: 228862 6847 2479 14 0 215332 0
[pid=1461/tid=1463] ppid=1459 vsize=915448 CPUtime=0.02
/proc/1461/task/1463/stat : 1463 (java) S 1459 1461 664 0 -1 64 152 0 0 0 2 0 0 0 16 0 8 0 279336231 937418752 6847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1464] ppid=1459 vsize=915448 CPUtime=0
/proc/1461/task/1464/stat : 1464 (java) S 1459 1461 664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279336231 937418752 6847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1465] ppid=1459 vsize=915448 CPUtime=0
/proc/1461/task/1465/stat : 1465 (java) S 1459 1461 664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279336231 937418752 6847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1466] ppid=1459 vsize=915448 CPUtime=0
/proc/1461/task/1466/stat : 1466 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279336234 937418752 6847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1467] ppid=1459 vsize=915448 CPUtime=0.12
/proc/1461/task/1467/stat : 1467 (java) S 1459 1461 664 0 -1 64 331 0 0 0 12 0 0 0 16 0 8 0 279336234 937418752 6847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1468] ppid=1459 vsize=915448 CPUtime=0
/proc/1461/task/1468/stat : 1468 (java) S 1459 1461 664 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279336234 937418752 6847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1469] ppid=1459 vsize=915448 CPUtime=0
/proc/1461/task/1469/stat : 1469 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279336235 937418752 6847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915448

[startup+2.98864 s]
/proc/loadavg: 2.02 2.00 1.89 3/81 1469
/proc/meminfo: memFree=1163840/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915444 CPUtime=2.93
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 7112 0 1 0 227 66 0 0 25 0 8 0 279336226 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073666830 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1461/statm: 228861 6849 2479 14 0 215331 0
[pid=1461/tid=1463] ppid=1459 vsize=915444 CPUtime=0.02
/proc/1461/task/1463/stat : 1463 (java) S 1459 1461 664 0 -1 64 152 0 0 0 2 0 0 0 16 0 8 0 279336231 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1464] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1464/stat : 1464 (java) S 1459 1461 664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279336231 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1465] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1465/stat : 1465 (java) S 1459 1461 664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279336231 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1466] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1466/stat : 1466 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279336234 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1467] ppid=1459 vsize=915444 CPUtime=0.12
/proc/1461/task/1467/stat : 1467 (java) S 1459 1461 664 0 -1 64 333 0 0 0 12 0 0 0 16 0 8 0 279336234 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1468] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1468/stat : 1468 (java) S 1459 1461 664 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279336234 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1469] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1469/stat : 1469 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279336235 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915444

[startup+6.27228 s]
/proc/loadavg: 2.02 2.00 1.90 3/81 1469
/proc/meminfo: memFree=1163712/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915444 CPUtime=6.18
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 7112 0 1 0 460 158 0 0 25 0 8 0 279336226 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073676951 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1461/statm: 228861 6849 2479 14 0 215331 0
[pid=1461/tid=1463] ppid=1459 vsize=915444 CPUtime=0.02
/proc/1461/task/1463/stat : 1463 (java) S 1459 1461 664 0 -1 64 152 0 0 0 2 0 0 0 16 0 8 0 279336231 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1464] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1464/stat : 1464 (java) S 1459 1461 664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279336231 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1465] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1465/stat : 1465 (java) S 1459 1461 664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279336231 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1466] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1466/stat : 1466 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279336234 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1467] ppid=1459 vsize=915444 CPUtime=0.12
/proc/1461/task/1467/stat : 1467 (java) S 1459 1461 664 0 -1 64 333 0 0 0 12 0 0 0 16 0 8 0 279336234 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1468] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1468/stat : 1468 (java) S 1459 1461 664 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279336234 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1469] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1469/stat : 1469 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279336235 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915444

[startup+12.7595 s]
/proc/loadavg: 2.01 2.00 1.90 3/81 1469
/proc/meminfo: memFree=1163728/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915444 CPUtime=12.62
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 7112 0 1 0 922 340 0 0 25 0 8 0 279336226 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073668656 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1461/statm: 228861 6849 2479 14 0 215331 0
[pid=1461/tid=1463] ppid=1459 vsize=915444 CPUtime=0.02
/proc/1461/task/1463/stat : 1463 (java) S 1459 1461 664 0 -1 64 152 0 0 0 2 0 0 0 16 0 8 0 279336231 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1464] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1464/stat : 1464 (java) S 1459 1461 664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279336231 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1465] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1465/stat : 1465 (java) S 1459 1461 664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279336231 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1466] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1466/stat : 1466 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279336234 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1467] ppid=1459 vsize=915444 CPUtime=0.12
/proc/1461/task/1467/stat : 1467 (java) S 1459 1461 664 0 -1 64 333 0 0 0 12 0 0 0 16 0 8 0 279336234 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1468] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1468/stat : 1468 (java) S 1459 1461 664 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279336234 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1469] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1469/stat : 1469 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279336235 937414656 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915444

[startup+25.602 s]
/proc/loadavg: 2.01 2.00 1.90 3/81 1469
/proc/meminfo: memFree=1163728/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915444 CPUtime=25.35
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 7113 0 1 0 1834 701 0 0 25 0 8 0 279336226 937414656 6850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073666828 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1461/statm: 228861 6850 2479 14 0 215331 0
[pid=1461/tid=1463] ppid=1459 vsize=915444 CPUtime=0.02
/proc/1461/task/1463/stat : 1463 (java) S 1459 1461 664 0 -1 64 152 0 0 0 2 0 0 0 16 0 8 0 279336231 937414656 6850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1464] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1464/stat : 1464 (java) S 1459 1461 664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279336231 937414656 6850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1465] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1465/stat : 1465 (java) S 1459 1461 664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279336231 937414656 6850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1466] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1466/stat : 1466 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279336234 937414656 6850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1467] ppid=1459 vsize=915444 CPUtime=0.12
/proc/1461/task/1467/stat : 1467 (java) S 1459 1461 664 0 -1 64 334 0 0 0 12 0 0 0 16 0 8 0 279336234 937414656 6850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1468] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1468/stat : 1468 (java) S 1459 1461 664 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279336234 937414656 6850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1469] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1469/stat : 1469 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279336235 937414656 6850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915444

[startup+51.216 s]
/proc/loadavg: 2.01 2.00 1.90 3/81 1469
/proc/meminfo: memFree=1156240/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915444 CPUtime=50.74
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 9049 0 1 0 4228 846 0 0 25 0 8 0 279336226 937414656 8781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073831517 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1461/statm: 228861 8781 2532 14 0 215331 0
[pid=1461/tid=1463] ppid=1459 vsize=915444 CPUtime=0.02
/proc/1461/task/1463/stat : 1463 (java) S 1459 1461 664 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279336231 937414656 8781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1464] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1464/stat : 1464 (java) S 1459 1461 664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279336231 937414656 8781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1465] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1465/stat : 1465 (java) S 1459 1461 664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279336231 937414656 8781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1466] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1466/stat : 1466 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279336234 937414656 8781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1467] ppid=1459 vsize=915444 CPUtime=0.24
/proc/1461/task/1467/stat : 1467 (java) S 1459 1461 664 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 279336234 937414656 8781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1468] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1468/stat : 1468 (java) S 1459 1461 664 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279336234 937414656 8781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1469] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1469/stat : 1469 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279336235 937414656 8781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 915444

[startup+102.437 s]
/proc/loadavg: 2.00 2.00 1.90 3/81 1560
/proc/meminfo: memFree=1330704/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915444 CPUtime=101.71
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 9057 0 1 0 9324 847 0 0 25 0 8 0 279336226 937414656 8789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804452 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1461/statm: 228861 8789 2532 14 0 215331 0
[pid=1461/tid=1463] ppid=1459 vsize=915444 CPUtime=0.02
/proc/1461/task/1463/stat : 1463 (java) S 1459 1461 664 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279336231 937414656 8789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1464] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1464/stat : 1464 (java) S 1459 1461 664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279336231 937414656 8789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1465] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1465/stat : 1465 (java) S 1459 1461 664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279336231 937414656 8789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1466] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1466/stat : 1466 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279336234 937414656 8789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1467] ppid=1459 vsize=915444 CPUtime=0.24
/proc/1461/task/1467/stat : 1467 (java) S 1459 1461 664 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 279336234 937414656 8789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1468] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1468/stat : 1468 (java) S 1459 1461 664 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279336234 937414656 8789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1469] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1469/stat : 1469 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279336235 937414656 8789 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 915444

[startup+162.533 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 1560
/proc/meminfo: memFree=1330832/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915444 CPUtime=161.74
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 9064 0 1 0 15327 847 0 0 25 0 8 0 279336226 937414656 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839470 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/1461/task/1466/stat : 1466 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279336234 937414656 8796 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1467] ppid=1459 vsize=915444 CPUtime=0.24
/proc/1461/task/1467/stat : 1467 (java) S 1459 1461 664 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 279336234 937414656 8796 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1461/tid=1468] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1468/stat : 1468 (java) S 1459 1461 664 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279336234 937414656 8796 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1469] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1469/stat : 1469 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279336235 937414656 8796 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.79
Current children cumulated vsize (KiB) 915444

[startup+282.731 s]
/proc/loadavg: 2.06 2.02 1.92 3/81 1560
/proc/meminfo: memFree=1330768/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915444 CPUtime=281.81
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 9070 0 1 0 27334 847 0 0 25 0 8 0 279336226 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073840432 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1461/statm: 228861 8799 2532 14 0 215331 0
[pid=1461/tid=1463] ppid=1459 vsize=915444 CPUtime=0.02
/proc/1461/task/1463/stat : 1463 (java) S 1459 1461 664 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279336231 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1464/stat : 1464 (java) S 1459 1461 664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279336231 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1465] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1465/stat : 1465 (java) S 1459 1461 664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279336231 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1466] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1466/stat : 1466 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279336234 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1467] ppid=1459 vsize=915444 CPUtime=0.24
/proc/1461/task/1467/stat : 1467 (java) S 1459 1461 664 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 279336234 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1461/tid=1468] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1468/stat : 1468 (java) S 1459 1461 664 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279336234 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1469] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1469/stat : 1469 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279336235 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.81
Current children cumulated vsize (KiB) 915444

[startup+342.828 s]
/proc/loadavg: 2.05 2.03 1.93 3/81 1560
/proc/meminfo: memFree=1330768/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915444 CPUtime=341.87
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 9070 0 1 0 33339 848 0 0 25 0 8 0 279336226 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073832355 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1461/statm: 228861 8799 2532 14 0 215331 0
[pid=1461/tid=1463] ppid=1459 vsize=915444 CPUtime=0.02
/proc/1461/task/1463/stat : 1463 (java) S 1459 1461 664 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279336231 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1464/stat : 1464 (java) S 1459 1461 664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279336231 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1465] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1465/stat : 1465 (java) S 1459 1461 664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279336231 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1466] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1466/stat : 1466 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279336234 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1467] ppid=1459 vsize=915444 CPUtime=0.24
/proc/1461/task/1467/stat : 1467 (java) S 1459 1461 664 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 279336234 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1461/tid=1468] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1468/stat : 1468 (java) S 1459 1461 664 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279336234 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1469] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1469/stat : 1469 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279336235 937414656 8799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.87
Current children cumulated vsize (KiB) 915444

[startup+402.913 s]
/proc/loadavg: 2.02 2.02 1.93 3/81 1560
/proc/meminfo: memFree=1330768/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915444 CPUtime=401.89
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 9073 0 1 0 39341 848 0 0 25 0 8 0 279336226 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805261 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1461/statm: 228861 8802 2532 14 0 215331 0
[pid=1461/tid=1463] ppid=1459 vsize=915444 CPUtime=0.02
/proc/1461/task/1463/stat : 1463 (java) S 1459 1461 664 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279336231 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1464/stat : 1464 (java) S 1459 1461 664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279336231 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1465] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1465/stat : 1465 (java) S 1459 1461 664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279336231 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1466] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1466/stat : 1466 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279336234 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1467] ppid=1459 vsize=915444 CPUtime=0.24
/proc/1461/task/1467/stat : 1467 (java) S 1459 1461 664 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 279336234 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1461/tid=1468] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1468/stat : 1468 (java) S 1459 1461 664 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279336234 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1469] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1469/stat : 1469 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279336235 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.89
Current children cumulated vsize (KiB) 915444

[startup+463.008 s]
/proc/loadavg: 2.08 2.03 1.93 3/81 1560
/proc/meminfo: memFree=1330768/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915444 CPUtime=461.91
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 9073 0 1 0 45343 848 0 0 25 0 8 0 279336226 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810629 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1461/statm: 228861 8802 2532 14 0 215331 0
[pid=1461/tid=1463] ppid=1459 vsize=915444 CPUtime=0.02
/proc/1461/task/1463/stat : 1463 (java) S 1459 1461 664 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279336231 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1464/stat : 1464 (java) S 1459 1461 664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279336231 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1465] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1465/stat : 1465 (java) S 1459 1461 664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279336231 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1466] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1466/stat : 1466 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279336234 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1467] ppid=1459 vsize=915444 CPUtime=0.24
/proc/1461/task/1467/stat : 1467 (java) S 1459 1461 664 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 279336234 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1461/tid=1468] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1468/stat : 1468 (java) S 1459 1461 664 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279336234 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1469] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1469/stat : 1469 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279336235 937414656 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.91
Current children cumulated vsize (KiB) 915444

[startup+523.107 s]
/proc/loadavg: 2.03 2.02 1.93 3/81 1560
/proc/meminfo: memFree=1330768/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915444 CPUtime=521.96
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 9076 0 1 0 51348 848 0 0 25 0 8 0 279336226 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804448 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1461/statm: 228861 8805 2532 14 0 215331 0
[pid=1461/tid=1463] ppid=1459 vsize=915444 CPUtime=0.02
/proc/1461/task/1463/stat : 1463 (java) S 1459 1461 664 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279336231 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1464/stat : 1464 (java) S 1459 1461 664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279336231 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1465] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1465/stat : 1465 (java) S 1459 1461 664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279336231 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1466] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1466/stat : 1466 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279336234 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1467] ppid=1459 vsize=915444 CPUtime=0.24
/proc/1461/task/1467/stat : 1467 (java) S 1459 1461 664 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 279336234 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1461/tid=1468] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1468/stat : 1468 (java) S 1459 1461 664 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279336234 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1469] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1469/stat : 1469 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279336235 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.96
Current children cumulated vsize (KiB) 915444

[startup+583.209 s]
/proc/loadavg: 2.01 2.02 1.93 3/81 1560
/proc/meminfo: memFree=1330768/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915444 CPUtime=582
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 9076 0 1 0 57352 848 0 0 25 0 8 0 279336226 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073832375 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1461/statm: 228861 8805 2532 14 0 215331 0
[pid=1461/tid=1463] ppid=1459 vsize=915444 CPUtime=0.02
/proc/1461/task/1463/stat : 1463 (java) S 1459 1461 664 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279336231 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1464/stat : 1464 (java) S 1459 1461 664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279336231 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1465] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1465/stat : 1465 (java) S 1459 1461 664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279336231 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1466] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1466/stat : 1466 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279336234 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1467] ppid=1459 vsize=915444 CPUtime=0.24
/proc/1461/task/1467/stat : 1467 (java) S 1459 1461 664 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 279336234 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1461/tid=1468] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1468/stat : 1468 (java) S 1459 1461 664 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279336234 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1469] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1469/stat : 1469 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279336235 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 915444

[startup+643.303 s]
/proc/loadavg: 2.00 2.01 1.93 3/81 1560
/proc/meminfo: memFree=1330704/2055920 swapFree=4192812/4192956
[pid=1461] ppid=1459 vsize=915444 CPUtime=642.01
/proc/1461/stat : 1461 (java) R 1459 1461 664 0 -1 0 9076 0 1 0 63353 848 0 0 25 0 8 0 279336226 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1461/statm: 228861 8805 2532 14 0 215331 0
[pid=1461/tid=1463] ppid=1459 vsize=915444 CPUtime=0.02
/proc/1461/task/1463/stat : 1463 (java) S 1459 1461 664 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279336231 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1464/stat : 1464 (java) S 1459 1461 664 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279336231 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1465] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1465/stat : 1465 (java) S 1459 1461 664 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279336231 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1466] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1466/stat : 1466 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279336234 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1467] ppid=1459 vsize=915444 CPUtime=0.24
/proc/1461/task/1467/stat : 1467 (java) S 1459 1461 664 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 279336234 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1461/tid=1468] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1468/stat : 1468 (java) S 1459 1461 664 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279336234 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1461/tid=1469] ppid=1459 vsize=915444 CPUtime=0
/proc/1461/task/1469/stat : 1469 (java) S 1459 1461 664 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279336235 937414656 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 915444

Child status: 0
Real time (s): 651.82
CPU time (s): 650.487
CPU user time (s): 641.993
CPU system time (s): 8.49371
CPU usage (%): 99.7955
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 641.993
system time used= 8.49371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9171
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= 14309
involuntary context switches= 7569

runsolver used 0.832873 s user time and 2.06169 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sat Jan 20 16:09:26 UTC 2007


IDJOB= 280990
IDBENCH= 12023
IDSOLVER= 68
FILE ID= node38/280990-1169309366

PBS_JOBID= 3610119

Free space on /tmp= 66559 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/randomMaxCSP/sparseLoose/vcsp-40-10-13-60-33_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280990-1169309366/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-280990-1169309366 -o ROOT/results/node38/solver-280990-1169309366 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280990-1169309366/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5ee1c01b688244fb571971d2bab5b4b1

RANDOM SEED= 757845327

TIME LIMIT= 2400 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.267
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.267
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:       1182104 kB
Buffers:         39360 kB
Cached:         481588 kB
SwapCached:          0 kB
Active:         408056 kB
Inactive:       393344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1182104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:         291788 kB
Slab:            57356 kB
Committed_AS:  5830488 kB
PageTables:       2392 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= 66561 MiB



End job on node38 on Sat Jan 20 16:20:18 UTC 2007