Trace number 277562

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 PFCMSAT (TO) 2400.07 2404.2

General information on the benchmark

Namedimacs/pret/
pret-150-60_ext.xml
MD5SUMca337bbeb6e518888e00c1dfffb8dbc8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints99
Best CPU time to get the best result obtained on this benchmark2.44763
SatisfiableNO
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension100
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=pfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/277562-1169268579/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.43	     nbVariables=150  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.43	       =>  wckTime=0.114  cpuTime=0.1  mem=6M910
0.43	   
0.43	   relations being loaded...
0.43	   
0.43	   constraints being loaded...
0.48	     nbConstraints=100  nbRelationTypes=2  nbExtensionStructures=2  nbSharedExtensionStructures=98
0.48	     nbConflictsStructures=2  nbSharedConflictsStructures=98  nbSharedBinaryRepresentations=0  maxDegree=2  maxArity=3
0.48	       =>  wckTime=0.166  cpuTime=0.13  mem=7M885
0.52	   
0.52	   solver LocalSearchSolver being built... 
0.56	       =>  wckTime=0.244  cpuTime=0.18  mem=5M449
0.56	
0.56	s SATISFIABLE
0.56	o 55
0.56	c 45
0.56	o 57
0.56	c 43
0.56	o 59
0.56	c 41
0.56	o 61
0.57	c 39
0.57	o 63
0.57	c 37
0.57	o 65
0.57	c 35
0.57	o 67
0.57	c 33
0.57	o 69
0.57	c 31
0.57	o 71
0.57	c 29
0.58	o 73
0.58	c 27
0.58	o 75
0.58	c 25
0.58	o 77
0.58	c 23
0.58	o 79
0.58	c 21
0.58	o 81
0.58	c 19
0.58	o 83
0.58	c 17
0.58	o 85
0.58	c 15
0.59	o 87
0.59	c 13
0.59	o 89
0.59	c 11
0.59	o 91
0.59	c 9
0.59	o 93
0.59	c 7
0.60	o 95
0.60	c 5
0.60	o 97
0.60	c 3
0.60	o 99
0.60	c 1
0.60	   
0.60	   search
0.60	     run=0  nbConstraintChecks=3812  nbAssignments=123
0.60	       =>  wckTime=0.045  cpuTime=0.03  mem=5M449
0.60	   
0.60	   global
0.60	     nbConstraintChecks=3812  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.60	     solvingWckTime=0.043  solvingCpuTime=0.03  expiredTime=no  totalExploration=no  nbFoundSolutions=0
0.60	     globalCpuTime=0.26
0.60	       =>  wckTime=0.288  cpuTime=0.21  mem=5M449
0.60	   
0.60	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.45  cpuTime=0.33  mem=17M388
0.77	   
0.77	   preprocessing
0.77	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.77	     detectedInconsistency=no
0.77	       =>  wckTime=0.0040  cpuTime=0.0  mem=17M388
0.83	   
0.83	   search
0.83	     run=0  nbConstraintChecks=547  nbValidityChecks=12491  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.83	     nbAssignments=87  nbFailedAssignments=4  nbBacktracks=11  nbVisitedNodes=96  nbRestartNogoods=0
0.83	       =>  wckTime=0.066  cpuTime=0.04  mem=18M396
0.86	   
0.86	   search
0.86	     run=1  nbConstraintChecks=883  nbValidityChecks=25722  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.86	     nbAssignments=181  nbFailedAssignments=10  nbBacktracks=26  nbVisitedNodes=202  nbRestartNogoods=2
0.86	       =>  wckTime=0.099  cpuTime=0.06  mem=18M396
0.89	   
0.89	   search
0.89	     run=2  nbConstraintChecks=1167  nbValidityChecks=35990  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.89	     nbAssignments=261  nbFailedAssignments=21  nbBacktracks=48  nbVisitedNodes=300  nbRestartNogoods=4
0.89	       =>  wckTime=0.125  cpuTime=0.09  mem=18M396
0.92	   
0.92	   search
0.92	     run=3  nbConstraintChecks=1519  nbValidityChecks=50797  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.92	     nbAssignments=354  nbFailedAssignments=37  nbBacktracks=83  nbVisitedNodes=419  nbRestartNogoods=7
0.92	       =>  wckTime=0.153  cpuTime=0.11  mem=18M396
0.95	   
0.95	   search
0.95	     run=4  nbConstraintChecks=1897  nbValidityChecks=69828  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.95	     nbAssignments=475  nbFailedAssignments=60  nbBacktracks=133  nbVisitedNodes=573  nbRestartNogoods=9
0.95	       =>  wckTime=0.187  cpuTime=0.14  mem=18M396
1.00	   
1.00	   search
1.00	     run=5  nbConstraintChecks=2634  nbValidityChecks=92004  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.00	     nbAssignments=653  nbFailedAssignments=92  nbBacktracks=210  nbVisitedNodes=815  nbRestartNogoods=13
1.00	       =>  wckTime=0.238  cpuTime=0.19  mem=18M396
1.05	   
1.05	   search
1.05	     run=6  nbConstraintChecks=3636  nbValidityChecks=128649  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.05	     nbAssignments=885  nbFailedAssignments=127  nbBacktracks=326  nbVisitedNodes=1103  nbRestartNogoods=17
1.05	       =>  wckTime=0.286  cpuTime=0.24  mem=18M396
1.12	   
1.12	   search
1.12	     run=7  nbConstraintChecks=6041  nbValidityChecks=178670  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.12	     nbAssignments=1188  nbFailedAssignments=191  nbBacktracks=496  nbVisitedNodes=1499  nbRestartNogoods=23
1.12	       =>  wckTime=0.358  cpuTime=0.3  mem=18M396
1.23	   
1.23	   search
1.23	     run=8  nbConstraintChecks=10130  nbValidityChecks=245961  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.23	     nbAssignments=1596  nbFailedAssignments=262  nbBacktracks=753  nbVisitedNodes=2021  nbRestartNogoods=25
1.23	       =>  wckTime=0.46  cpuTime=0.38  mem=18M396
1.34	   
1.34	   search
1.34	     run=9  nbConstraintChecks=16510  nbValidityChecks=351573  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.34	     nbAssignments=2178  nbFailedAssignments=385  nbBacktracks=1137  nbVisitedNodes=2769  nbRestartNogoods=29
1.34	       =>  wckTime=0.576  cpuTime=0.49  mem=18M396
1.48	   
1.48	   search
1.48	     run=10  nbConstraintChecks=24863  nbValidityChecks=498791  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.48	     nbAssignments=2990  nbFailedAssignments=545  nbBacktracks=1718  nbVisitedNodes=3793  nbRestartNogoods=34
1.48	       =>  wckTime=0.718  cpuTime=0.63  mem=18M396
1.75	   
1.75	   search
1.75	     run=11  nbConstraintChecks=34692  nbValidityChecks=761947  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.75	     nbAssignments=4183  nbFailedAssignments=821  nbBacktracks=2583  nbVisitedNodes=5363  nbRestartNogoods=38
1.75	       =>  wckTime=0.982  cpuTime=0.89  mem=18M396
2.06	   
2.06	   search
2.06	     run=12  nbConstraintChecks=54461  nbValidityChecks=1084584  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
2.06	     nbAssignments=5924  nbFailedAssignments=1182  nbBacktracks=3884  nbVisitedNodes=7556  nbRestartNogoods=43
2.06	       =>  wckTime=1.292  cpuTime=1.2  mem=18M396
2.57	   
2.57	   search
2.57	     run=13  nbConstraintChecks=75668  nbValidityChecks=1524995  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
2.57	     nbAssignments=8408  nbFailedAssignments=1651  nbBacktracks=5832  nbVisitedNodes=10695  nbRestartNogoods=48
2.57	       =>  wckTime=1.802  cpuTime=1.7  mem=18M396
3.17	   
3.17	   search
3.17	     run=14  nbConstraintChecks=153714  nbValidityChecks=2131285  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
3.17	     nbAssignments=12144  nbFailedAssignments=2383  nbBacktracks=8754  nbVisitedNodes=15463  nbRestartNogoods=52
3.17	       =>  wckTime=2.405  cpuTime=2.3  mem=18M396
4.07	   
4.07	   search
4.07	     run=15  nbConstraintChecks=293574  nbValidityChecks=3023697  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
4.07	     nbAssignments=17647  nbFailedAssignments=3432  nbBacktracks=13136  nbVisitedNodes=22407  nbRestartNogoods=61
4.07	       =>  wckTime=3.304  cpuTime=3.19  mem=18M396
5.47	   
5.47	   search
5.47	     run=16  nbConstraintChecks=511771  nbValidityChecks=4286711  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
5.47	     nbAssignments=25680  nbFailedAssignments=4834  nbBacktracks=19707  nbVisitedNodes=32501  nbRestartNogoods=65
5.47	       =>  wckTime=4.702  cpuTime=4.57  mem=18M396
7.54	   
7.54	   search
7.54	     run=17  nbConstraintChecks=814786  nbValidityChecks=5684876  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
7.54	     nbAssignments=37630  nbFailedAssignments=6812  nbBacktracks=29559  nbVisitedNodes=46913  nbRestartNogoods=68
7.54	       =>  wckTime=6.772  cpuTime=6.62  mem=18M396
9.58	   
9.58	   search
9.58	     run=18  nbConstraintChecks=1734955  nbValidityChecks=7562864  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
9.58	     nbAssignments=55120  nbFailedAssignments=9418  nbBacktracks=44349  nbVisitedNodes=67680  nbRestartNogoods=77
9.58	       =>  wckTime=8.816  cpuTime=8.64  mem=18M396
12.97	   
12.97	   search
12.97	     run=19  nbConstraintChecks=2764720  nbValidityChecks=10997453  nbPropagations=0  nbRevisions=0
12.97	     nbUselessRevisions=0  nbAssignments=81169  nbFailedAssignments=13210  nbBacktracks=66517  nbVisitedNodes=99000
12.97	     nbRestartNogoods=83
12.97	       =>  wckTime=12.209  cpuTime=12.01  mem=18M396
17.44	   
17.44	   search
17.44	     run=20  nbConstraintChecks=4836440  nbValidityChecks=15212599  nbPropagations=0  nbRevisions=0
17.44	     nbUselessRevisions=0  nbAssignments=119773  nbFailedAssignments=18457  nbBacktracks=99781  nbVisitedNodes=144351
17.44	     nbRestartNogoods=89
17.44	       =>  wckTime=16.677  cpuTime=16.43  mem=18M396
23.27	   
23.27	   search
23.27	     run=21  nbConstraintChecks=8853776  nbValidityChecks=20326231  nbPropagations=0  nbRevisions=0
23.27	     nbUselessRevisions=0  nbAssignments=178190  nbFailedAssignments=26883  nbBacktracks=149663  nbVisitedNodes=213698
23.27	     nbRestartNogoods=97
23.27	       =>  wckTime=22.508  cpuTime=22.21  mem=18M396
32.76	   
32.76	   search
32.76	     run=22  nbConstraintChecks=14334736  nbValidityChecks=28880211  nbPropagations=0  nbRevisions=0
32.76	     nbUselessRevisions=0  nbAssignments=266448  nbFailedAssignments=40222  nbBacktracks=224489  nbVisitedNodes=319624
32.76	     nbRestartNogoods=103
32.76	       =>  wckTime=31.997  cpuTime=31.61  mem=18M396
46.87	   
46.87	   search
46.87	     run=23  nbConstraintChecks=22461469  nbValidityChecks=42501583  nbPropagations=0  nbRevisions=0
46.87	     nbUselessRevisions=0  nbAssignments=395223  nbFailedAssignments=56668  nbBacktracks=336720  nbVisitedNodes=468506
46.87	     nbRestartNogoods=107
46.87	       =>  wckTime=46.105  cpuTime=45.58  mem=18M396
63.84	   
63.84	   search
63.84	     run=24  nbConstraintChecks=37225143  nbValidityChecks=56722165  nbPropagations=0  nbRevisions=0
63.84	     nbUselessRevisions=0  nbAssignments=587936  nbFailedAssignments=80925  nbBacktracks=505062  nbVisitedNodes=692694
63.84	     nbRestartNogoods=112
63.84	       =>  wckTime=63.075  cpuTime=62.39  mem=18M396
89.11	   
89.11	   search
89.11	     run=25  nbConstraintChecks=61332996  nbValidityChecks=77101963  nbPropagations=0  nbRevisions=0
89.11	     nbUselessRevisions=0  nbAssignments=879152  nbFailedAssignments=119508  nbBacktracks=757573  nbVisitedNodes=1032115
89.11	     nbRestartNogoods=121
89.11	       =>  wckTime=88.346  cpuTime=87.44  mem=18M396
130.92	   
130.92	   search
130.92	     run=26  nbConstraintChecks=93626062  nbValidityChecks=112985246  nbPropagations=0  nbRevisions=0
130.92	     nbUselessRevisions=0  nbAssignments=1314983  nbFailedAssignments=176446  nbBacktracks=1136354
130.92	     nbVisitedNodes=1539633  nbRestartNogoods=130
130.92	       =>  wckTime=130.153  cpuTime=128.87  mem=18M396
193.02	   
193.02	   search
193.02	     run=27  nbConstraintChecks=142711499  nbValidityChecks=166525031  nbPropagations=0  nbRevisions=0
193.02	     nbUselessRevisions=0  nbAssignments=1968451  nbFailedAssignments=261639  nbBacktracks=1704507
193.02	     nbVisitedNodes=2302981  nbRestartNogoods=141
193.02	       =>  wckTime=192.255  cpuTime=190.39  mem=18M396
299.00	   
299.00	   search
299.00	     run=28  nbConstraintChecks=205113572  nbValidityChecks=255730666  nbPropagations=0  nbRevisions=0
299.00	     nbUselessRevisions=0  nbAssignments=2942745  nbFailedAssignments=383617  nbBacktracks=2556738
299.00	     nbVisitedNodes=3428194  nbRestartNogoods=153
299.00	       =>  wckTime=298.236  cpuTime=296.19  mem=18M396
426.36	   
426.36	   search
426.36	     run=29  nbConstraintChecks=316737897  nbValidityChecks=374369074  nbPropagations=0  nbRevisions=0
426.36	     nbUselessRevisions=0  nbAssignments=4423835  nbFailedAssignments=586243  nbBacktracks=3835089
426.36	     nbVisitedNodes=5162983  nbRestartNogoods=159
426.36	       =>  wckTime=425.596  cpuTime=423.43  mem=18M396
627.83	   
627.83	   search
627.83	     run=30  nbConstraintChecks=469804782  nbValidityChecks=602273443  nbPropagations=0  nbRevisions=0
627.83	     nbUselessRevisions=0  nbAssignments=6598940  nbFailedAssignments=843720  nbBacktracks=5752623
627.83	     nbVisitedNodes=7648928  nbRestartNogoods=170
627.83	       =>  wckTime=627.065  cpuTime=624.69  mem=18M396
913.04	   
913.04	   search
913.04	     run=31  nbConstraintChecks=716256380  nbValidityChecks=872483265  nbPropagations=0  nbRevisions=0
913.04	     nbUselessRevisions=0  nbAssignments=9873430  nbFailedAssignments=1241814  nbBacktracks=8628893
913.04	     nbVisitedNodes=11418711  nbRestartNogoods=180
913.04	       =>  wckTime=912.271  cpuTime=909.57  mem=18M396
1308.08	   
1308.08	   search
1308.08	     run=32  nbConstraintChecks=1112591544  nbValidityChecks=1228116823  nbPropagations=0  nbRevisions=0
1308.08	     nbUselessRevisions=0  nbAssignments=14776206  nbFailedAssignments=1830072  nbBacktracks=12943306
1308.08	     nbVisitedNodes=17069637  nbRestartNogoods=192
1308.08	       =>  wckTime=1307.314  cpuTime=1304.2  mem=18M396
1905.35	   
1905.35	   search
1905.35	     run=33  nbConstraintChecks=1692883564  nbValidityChecks=1789590918  nbPropagations=0  nbRevisions=0
1905.35	     nbUselessRevisions=0  nbAssignments=22086032  nbFailedAssignments=2668203  nbBacktracks=19414907
1905.35	     nbVisitedNodes=25409302  nbRestartNogoods=201
1905.35	       =>  wckTime=1904.583  cpuTime=1900.87  mem=18M396
2404.17	v 1 1 0 1 1 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 0 1 1 0 1 1 0 0 0 0 0 0 0 1 0 1 0 1 1 1 1 0 1 1 0 0 0 0 0 1 1 1 1 0 0 1 1 1 1 0 1 1 0 0 0 0 0 1 1 0 0 0 1 0 1 1 1 0 0 0 0 1 1 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 1 1 0 1 1 0 1 0 0 1 1 0 1 0 1 1 0 1 0 1 0 0 0 1 0 1 1 0 1 1 0 1 0 0 0 1 0 1 1 0 1 0 

