Trace number 278020

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 EPFCMSAT (TO) 2400.12 2402.5

General information on the benchmark

NameMaxCSP/cnf/3-40-100-1000/
cnf-3-40-800-810521_ext.xml
MD5SUMcce346fa51bd7419caa871b908315917
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints731
Best CPU time to get the best result obtained on this benchmark16.6295
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints778
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension778
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=epfc.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/278020-1169273299/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.41	       =>  wckTime=0.085  cpuTime=0.07  mem=6M887
0.41	   
0.41	   relations being loaded...
0.43	   
0.43	   constraints being loaded...
0.57	     nbConstraints=778  nbRelationTypes=22  nbExtensionStructures=22  nbSharedExtensionStructures=756
0.57	     nbConflictsStructures=22  nbSharedConflictsStructures=756  nbSharedBinaryRepresentations=0  maxDegree=69
0.57	     maxArity=3
0.57	       =>  wckTime=0.243  cpuTime=0.16  mem=9M813
0.61	   
0.61	   solver LocalSearchSolver being built... 
0.65	       =>  wckTime=0.32  cpuTime=0.2  mem=5M768
0.65	
0.65	s SATISFIABLE
0.65	o 691
0.65	c 87
0.65	o 697
0.65	c 81
0.65	o 704
0.65	c 74
0.66	o 709
0.66	c 69
0.66	o 710
0.66	c 68
0.66	o 711
0.66	c 67
0.66	o 716
0.66	c 62
0.66	o 717
0.66	c 61
0.66	o 720
0.66	c 58
0.67	o 721
0.67	c 57
0.67	o 725
0.67	c 53
0.70	o 727
0.70	c 51
0.71	o 729
0.71	c 49
1.14	o 731
1.14	c 47
3.26	   
3.26	   search
3.26	     run=0  nbConstraintChecks=15293261  nbAssignments=10000
3.26	       =>  wckTime=2.611  cpuTime=2.6  mem=5M768
5.85	   
5.85	   search
5.85	     run=1  nbConstraintChecks=31030122  nbAssignments=20000
5.85	       =>  wckTime=5.206  cpuTime=5.19  mem=5M768
8.38	   
8.38	   search
8.38	     run=2  nbConstraintChecks=46294016  nbAssignments=30000
8.38	       =>  wckTime=7.736  cpuTime=7.71  mem=5M768
10.97	   
10.97	   search
10.97	     run=3  nbConstraintChecks=61984493  nbAssignments=40000
10.97	       =>  wckTime=10.32  cpuTime=10.3  mem=5M768
13.48	   
13.48	   search
13.48	     run=4  nbConstraintChecks=77214879  nbAssignments=50000
13.48	       =>  wckTime=12.83  cpuTime=12.81  mem=5M768
16.07	   
16.07	   search
16.07	     run=5  nbConstraintChecks=92922323  nbAssignments=60000
16.07	       =>  wckTime=15.419  cpuTime=15.37  mem=5M768
18.57	   
18.57	   search
18.57	     run=6  nbConstraintChecks=108179662  nbAssignments=70000
18.57	       =>  wckTime=17.928  cpuTime=17.88  mem=5M768
21.14	   
21.14	   search
21.14	     run=7  nbConstraintChecks=123900048  nbAssignments=80000
21.14	       =>  wckTime=20.496  cpuTime=20.45  mem=5M768
23.66	   
23.66	   search
23.66	     run=8  nbConstraintChecks=139115518  nbAssignments=90000
23.66	       =>  wckTime=23.014  cpuTime=22.96  mem=5M768
26.26	   
26.26	   search
26.26	     run=9  nbConstraintChecks=154802876  nbAssignments=100000
26.26	       =>  wckTime=25.609  cpuTime=25.55  mem=5M768
28.79	   
28.79	   search
28.79	     run=10  nbConstraintChecks=170069457  nbAssignments=110000
28.79	       =>  wckTime=28.139  cpuTime=28.08  mem=5M768
31.19	   
31.19	   search
31.19	     run=11  nbConstraintChecks=184681458  nbAssignments=119277
31.19	       =>  wckTime=30.546  cpuTime=30.49  mem=5M768
31.19	   
31.19	   global
31.19	     nbConstraintChecks=184681458  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.19	     solvingWckTime=30.544  solvingCpuTime=30.49  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.19	     globalCpuTime=30.74
31.19	       =>  wckTime=30.866  cpuTime=30.69  mem=5M768
31.19	   
31.19	   solver IterativeSystematicSolver being built... 
31.37	       =>  wckTime=31.042  cpuTime=30.82  mem=20M666
31.44	   
31.44	   preprocessing
31.44	     nbConstraintChecks=5290  nbValidityChecks=13716  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.44	     nbRemovedValues=0  detectedInconsistency=no
31.44	       =>  wckTime=0.069  cpuTime=0.05  mem=20M666
31.49	   
31.49	   search
31.49	     run=0  nbConstraintChecks=9399  nbValidityChecks=32809  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.49	     nbAssignments=36  nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=53  nbRestartNogoods=0
31.49	       =>  wckTime=0.12  cpuTime=0.09  mem=21M674
31.56	   
31.56	   search
31.56	     run=1  nbConstraintChecks=24479  nbValidityChecks=84747  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.56	     nbAssignments=82  nbFailedAssignments=19  nbBacktracks=25  nbVisitedNodes=125  nbRestartNogoods=3
31.56	       =>  wckTime=0.186  cpuTime=0.14  mem=21M674
31.62	   
31.62	   search
31.62	     run=2  nbConstraintChecks=44641  nbValidityChecks=160654  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.62	     nbAssignments=141  nbFailedAssignments=39  nbBacktracks=47  nbVisitedNodes=226  nbRestartNogoods=5
31.63	       =>  wckTime=0.254  cpuTime=0.21  mem=21M674
31.71	   
31.71	   search
31.71	     run=3  nbConstraintChecks=74315  nbValidityChecks=268007  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.71	     nbAssignments=219  nbFailedAssignments=65  nbBacktracks=80  nbVisitedNodes=362  nbRestartNogoods=9
31.71	       =>  wckTime=0.342  cpuTime=0.3  mem=21M674
31.83	   
31.83	   search
31.83	     run=4  nbConstraintChecks=115322  nbValidityChecks=419061  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.83	     nbAssignments=318  nbFailedAssignments=95  nbBacktracks=130  nbVisitedNodes=541  nbRestartNogoods=12
31.83	       =>  wckTime=0.461  cpuTime=0.41  mem=21M674
32.01	   
32.01	   search
32.01	     run=5  nbConstraintChecks=169419  nbValidityChecks=631978  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.01	     nbAssignments=455  nbFailedAssignments=142  nbBacktracks=205  nbVisitedNodes=799  nbRestartNogoods=15
32.01	       =>  wckTime=0.637  cpuTime=0.59  mem=21M674
32.28	   
32.28	   search
32.28	     run=6  nbConstraintChecks=256343  nbValidityChecks=976054  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.28	     nbAssignments=675  nbFailedAssignments=231  nbBacktracks=319  nbVisitedNodes=1209  nbRestartNogoods=19
32.28	       =>  wckTime=0.912  cpuTime=0.86  mem=21M674
32.66	   
32.66	   search
32.66	     run=7  nbConstraintChecks=375912  nbValidityChecks=1462550  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.66	     nbAssignments=964  nbFailedAssignments=332  nbBacktracks=490  nbVisitedNodes=1761  nbRestartNogoods=22
32.66	       =>  wckTime=1.292  cpuTime=1.24  mem=21M674
33.27	   
33.27	   search
33.27	     run=8  nbConstraintChecks=561231  nbValidityChecks=2219396  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.27	     nbAssignments=1412  nbFailedAssignments=509  nbBacktracks=746  nbVisitedNodes=2635  nbRestartNogoods=25
33.27	       =>  wckTime=1.9  cpuTime=1.84  mem=21M674
34.15	   
34.15	   search
34.15	     run=9  nbConstraintChecks=831556  nbValidityChecks=3352892  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.15	     nbAssignments=2076  nbFailedAssignments=775  nbBacktracks=1130  nbVisitedNodes=3928  nbRestartNogoods=31
34.15	       =>  wckTime=2.776  cpuTime=2.7  mem=21M674
35.45	   
35.45	   search
35.45	     run=10  nbConstraintChecks=1240848  nbValidityChecks=5035453  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
35.45	     nbAssignments=3091  nbFailedAssignments=1196  nbBacktracks=1707  nbVisitedNodes=5878  nbRestartNogoods=35
35.45	       =>  wckTime=4.076  cpuTime=3.99  mem=21M674
37.31	   
37.31	   search
37.31	     run=11  nbConstraintChecks=1804300  nbValidityChecks=7425082  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
37.31	     nbAssignments=4568  nbFailedAssignments=1794  nbBacktracks=2572  nbVisitedNodes=8672  nbRestartNogoods=38
37.31	       =>  wckTime=5.944  cpuTime=5.86  mem=21M674
40.11	   
40.11	   search
40.11	     run=12  nbConstraintChecks=2746702  nbValidityChecks=11364054  nbPropagations=0  nbRevisions=0
40.11	     nbUselessRevisions=0  nbAssignments=6775  nbFailedAssignments=2689  nbBacktracks=3869  nbVisitedNodes=12964
40.11	     nbRestartNogoods=43
40.11	       =>  wckTime=8.742  cpuTime=8.65  mem=21M674
44.61	   
44.61	   search
44.61	     run=13  nbConstraintChecks=4106489  nbValidityChecks=17242248  nbPropagations=0  nbRevisions=0
44.61	     nbUselessRevisions=0  nbAssignments=10196  nbFailedAssignments=4151  nbBacktracks=5815  nbVisitedNodes=19534
44.61	     nbRestartNogoods=49
44.61	       =>  wckTime=13.236  cpuTime=13.15  mem=21M674
51.12	   
51.12	   search
51.12	     run=14  nbConstraintChecks=6123538  nbValidityChecks=25941038  nbPropagations=0  nbRevisions=0
51.12	     nbUselessRevisions=0  nbAssignments=15164  nbFailedAssignments=6189  nbBacktracks=8734  nbVisitedNodes=29205
51.12	     nbRestartNogoods=57
51.12	       =>  wckTime=19.752  cpuTime=19.66  mem=21M674
60.48	   
60.48	   search
60.48	     run=15  nbConstraintChecks=8910382  nbValidityChecks=38568247  nbPropagations=0  nbRevisions=0
60.48	     nbUselessRevisions=0  nbAssignments=22453  nbFailedAssignments=9083  nbBacktracks=13113  nbVisitedNodes=42986
60.48	     nbRestartNogoods=61
60.48	       =>  wckTime=29.112  cpuTime=29.0  mem=21M674
74.81	   
74.81	   search
74.81	     run=16  nbConstraintChecks=13317661  nbValidityChecks=57455300  nbPropagations=0  nbRevisions=0
74.81	     nbUselessRevisions=0  nbAssignments=33521  nbFailedAssignments=13567  nbBacktracks=19684  nbVisitedNodes=64312
74.81	     nbRestartNogoods=68
74.81	       =>  wckTime=43.435  cpuTime=43.31  mem=21M674
95.74	   
95.74	   search
95.74	     run=17  nbConstraintChecks=19474098  nbValidityChecks=84377672  nbPropagations=0  nbRevisions=0
95.74	     nbUselessRevisions=0  nbAssignments=49716  nbFailedAssignments=19893  nbBacktracks=29539  nbVisitedNodes=95204
95.74	     nbRestartNogoods=72
95.74	       =>  wckTime=64.367  cpuTime=64.23  mem=21M674
127.34	   
127.34	   search
127.34	     run=18  nbConstraintChecks=28780600  nbValidityChecks=124845987  nbPropagations=0  nbRevisions=0
127.34	     nbUselessRevisions=0  nbAssignments=74284  nbFailedAssignments=29668  nbBacktracks=44318  nbVisitedNodes=141781
127.34	     nbRestartNogoods=79
127.34	       =>  wckTime=95.965  cpuTime=95.79  mem=21M674
174.27	   
174.27	   search
174.27	     run=19  nbConstraintChecks=43507256  nbValidityChecks=188483430  nbPropagations=0  nbRevisions=0
174.27	     nbUselessRevisions=0  nbAssignments=110437  nbFailedAssignments=43638  nbBacktracks=66486  nbVisitedNodes=211562
174.27	     nbRestartNogoods=85
174.27	       =>  wckTime=142.896  cpuTime=142.68  mem=21M674
246.02	   
246.02	   search
246.02	     run=20  nbConstraintChecks=64997897  nbValidityChecks=280548453  nbPropagations=0  nbRevisions=0
246.02	     nbUselessRevisions=0  nbAssignments=166431  nbFailedAssignments=66364  nbBacktracks=99739  nbVisitedNodes=318038
246.02	     nbRestartNogoods=91
246.02	       =>  wckTime=214.648  cpuTime=214.35  mem=21M674
349.32	   
349.33	   search
349.33	     run=21  nbConstraintChecks=97786434  nbValidityChecks=417820104  nbPropagations=0  nbRevisions=0
349.33	     nbUselessRevisions=0  nbAssignments=248416  nbFailedAssignments=98454  nbBacktracks=149617  nbVisitedNodes=473903
349.33	     nbRestartNogoods=98
349.33	       =>  wckTime=317.954  cpuTime=317.56  mem=21M674
499.60	   
499.60	   search
499.60	     run=22  nbConstraintChecks=146864912  nbValidityChecks=621062149  nbPropagations=0  nbRevisions=0
499.60	     nbUselessRevisions=0  nbAssignments=370903  nbFailedAssignments=146104  nbBacktracks=224435  nbVisitedNodes=704502
499.60	     nbRestartNogoods=107
499.60	       =>  wckTime=468.227  cpuTime=467.7  mem=21M674
705.83	   
705.83	   search
705.83	     run=23  nbConstraintChecks=214615868  nbValidityChecks=882994792  nbPropagations=0  nbRevisions=0
705.83	     nbUselessRevisions=0  nbAssignments=547307  nbFailedAssignments=210270  nbBacktracks=336662  nbVisitedNodes=1025817
705.83	     nbRestartNogoods=114
705.83	       =>  wckTime=674.464  cpuTime=673.74  mem=21M674
991.25	   
991.25	   search
991.25	     run=24  nbConstraintChecks=314182748  nbValidityChecks=1253254128  nbPropagations=0  nbRevisions=0
991.25	     nbUselessRevisions=0  nbAssignments=804099  nbFailedAssignments=298702  nbBacktracks=505005  nbVisitedNodes=1483068
991.25	     nbRestartNogoods=124
991.25	       =>  wckTime=959.881  cpuTime=958.88  mem=21M674
1378.72	   
1378.72	   search
1378.72	     run=25  nbConstraintChecks=462465411  nbValidityChecks=1770920689  nbPropagations=0  nbRevisions=0
1378.72	     nbUselessRevisions=0  nbAssignments=1177249  nbFailedAssignments=419326  nbBacktracks=757517
1378.72	     nbVisitedNodes=2126097  nbRestartNogoods=133
1378.72	       =>  wckTime=1347.345  cpuTime=1345.96  mem=21M674
1910.83	   
1910.83	   search
1910.83	     run=26  nbConstraintChecks=678205450  nbValidityChecks=2481987971  nbPropagations=0  nbRevisions=0
1910.83	     nbUselessRevisions=0  nbAssignments=1720226  nbFailedAssignments=583515  nbBacktracks=1136286
1910.83	     nbVisitedNodes=3038691  nbRestartNogoods=142
1910.83	       =>  wckTime=1879.459  cpuTime=1877.56  mem=21M674
2402.46	v 0 1 0 1 0 1 1 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 1 1 1 1 1 0 1 0 1 0 0 1 

