Trace number 275745

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 2416.24

General information on the benchmark

NamepseudoSeries/uclid/
blast-floppy1-6.xml
MD5SUM7858bbb2995540e71f464a345aca5f7d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints590
Best CPU time to get the best result obtained on this benchmark2400.04
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables719
Number of constraints592
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension592
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/275745-1169226385/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.50	     nbVariables=719  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2
0.50	       =>  wckTime=0.184  cpuTime=0.13  mem=8M860
0.50	   
0.50	   predicates being loaded...
0.51	   
0.51	   constraints being loaded...
4.36	     nbConstraints=592  nbSingletonDomainVariables=221  nbConvertedConstraints=254  nbConvertConstraintsChecks=1573792
4.36	     nbExtensionStructures=8  nbSharedExtensionStructures=246  nbConflictsStructures=54  nbSharedConflictsStructures=378
4.36	     nbUnbuiltConflictsStructures=64  nbSharedBinaryRepresentations=17  nbEvaluationManagers=110
4.36	     nbSharedEvaluationManagers=228  maxDegree=70  maxArity=19
4.36	       =>  wckTime=4.042  cpuTime=3.85  mem=41M41
4.42	   
4.42	   solver LocalSearchSolver being built... 
4.46	       =>  wckTime=4.15  cpuTime=3.89  mem=7M123
4.47	
4.47	s SATISFIABLE
4.47	o 539
4.47	c 53
4.48	o 541
4.48	c 51
4.49	o 543
4.49	c 49
4.49	o 545
4.49	c 47
4.50	o 547
4.50	c 45
4.50	o 549
4.50	c 43
4.55	o 550
4.55	c 42
4.55	o 551
4.55	c 41
4.66	o 552
4.66	c 40
4.66	o 553
4.66	c 39
4.67	o 554
4.67	c 38
4.89	o 555
4.89	c 37
5.00	o 556
5.00	c 36
5.09	o 557
5.09	c 35
5.32	o 558
5.32	c 34
5.76	o 559
5.76	c 33
6.20	o 560
6.20	c 32
6.30	o 561
6.30	c 31
6.31	o 562
6.31	c 30
6.99	o 564
6.99	c 28
8.73	o 565
8.73	c 27
10.32	o 566
10.32	c 26
40.60	   
40.60	   search
40.60	     run=0  nbConstraintChecks=15298489  nbAssignments=8738
40.60	       =>  wckTime=36.138  cpuTime=35.79  mem=7M123
40.60	   
40.60	   global
40.60	     nbConstraintChecks=15298489  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
40.60	     solvingWckTime=36.136  solvingCpuTime=35.79  expiredTime=no  totalExploration=no  nbFoundSolutions=0
40.60	     globalCpuTime=39.74
40.60	       =>  wckTime=40.289  cpuTime=39.68  mem=7M123
40.60	   
40.60	   solver IterativeSystematicSolver being built... 
40.82	       =>  wckTime=40.502  cpuTime=39.85  mem=27M827
49.51	   
49.51	   preprocessing
49.51	     nbConstraintChecks=4364541  nbValidityChecks=3209  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
49.51	     nbRemovedValues=0  detectedInconsistency=no
49.51	       =>  wckTime=8.695  cpuTime=8.6  mem=28M801
86.14	o 580
86.14	c 12
86.19	   
86.19	   search
86.19	     run=0  nbConstraintChecks=17442701  nbValidityChecks=1513668  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
86.19	     nbAssignments=719  nbFailedAssignments=0  nbBacktracks=113  nbVisitedNodes=756  nbRestartNogoods=0
86.19	       =>  wckTime=45.376  cpuTime=44.92  mem=28M801
120.60	   
120.60	   search
120.60	     run=1  nbConstraintChecks=33743959  nbValidityChecks=3024094  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
120.60	     nbAssignments=1362  nbFailedAssignments=1  nbBacktracks=148  nbVisitedNodes=1402  nbRestartNogoods=1
120.60	       =>  wckTime=79.784  cpuTime=79.01  mem=28M801
154.53	   
154.53	   search
154.53	     run=2  nbConstraintChecks=49861238  nbValidityChecks=4534258  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
154.53	     nbAssignments=2006  nbFailedAssignments=3  nbBacktracks=184  nbVisitedNodes=2050  nbRestartNogoods=2
154.53	       =>  wckTime=113.713  cpuTime=112.6  mem=28M801
188.01	   
188.01	   search
188.01	     run=3  nbConstraintChecks=65646611  nbValidityChecks=6043695  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
188.01	     nbAssignments=2650  nbFailedAssignments=5  nbBacktracks=219  nbVisitedNodes=2698  nbRestartNogoods=3
188.01	       =>  wckTime=147.189  cpuTime=145.76  mem=28M801
221.13	   
221.13	   search
221.13	     run=4  nbConstraintChecks=81285750  nbValidityChecks=7566285  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
221.13	     nbAssignments=3336  nbFailedAssignments=9  nbBacktracks=295  nbVisitedNodes=3394  nbRestartNogoods=5
221.13	       =>  wckTime=180.311  cpuTime=178.57  mem=28M801
254.08	   
254.08	   search
254.08	     run=5  nbConstraintChecks=96837236  nbValidityChecks=9088384  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
254.08	     nbAssignments=4023  nbFailedAssignments=13  nbBacktracks=371  nbVisitedNodes=4091  nbRestartNogoods=7
254.08	       =>  wckTime=213.265  cpuTime=211.23  mem=28M801
287.04	   
287.04	   search
287.04	     run=6  nbConstraintChecks=112370089  nbValidityChecks=10632724  nbPropagations=0  nbRevisions=0
287.04	     nbUselessRevisions=0  nbAssignments=4783  nbFailedAssignments=19  nbBacktracks=519  nbVisitedNodes=4868
287.04	     nbRestartNogoods=9
287.04	       =>  wckTime=246.219  cpuTime=243.88  mem=28M801
319.91	   
319.91	   search
319.91	     run=7  nbConstraintChecks=127889727  nbValidityChecks=12189026  nbPropagations=0  nbRevisions=0
319.91	     nbUselessRevisions=0  nbAssignments=5582  nbFailedAssignments=27  nbBacktracks=708  nbVisitedNodes=5689
319.91	     nbRestartNogoods=12
319.91	       =>  wckTime=279.097  cpuTime=276.46  mem=28M801
352.87	   
352.87	   search
352.87	     run=8  nbConstraintChecks=143435104  nbValidityChecks=13769956  nbPropagations=0  nbRevisions=0
352.87	     nbUselessRevisions=0  nbAssignments=6460  nbFailedAssignments=37  nbBacktracks=970  nbVisitedNodes=6598
352.87	     nbRestartNogoods=14
352.87	       =>  wckTime=312.056  cpuTime=309.12  mem=28M801
386.04	   
386.04	   search
386.04	     run=9  nbConstraintChecks=159054484  nbValidityChecks=15396258  nbPropagations=0  nbRevisions=0
386.04	     nbUselessRevisions=0  nbAssignments=7472  nbFailedAssignments=52  nbBacktracks=1366  nbVisitedNodes=7665
386.04	     nbRestartNogoods=18
386.04	       =>  wckTime=345.22  cpuTime=341.98  mem=28M801
420.79	   
420.79	   search
420.79	     run=10  nbConstraintChecks=175490799  nbValidityChecks=17076407  nbPropagations=0  nbRevisions=0
420.79	     nbUselessRevisions=0  nbAssignments=8688  nbFailedAssignments=68  nbBacktracks=1960  nbVisitedNodes=8939
420.79	     nbRestartNogoods=21
420.79	       =>  wckTime=379.968  cpuTime=376.41  mem=28M801
454.37	o 582
454.37	c 10
455.34	   
455.34	   search
455.34	     run=11  nbConstraintChecks=191555871  nbValidityChecks=18987595  nbPropagations=0  nbRevisions=0
455.34	     nbUselessRevisions=0  nbAssignments=10318  nbFailedAssignments=235  nbBacktracks=2832  nbVisitedNodes=10949
455.34	     nbRestartNogoods=24
455.34	       =>  wckTime=414.523  cpuTime=410.64  mem=28M801
490.02	   
490.02	   search
490.02	     run=12  nbConstraintChecks=207407510  nbValidityChecks=21153292  nbPropagations=0  nbRevisions=0
490.02	     nbUselessRevisions=0  nbAssignments=12504  nbFailedAssignments=524  nbBacktracks=4130  nbVisitedNodes=13713
490.02	     nbRestartNogoods=27
490.02	       =>  wckTime=449.207  cpuTime=445.02  mem=28M801
525.20	   
525.20	   search
525.20	     run=13  nbConstraintChecks=223278858  nbValidityChecks=23621122  nbPropagations=0  nbRevisions=0
525.20	     nbUselessRevisions=0  nbAssignments=15448  nbFailedAssignments=923  nbBacktracks=6083  nbVisitedNodes=17455
525.20	     nbRestartNogoods=33
525.20	       =>  wckTime=484.387  cpuTime=479.87  mem=28M801
561.49	   
561.49	   search
561.49	     run=14  nbConstraintChecks=239326168  nbValidityChecks=26569555  nbPropagations=0  nbRevisions=0
561.49	     nbUselessRevisions=0  nbAssignments=19557  nbFailedAssignments=1513  nbBacktracks=9012  nbVisitedNodes=22744
561.49	     nbRestartNogoods=36
561.49	       =>  wckTime=520.676  cpuTime=515.82  mem=28M801
599.65	   
599.65	   search
599.65	     run=15  nbConstraintChecks=255709017  nbValidityChecks=30239035  nbPropagations=0  nbRevisions=0
599.65	     nbUselessRevisions=0  nbAssignments=25407  nbFailedAssignments=2392  nbBacktracks=13392  nbVisitedNodes=30352
599.65	     nbRestartNogoods=39
599.65	       =>  wckTime=558.83  cpuTime=553.63  mem=28M801
640.19	   
640.19	   search
640.19	     run=16  nbConstraintChecks=272568142  nbValidityChecks=34868368  nbPropagations=0  nbRevisions=0
640.19	     nbUselessRevisions=0  nbAssignments=33747  nbFailedAssignments=3566  nbBacktracks=19966  nbVisitedNodes=41039
640.19	     nbRestartNogoods=45
640.19	       =>  wckTime=599.369  cpuTime=593.8  mem=28M801
684.55	   
684.55	   search
684.55	     run=17  nbConstraintChecks=290193040  nbValidityChecks=40983136  nbPropagations=0  nbRevisions=0
684.55	     nbUselessRevisions=0  nbAssignments=45890  nbFailedAssignments=5262  nbBacktracks=29822  nbVisitedNodes=56477
684.55	     nbRestartNogoods=49
684.55	       =>  wckTime=643.729  cpuTime=637.76  mem=28M801
734.26	   
734.26	   search
734.26	     run=18  nbConstraintChecks=308832175  nbValidityChecks=49055920  nbPropagations=0  nbRevisions=0
734.26	     nbUselessRevisions=0  nbAssignments=63475  nbFailedAssignments=7480  nbBacktracks=44600  nbVisitedNodes=78498
734.26	     nbRestartNogoods=54
734.26	       =>  wckTime=693.441  cpuTime=687.02  mem=29M776
794.69	   
794.69	   search
794.69	     run=19  nbConstraintChecks=329442404  nbValidityChecks=61534157  nbPropagations=0  nbRevisions=0
794.69	     nbUselessRevisions=0  nbAssignments=90456  nbFailedAssignments=11699  nbBacktracks=66770  nbVisitedNodes=113917
794.69	     nbRestartNogoods=61
794.69	       =>  wckTime=753.869  cpuTime=746.9  mem=29M776
869.14	   
869.14	   search
869.15	     run=20  nbConstraintChecks=353193229  nbValidityChecks=78993373  nbPropagations=0  nbRevisions=0
869.15	     nbUselessRevisions=0  nbAssignments=130379  nbFailedAssignments=17771  nbBacktracks=100035  nbVisitedNodes=165984
869.15	     nbRestartNogoods=67
869.15	       =>  wckTime=828.328  cpuTime=820.68  mem=29M776
1208.23	   
1208.23	   search
1208.23	     run=21  nbConstraintChecks=490856609  nbValidityChecks=116667573  nbPropagations=0  nbRevisions=0
1208.23	     nbUselessRevisions=0  nbAssignments=184951  nbFailedAssignments=21854  nbBacktracks=149932  nbVisitedNodes=266356
1208.23	     nbRestartNogoods=72
1208.23	       =>  wckTime=1167.411  cpuTime=1156.67  mem=29M776
2416.20	v 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 0 1 0 1 1 1 0 0 0 0 0 1 0 0 1 1 1 1 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 0 1 1 1 1 1 0 1 1 1 0 0 0 0 0 0 0 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 