Verifier Data (download as text)

1 unsatisfied constraints, 99 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/node61/watcher-277562-1169268579 -o ROOT/results/node61/solver-277562-1169268579 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277562-1169268579/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.00 2.02 1.97 5/81 29959
/proc/meminfo: memFree=1310816/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=18540 CPUtime=0
/proc/29958/stat : 29958 (runsolver) R 29956 29958 29692 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 275255767 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 246406507815 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29958/statm: 4635 279 244 17 0 2626 0

[startup+0.108043 s]
/proc/loadavg: 2.00 2.02 1.97 5/81 29959
/proc/meminfo: memFree=1310816/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=914988 CPUtime=0.08
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 2996 0 1 0 7 1 0 0 17 0 8 0 275255767 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925707 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.519078 s]
/proc/loadavg: 2.00 2.02 1.97 5/81 29959
/proc/meminfo: memFree=1310816/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915332 CPUtime=0.49
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 6445 0 1 0 46 3 0 0 18 0 8 0 275255767 937299968 6183 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072923463 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 228833 6183 2166 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.34022 s]
/proc/loadavg: 2.00 2.02 1.97 4/88 29966
/proc/meminfo: memFree=1284200/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915464 CPUtime=1.3
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 9387 0 1 0 124 6 0 0 25 0 8 0 275255767 937435136 9124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 228866 9124 2528 14 0 215336 0
[pid=29958/tid=29960] ppid=29956 vsize=915464 CPUtime=0.02
/proc/29958/task/29960/stat : 29960 (java) S 29956 29958 29692 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 275255771 937435136 9124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275255771 937435136 9124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 29692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275255771 937435136 9124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275255775 937435136 9124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=915464 CPUtime=0.2
/proc/29958/task/29964/stat : 29964 (java) R 29956 29958 29692 0 -1 64 366 0 0 0 19 1 0 0 16 0 8 0 275255775 937435136 9124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153353555 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29965] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275255775 937435136 9124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 29692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275255775 937435136 9124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.9775 s]
/proc/loadavg: 2.00 2.02 1.97 3/88 29966
/proc/meminfo: memFree=1284072/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915464 CPUtime=2.92
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 9405 0 1 0 286 6 0 0 25 0 8 0 275255767 937435136 9141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073616177 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 228866 9141 2528 14 0 215336 0
[pid=29958/tid=29960] ppid=29956 vsize=915464 CPUtime=0.02
/proc/29958/task/29960/stat : 29960 (java) S 29956 29958 29692 0 -1 64 141 0 0 0 2 0 0 0 17 0 8 0 275255771 937435136 9141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275255771 937435136 9141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 29692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275255771 937435136 9141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275255775 937435136 9141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=915464 CPUtime=0.21
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 29692 0 -1 64 371 0 0 0 20 1 0 0 15 0 8 0 275255775 937435136 9141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29965] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275255775 937435136 9141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 29692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275255775 937435136 9141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915464