Verifier Data (download as text)

47 unsatisfied constraints, 731 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/node48/watcher-278020-1169273299 -o ROOT/results/node48/solver-278020-1169273299 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/278020-1169273299/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.72 1.93 1.93 4/73 18748
/proc/meminfo: memFree=1402088/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=1784 CPUtime=0
/proc/18747/stat : 18747 (java) D 18745 18747 17782 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 275728709 1826816 158 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/18747/statm: 446 158 123 14 0 91 0

[startup+0.107626 s]
/proc/loadavg: 1.72 1.93 1.93 4/73 18748
/proc/meminfo: memFree=1402088/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=912272 CPUtime=0.06
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 2652 0 1 0 5 1 0 0 24 0 8 0 275728709 934166528 2399 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228068 2400 1294 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 912272

[startup+0.515661 s]
/proc/loadavg: 1.72 1.93 1.93 4/73 18748
/proc/meminfo: memFree=1402088/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915332 CPUtime=0.45
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 6392 0 1 0 42 3 0 0 24 0 8 0 275728709 937299968 6131 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228833 6131 2146 14 0 215303 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915332

[startup+1.34274 s]
/proc/loadavg: 1.72 1.93 1.93 3/80 18755
/proc/meminfo: memFree=1383216/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915428 CPUtime=1.28
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 7396 0 1 0 116 12 0 0 25 0 8 0 275728709 937398272 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228857 7134 2478 14 0 215327 0
[pid=18747/tid=18749] ppid=18745 vsize=915428 CPUtime=0.02
/proc/18747/task/18749/stat : 18749 (java) S 18745 18747 17782 0 -1 64 219 0 0 0 2 0 0 0 16 0 8 0 275728715 937398272 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18750] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18750/stat : 18750 (java) S 18745 18747 17782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275728716 937398272 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18751] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18751/stat : 18751 (java) S 18745 18747 17782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275728716 937398272 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18752] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18752/stat : 18752 (java) S 18745 18747 17782 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 275728719 937398272 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18753] ppid=18745 vsize=915432 CPUtime=0.13
/proc/18747/task/18753/stat : 18753 (java) S 18745 18747 17782 0 -1 64 342 0 0 0 13 0 0 0 16 0 8 0 275728719 937402368 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18754] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18754/stat : 18754 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 275728719 937398272 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18755] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18755/stat : 18755 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275728719 937398272 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915428