Verifier Data (download as text)

10 unsatisfied constraints, 582 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/node13/watcher-275745-1169226385 -o ROOT/results/node13/solver-275745-1169226385 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275745-1169226385/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: 1.93 2.00 1.99 4/87 14544
/proc/meminfo: memFree=1378696/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=1784 CPUtime=0
/proc/14543/stat : 14543 (java) D 14541 14543 14066 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 271033478 1826816 158 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/14543/statm: 446 158 123 14 0 91 0

[startup+0.106703 s]
/proc/loadavg: 1.93 2.00 1.99 4/87 14544
/proc/meminfo: memFree=1378696/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=914988 CPUtime=0.08
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 2996 0 1 0 7 1 0 0 17 0 8 0 271033478 936947712 2742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14543/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.514754 s]
/proc/loadavg: 1.93 2.00 1.99 4/87 14544
/proc/meminfo: memFree=1378696/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915332 CPUtime=0.49
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 6522 0 1 0 45 4 0 0 18 0 8 0 271033478 937299968 6261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072929939 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14543/statm: 228833 6261 2142 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33586 s]
/proc/loadavg: 1.93 2.00 1.99 3/94 14551
/proc/meminfo: memFree=1333840/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915452 CPUtime=1.3
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 13589 0 1 0 119 11 0 0 25 0 8 0 271033478 937422848 13327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073470965 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14543/statm: 228863 13327 2169 14 0 215333 0
[pid=14543/tid=14545] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14545/stat : 14545 (java) S 14541 14543 14066 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 271033482 937422848 13327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14541 14543 14066 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 271033482 937422848 13327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14541 14543 14066 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 271033483 937422848 13327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 271033486 937422848 13327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14541 vsize=915452 CPUtime=0.16
/proc/14543/task/14549/stat : 14549 (java) S 14541 14543 14066 0 -1 64 370 0 0 0 16 0 0 0 16 0 8 0 271033486 937422848 13327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271033486 937422848 13327 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14541 14543 14066 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 271033486 937422848 13327 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) 915452