[startup+6.27708 s]
/proc/loadavg: 2.00 2.02 1.97 3/88 29966
/proc/meminfo: memFree=1283944/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915464 CPUtime=6.19
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 9415 0 1 0 613 6 0 0 25 0 8 0 275255767 937435136 9149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073741627 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 228866 9149 2528 14 0 215336 0
[pid=29958/tid=29960] ppid=29956 vsize=915464 CPUtime=0.02
/proc/29958/task/29960/stat : 29960 (java) S 29956 29958 29692 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 275255771 937435136 9149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275255771 937435136 9149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 29692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275255771 937435136 9149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275255775 937435136 9149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=915464 CPUtime=0.21
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 29692 0 -1 64 371 0 0 0 20 1 0 0 16 0 8 0 275255775 937435136 9149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29965] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275255775 937435136 9149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 29692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275255775 937435136 9149 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915464

[startup+12.7512 s]
/proc/loadavg: 2.00 2.02 1.97 3/88 29966
/proc/meminfo: memFree=1283944/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915464 CPUtime=12.6
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 9421 0 1 0 1254 6 0 0 25 0 8 0 275255767 937435136 9155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073597901 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 228866 9155 2528 14 0 215336 0
[pid=29958/tid=29960] ppid=29956 vsize=915464 CPUtime=0.02
/proc/29958/task/29960/stat : 29960 (java) S 29956 29958 29692 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 275255771 937435136 9155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275255771 937435136 9155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 29692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275255771 937435136 9155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275255775 937435136 9155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=915464 CPUtime=0.21
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 29692 0 -1 64 371 0 0 0 20 1 0 0 16 0 8 0 275255775 937435136 9155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29965] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275255775 937435136 9155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 29692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275255775 937435136 9155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915464

