Trace number 237996

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESAC? (TO) 1800.23 1805.16

General information on the benchmark

Namehaystacks/
haystacks_30.xml
MD5SUMd19752845e2bb544181045abea63b2d0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark63.7613
SatisfiableNO
(Un)Satisfiability was proved
Number of variables900
Number of constraints13079
Maximum constraint arity2
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13079
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.35	     name=/tmp/evaluation/237996-1168352668/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.51	     nbVariables=900  nbDomainTypes=1  minDomainSize=30  maxDomainSize=30
0.51	       =>  wckTime=0.193  cpuTime=0.15  mem=8M838
0.51	   
0.51	   predicates being loaded...
0.51	   
0.51	   constraints being loaded...
2.20	     nbConstraints=13079  nbConvertedConstraints=13079  nbConvertConstraintsChecks=3600  nbExtensionStructures=4
2.20	     nbSharedExtensionStructures=13075  nbConflictsStructures=4  nbSharedConflictsStructures=13075
2.20	     nbSharedBinaryRepresentations=179  maxDegree=30  maxArity=2
2.20	       =>  wckTime=1.883  cpuTime=1.66  mem=36M849
2.33	   
2.33	   solver IterativeSystematicSolver being built... 
2.56	       =>  wckTime=2.244  cpuTime=1.84  mem=25M733
3.06	   
3.06	   preprocessing
3.06	     nbConstraintChecks=388935  nbPropagations=19427  nbRevisions=19886  nbUselessRevisions=2138  nbSingletonTests=1090
3.06	     nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
3.06	       =>  wckTime=0.49  cpuTime=0.46  mem=25M733
3.18	   
3.18	   search
3.18	     run=0  nbConstraintChecks=52522  nbPropagations=21688  nbRevisions=22192  nbUselessRevisions=2220
3.18	     nbAssignments=102  nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=123  nbRestartNogoods=0  mapSize=10
3.18	     nbInferences=0  nbTooLargeKeys=0
3.18	       =>  wckTime=0.617  cpuTime=0.57  mem=26M721
3.25	   
3.25	   search
3.25	     run=1  nbConstraintChecks=104845  nbPropagations=45681  nbRevisions=46728  nbUselessRevisions=4513
3.25	     nbAssignments=214  nbFailedAssignments=24  nbBacktracks=25  nbVisitedNodes=263  nbRestartNogoods=4  mapSize=25
3.25	     nbInferences=0  nbTooLargeKeys=0
3.25	       =>  wckTime=0.687  cpuTime=0.63  mem=26M721
3.32	   
3.32	   search
3.32	     run=2  nbConstraintChecks=157389  nbPropagations=72044  nbRevisions=73683  nbUselessRevisions=6885
3.32	     nbAssignments=339  nbFailedAssignments=44  nbBacktracks=47  nbVisitedNodes=428  nbRestartNogoods=7  mapSize=47
3.32	     nbInferences=0  nbTooLargeKeys=0
3.32	       =>  wckTime=0.757  cpuTime=0.7  mem=26M721
3.41	   
3.41	   search
3.41	     run=3  nbConstraintChecks=210238  nbPropagations=100859  nbRevisions=103140  nbUselessRevisions=9339
3.41	     nbAssignments=483  nbFailedAssignments=71  nbBacktracks=80  nbVisitedNodes=627  nbRestartNogoods=12  mapSize=80
3.41	     nbInferences=1  nbTooLargeKeys=0
3.41	       =>  wckTime=0.841  cpuTime=0.77  mem=27M708
3.49	   
3.49	   search
3.49	     run=4  nbConstraintChecks=263486  nbPropagations=132252  nbRevisions=135221  nbUselessRevisions=11874
3.49	     nbAssignments=654  nbFailedAssignments=108  nbBacktracks=130  nbVisitedNodes=875  nbRestartNogoods=16  mapSize=129
3.49	     nbInferences=4  nbTooLargeKeys=0
3.49	       =>  wckTime=0.924  cpuTime=0.86  mem=27M708
3.59	   
3.59	   search
3.59	     run=5  nbConstraintChecks=317404  nbPropagations=166460  nbRevisions=170136  nbUselessRevisions=14490
3.59	     nbAssignments=876  nbFailedAssignments=157  nbBacktracks=206  nbVisitedNodes=1212  nbRestartNogoods=21  mapSize=204
3.59	     nbInferences=21  nbTooLargeKeys=0
3.59	       =>  wckTime=1.029  cpuTime=0.96  mem=28M696
3.73	   
3.73	   search
3.73	     run=6  nbConstraintChecks=372154  nbPropagations=203798  nbRevisions=208190  nbUselessRevisions=17189
3.73	     nbAssignments=1167  nbFailedAssignments=231  nbBacktracks=319  nbVisitedNodes=1673  nbRestartNogoods=23
3.73	     mapSize=316  nbInferences=43  nbTooLargeKeys=0
3.73	       =>  wckTime=1.161  cpuTime=1.08  mem=29M684
3.90	   
3.90	   search
3.90	     run=7  nbConstraintChecks=428257  nbPropagations=244771  nbRevisions=249852  nbUselessRevisions=19975
3.90	     nbAssignments=1568  nbFailedAssignments=338  nbBacktracks=489  nbVisitedNodes=2330  nbRestartNogoods=30
3.90	     mapSize=486  nbInferences=85  nbTooLargeKeys=0
3.90	       =>  wckTime=1.338  cpuTime=1.25  mem=30M672
4.12	   
4.12	   search
4.12	     run=8  nbConstraintChecks=486460  nbPropagations=290162  nbRevisions=295827  nbUselessRevisions=22851
4.12	     nbAssignments=2139  nbFailedAssignments=489  nbBacktracks=745  nbVisitedNodes=3286  nbRestartNogoods=38
4.12	     mapSize=742  nbInferences=168  nbTooLargeKeys=0
4.12	       =>  wckTime=1.56  cpuTime=1.46  mem=32M648
4.44	   
4.44	   search
4.44	     run=9  nbConstraintChecks=548145  nbPropagations=341254  nbRevisions=347253  nbUselessRevisions=25819
4.44	     nbAssignments=2979  nbFailedAssignments=707  nbBacktracks=1129  nbVisitedNodes=4718  nbRestartNogoods=45
4.44	     mapSize=1126  nbInferences=324  nbTooLargeKeys=0
4.44	       =>  wckTime=1.872  cpuTime=1.77  mem=35M611
4.84	   
4.84	   search
4.84	     run=10  nbConstraintChecks=619357  nbPropagations=399373  nbRevisions=405656  nbUselessRevisions=28985
4.84	     nbAssignments=4102  nbFailedAssignments=1072  nbBacktracks=1705  nbVisitedNodes=6684  nbRestartNogoods=50
4.84	     mapSize=1697  nbInferences=437  nbTooLargeKeys=0
4.84	       =>  wckTime=2.273  cpuTime=2.15  mem=38M575
5.34	   
5.34	   search
5.34	     run=11  nbConstraintChecks=701319  nbPropagations=467576  nbRevisions=474052  nbUselessRevisions=32591
5.34	     nbAssignments=5833  nbFailedAssignments=1579  nbBacktracks=2569  nbVisitedNodes=9765  nbRestartNogoods=53
5.34	     mapSize=2526  nbInferences=773  nbTooLargeKeys=0
5.34	       =>  wckTime=2.779  cpuTime=2.66  mem=40M551
6.15	   
6.15	   search
6.15	     run=12  nbConstraintChecks=800145  nbPropagations=551595  nbRevisions=557164  nbUselessRevisions=36674
6.15	     nbAssignments=8686  nbFailedAssignments=2259  nbBacktracks=3866  nbVisitedNodes=14828  nbRestartNogoods=57
6.15	     mapSize=3788  nbInferences=1623  nbTooLargeKeys=0
6.15	       =>  wckTime=3.586  cpuTime=3.45  mem=43M514
8.00	   
8.00	   search
8.00	     run=13  nbConstraintChecks=1019931  nbPropagations=665058  nbRevisions=666335  nbUselessRevisions=41604
8.00	     nbAssignments=13613  nbFailedAssignments=3022  nbBacktracks=5812  nbVisitedNodes=23339  nbRestartNogoods=66
8.00	     mapSize=5692  nbInferences=3707  nbTooLargeKeys=0
8.00	       =>  wckTime=5.437  cpuTime=5.24  mem=34M204
11.03	   
11.03	   search
11.03	     run=14  nbConstraintChecks=1265124  nbPropagations=824857  nbRevisions=814404  nbUselessRevisions=47223
11.03	     nbAssignments=21712  nbFailedAssignments=4013  nbBacktracks=8732  nbVisitedNodes=37501  nbRestartNogoods=79
11.03	     mapSize=8583  nbInferences=7788  nbTooLargeKeys=0
11.03	       =>  wckTime=8.462  cpuTime=8.24  mem=67M260
16.06	   
16.06	   search
16.06	     run=15  nbConstraintChecks=1740527  nbPropagations=1064906  nbRevisions=1029474  nbUselessRevisions=54220
16.06	     nbAssignments=34959  nbFailedAssignments=5306  nbBacktracks=13111  nbVisitedNodes=60371  nbRestartNogoods=91
16.07	     mapSize=12928  nbInferences=15041  nbTooLargeKeys=0
16.07	       =>  wckTime=13.501  cpuTime=13.18  mem=94M986
22.92	   
22.92	   search
22.92	     run=16  nbConstraintChecks=2339332  nbPropagations=1412077  nbRevisions=1334357  nbUselessRevisions=62519
22.92	     nbAssignments=53477  nbFailedAssignments=7567  nbBacktracks=19679  nbVisitedNodes=92364  nbRestartNogoods=107
22.92	     mapSize=19460  nbInferences=24311  nbTooLargeKeys=0
22.92	       =>  wckTime=20.351  cpuTime=19.87  mem=108M415
36.91	   
36.91	   search
36.91	     run=17  nbConstraintChecks=3394930  nbPropagations=1988906  nbRevisions=1823280  nbUselessRevisions=73950
36.91	     nbAssignments=89936  nbFailedAssignments=9505  nbBacktracks=29531  nbVisitedNodes=157232  nbRestartNogoods=116
36.91	     mapSize=29238  nbInferences=48845  nbTooLargeKeys=0
36.91	       =>  wckTime=34.341  cpuTime=33.61  mem=164M73
55.17	   
55.17	   search
55.17	     run=18  nbConstraintChecks=4672982  nbPropagations=2851419  nbRevisions=2542499  nbUselessRevisions=89492
55.17	     nbAssignments=138608  nbFailedAssignments=12959  nbBacktracks=44310  nbVisitedNodes=242380  nbRestartNogoods=129
55.17	     mapSize=43946  nbInferences=78781  nbTooLargeKeys=0
55.17	       =>  wckTime=52.601  cpuTime=51.56  mem=235M533
85.72	   
85.72	   search
85.72	     run=19  nbConstraintChecks=6895288  nbPropagations=4211594  nbRevisions=3655734  nbUselessRevisions=108017
85.72	     nbAssignments=219024  nbFailedAssignments=17315  nbBacktracks=66478  nbVisitedNodes=383970  nbRestartNogoods=153
85.72	     mapSize=66070  nbInferences=131896  nbTooLargeKeys=0
85.72	       =>  wckTime=83.158  cpuTime=81.55  mem=334M662
137.47	   
137.47	   search
137.47	     run=20  nbConstraintChecks=10856394  nbPropagations=6464752  nbRevisions=5473899  nbUselessRevisions=135113
137.47	     nbAssignments=355824  nbFailedAssignments=21779  nbBacktracks=99730  nbVisitedNodes=628118  nbRestartNogoods=169
137.47	     mapSize=99213  nbInferences=230567  nbTooLargeKeys=0
137.47	       =>  wckTime=134.907  cpuTime=132.4  mem=484M311
173.29	   
173.29	   INFO : Stopping hyperNogood (mapSize=124280, nbTooLargekeys=0, mem=600M697)
180.62	   
180.62	   search
180.62	     run=21  nbConstraintChecks=14467858  nbPropagations=9524405  nbRevisions=7980262  nbUselessRevisions=174192
180.62	     nbAssignments=494091  nbFailedAssignments=43239  nbBacktracks=149608  nbVisitedNodes=873196  nbRestartNogoods=191
180.62	       =>  wckTime=178.057  cpuTime=174.82  mem=600M697
203.43	   
203.43	   search
203.43	     run=22  nbConstraintChecks=16406322  nbPropagations=13171586  nbRevisions=11075089  nbUselessRevisions=214872
203.43	     nbAssignments=621594  nbFailedAssignments=94974  nbBacktracks=224426  nbVisitedNodes=1103373  nbRestartNogoods=228
203.43	       =>  wckTime=200.865  cpuTime=197.42  mem=601M712
236.21	   
236.21	   search
236.21	     run=23  nbConstraintChecks=18971484  nbPropagations=17682086  nbRevisions=15035936  nbUselessRevisions=258383
236.21	     nbAssignments=811853  nbFailedAssignments=172648  nbBacktracks=336653  nbVisitedNodes=1448810  nbRestartNogoods=244
236.21	       =>  wckTime=233.643  cpuTime=229.89  mem=601M712
285.16	   
285.16	   search
285.16	     run=24  nbConstraintChecks=22726880  nbPropagations=23486632  nbRevisions=20293365  nbUselessRevisions=304956
285.16	     nbAssignments=1097374  nbFailedAssignments=289095  nbBacktracks=504994  nbVisitedNodes=1966681
285.16	     nbRestartNogoods=273
285.16	       =>  wckTime=282.593  cpuTime=278.4  mem=601M712
358.15	   
358.15	   search
358.15	     run=25  nbConstraintChecks=28092337  nbPropagations=31213213  nbRevisions=27476924  nbUselessRevisions=356152
358.15	     nbAssignments=1523642  nbFailedAssignments=462097  nbBacktracks=757506  nbVisitedNodes=2738383
358.15	     nbRestartNogoods=303
358.15	       =>  wckTime=355.587  cpuTime=350.9  mem=601M712
458.19	   
458.19	   search
458.19	     run=26  nbConstraintChecks=35943048  nbPropagations=41820823  nbRevisions=37546595  nbUselessRevisions=412726
458.19	     nbAssignments=2164010  nbFailedAssignments=722585  nbBacktracks=1136273  nbVisitedNodes=3898823
458.19	     nbRestartNogoods=338
458.19	       =>  wckTime=455.624  cpuTime=450.68  mem=601M712
603.95	   
603.95	   search
603.95	     run=27  nbConstraintChecks=47944449  nbPropagations=56768689  nbRevisions=51960432  nbUselessRevisions=475156
603.95	     nbAssignments=3126715  nbFailedAssignments=1114878  nbBacktracks=1704425  nbVisitedNodes=5644065
603.95	     nbRestartNogoods=374
603.95	       =>  wckTime=601.387  cpuTime=596.29  mem=601M712
822.85	   
822.85	   search
822.85	     run=28  nbConstraintChecks=64858579  nbPropagations=78187463  nbRevisions=72847688  nbUselessRevisions=541399
822.85	     nbAssignments=4570485  nbFailedAssignments=1704877  nbBacktracks=2556651  nbVisitedNodes=8266497
822.85	     nbRestartNogoods=404
822.85	       =>  wckTime=820.287  cpuTime=814.96  mem=601M712
1146.67	   
1146.67	   search
1146.67	     run=29  nbConstraintChecks=118387051  nbPropagations=109830112  nbRevisions=104689296  nbUselessRevisions=717512
1146.67	     nbAssignments=6738610  nbFailedAssignments=2593022  nbBacktracks=3834992  nbVisitedNodes=12204668
1146.67	     nbRestartNogoods=432
1146.67	       =>  wckTime=1144.11  cpuTime=1138.42  mem=601M712
1701.17	   
1701.17	   search
1701.17	     run=30  nbConstraintChecks=155685491  nbPropagations=156019349  nbRevisions=151089169  nbUselessRevisions=903063
1701.17	     nbAssignments=9989890  nbFailedAssignments=3925232  nbBacktracks=5752503  nbVisitedNodes=18118898
1701.17	     nbRestartNogoods=469
1701.17	       =>  wckTime=1698.61  cpuTime=1692.25  mem=601M712

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

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

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