[startup+2.97308 s]
/proc/loadavg: 1.93 2.00 1.99 3/94 14551
/proc/meminfo: memFree=1333392/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915452 CPUtime=2.93
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 13753 0 1 0 282 11 0 0 25 0 8 0 271033478 937422848 13491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073470044 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14543/statm: 228863 13491 2169 14 0 215333 0
[pid=14543/tid=14545] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14545/stat : 14545 (java) S 14541 14543 14066 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 271033482 937422848 13491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14541 14543 14066 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 271033482 937422848 13491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14541 14543 14066 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 271033483 937422848 13491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 271033486 937422848 13491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14541 vsize=915452 CPUtime=0.16
/proc/14543/task/14549/stat : 14549 (java) S 14541 14543 14066 0 -1 64 370 0 0 0 16 0 0 0 16 0 8 0 271033486 937422848 13491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271033486 937422848 13491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14541 14543 14066 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 271033486 937422848 13491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915452

[startup+6.27152 s]
/proc/loadavg: 1.94 2.00 1.99 3/94 14551
/proc/meminfo: memFree=1327376/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915452 CPUtime=6.19
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 15481 0 1 0 604 15 0 0 25 0 8 0 271033478 937422848 15216 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073824322 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14543/statm: 228863 15216 2497 14 0 215333 0
[pid=14543/tid=14545] ppid=14541 vsize=915452 CPUtime=0.05
/proc/14543/task/14545/stat : 14545 (java) S 14541 14543 14066 0 -1 64 559 0 0 0 5 0 0 0 17 0 8 0 271033482 937422848 15216 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14541 14543 14066 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271033482 937422848 15216 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14541 14543 14066 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271033483 937422848 15216 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 271033486 937422848 15216 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14541 vsize=915452 CPUtime=0.19
/proc/14543/task/14549/stat : 14549 (java) S 14541 14543 14066 0 -1 64 387 0 0 0 19 0 0 0 15 0 8 0 271033486 937422848 15216 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271033486 937422848 15216 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14541 14543 14066 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 271033486 937422848 15216 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) 915452