[startup+25.6085 s]
/proc/loadavg: 2.00 2.02 1.97 3/88 29966
/proc/meminfo: memFree=1283944/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915464 CPUtime=25.34
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 9432 0 1 0 2528 6 0 0 25 0 8 0 275255767 937435136 9165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073707406 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 228866 9165 2528 14 0 215336 0
[pid=29958/tid=29960] ppid=29956 vsize=915464 CPUtime=0.02
/proc/29958/task/29960/stat : 29960 (java) S 29956 29958 29692 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 275255771 937435136 9165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275255771 937435136 9165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 29692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275255771 937435136 9165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275255775 937435136 9165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=915464 CPUtime=0.21
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 29692 0 -1 64 373 0 0 0 20 1 0 0 16 0 8 0 275255775 937435136 9165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29965] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275255775 937435136 9165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 29692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275255775 937435136 9165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915464

[startup+51.213 s]
/proc/loadavg: 2.00 2.02 1.97 3/88 29966
/proc/meminfo: memFree=1283944/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915464 CPUtime=50.71
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 9439 0 1 0 5065 6 0 0 25 0 8 0 275255767 937435136 9171 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073707392 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 228866 9171 2528 14 0 215336 0
[pid=29958/tid=29960] ppid=29956 vsize=915464 CPUtime=0.02
/proc/29958/task/29960/stat : 29960 (java) S 29956 29958 29692 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 275255771 937435136 9171 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275255771 937435136 9171 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 29692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275255771 937435136 9171 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275255775 937435136 9171 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=915464 CPUtime=0.21
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 29692 0 -1 64 373 0 0 0 20 1 0 0 16 0 8 0 275255775 937435136 9171 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29965] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275255775 937435136 9171 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 29692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275255775 937435136 9171 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 915464