/proc/loadavg: 2.00 2.03 2.00 4/94 23943
/proc/meminfo: memFree=1572160/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=907676 CPUtime=0.03
/proc/23942/stat : 23942 (java) S 23940 23942 23813 0 -1 0 2171 0 1 0 2 1 0 0 19 0 4 0 183661475 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/23942/statm: 226919 1920 1089 14 0 214502 0
[pid=23942/tid=23944] ppid=23940 vsize=907676 CPUtime=0
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 6 0 0 0 0 0 0 0 19 0 4 0 183661478 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=907676 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 10 0 0 0 0 0 0 0 19 0 4 0 183661479 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=907676 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) R 23940 23942 23813 0 -1 64 0 0 0 0 0 0 0 0 20 0 4 0 183661479 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 8331224 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.104273 s]
/proc/loadavg: 2.00 2.03 2.00 4/94 23943
/proc/meminfo: memFree=1572160/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=914988 CPUtime=0.08
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 3019 0 1 0 7 1 0 0 20 0 8 0 183661475 936947712 2765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7686501 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23942/statm: 228747 2765 1435 14 0 215242 0
[pid=23942/tid=23944] ppid=23940 vsize=914988 CPUtime=0
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 183661478 936947712 2765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=914988 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 183661479 936947712 2765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=914988 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23942 23813 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 183661479 936947712 2765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512362 s]
/proc/loadavg: 2.00 2.03 2.00 4/94 23943
/proc/meminfo: memFree=1572160/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=915332 CPUtime=0.48
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 6554 0 1 0 44 4 0 0 18 0 8 0 183661475 937299968 6293 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23942/statm: 228833 6293 2139 14 0 215303 0
[pid=23942/tid=23944] ppid=23940 vsize=915332 CPUtime=0
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 183661478 937299968 6293 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=915332 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 183661479 937299968 6293 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=915332 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23942 23813 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 183661479 937299968 6293 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.34051 s]
/proc/loadavg: 2.00 2.03 2.00 3/101 23950
/proc/meminfo: memFree=1510224/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=915628 CPUtime=1.3
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 17859 0 1 0 115 15 0 0 24 0 8 0 183661475 937603072 17597 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7696535 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23942/statm: 228907 17597 2180 14 0 215377 0
[pid=23942/tid=23944] ppid=23940 vsize=915628 CPUtime=0.05
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 1245 0 0 0 5 0 0 0 17 0 8 0 183661478 937603072 17597 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=915628 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183661479 937603072 17597 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=915628 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23942 23813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183661479 937603072 17597 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23947] ppid=23940 vsize=915628 CPUtime=0
/proc/23942/task/23947/stat : 23947 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183661482 937603072 17597 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23948] ppid=23940 vsize=915628 CPUtime=0.19
/proc/23942/task/23948/stat : 23948 (java) S 23940 23942 23813 0 -1 64 423 0 0 0 18 1 0 0 16 0 8 0 183661482 937603072 17597 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23949] ppid=23940 vsize=915628 CPUtime=0
/proc/23942/task/23949/stat : 23949 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183661482 937603072 17597 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23950] ppid=23940 vsize=915628 CPUtime=0
/proc/23942/task/23950/stat : 23950 (java) S 23940 23942 23813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183661482 937603072 17597 18446744073709551615 134512640 134570532 4294956464 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) 915628