[startup+2.98189 s]
/proc/loadavg: 1.72 1.93 1.93 3/80 18755
/proc/meminfo: memFree=1383152/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915428 CPUtime=2.91
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 7397 0 1 0 256 35 0 0 25 0 8 0 275728709 937398272 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073705001 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228858 7134 2478 14 0 215328 0
[pid=18747/tid=18749] ppid=18745 vsize=915428 CPUtime=0.02
/proc/18747/task/18749/stat : 18749 (java) S 18745 18747 17782 0 -1 64 219 0 0 0 2 0 0 0 16 0 8 0 275728715 937398272 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18750] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18750/stat : 18750 (java) S 18745 18747 17782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275728716 937398272 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18751] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18751/stat : 18751 (java) S 18745 18747 17782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275728716 937398272 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18752] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18752/stat : 18752 (java) S 18745 18747 17782 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 275728719 937398272 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18753] ppid=18745 vsize=915428 CPUtime=0.13
/proc/18747/task/18753/stat : 18753 (java) S 18745 18747 17782 0 -1 64 342 0 0 0 13 0 0 0 16 0 8 0 275728719 937398272 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18754] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18754/stat : 18754 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 275728719 937398272 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18755] ppid=18745 vsize=915432 CPUtime=0
/proc/18747/task/18755/stat : 18755 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275728719 937402368 7134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915428