[startup+102.424 s]
/proc/loadavg: 2.00 2.01 1.97 3/88 29966
/proc/meminfo: memFree=1283944/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915464 CPUtime=101.45
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 9446 0 1 0 10138 7 0 0 25 0 8 0 275255767 937435136 9177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760617 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 228866 9177 2528 14 0 215336 0
[pid=29958/tid=29960] ppid=29956 vsize=915464 CPUtime=0.02
/proc/29958/task/29960/stat : 29960 (java) S 29956 29958 29692 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 275255771 937435136 9177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275255771 937435136 9177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 29692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275255771 937435136 9177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275255775 937435136 9177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=915464 CPUtime=0.21
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 29692 0 -1 64 373 0 0 0 20 1 0 0 16 0 8 0 275255775 937435136 9177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29965] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275255775 937435136 9177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 29692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275255775 937435136 9177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 915464

[startup+162.47 s]
/proc/loadavg: 2.16 2.05 1.98 3/88 29966
/proc/meminfo: memFree=1283944/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915464 CPUtime=160.94
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 9451 0 1 0 16087 7 0 0 25 0 8 0 275255767 937435136 9182 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751366 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 2020.51
Current children cumulated vsize (KiB) 915464

[startup+2084.33 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 30240
/proc/meminfo: memFree=1283688/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915464 CPUtime=2080.5
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 9474 0 1 0 208033 17 0 0 25 0 8 0 275255767 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073755127 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29958/statm: 228866 9205 2528 14 0 215336 0
[pid=29958/tid=29960] ppid=29956 vsize=915464 CPUtime=0.02
/proc/29958/task/29960/stat : 29960 (java) S 29956 29958 29692 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 29692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=915464 CPUtime=0.21
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 29692 0 -1 64 374 0 0 0 20 1 0 0 16 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29958/tid=29965] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 29692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2080.5
Current children cumulated vsize (KiB) 915464