[startup+2.98782 s]
/proc/loadavg: 2.00 2.03 2.00 4/101 23950
/proc/meminfo: memFree=1509968/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=915732 CPUtime=2.94
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 20257 0 1 0 232 62 0 0 25 0 8 0 183661475 937709568 19993 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23942/statm: 228933 19993 2544 14 0 215403 0
[pid=23942/tid=23944] ppid=23940 vsize=915732 CPUtime=0.17
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 3157 0 0 0 16 1 0 0 17 0 8 0 183661478 937709568 19993 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 19993 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23942 23813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 19993 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23947] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23947/stat : 23947 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183661482 937709568 19993 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23948] ppid=23940 vsize=915732 CPUtime=0.28
/proc/23942/task/23948/stat : 23948 (java) S 23940 23942 23813 0 -1 64 473 0 0 0 26 2 0 0 15 0 8 0 183661482 937709568 19993 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23949] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23949/stat : 23949 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183661482 937709568 19993 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23950] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23950/stat : 23950 (java) S 23940 23942 23813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183661482 937709568 19993 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915732

[startup+6.27844 s]
/proc/loadavg: 2.00 2.03 2.00 3/101 23950
/proc/meminfo: memFree=1501848/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=915732 CPUtime=6.19
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 20288 0 1 0 557 62 0 0 25 0 8 0 183661475 937709568 20021 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074004677 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23942/statm: 228933 20021 2545 14 0 215403 0
[pid=23942/tid=23944] ppid=23940 vsize=915732 CPUtime=0.17
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 3157 0 0 0 16 1 0 0 17 0 8 0 183661478 937709568 20021 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 20021 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23942 23813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 20021 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23947] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23947/stat : 23947 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183661482 937709568 20021 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23948] ppid=23940 vsize=915732 CPUtime=0.34
/proc/23942/task/23948/stat : 23948 (java) S 23940 23942 23813 0 -1 64 499 0 0 0 32 2 0 0 15 0 8 0 183661482 937709568 20021 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23949] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23949/stat : 23949 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183661482 937709568 20021 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23950] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23950/stat : 23950 (java) S 23940 23942 23813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183661482 937709568 20021 18446744073709551615 134512640 134570532 4294956464 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) 915732