[startup+6.26119 s]
/proc/loadavg: 1.75 1.94 1.93 3/80 18755
/proc/meminfo: memFree=1383088/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915428 CPUtime=6.19
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 7400 0 1 0 539 80 0 0 25 0 8 0 275728709 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228857 7137 2478 14 0 215327 0
[pid=18747/tid=18749] ppid=18745 vsize=915428 CPUtime=0.02
/proc/18747/task/18749/stat : 18749 (java) S 18745 18747 17782 0 -1 64 219 0 0 0 2 0 0 0 16 0 8 0 275728715 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18750] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18750/stat : 18750 (java) S 18745 18747 17782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275728716 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18751] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18751/stat : 18751 (java) S 18745 18747 17782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275728716 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18752] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18752/stat : 18752 (java) S 18745 18747 17782 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 275728719 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18753] ppid=18745 vsize=915428 CPUtime=0.14
/proc/18747/task/18753/stat : 18753 (java) S 18745 18747 17782 0 -1 64 345 0 0 0 14 0 0 0 16 0 8 0 275728719 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18754] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18754/stat : 18754 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 275728719 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18755] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18755/stat : 18755 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275728719 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915428

[startup+12.7508 s]
/proc/loadavg: 1.77 1.94 1.93 3/80 18755
/proc/meminfo: memFree=1383088/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915428 CPUtime=12.68
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 7400 0 1 0 1088 180 0 0 25 0 8 0 275728709 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228857 7137 2478 14 0 215327 0
[pid=18747/tid=18749] ppid=18745 vsize=915428 CPUtime=0.02
/proc/18747/task/18749/stat : 18749 (java) S 18745 18747 17782 0 -1 64 219 0 0 0 2 0 0 0 16 0 8 0 275728715 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18750] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18750/stat : 18750 (java) S 18745 18747 17782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275728716 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18751] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18751/stat : 18751 (java) S 18745 18747 17782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275728716 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18752] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18752/stat : 18752 (java) S 18745 18747 17782 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 275728719 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18753] ppid=18745 vsize=915428 CPUtime=0.14
/proc/18747/task/18753/stat : 18753 (java) S 18745 18747 17782 0 -1 64 345 0 0 0 14 0 0 0 16 0 8 0 275728719 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18754] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18754/stat : 18754 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 275728719 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18755] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18755/stat : 18755 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275728719 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915428