[startup+12.7444 s]
/proc/loadavg: 1.94 2.00 1.99 3/94 14551
/proc/meminfo: memFree=1327312/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915456 CPUtime=12.6
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 15485 0 1 0 1238 22 0 0 25 0 8 0 271033478 937426944 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14543/statm: 228864 15220 2497 14 0 215334 0
[pid=14543/tid=14545] ppid=14541 vsize=915456 CPUtime=0.05
/proc/14543/task/14545/stat : 14545 (java) S 14541 14543 14066 0 -1 64 559 0 0 0 5 0 0 0 16 0 8 0 271033482 937426944 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14541 vsize=915456 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14541 14543 14066 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271033482 937426944 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14541 vsize=915456 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14541 14543 14066 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271033483 937426944 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14541 vsize=915456 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 271033486 937426944 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14541 vsize=915456 CPUtime=0.2
/proc/14543/task/14549/stat : 14549 (java) S 14541 14543 14066 0 -1 64 391 0 0 0 20 0 0 0 16 0 8 0 271033486 937426944 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14541 vsize=915456 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271033486 937426944 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14541 vsize=915456 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14541 14543 14066 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 271033486 937426944 15220 18446744073709551615 134512640 134570532 4294956464 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) 915456

[startup+25.6161 s]
/proc/loadavg: 1.95 2.00 1.99 3/94 14551
/proc/meminfo: memFree=1327440/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915452 CPUtime=25.36
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 15485 0 1 0 2499 37 0 0 25 0 8 0 271033478 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073821592 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14543/statm: 228863 15220 2497 14 0 215333 0
[pid=14543/tid=14545] ppid=14541 vsize=915452 CPUtime=0.05
/proc/14543/task/14545/stat : 14545 (java) S 14541 14543 14066 0 -1 64 559 0 0 0 5 0 0 0 16 0 8 0 271033482 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14541 14543 14066 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271033482 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14541 14543 14066 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271033483 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 271033486 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14541 vsize=915452 CPUtime=0.2
/proc/14543/task/14549/stat : 14549 (java) S 14541 14543 14066 0 -1 64 391 0 0 0 20 0 0 0 16 0 8 0 271033486 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271033486 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14541 14543 14066 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 271033486 937422848 15220 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915452