[startup+2144.38 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 30240
/proc/meminfo: memFree=1283688/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915464 CPUtime=2140.48
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 9474 0 1 0 214031 17 0 0 25 0 8 0 275255767 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746435 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29958/statm: 228866 9205 2528 14 0 215336 0
[pid=29958/tid=29960] ppid=29956 vsize=915464 CPUtime=0.02
/proc/29958/task/29960/stat : 29960 (java) S 29956 29958 29692 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 29692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=915464 CPUtime=0.21
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 29692 0 -1 64 374 0 0 0 20 1 0 0 16 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29958/tid=29965] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 29692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2140.48
Current children cumulated vsize (KiB) 915464

[startup+2204.44 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30240
/proc/meminfo: memFree=1283752/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915464 CPUtime=2200.49
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 9474 0 1 0 220032 17 0 0 25 0 8 0 275255767 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746454 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29958/statm: 228866 9205 2528 14 0 215336 0
[pid=29958/tid=29960] ppid=29956 vsize=915464 CPUtime=0.02
/proc/29958/task/29960/stat : 29960 (java) S 29956 29958 29692 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 29692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=915464 CPUtime=0.21
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 29692 0 -1 64 374 0 0 0 20 1 0 0 16 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29958/tid=29965] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 29692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2200.49
Current children cumulated vsize (KiB) 915464