[startup+25.604 s]
/proc/loadavg: 1.82 1.94 1.93 3/80 18755
/proc/meminfo: memFree=1383216/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915428 CPUtime=25.5
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 7400 0 1 0 2186 364 0 0 25 0 8 0 275728709 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228858 7137 2478 14 0 215328 0
[pid=18747/tid=18749] ppid=18745 vsize=915428 CPUtime=0.02
/proc/18747/task/18749/stat : 18749 (java) S 18745 18747 17782 0 -1 64 219 0 0 0 2 0 0 0 16 0 8 0 275728715 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18750] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18750/stat : 18750 (java) S 18745 18747 17782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275728716 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18751] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18751/stat : 18751 (java) S 18745 18747 17782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275728716 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18752] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18752/stat : 18752 (java) S 18745 18747 17782 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 275728719 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18753] ppid=18745 vsize=915428 CPUtime=0.14
/proc/18747/task/18753/stat : 18753 (java) S 18745 18747 17782 0 -1 64 345 0 0 0 14 0 0 0 16 0 8 0 275728719 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18754] ppid=18745 vsize=915432 CPUtime=0
/proc/18747/task/18754/stat : 18754 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 275728719 937402368 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18755] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18755/stat : 18755 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275728719 937398272 7137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 915428

[startup+51.2093 s]
/proc/loadavg: 1.88 1.94 1.93 3/80 18755
/proc/meminfo: memFree=1372144/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915428 CPUtime=51.09
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 10279 0 1 0 4662 447 0 0 25 0 8 0 275728709 937398272 10012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073871404 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228857 10012 2534 14 0 215327 0
[pid=18747/tid=18749] ppid=18745 vsize=915428 CPUtime=0.02
/proc/18747/task/18749/stat : 18749 (java) S 18745 18747 17782 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 275728715 937398272 10012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18750] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18750/stat : 18750 (java) S 18745 18747 17782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275728716 937398272 10012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18751] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18751/stat : 18751 (java) S 18745 18747 17782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275728716 937398272 10012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18752] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18752/stat : 18752 (java) S 18745 18747 17782 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 275728719 937398272 10012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18753] ppid=18745 vsize=915428 CPUtime=0.27
/proc/18747/task/18753/stat : 18753 (java) S 18745 18747 17782 0 -1 64 416 0 0 0 26 1 0 0 16 0 8 0 275728719 937398272 10012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18754] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18754/stat : 18754 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 275728719 937398272 10012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18755] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18755/stat : 18755 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275728719 937398272 10012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 915428