[startup+12.7697 s]
/proc/loadavg: 2.00 2.03 2.00 3/101 23950
/proc/meminfo: memFree=1461464/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=915732 CPUtime=12.62
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 30381 0 1 0 1195 67 0 0 25 0 8 0 183661475 937709568 30111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074055539 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23942/statm: 228933 30111 2545 14 0 215403 0
[pid=23942/tid=23944] ppid=23940 vsize=915732 CPUtime=0.25
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 13246 0 0 0 21 4 0 0 16 0 8 0 183661478 937709568 30111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 30111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23942 23813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 30111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23947] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23947/stat : 23947 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183661482 937709568 30111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23948] ppid=23940 vsize=915732 CPUtime=0.35
/proc/23942/task/23948/stat : 23948 (java) S 23940 23942 23813 0 -1 64 500 0 0 0 33 2 0 0 16 0 8 0 183661482 937709568 30111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23949] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23949/stat : 23949 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183661482 937709568 30111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23950] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23950/stat : 23950 (java) S 23940 23942 23813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183661482 937709568 30111 18446744073709551615 134512640 134570532 4294956464 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) 915732

[startup+25.6201 s]
/proc/loadavg: 2.00 2.03 2.00 3/101 23950
/proc/meminfo: memFree=1424152/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=915732 CPUtime=25.35
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 44704 0 1 0 2463 72 0 0 25 0 8 0 183661475 937709568 44430 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074063770 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23942/statm: 228933 44430 2545 14 0 215403 0
[pid=23942/tid=23944] ppid=23940 vsize=915732 CPUtime=0.39
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 27565 0 0 0 29 10 0 0 16 0 8 0 183661478 937709568 44430 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 44430 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23942 23813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 44430 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23947] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23947/stat : 23947 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183661482 937709568 44430 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23948] ppid=23940 vsize=915732 CPUtime=0.35
/proc/23942/task/23948/stat : 23948 (java) S 23940 23942 23813 0 -1 64 500 0 0 0 33 2 0 0 15 0 8 0 183661482 937709568 44430 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23949] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23949/stat : 23949 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183661482 937709568 44430 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23950] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23950/stat : 23950 (java) S 23940 23942 23813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183661482 937709568 44430 18446744073709551615 134512640 134570532 4294956464 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) 915732