[startup+2264.47 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30240
/proc/meminfo: memFree=1283752/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915464 CPUtime=2260.47
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 9474 0 1 0 226030 17 0 0 25 0 8 0 275255767 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073608806 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29958/statm: 228866 9205 2528 14 0 215336 0
[pid=29958/tid=29960] ppid=29956 vsize=915464 CPUtime=0.02
/proc/29958/task/29960/stat : 29960 (java) S 29956 29958 29692 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 29692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=915464 CPUtime=0.21
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 29692 0 -1 64 374 0 0 0 20 1 0 0 16 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29958/tid=29965] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 29692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2260.47
Current children cumulated vsize (KiB) 915464

[startup+2324.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30240
/proc/meminfo: memFree=1283688/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915464 CPUtime=2320.42
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 9474 0 1 0 232025 17 0 0 25 0 8 0 275255767 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073728599 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29958/statm: 228866 9205 2528 14 0 215336 0
[pid=29958/tid=29960] ppid=29956 vsize=915464 CPUtime=0.02
/proc/29958/task/29960/stat : 29960 (java) S 29956 29958 29692 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 29692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=915464 CPUtime=0.21
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 29692 0 -1 64 374 0 0 0 20 1 0 0 16 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29958/tid=29965] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 29692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2320.42
Current children cumulated vsize (KiB) 915464