[startup+102.418 s]
/proc/loadavg: 1.95 1.95 1.93 3/80 18755
/proc/meminfo: memFree=1372080/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915428 CPUtime=102.25
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 10288 0 1 0 9778 447 0 0 25 0 8 0 275728709 937398272 10021 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073807370 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228857 10021 2534 14 0 215327 0
[pid=18747/tid=18749] ppid=18745 vsize=915428 CPUtime=0.02
/proc/18747/task/18749/stat : 18749 (java) S 18745 18747 17782 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 275728715 937398272 10021 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18750] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18750/stat : 18750 (java) S 18745 18747 17782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275728716 937398272 10021 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18751] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18751/stat : 18751 (java) S 18745 18747 17782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275728716 937398272 10021 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18752] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18752/stat : 18752 (java) S 18745 18747 17782 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 275728719 937398272 10021 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18753] ppid=18745 vsize=915428 CPUtime=0.27
/proc/18747/task/18753/stat : 18753 (java) S 18745 18747 17782 0 -1 64 417 0 0 0 26 1 0 0 16 0 8 0 275728719 937398272 10021 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18754] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18754/stat : 18754 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 275728719 937398272 10021 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18755] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18755/stat : 18755 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275728719 937398272 10021 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 915428

[startup+162.477 s]
/proc/loadavg: 1.98 1.95 1.93 3/80 18755
/proc/meminfo: memFree=1372016/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915428 CPUtime=162.24
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 10290 0 1 0 15777 447 0 0 25 0 8 0 275728709 937398272 10023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073889932 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 2022.84
Current children cumulated vsize (KiB) 915428