[startup+51.2255 s]
/proc/loadavg: 1.97 2.00 1.99 3/94 14551
/proc/meminfo: memFree=1327184/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915452 CPUtime=50.73
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 15622 0 1 0 5021 52 0 0 25 0 8 0 271033478 937422848 15351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073821604 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14543/statm: 228863 15351 2544 14 0 215333 0
[pid=14543/tid=14545] ppid=14541 vsize=915452 CPUtime=0.05
/proc/14543/task/14545/stat : 14545 (java) S 14541 14543 14066 0 -1 64 559 0 0 0 5 0 0 0 17 0 8 0 271033482 937422848 15351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14541 14543 14066 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271033482 937422848 15351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14541 14543 14066 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271033483 937422848 15351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 271033486 937422848 15351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14541 vsize=915452 CPUtime=0.29
/proc/14543/task/14549/stat : 14549 (java) S 14541 14543 14066 0 -1 64 435 0 0 0 28 1 0 0 16 0 8 0 271033486 937422848 15351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271033486 937422848 15351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14541 14543 14066 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 271033486 937422848 15351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 915452

[startup+102.469 s]
/proc/loadavg: 1.98 2.00 1.99 3/94 14551
/proc/meminfo: memFree=1327184/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915452 CPUtime=101.51
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 15642 0 1 0 10098 53 0 0 25 0 8 0 271033478 937422848 15362 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073826452 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14543/statm: 228863 15362 2547 14 0 215333 0
[pid=14543/tid=14545] ppid=14541 vsize=915452 CPUtime=0.05
/proc/14543/task/14545/stat : 14545 (java) S 14541 14543 14066 0 -1 64 560 0 0 0 5 0 0 0 16 0 8 0 271033482 937422848 15362 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14541 14543 14066 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271033482 937422848 15362 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14541 14543 14066 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271033483 937422848 15362 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 271033486 937422848 15362 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14541 vsize=915452 CPUtime=0.3
/proc/14543/task/14549/stat : 14549 (java) S 14541 14543 14066 0 -1 64 447 0 0 0 29 1 0 0 16 0 8 0 271033486 937422848 15362 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271033486 937422848 15362 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14541 14543 14066 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 271033486 937422848 15362 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 915452