[startup+51.2449 s]
/proc/loadavg: 2.00 2.02 2.00 3/101 23950
/proc/meminfo: memFree=1334616/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=915732 CPUtime=50.74
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 62110 0 1 0 4994 80 0 0 25 0 8 0 183661475 937709568 61831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23942/statm: 228933 61831 2545 14 0 215403 0
[pid=23942/tid=23944] ppid=23940 vsize=915732 CPUtime=0.58
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 44965 0 0 0 40 18 0 0 16 0 8 0 183661478 937709568 61831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 61831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23942 23813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 61831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23947] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23947/stat : 23947 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183661482 937709568 61831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23948] ppid=23940 vsize=915732 CPUtime=0.35
/proc/23942/task/23948/stat : 23948 (java) S 23940 23942 23813 0 -1 64 501 0 0 0 33 2 0 0 16 0 8 0 183661482 937709568 61831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23949] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23949/stat : 23949 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183661482 937709568 61831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23950] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23950/stat : 23950 (java) S 23940 23942 23813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183661482 937709568 61831 18446744073709551615 134512640 134570532 4294956464 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) 915732

[startup+102.494 s]
/proc/loadavg: 2.00 2.02 2.00 3/101 23950
/proc/meminfo: memFree=1158104/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=915732 CPUtime=101.52
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 106159 0 1 0 10055 97 0 0 25 0 8 0 183661475 937709568 105868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074058184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23942/statm: 228933 105868 2545 14 0 215403 0
[pid=23942/tid=23944] ppid=23940 vsize=915732 CPUtime=1.06
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 89001 0 0 0 72 34 0 0 16 0 8 0 183661478 937709568 105868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 105868 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1419.15
Current children cumulated vsize (KiB) 915732