[startup+2084.93 s]
/proc/loadavg: 2.04 2.01 1.98 3/87 18817
/proc/meminfo: memFree=1339384/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915428 CPUtime=2082.86
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 10314 0 1 0 207834 452 0 0 25 0 8 0 275728709 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073888171 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228857 10045 2534 14 0 215327 0
[pid=18747/tid=18749] ppid=18745 vsize=915428 CPUtime=0.02
/proc/18747/task/18749/stat : 18749 (java) S 18745 18747 17782 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 275728715 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18750] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18750/stat : 18750 (java) S 18745 18747 17782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275728716 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18751] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18751/stat : 18751 (java) S 18745 18747 17782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275728716 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18752] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18752/stat : 18752 (java) S 18745 18747 17782 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18753] ppid=18745 vsize=915428 CPUtime=0.27
/proc/18747/task/18753/stat : 18753 (java) S 18745 18747 17782 0 -1 64 419 0 0 0 26 1 0 0 16 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18754] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18754/stat : 18754 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18755] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18755/stat : 18755 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2082.86
Current children cumulated vsize (KiB) 915428

[startup+2145.01 s]
/proc/loadavg: 2.01 2.01 1.98 3/87 18817
/proc/meminfo: memFree=1339384/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915428 CPUtime=2142.88
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 10314 0 1 0 213836 452 0 0 25 0 8 0 275728709 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073807348 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228857 10045 2534 14 0 215327 0
[pid=18747/tid=18749] ppid=18745 vsize=915428 CPUtime=0.02
/proc/18747/task/18749/stat : 18749 (java) S 18745 18747 17782 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 275728715 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18750] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18750/stat : 18750 (java) S 18745 18747 17782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275728716 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18751] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18751/stat : 18751 (java) S 18745 18747 17782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275728716 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18752] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18752/stat : 18752 (java) S 18745 18747 17782 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18753] ppid=18745 vsize=915428 CPUtime=0.27
/proc/18747/task/18753/stat : 18753 (java) S 18745 18747 17782 0 -1 64 419 0 0 0 26 1 0 0 16 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18754] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18754/stat : 18754 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18755] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18755/stat : 18755 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2142.88
Current children cumulated vsize (KiB) 915428

[startup+2205.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/87 18817
/proc/meminfo: memFree=1339384/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915428 CPUtime=2202.92
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 10314 0 1 0 219840 452 0 0 25 0 8 0 275728709 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073871418 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228857 10045 2534 14 0 215327 0
[pid=18747/tid=18749] ppid=18745 vsize=915428 CPUtime=0.02
/proc/18747/task/18749/stat : 18749 (java) S 18745 18747 17782 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 275728715 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18750] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18750/stat : 18750 (java) S 18745 18747 17782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275728716 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18751] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18751/stat : 18751 (java) S 18745 18747 17782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275728716 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18752] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18752/stat : 18752 (java) S 18745 18747 17782 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18753] ppid=18745 vsize=915428 CPUtime=0.27
/proc/18747/task/18753/stat : 18753 (java) S 18745 18747 17782 0 -1 64 419 0 0 0 26 1 0 0 16 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18754] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18754/stat : 18754 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18755] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18755/stat : 18755 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2202.92
Current children cumulated vsize (KiB) 915428

[startup+2265.18 s]
/proc/loadavg: 2.00 2.00 1.98 3/87 18817
/proc/meminfo: memFree=1339384/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915428 CPUtime=2262.93
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 10314 0 1 0 225841 452 0 0 25 0 8 0 275728709 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073940334 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228857 10045 2534 14 0 215327 0
[pid=18747/tid=18749] ppid=18745 vsize=915428 CPUtime=0.02
/proc/18747/task/18749/stat : 18749 (java) S 18745 18747 17782 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 275728715 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18750] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18750/stat : 18750 (java) S 18745 18747 17782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275728716 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18751] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18751/stat : 18751 (java) S 18745 18747 17782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275728716 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18752] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18752/stat : 18752 (java) S 18745 18747 17782 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18753] ppid=18745 vsize=915428 CPUtime=0.27
/proc/18747/task/18753/stat : 18753 (java) S 18745 18747 17782 0 -1 64 419 0 0 0 26 1 0 0 16 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18754] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18754/stat : 18754 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18755] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18755/stat : 18755 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2262.93
Current children cumulated vsize (KiB) 915428