[startup+162.557 s]
/proc/loadavg: 1.99 2.00 1.99 3/94 14551
/proc/meminfo: memFree=1327184/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915452 CPUtime=161.04
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 15661 0 1 0 16051 53 0 0 25 0 8 0 271033478 937422848 15374 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073824936 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 2009.26
Current children cumulated vsize (KiB) 915452

[startup+2085.09 s]
/proc/loadavg: 2.03 2.00 2.00 4/101 14639
/proc/meminfo: memFree=1324120/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915452 CPUtime=2069.28
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 15678 0 1 0 206858 70 0 0 25 0 8 0 271033478 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073821613 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14543/statm: 228863 15384 2547 14 0 215333 0
[pid=14543/tid=14545] ppid=14541 vsize=915452 CPUtime=0.05
/proc/14543/task/14545/stat : 14545 (java) S 14541 14543 14066 0 -1 64 560 0 0 0 5 0 0 0 16 0 8 0 271033482 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14541 14543 14066 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271033482 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14541 14543 14066 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271033483 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14541 vsize=915452 CPUtime=0.35
/proc/14543/task/14549/stat : 14549 (java) S 14541 14543 14066 0 -1 64 478 0 0 0 34 1 0 0 16 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14541 14543 14066 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2069.28
Current children cumulated vsize (KiB) 915452

[startup+2145.16 s]
/proc/loadavg: 2.01 2.00 2.00 3/101 14639
/proc/meminfo: memFree=1324120/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915452 CPUtime=2129.31
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 15678 0 1 0 212860 71 0 0 25 0 8 0 271033478 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073820288 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14543/statm: 228863 15384 2547 14 0 215333 0
[pid=14543/tid=14545] ppid=14541 vsize=915452 CPUtime=0.05
/proc/14543/task/14545/stat : 14545 (java) S 14541 14543 14066 0 -1 64 560 0 0 0 5 0 0 0 16 0 8 0 271033482 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14541 14543 14066 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271033482 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14541 14543 14066 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271033483 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14541 vsize=915452 CPUtime=0.35
/proc/14543/task/14549/stat : 14549 (java) S 14541 14543 14066 0 -1 64 478 0 0 0 34 1 0 0 16 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14541 14543 14066 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2129.31
Current children cumulated vsize (KiB) 915452

[startup+2205.23 s]
/proc/loadavg: 2.05 2.01 2.00 3/101 14639
/proc/meminfo: memFree=1324120/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915452 CPUtime=2189.3
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 15678 0 1 0 218859 71 0 0 25 0 8 0 271033478 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073820271 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14543/statm: 228863 15384 2547 14 0 215333 0
[pid=14543/tid=14545] ppid=14541 vsize=915452 CPUtime=0.05
/proc/14543/task/14545/stat : 14545 (java) S 14541 14543 14066 0 -1 64 560 0 0 0 5 0 0 0 16 0 8 0 271033482 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14541 14543 14066 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271033482 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14541 14543 14066 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271033483 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14541 vsize=915452 CPUtime=0.35
/proc/14543/task/14549/stat : 14549 (java) S 14541 14543 14066 0 -1 64 478 0 0 0 34 1 0 0 16 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14541 14543 14066 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2189.3
Current children cumulated vsize (KiB) 915452