[startup+1483.68 s]
/proc/loadavg: 2.04 2.02 2.00 3/95 24051
/proc/meminfo: memFree=1198216/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=915732 CPUtime=1479.11
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 154216 0 1 0 147787 124 0 0 25 0 8 0 183661475 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23942/statm: 228933 153908 2545 14 0 215403 0
[pid=23942/tid=23944] ppid=23940 vsize=915732 CPUtime=1.64
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 137041 0 0 0 111 53 0 0 16 0 8 0 183661478 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23942 23813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23947] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23947/stat : 23947 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23948] ppid=23940 vsize=915732 CPUtime=0.35
/proc/23942/task/23948/stat : 23948 (java) S 23940 23942 23813 0 -1 64 502 0 0 0 33 2 0 0 16 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23949] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23949/stat : 23949 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23950] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23950/stat : 23950 (java) S 23940 23942 23813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1479.11
Current children cumulated vsize (KiB) 915732

[startup+1543.73 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 24051
/proc/meminfo: memFree=1198152/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=915732 CPUtime=1539.1
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 154216 0 1 0 153786 124 0 0 25 0 8 0 183661475 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074057531 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23942/statm: 228933 153908 2545 14 0 215403 0
[pid=23942/tid=23944] ppid=23940 vsize=915732 CPUtime=1.64
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 137041 0 0 0 111 53 0 0 16 0 8 0 183661478 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23942 23813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23947] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23947/stat : 23947 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23948] ppid=23940 vsize=915732 CPUtime=0.35
/proc/23942/task/23948/stat : 23948 (java) S 23940 23942 23813 0 -1 64 502 0 0 0 33 2 0 0 16 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23949] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23949/stat : 23949 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23950] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23950/stat : 23950 (java) S 23940 23942 23813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.1
Current children cumulated vsize (KiB) 915732