[startup+2325.27 s]
/proc/loadavg: 2.00 2.00 1.98 3/87 18817
/proc/meminfo: memFree=1339384/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915428 CPUtime=2322.97
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 10314 0 1 0 231845 452 0 0 25 0 8 0 275728709 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073724485 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228857 10045 2534 14 0 215327 0
[pid=18747/tid=18749] ppid=18745 vsize=915428 CPUtime=0.02
/proc/18747/task/18749/stat : 18749 (java) S 18745 18747 17782 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 275728715 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18750] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18750/stat : 18750 (java) S 18745 18747 17782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275728716 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18751] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18751/stat : 18751 (java) S 18745 18747 17782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275728716 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18752] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18752/stat : 18752 (java) S 18745 18747 17782 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18753] ppid=18745 vsize=915428 CPUtime=0.27
/proc/18747/task/18753/stat : 18753 (java) S 18745 18747 17782 0 -1 64 419 0 0 0 26 1 0 0 16 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18754] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18754/stat : 18754 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18755] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18755/stat : 18755 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2322.97
Current children cumulated vsize (KiB) 915428

[startup+2385.36 s]
/proc/loadavg: 2.00 2.00 1.98 4/87 18817
/proc/meminfo: memFree=1339384/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915428 CPUtime=2383.01
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 10314 0 1 0 237849 452 0 0 25 0 8 0 275728709 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073677002 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228857 10045 2534 14 0 215327 0
[pid=18747/tid=18749] ppid=18745 vsize=915428 CPUtime=0.02
/proc/18747/task/18749/stat : 18749 (java) S 18745 18747 17782 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 275728715 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18750] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18750/stat : 18750 (java) S 18745 18747 17782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275728716 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18751] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18751/stat : 18751 (java) S 18745 18747 17782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275728716 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18752] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18752/stat : 18752 (java) S 18745 18747 17782 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18753] ppid=18745 vsize=915428 CPUtime=0.27
/proc/18747/task/18753/stat : 18753 (java) S 18745 18747 17782 0 -1 64 419 0 0 0 26 1 0 0 16 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18754] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18754/stat : 18754 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18755] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18755/stat : 18755 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2383.01
Current children cumulated vsize (KiB) 915428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2402.45 s]
/proc/loadavg: 2.00 2.00 1.98 3/87 18817
/proc/meminfo: memFree=1339384/2055920 swapFree=4192812/4192956
[pid=18747] ppid=18745 vsize=915428 CPUtime=2400.07
/proc/18747/stat : 18747 (java) R 18745 18747 17782 0 -1 0 10314 0 1 0 239555 452 0 0 25 0 8 0 275728709 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073869097 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18747/statm: 228857 10045 2534 14 0 215327 0
[pid=18747/tid=18749] ppid=18745 vsize=915428 CPUtime=0.02
/proc/18747/task/18749/stat : 18749 (java) S 18745 18747 17782 0 -1 64 220 0 0 0 2 0 0 0 16 0 8 0 275728715 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18750] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18750/stat : 18750 (java) S 18745 18747 17782 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275728716 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18751] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18751/stat : 18751 (java) S 18745 18747 17782 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275728716 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18752] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18752/stat : 18752 (java) S 18745 18747 17782 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18753] ppid=18745 vsize=915428 CPUtime=0.27
/proc/18747/task/18753/stat : 18753 (java) S 18745 18747 17782 0 -1 64 419 0 0 0 26 1 0 0 16 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18754] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18754/stat : 18754 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18747/tid=18755] ppid=18745 vsize=915428 CPUtime=0
/proc/18747/task/18755/stat : 18755 (java) S 18745 18747 17782 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275728719 937398272 10045 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 915428

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

Child status: 143
Real time (s): 2402.5
CPU time (s): 2400.12
CPU user time (s): 2395.59
CPU system time (s): 4.53131
CPU usage (%): 99.9012
Max. virtual memory (cumulated for all children) (KiB): 915432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.59
system time used= 4.53131
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10338
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= 49914
involuntary context switches= 56674

runsolver used 3.16652 s user time and 7.35788 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Sat Jan 20 06:08:20 UTC 2007


IDJOB= 278020
IDBENCH= 7950
IDSOLVER= 68
FILE ID= node48/278020-1169273299

PBS_JOBID= 3607364

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/cnf/3-40-100-1000/cnf-3-40-800-810521_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/278020-1169273299/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-278020-1169273299 -o ROOT/results/node48/solver-278020-1169273299 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/278020-1169273299/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  cce346fa51bd7419caa871b908315917

RANDOM SEED= 916601036

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.218
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.218
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:       1402568 kB
Buffers:         49092 kB
Cached:         502932 kB
SwapCached:          0 kB
Active:         117428 kB
Inactive:       458132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1402568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4016 kB
Writeback:           0 kB
Mapped:          35060 kB
Slab:            63312 kB
Committed_AS:  5567276 kB
PageTables:       1688 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB



End job on node48 on Sat Jan 20 06:48:23 UTC 2007