[startup+2384.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30240
/proc/meminfo: memFree=1283752/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915464 CPUtime=2380.47
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 9474 0 1 0 238030 17 0 0 25 0 8 0 275255767 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073618010 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29958/statm: 228866 9205 2528 14 0 215336 0
[pid=29958/tid=29960] ppid=29956 vsize=915464 CPUtime=0.02
/proc/29958/task/29960/stat : 29960 (java) S 29956 29958 29692 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 29692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=915464 CPUtime=0.21
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 29692 0 -1 64 374 0 0 0 20 1 0 0 16 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29958/tid=29965] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 29692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2380.47
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2404.16 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 30240
/proc/meminfo: memFree=1283752/2055920 swapFree=4191892/4192956
[pid=29958] ppid=29956 vsize=915464 CPUtime=2400.03
/proc/29958/stat : 29958 (java) R 29956 29958 29692 0 -1 0 9474 0 1 0 239986 17 0 0 25 0 8 0 275255767 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760445 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29958/statm: 228866 9205 2528 14 0 215336 0
[pid=29958/tid=29960] ppid=29956 vsize=915464 CPUtime=0.02
/proc/29958/task/29960/stat : 29960 (java) S 29956 29958 29692 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 29692 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275255771 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=915464 CPUtime=0.21
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 29692 0 -1 64 374 0 0 0 20 1 0 0 16 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29958/tid=29965] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 29692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=915464 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 29692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275255775 937435136 9205 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 915464

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 2404.2
CPU time (s): 2400.07
CPU user time (s): 2399.89
CPU system time (s): 0.179972
CPU usage (%): 99.8279
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.89
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9496
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= 49624
involuntary context switches= 34004

runsolver used 2.6186 s user time and 8.03378 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Sat Jan 20 04:49:39 UTC 2007


IDJOB= 277562
IDBENCH= 7354
IDSOLVER= 69
FILE ID= node61/277562-1169268579

PBS_JOBID= 3607390

Free space on /tmp= 66563 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/dimacs/pret/pret-150-60_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277562-1169268579/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-277562-1169268579 -o ROOT/results/node61/solver-277562-1169268579 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277562-1169268579/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ca337bbeb6e518888e00c1dfffb8dbc8

RANDOM SEED= 352017700

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.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:       1311232 kB
Buffers:         53020 kB
Cached:         577812 kB
SwapCached:        480 kB
Active:          96124 kB
Inactive:       568364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1311232 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:          50336 kB
Slab:            65528 kB
Committed_AS:  5204836 kB
PageTables:       1848 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= 66563 MiB



End job on node61 on Sat Jan 20 05:29:44 UTC 2007