[startup+1603.79 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 24051
/proc/meminfo: memFree=1198152/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=915732 CPUtime=1599.1
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 154216 0 1 0 159786 124 0 0 25 0 8 0 183661475 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074057518 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23942/statm: 228933 153908 2545 14 0 215403 0
[pid=23942/tid=23944] ppid=23940 vsize=915732 CPUtime=1.64
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 137041 0 0 0 111 53 0 0 16 0 8 0 183661478 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23942 23813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23947] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23947/stat : 23947 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23948] ppid=23940 vsize=915732 CPUtime=0.35
/proc/23942/task/23948/stat : 23948 (java) S 23940 23942 23813 0 -1 64 502 0 0 0 33 2 0 0 16 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23949] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23949/stat : 23949 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23950] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23950/stat : 23950 (java) S 23940 23942 23813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.1
Current children cumulated vsize (KiB) 915732

[startup+1663.84 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 24051
/proc/meminfo: memFree=1198024/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=915732 CPUtime=1659.07
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 154216 0 1 0 165783 124 0 0 25 0 8 0 183661475 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074009506 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23942/statm: 228933 153908 2545 14 0 215403 0
[pid=23942/tid=23944] ppid=23940 vsize=915732 CPUtime=1.64
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 137041 0 0 0 111 53 0 0 16 0 8 0 183661478 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23942 23813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23947] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23947/stat : 23947 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23948] ppid=23940 vsize=915732 CPUtime=0.35
/proc/23942/task/23948/stat : 23948 (java) S 23940 23942 23813 0 -1 64 502 0 0 0 33 2 0 0 16 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23949] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23949/stat : 23949 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23950] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23950/stat : 23950 (java) S 23940 23942 23813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.07
Current children cumulated vsize (KiB) 915732