[startup+2265.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/101 14639
/proc/meminfo: memFree=1324056/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915452 CPUtime=2249.29
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 15678 0 1 0 224858 71 0 0 25 0 8 0 271033478 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073820271 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14543/statm: 228863 15384 2547 14 0 215333 0
[pid=14543/tid=14545] ppid=14541 vsize=915452 CPUtime=0.05
/proc/14543/task/14545/stat : 14545 (java) S 14541 14543 14066 0 -1 64 560 0 0 0 5 0 0 0 16 0 8 0 271033482 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14541 14543 14066 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271033482 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14541 14543 14066 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271033483 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14541 vsize=915452 CPUtime=0.35
/proc/14543/task/14549/stat : 14549 (java) S 14541 14543 14066 0 -1 64 478 0 0 0 34 1 0 0 16 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14541 14543 14066 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2249.29
Current children cumulated vsize (KiB) 915452

[startup+2325.38 s]
/proc/loadavg: 2.05 2.02 2.00 3/101 14639
/proc/meminfo: memFree=1324056/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915452 CPUtime=2309.31
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 15678 0 1 0 230860 71 0 0 25 0 8 0 271033478 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073820277 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14543/statm: 228863 15384 2547 14 0 215333 0
[pid=14543/tid=14545] ppid=14541 vsize=915452 CPUtime=0.05
/proc/14543/task/14545/stat : 14545 (java) S 14541 14543 14066 0 -1 64 560 0 0 0 5 0 0 0 16 0 8 0 271033482 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14541 14543 14066 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271033482 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14541 14543 14066 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271033483 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14541 vsize=915452 CPUtime=0.35
/proc/14543/task/14549/stat : 14549 (java) S 14541 14543 14066 0 -1 64 478 0 0 0 34 1 0 0 16 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14541 14543 14066 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2309.31
Current children cumulated vsize (KiB) 915452

[startup+2385.44 s]
/proc/loadavg: 2.10 2.04 2.01 3/101 14639
/proc/meminfo: memFree=1324120/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915452 CPUtime=2369.29
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 15678 0 1 0 236858 71 0 0 25 0 8 0 271033478 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073470035 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14543/statm: 228863 15384 2547 14 0 215333 0
[pid=14543/tid=14545] ppid=14541 vsize=915452 CPUtime=0.05
/proc/14543/task/14545/stat : 14545 (java) S 14541 14543 14066 0 -1 64 560 0 0 0 5 0 0 0 16 0 8 0 271033482 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14541 14543 14066 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271033482 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14541 14543 14066 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271033483 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14541 vsize=915452 CPUtime=0.35
/proc/14543/task/14549/stat : 14549 (java) S 14541 14543 14066 0 -1 64 478 0 0 0 34 1 0 0 16 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14541 14543 14066 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2369.29
Current children cumulated vsize (KiB) 915452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2416.19 s]
/proc/loadavg: 2.06 2.04 2.00 3/101 14639
/proc/meminfo: memFree=1324056/2055920 swapFree=4169400/4192956
[pid=14543] ppid=14541 vsize=915452 CPUtime=2400.02
/proc/14543/stat : 14543 (java) R 14541 14543 14066 0 -1 0 15678 0 1 0 239931 71 0 0 25 0 8 0 271033478 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073829632 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14543/statm: 228863 15384 2547 14 0 215333 0
[pid=14543/tid=14545] ppid=14541 vsize=915452 CPUtime=0.05
/proc/14543/task/14545/stat : 14545 (java) S 14541 14543 14066 0 -1 64 560 0 0 0 5 0 0 0 16 0 8 0 271033482 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14546] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14546/stat : 14546 (java) S 14541 14543 14066 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271033482 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14547] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14547/stat : 14547 (java) S 14541 14543 14066 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271033483 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14548] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14548/stat : 14548 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14549] ppid=14541 vsize=915452 CPUtime=0.35
/proc/14543/task/14549/stat : 14549 (java) S 14541 14543 14066 0 -1 64 478 0 0 0 34 1 0 0 16 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14550] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14550/stat : 14550 (java) S 14541 14543 14066 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14543/tid=14551] ppid=14541 vsize=915452 CPUtime=0
/proc/14543/task/14551/stat : 14551 (java) S 14541 14543 14066 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 271033486 937422848 15384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 915452

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

Child status: 143
Real time (s): 2416.24
CPU time (s): 2400.07
CPU user time (s): 2399.34
CPU system time (s): 0.727889
CPU usage (%): 99.3306
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.34
system time used= 0.727889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15700
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= 50410
involuntary context switches= 99200

runsolver used 3.31949 s user time and 7.38488 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Fri Jan 19 17:06:25 UTC 2007


IDJOB= 275745
IDBENCH= 4658
IDSOLVER= 69
FILE ID= node13/275745-1169226385

PBS_JOBID= 3588970

Free space on /tmp= 66559 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/blast-floppy1-6.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275745-1169226385/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-275745-1169226385 -o ROOT/results/node13/solver-275745-1169226385 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275745-1169226385/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7858bbb2995540e71f464a345aca5f7d

RANDOM SEED= 492554298

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.247
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.247
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:       1379176 kB
Buffers:         59000 kB
Cached:         506864 kB
SwapCached:       3092 kB
Active:         285464 kB
Inactive:       314276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1379176 kB
SwapTotal:     4192956 kB
SwapFree:      4169400 kB
Dirty:            1896 kB
Writeback:           0 kB
Mapped:          42612 kB
Slab:            61704 kB
Committed_AS:  7393092 kB
PageTables:       2408 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 node13 on Fri Jan 19 17:46:41 UTC 2007