[startup+1723.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 24051
/proc/meminfo: memFree=1197960/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=915732 CPUtime=1719.06
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 154216 0 1 0 171782 124 0 0 25 0 8 0 183661475 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074036016 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23942/statm: 228933 153908 2545 14 0 215403 0
[pid=23942/tid=23944] ppid=23940 vsize=915732 CPUtime=1.64
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 137041 0 0 0 111 53 0 0 16 0 8 0 183661478 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23942 23813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23947] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23947/stat : 23947 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23948] ppid=23940 vsize=915732 CPUtime=0.35
/proc/23942/task/23948/stat : 23948 (java) S 23940 23942 23813 0 -1 64 502 0 0 0 33 2 0 0 16 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23949] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23949/stat : 23949 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23950] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23950/stat : 23950 (java) S 23940 23942 23813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.06
Current children cumulated vsize (KiB) 915732

[startup+1783.94 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 24052
/proc/meminfo: memFree=1196160/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=915732 CPUtime=1779.05
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 154216 0 1 0 177781 124 0 0 25 0 8 0 183661475 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073998362 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23942/statm: 228933 153908 2545 14 0 215403 0
[pid=23942/tid=23944] ppid=23940 vsize=915732 CPUtime=1.64
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 137041 0 0 0 111 53 0 0 16 0 8 0 183661478 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23942 23813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23947] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23947/stat : 23947 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23948] ppid=23940 vsize=915732 CPUtime=0.35
/proc/23942/task/23948/stat : 23948 (java) S 23940 23942 23813 0 -1 64 502 0 0 0 33 2 0 0 16 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23949] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23949/stat : 23949 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23950] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23950/stat : 23950 (java) S 23940 23942 23813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.05
Current children cumulated vsize (KiB) 915732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.03 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 24052
/proc/meminfo: memFree=1196160/2055920 swapFree=4171244/4192956
[pid=23942] ppid=23940 vsize=915732 CPUtime=1800.1
/proc/23942/stat : 23942 (java) R 23940 23942 23813 0 -1 0 154216 0 1 0 179886 124 0 0 25 0 8 0 183661475 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074009440 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23942/statm: 228933 153908 2545 14 0 215403 0
[pid=23942/tid=23944] ppid=23940 vsize=915732 CPUtime=1.64
/proc/23942/task/23944/stat : 23944 (java) S 23940 23942 23813 0 -1 64 137041 0 0 0 111 53 0 0 16 0 8 0 183661478 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23945] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23945/stat : 23945 (java) S 23940 23942 23813 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23946] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23946/stat : 23946 (java) S 23940 23942 23813 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183661479 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23947] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23947/stat : 23947 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23948] ppid=23940 vsize=915732 CPUtime=0.35
/proc/23942/task/23948/stat : 23948 (java) S 23940 23942 23813 0 -1 64 502 0 0 0 33 2 0 0 16 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23949] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23949/stat : 23949 (java) S 23940 23942 23813 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23942/tid=23950] ppid=23940 vsize=915732 CPUtime=0
/proc/23942/task/23950/stat : 23950 (java) S 23940 23942 23813 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183661482 937709568 153908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 915732

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

Child status: 143
Real time (s): 1805.16
CPU time (s): 1800.23
CPU user time (s): 1798.89
CPU system time (s): 1.3378
CPU usage (%): 99.727
Max. virtual memory (cumulated for all children) (KiB): 915764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.3378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154233
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= 38262
involuntary context switches= 55235

runsolver used 2.18467 s user time and 5.84511 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Tue Jan  9 14:24:28 UTC 2007


IDJOB= 237996
IDBENCH= 6976
FILE ID= node19/237996-1168352668

PBS_JOBID= 3503696

Free space on /tmp= 66555 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_30.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237996-1168352668/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-237996-1168352668 -o ROOT/results/node19/solver-237996-1168352668 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237996-1168352668/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d19752845e2bb544181045abea63b2d0

RANDOM SEED= 829565653

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.260
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.260
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:       1572576 kB
Buffers:         18524 kB
Cached:         111636 kB
SwapCached:      10396 kB
Active:         373660 kB
Inactive:        52852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1572576 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            3668 kB
Writeback:           0 kB
Mapped:         313168 kB
Slab:            40864 kB
Committed_AS:  5365336 kB
PageTables:       2972 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= 66554 MiB



End job on node19 on Tue Jan  9 14:54:34 UTC 2007