Trace number 238757

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.16 1815.24

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-h-9_ext.xml
MD5SUMcb3a5c2104df8135afb4e0442892edcd
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1262
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/238757-1168083572/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.43	     nbVariables=112  nbDomainTypes=4  minDomainSize=1  maxDomainSize=28
0.43	       =>  wckTime=0.114  cpuTime=0.09  mem=6M951
0.43	   
0.43	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.64	     nbConstraints=1261  nbRelationTypes=9  nbSingletonDomainVariables=3  nbDisconnectedVariables=1
0.64	     nbExtensionStructures=9  nbSharedExtensionStructures=1252  nbConflictsStructures=9
0.64	     nbSharedConflictsStructures=1252  nbSharedBinaryRepresentations=204  maxDegree=56  maxArity=2
0.64	       =>  wckTime=0.328  cpuTime=0.23  mem=11M860
0.69	   
0.69	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.539  cpuTime=0.36  mem=15M66
0.88	   
0.88	   preprocessing
0.88	     nbConstraintChecks=48610  nbPropagations=133  nbRevisions=2064  nbUselessRevisions=1896  nbRemovedValues=280
0.88	     detectedInconsistency=no
0.88	       =>  wckTime=0.024  cpuTime=0.02  mem=15M66
0.95	   
0.95	   search
0.95	     run=0  nbConstraintChecks=389022  nbPropagations=1309  nbRevisions=19791  nbUselessRevisions=18152
0.95	     nbAssignments=37  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=51  nbRestartNogoods=0  mapSize=10
0.95	     nbInferences=1  nbTooLargeKeys=0
0.95	       =>  wckTime=0.091  cpuTime=0.06  mem=15M66
0.98	   
0.98	   search
0.98	     run=1  nbConstraintChecks=722460  nbPropagations=3571  nbRevisions=54649  nbUselessRevisions=50235
0.98	     nbAssignments=79  nbFailedAssignments=13  nbBacktracks=26  nbVisitedNodes=108  nbRestartNogoods=2  mapSize=24
0.98	     nbInferences=2  nbTooLargeKeys=0
0.98	       =>  wckTime=0.12  cpuTime=0.09  mem=15M66
1.01	   
1.01	   search
1.01	     run=2  nbConstraintChecks=1218891  nbPropagations=7406  nbRevisions=112343  nbUselessRevisions=103183
1.01	     nbAssignments=140  nbFailedAssignments=26  nbBacktracks=52  nbVisitedNodes=198  nbRestartNogoods=3  mapSize=47
1.01	     nbInferences=7  nbTooLargeKeys=0
1.01	       =>  wckTime=0.154  cpuTime=0.12  mem=15M66
1.04	   
1.04	   search
1.04	     run=3  nbConstraintChecks=1651870  nbPropagations=12446  nbRevisions=189815  nbUselessRevisions=174552
1.04	     nbAssignments=216  nbFailedAssignments=46  nbBacktracks=87  nbVisitedNodes=318  nbRestartNogoods=4  mapSize=82
1.04	     nbInferences=11  nbTooLargeKeys=0
1.04	       =>  wckTime=0.183  cpuTime=0.15  mem=15M66
1.09	   
1.10	   search
1.10	     run=4  nbConstraintChecks=2409144  nbPropagations=20023  nbRevisions=303030  nbUselessRevisions=278321
1.10	     nbAssignments=335  nbFailedAssignments=85  nbBacktracks=137  nbVisitedNodes=511  nbRestartNogoods=5  mapSize=127
1.10	     nbInferences=21  nbTooLargeKeys=0
1.10	       =>  wckTime=0.237  cpuTime=0.2  mem=15M66
1.16	   
1.16	   search
1.16	     run=5  nbConstraintChecks=3288712  nbPropagations=30675  nbRevisions=457818  nbUselessRevisions=419722
1.16	     nbAssignments=481  nbFailedAssignments=124  nbBacktracks=212  nbVisitedNodes=740  nbRestartNogoods=10  mapSize=183
1.16	     nbInferences=33  nbTooLargeKeys=0
1.16	       =>  wckTime=0.303  cpuTime=0.25  mem=15M66
1.26	   
1.26	   search
1.26	     run=6  nbConstraintChecks=4704174  nbPropagations=46801  nbRevisions=681197  nbUselessRevisions=622435
1.26	     nbAssignments=715  nbFailedAssignments=191  nbBacktracks=325  nbVisitedNodes=1124  nbRestartNogoods=16  mapSize=267
1.26	     nbInferences=65  nbTooLargeKeys=0
1.26	       =>  wckTime=0.399  cpuTime=0.35  mem=15M66
1.37	   
1.37	   search
1.37	     run=7  nbConstraintChecks=6370181  nbPropagations=69710  nbRevisions=985645  nbUselessRevisions=897988
1.37	     nbAssignments=1039  nbFailedAssignments=279  nbBacktracks=497  nbVisitedNodes=1664  nbRestartNogoods=22
1.37	     mapSize=404  nbInferences=113  nbTooLargeKeys=0
1.37	       =>  wckTime=0.515  cpuTime=0.46  mem=15M66
1.58	   
1.58	   search
1.58	     run=8  nbConstraintChecks=9326789  nbPropagations=103586  nbRevisions=1432960  nbUselessRevisions=1301825
1.58	     nbAssignments=1562  nbFailedAssignments=445  nbBacktracks=755  nbVisitedNodes=2551  nbRestartNogoods=25
1.58	     mapSize=639  nbInferences=192  nbTooLargeKeys=0
1.58	       =>  wckTime=0.721  cpuTime=0.67  mem=15M66
1.79	   
1.79	   search
1.79	     run=9  nbConstraintChecks=12575469  nbPropagations=149874  nbRevisions=2038309  nbUselessRevisions=1848256
1.79	     nbAssignments=2233  nbFailedAssignments=653  nbBacktracks=1141  nbVisitedNodes=3664  nbRestartNogoods=30
1.79	     mapSize=973  nbInferences=248  nbTooLargeKeys=0
1.79	       =>  wckTime=0.933  cpuTime=0.86  mem=16M41
2.13	   
2.13	   search
2.13	     run=10  nbConstraintChecks=18016883  nbPropagations=217903  nbRevisions=2909642  nbUselessRevisions=2633175
2.13	     nbAssignments=3256  nbFailedAssignments=1024  nbBacktracks=1718  nbVisitedNodes=5387  nbRestartNogoods=35
2.13	     mapSize=1462  nbInferences=304  nbTooLargeKeys=0
2.13	       =>  wckTime=1.268  cpuTime=1.19  mem=16M41
2.55	   
2.55	   search
2.55	     run=11  nbConstraintChecks=24966827  nbPropagations=313246  nbRevisions=4124128  nbUselessRevisions=3727872
2.55	     nbAssignments=4877  nbFailedAssignments=1470  nbBacktracks=2583  nbVisitedNodes=8037  nbRestartNogoods=43
2.55	     mapSize=2120  nbInferences=587  nbTooLargeKeys=0
2.55	       =>  wckTime=1.697  cpuTime=1.61  mem=16M41
3.37	   
3.37	   search
3.37	     run=12  nbConstraintChecks=38407097  nbPropagations=465938  nbRevisions=5995593  nbUselessRevisions=5409391
3.37	     nbAssignments=7362  nbFailedAssignments=2130  nbBacktracks=3880  nbVisitedNodes=12107  nbRestartNogoods=49
3.37	     mapSize=3119  nbInferences=1086  nbTooLargeKeys=0
3.37	       =>  wckTime=2.51  cpuTime=2.41  mem=17M16
4.16	   
4.16	   search
4.16	     run=13  nbConstraintChecks=51213486  nbPropagations=666371  nbRevisions=8498526  nbUselessRevisions=7664943
4.16	     nbAssignments=10671  nbFailedAssignments=2899  nbBacktracks=5827  nbVisitedNodes=17368  nbRestartNogoods=54
4.16	     mapSize=4462  nbInferences=1656  nbTooLargeKeys=0
4.16	       =>  wckTime=3.3  cpuTime=3.19  mem=17M16
5.16	   
5.16	   search
5.16	     run=14  nbConstraintChecks=66579180  nbPropagations=905793  nbRevisions=11739329  nbUselessRevisions=10614232
5.16	     nbAssignments=15775  nbFailedAssignments=4183  nbBacktracks=8749  nbVisitedNodes=25718  nbRestartNogoods=66
5.16	     mapSize=6724  nbInferences=2532  nbTooLargeKeys=0
5.16	       =>  wckTime=4.301  cpuTime=4.19  mem=17M991
7.54	   
7.54	   search
7.54	     run=15  nbConstraintChecks=104295071  nbPropagations=1300912  nbRevisions=16865853  nbUselessRevisions=15251987
7.54	     nbAssignments=23788  nbFailedAssignments=6595  nbBacktracks=13127  nbVisitedNodes=38971  nbRestartNogoods=71
7.54	     mapSize=9901  nbInferences=3734  nbTooLargeKeys=0
7.54	       =>  wckTime=6.683  cpuTime=6.54  mem=19M942
11.12	   
11.12	   search
11.12	     run=16  nbConstraintChecks=159496771  nbPropagations=1906968  nbRevisions=24711449  nbUselessRevisions=22354181
11.12	     nbAssignments=36249  nbFailedAssignments=9280  nbBacktracks=19698  nbVisitedNodes=59427  nbRestartNogoods=77
11.12	     mapSize=14806  nbInferences=6919  nbTooLargeKeys=0
11.12	       =>  wckTime=10.259  cpuTime=10.08  mem=22M867
16.88	   
16.88	   search
16.88	     run=17  nbConstraintChecks=249766102  nbPropagations=2904986  nbRevisions=37041806  nbUselessRevisions=33470903
16.88	     nbAssignments=53766  nbFailedAssignments=12952  nbBacktracks=29550  nbVisitedNodes=87350  nbRestartNogoods=86
16.88	     mapSize=22102  nbInferences=10889  nbTooLargeKeys=0
16.88	       =>  wckTime=16.024  cpuTime=15.8  mem=25M793
22.22	   
22.22	   search
22.22	     run=18  nbConstraintChecks=330488276  nbPropagations=4205747  nbRevisions=53374965  nbUselessRevisions=48240859
22.22	     nbAssignments=78088  nbFailedAssignments=16843  nbBacktracks=44330  nbVisitedNodes=124139  nbRestartNogoods=93
22.22	     mapSize=30915  nbInferences=16521  nbTooLargeKeys=0
22.22	       =>  wckTime=21.363  cpuTime=21.09  mem=31M644
31.48	   
31.48	   search
31.48	     run=19  nbConstraintChecks=473057082  nbPropagations=6034074  nbRevisions=76702069  nbUselessRevisions=69369761
31.48	     nbAssignments=116523  nbFailedAssignments=23749  nbBacktracks=66501  nbVisitedNodes=184543  nbRestartNogoods=109
31.48	     mapSize=46101  nbInferences=25857  nbTooLargeKeys=0
31.48	       =>  wckTime=30.621  cpuTime=30.27  mem=39M445
45.93	   
45.93	   search
45.93	     run=20  nbConstraintChecks=693444943  nbPropagations=8615163  nbRevisions=110827900  nbUselessRevisions=100440074
45.93	     nbAssignments=176676  nbFailedAssignments=35352  nbBacktracks=99754  nbVisitedNodes=281028  nbRestartNogoods=115
45.93	     mapSize=68959  nbInferences=41135  nbTooLargeKeys=0
45.93	       =>  wckTime=45.07  cpuTime=44.46  mem=23M473
70.85	   
70.85	   search
70.85	     run=21  nbConstraintChecks=1072023090  nbPropagations=12656868  nbRevisions=163746219  nbUselessRevisions=148556611
70.85	     nbAssignments=271230  nbFailedAssignments=52368  nbBacktracks=149634  nbVisitedNodes=433077  nbRestartNogoods=123
70.85	     mapSize=105363  nbInferences=68762  nbTooLargeKeys=0
70.85	       =>  wckTime=69.99  cpuTime=69.16  mem=43M421
105.33	   
105.33	   search
105.33	     run=22  nbConstraintChecks=1608657046  nbPropagations=18818250  nbRevisions=243024227  nbUselessRevisions=220614870
105.33	     nbAssignments=406249  nbFailedAssignments=66722  nbBacktracks=224457  nbVisitedNodes=638855  nbRestartNogoods=136
105.33	     mapSize=152504  nbInferences=114588  nbTooLargeKeys=0
105.33	       =>  wckTime=104.474  cpuTime=103.16  mem=48M383
150.17	   
150.17	   search
150.17	     run=23  nbConstraintChecks=2294120993  nbPropagations=27754419  nbRevisions=356357876  nbUselessRevisions=323595623
150.17	     nbAssignments=598269  nbFailedAssignments=89250  nbBacktracks=336684  nbVisitedNodes=928890  nbRestartNogoods=140
150.17	     mapSize=224581  nbInferences=171826  nbTooLargeKeys=0
150.17	       =>  wckTime=149.311  cpuTime=147.58  mem=92M203
217.08	   
217.08	   search
217.08	     run=24  nbConstraintChecks=3306607975  nbPropagations=39694907  nbRevisions=518669609  nbUselessRevisions=472370372
217.08	     nbAssignments=925291  nbFailedAssignments=132374  nbBacktracks=505025  nbVisitedNodes=1448485  nbRestartNogoods=156
217.08	     mapSize=341962  nbInferences=287358  nbTooLargeKeys=0
217.08	       =>  wckTime=216.219  cpuTime=213.54  mem=109M232
341.47	   
341.47	   search
341.47	     run=25  nbConstraintChecks=5262437870  nbPropagations=59601646  nbRevisions=777186066  nbUselessRevisions=708115634
341.47	     nbAssignments=1366069  nbFailedAssignments=195533  nbBacktracks=757536  nbVisitedNodes=2126687
341.47	     nbRestartNogoods=174  mapSize=500718  nbInferences=412446  nbTooLargeKeys=0
341.47	       =>  wckTime=340.612  cpuTime=336.44  mem=160M184
563.07	   
563.07	   search
563.07	     run=26  nbConstraintChecks=8729261783  nbPropagations=91011523  nbRevisions=1202209502
563.07	     nbUselessRevisions=1097277587  nbAssignments=2186834  nbFailedAssignments=313039  nbBacktracks=1136306
563.07	     nbVisitedNodes=3481467  nbRestartNogoods=189  mapSize=824871  nbInferences=736911  nbTooLargeKeys=0
563.07	       =>  wckTime=562.217  cpuTime=555.24  mem=250M488
1009.59	   
1009.59	   search
1009.59	     run=27  nbConstraintChecks=15958487311  nbPropagations=152661375  nbRevisions=1980387312
1009.59	     nbUselessRevisions=1803428264  nbAssignments=3350161  nbFailedAssignments=536135  nbBacktracks=1704459
1009.59	     nbVisitedNodes=5391851  nbRestartNogoods=199  mapSize=1264225  nbInferences=1108970  nbTooLargeKeys=0
1009.59	       =>  wckTime=1008.733  cpuTime=996.72  mem=382M53
1474.73	   
1474.73	   INFO : Stopping hyperNogood (mapSize=1893530, nbTooLargekeys=0, mem=600M411)
1493.95	   
1493.95	   search
1493.95	     run=28  nbConstraintChecks=23482096612  nbPropagations=237448854  nbRevisions=3121299435
1493.95	     nbUselessRevisions=2847545121  nbAssignments=5214557  nbFailedAssignments=787702  nbBacktracks=2556685
1493.95	     nbVisitedNodes=8466595  nbRestartNogoods=203
1493.95	       =>  wckTime=1493.097  cpuTime=1474.89  mem=600M411
1778.74	   
1778.74	   search
1778.74	     run=29  nbConstraintChecks=28164378458  nbPropagations=337580467  nbRevisions=4496504310
1778.74	     nbUselessRevisions=4106525960  nbAssignments=6986920  nbFailedAssignments=1281705  nbBacktracks=3835026
1778.74	     nbVisitedNodes=11167532  nbRestartNogoods=226
1778.74	       =>  wckTime=1777.888  cpuTime=1758.4  mem=600M411

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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

/proc/loadavg: 1.94 1.67 1.67 4/80 22898
/proc/meminfo: memFree=1271344/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=9948 CPUtime=0
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 723 0 0 0 0 0 0 0 18 0 1 0 156756819 10186752 472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/22897/statm: 2955 510 421 14 0 1602 0

[startup+0.103048 s]
/proc/loadavg: 1.94 1.67 1.67 4/80 22898
/proc/meminfo: memFree=1271344/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=914988 CPUtime=0.08
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 2987 0 1 0 7 1 0 0 18 0 8 0 156756819 936947712 2733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22897/statm: 228747 2733 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511086 s]
/proc/loadavg: 1.94 1.67 1.67 4/80 22898
/proc/meminfo: memFree=1271344/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915328 CPUtime=0.5
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 6307 0 1 0 45 5 0 0 18 0 8 0 156756819 937295872 6046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22897/statm: 228832 6046 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33216 s]
/proc/loadavg: 1.94 1.68 1.67 3/87 22905
/proc/meminfo: memFree=1247288/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915552 CPUtime=1.3
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 8727 0 1 0 124 6 0 0 24 0 8 0 156756819 937525248 8465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073848316 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22897/statm: 228888 8465 2513 14 0 215358 0
[pid=22897/tid=22899] ppid=22895 vsize=915552 CPUtime=0.03
/proc/22897/task/22899/stat : 22899 (java) S 22895 22897 22040 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 156756823 937525248 8465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22900] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22900/stat : 22900 (java) S 22895 22897 22040 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 8465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22901] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22901/stat : 22901 (java) S 22895 22897 22040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156756824 937525248 8465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22902] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22902/stat : 22902 (java) S 22895 22897 22040 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156756827 937525248 8465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22903] ppid=22895 vsize=915552 CPUtime=0.22
/proc/22897/task/22903/stat : 22903 (java) S 22895 22897 22040 0 -1 64 386 0 0 0 21 1 0 0 15 0 8 0 156756827 937525248 8465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22904] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22904/stat : 22904 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156756827 937525248 8465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22905] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22905/stat : 22905 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156756827 937525248 8465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915552

[startup+2.96931 s]
/proc/loadavg: 1.94 1.68 1.67 3/87 22905
/proc/meminfo: memFree=1233720/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915552 CPUtime=2.93
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 8989 0 1 0 286 7 0 0 25 0 8 0 156756819 937525248 8725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073849609 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22897/statm: 228888 8725 2513 14 0 215358 0
[pid=22897/tid=22899] ppid=22895 vsize=915552 CPUtime=0.03
/proc/22897/task/22899/stat : 22899 (java) S 22895 22897 22040 0 -1 64 300 0 0 0 3 0 0 0 17 0 8 0 156756823 937525248 8725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22900] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22900/stat : 22900 (java) S 22895 22897 22040 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 8725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22901] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22901/stat : 22901 (java) S 22895 22897 22040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156756824 937525248 8725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22902] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22902/stat : 22902 (java) S 22895 22897 22040 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156756827 937525248 8725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22903] ppid=22895 vsize=915552 CPUtime=0.25
/proc/22897/task/22903/stat : 22903 (java) S 22895 22897 22040 0 -1 64 402 0 0 0 24 1 0 0 15 0 8 0 156756827 937525248 8725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22904] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22904/stat : 22904 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156756827 937525248 8725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22905] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22905/stat : 22905 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156756827 937525248 8725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915552

[startup+6.26661 s]
/proc/loadavg: 1.94 1.68 1.67 3/87 22905
/proc/meminfo: memFree=1230968/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915552 CPUtime=6.19
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 9644 0 1 0 612 7 0 0 25 0 8 0 156756819 937525248 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851788 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22897/statm: 228888 9379 2513 14 0 215358 0
[pid=22897/tid=22899] ppid=22895 vsize=915552 CPUtime=0.03
/proc/22897/task/22899/stat : 22899 (java) S 22895 22897 22040 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 156756823 937525248 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22900] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22900/stat : 22900 (java) S 22895 22897 22040 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22901] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22901/stat : 22901 (java) S 22895 22897 22040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156756824 937525248 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22902] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22902/stat : 22902 (java) S 22895 22897 22040 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156756827 937525248 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22903] ppid=22895 vsize=915552 CPUtime=0.26
/proc/22897/task/22903/stat : 22903 (java) S 22895 22897 22040 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 156756827 937525248 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22904] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22904/stat : 22904 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156756827 937525248 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22905] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22905/stat : 22905 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156756827 937525248 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915552

[startup+12.7372 s]
/proc/loadavg: 1.95 1.69 1.67 3/87 22905
/proc/meminfo: memFree=1198712/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915552 CPUtime=12.6
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 10750 0 1 0 1253 7 0 0 25 0 8 0 156756819 937525248 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073850713 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22897/statm: 228888 10485 2513 14 0 215358 0
[pid=22897/tid=22899] ppid=22895 vsize=915552 CPUtime=0.03
/proc/22897/task/22899/stat : 22899 (java) S 22895 22897 22040 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 156756823 937525248 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22900] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22900/stat : 22900 (java) S 22895 22897 22040 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22901] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22901/stat : 22901 (java) S 22895 22897 22040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156756824 937525248 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22902] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22902/stat : 22902 (java) S 22895 22897 22040 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156756827 937525248 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22903] ppid=22895 vsize=915552 CPUtime=0.26
/proc/22897/task/22903/stat : 22903 (java) S 22895 22897 22040 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 156756827 937525248 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22904] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22904/stat : 22904 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156756827 937525248 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22905] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22905/stat : 22905 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156756827 937525248 10485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915552

[startup+25.6054 s]
/proc/loadavg: 1.96 1.70 1.68 3/87 22905
/proc/meminfo: memFree=1165176/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915552 CPUtime=25.35
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 13443 0 1 0 2527 8 0 0 25 0 8 0 156756819 937525248 13178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834296 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22897/statm: 228888 13178 2513 14 0 215358 0
[pid=22897/tid=22899] ppid=22895 vsize=915552 CPUtime=0.03
/proc/22897/task/22899/stat : 22899 (java) S 22895 22897 22040 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 156756823 937525248 13178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22900] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22900/stat : 22900 (java) S 22895 22897 22040 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 13178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22901] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22901/stat : 22901 (java) S 22895 22897 22040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156756824 937525248 13178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22902] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22902/stat : 22902 (java) S 22895 22897 22040 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156756827 937525248 13178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22903] ppid=22895 vsize=915552 CPUtime=0.26
/proc/22897/task/22903/stat : 22903 (java) S 22895 22897 22040 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 156756827 937525248 13178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22904] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22904/stat : 22904 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156756827 937525248 13178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22905] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22905/stat : 22905 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156756827 937525248 13178 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915552

[startup+51.2107 s]
/proc/loadavg: 1.97 1.72 1.68 3/87 22905
/proc/meminfo: memFree=1062520/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915552 CPUtime=50.72
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 22031 0 1 0 5060 12 0 0 25 0 8 0 156756819 937525248 21765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073850713 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22897/statm: 228888 21765 2517 14 0 215358 0
[pid=22897/tid=22899] ppid=22895 vsize=915552 CPUtime=0.14
/proc/22897/task/22899/stat : 22899 (java) S 22895 22897 22040 0 -1 64 5033 0 0 0 12 2 0 0 16 0 8 0 156756823 937525248 21765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22900] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22900/stat : 22900 (java) S 22895 22897 22040 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 21765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22901] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22901/stat : 22901 (java) S 22895 22897 22040 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 21765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22902] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22902/stat : 22902 (java) S 22895 22897 22040 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156756827 937525248 21765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22903] ppid=22895 vsize=915552 CPUtime=0.26
/proc/22897/task/22903/stat : 22903 (java) S 22895 22897 22040 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 156756827 937525248 21765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22904] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22904/stat : 22904 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156756827 937525248 21765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22905] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22905/stat : 22905 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156756827 937525248 21765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915552

[startup+102.413 s]
/proc/loadavg: 2.03 1.78 1.71 3/87 22905
/proc/meminfo: memFree=999608/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915552 CPUtime=101.46
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 29132 0 1 0 10131 15 0 0 25 0 8 0 156756819 937525248 28865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851760 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22897/statm: 228888 28865 2517 14 0 215358 0
[pid=22897/tid=22899] ppid=22895 vsize=915552 CPUtime=0.31
/proc/22897/task/22899/stat : 22899 (java) S 22895 22897 22040 0 -1 64 12132 0 0 0 27 4 0 0 16 0 8 0 156756823 937525248 28865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22900] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22900/stat : 22900 (java) S 22895 22897 22040 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 28865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22901] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22901/stat : 22901 (java) S 22895 22897 22040 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 28865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22902] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22902/stat : 22902 (java) S 22895 22897 22040 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156756827 937525248 28865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22903] ppid=22895 vsize=915552 CPUtime=0.26
/proc/22897/task/22903/stat : 22903 (java) S 22895 22897 22040 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 156756827 937525248 28865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22904] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22904/stat : 22904 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156756827 937525248 28865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22905] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22905/stat : 22905 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156756827 937525248 28865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 915552

[startup+162.459 s]
/proc/loadavg: 2.08 1.83 1.73 3/87 22905
/proc/meminfo: memFree=976696/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915552 CPUtime=160.96
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 34853 0 1 0 16078 18 0 0 25 0 8 0 156756819 937525248 34585 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073862561 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1410.36
Current children cumulated vsize (KiB) 915552

[startup+1483.58 s]
/proc/loadavg: 2.02 2.01 1.91 3/87 23103
/proc/meminfo: memFree=494456/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915552 CPUtime=1469.87
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 154975 0 1 0 146921 66 0 0 25 0 8 0 156756819 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851788 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22897/statm: 228888 154687 2517 14 0 215358 0
[pid=22897/tid=22899] ppid=22895 vsize=915552 CPUtime=4.38
/proc/22897/task/22899/stat : 22899 (java) S 22895 22897 22040 0 -1 64 137954 0 0 0 388 50 0 0 16 0 8 0 156756823 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22900] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22900/stat : 22900 (java) S 22895 22897 22040 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22901] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22901/stat : 22901 (java) S 22895 22897 22040 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22902] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22902/stat : 22902 (java) S 22895 22897 22040 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22903] ppid=22895 vsize=915552 CPUtime=0.26
/proc/22897/task/22903/stat : 22903 (java) S 22895 22897 22040 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22904] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22904/stat : 22904 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22905] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22905/stat : 22905 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.87
Current children cumulated vsize (KiB) 915552

[startup+1543.62 s]
/proc/loadavg: 2.01 2.00 1.91 3/87 23103
/proc/meminfo: memFree=494456/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915552 CPUtime=1529.42
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 154976 0 1 0 152876 66 0 0 25 0 8 0 156756819 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838502 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22897/statm: 228888 154687 2517 14 0 215358 0
[pid=22897/tid=22899] ppid=22895 vsize=915552 CPUtime=4.38
/proc/22897/task/22899/stat : 22899 (java) S 22895 22897 22040 0 -1 64 137954 0 0 0 388 50 0 0 16 0 8 0 156756823 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22900] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22900/stat : 22900 (java) S 22895 22897 22040 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22901] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22901/stat : 22901 (java) S 22895 22897 22040 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22902] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22902/stat : 22902 (java) S 22895 22897 22040 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22903] ppid=22895 vsize=915552 CPUtime=0.26
/proc/22897/task/22903/stat : 22903 (java) S 22895 22897 22040 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22904] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22904/stat : 22904 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22905] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22905/stat : 22905 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.42
Current children cumulated vsize (KiB) 915552

[startup+1603.66 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 23103
/proc/meminfo: memFree=494392/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915552 CPUtime=1588.97
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 154976 0 1 0 158831 66 0 0 25 0 8 0 156756819 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851788 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22897/statm: 228888 154687 2517 14 0 215358 0
[pid=22897/tid=22899] ppid=22895 vsize=915552 CPUtime=4.38
/proc/22897/task/22899/stat : 22899 (java) S 22895 22897 22040 0 -1 64 137954 0 0 0 388 50 0 0 16 0 8 0 156756823 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22900] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22900/stat : 22900 (java) S 22895 22897 22040 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22901] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22901/stat : 22901 (java) S 22895 22897 22040 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22902] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22902/stat : 22902 (java) S 22895 22897 22040 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22903] ppid=22895 vsize=915552 CPUtime=0.26
/proc/22897/task/22903/stat : 22903 (java) S 22895 22897 22040 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22904] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22904/stat : 22904 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22905] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22905/stat : 22905 (java) R 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.97
Current children cumulated vsize (KiB) 915552

[startup+1663.69 s]
/proc/loadavg: 1.66 1.92 1.89 2/75 23114
/proc/meminfo: memFree=1103576/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915552 CPUtime=1648.7
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 154976 0 1 0 164803 67 0 0 25 0 8 0 156756819 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073872816 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22897/statm: 228888 154687 2517 14 0 215358 0
[pid=22897/tid=22899] ppid=22895 vsize=915552 CPUtime=4.38
/proc/22897/task/22899/stat : 22899 (java) S 22895 22897 22040 0 -1 64 137954 0 0 0 388 50 0 0 16 0 8 0 156756823 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22900] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22900/stat : 22900 (java) S 22895 22897 22040 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22901] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22901/stat : 22901 (java) S 22895 22897 22040 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22902] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22902/stat : 22902 (java) S 22895 22897 22040 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22903] ppid=22895 vsize=915552 CPUtime=0.26
/proc/22897/task/22903/stat : 22903 (java) S 22895 22897 22040 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22904] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22904/stat : 22904 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22905] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22905/stat : 22905 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.7
Current children cumulated vsize (KiB) 915552

[startup+1723.71 s]
/proc/loadavg: 1.24 1.75 1.83 2/75 23169
/proc/meminfo: memFree=1102032/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915552 CPUtime=1708.68
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 154976 0 1 0 170800 68 0 0 25 0 8 0 156756819 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838443 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22897/statm: 228888 154687 2517 14 0 215358 0
[pid=22897/tid=22899] ppid=22895 vsize=915552 CPUtime=4.38
/proc/22897/task/22899/stat : 22899 (java) S 22895 22897 22040 0 -1 64 137954 0 0 0 388 50 0 0 16 0 8 0 156756823 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22900] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22900/stat : 22900 (java) S 22895 22897 22040 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22901] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22901/stat : 22901 (java) S 22895 22897 22040 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22902] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22902/stat : 22902 (java) S 22895 22897 22040 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22903] ppid=22895 vsize=915552 CPUtime=0.26
/proc/22897/task/22903/stat : 22903 (java) S 22895 22897 22040 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22904] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22904/stat : 22904 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22905] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22905/stat : 22905 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.68
Current children cumulated vsize (KiB) 915552

[startup+1783.73 s]
/proc/loadavg: 1.09 1.61 1.78 2/75 23170
/proc/meminfo: memFree=1103768/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915552 CPUtime=1768.65
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 154976 0 1 0 176797 68 0 0 25 0 8 0 156756819 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073874814 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22897/statm: 228888 154687 2517 14 0 215358 0
[pid=22897/tid=22899] ppid=22895 vsize=915552 CPUtime=4.38
/proc/22897/task/22899/stat : 22899 (java) S 22895 22897 22040 0 -1 64 137954 0 0 0 388 50 0 0 16 0 8 0 156756823 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22900] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22900/stat : 22900 (java) S 22895 22897 22040 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22901] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22901/stat : 22901 (java) S 22895 22897 22040 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22902] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22902/stat : 22902 (java) S 22895 22897 22040 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22903] ppid=22895 vsize=915552 CPUtime=0.26
/proc/22897/task/22903/stat : 22903 (java) S 22895 22897 22040 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22904] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22904/stat : 22904 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22905] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22905/stat : 22905 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.65
Current children cumulated vsize (KiB) 915552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.09 s]
/proc/loadavg: 1.05 1.55 1.75 2/75 23171
/proc/meminfo: memFree=1103576/2055920 swapFree=4192812/4192956
[pid=22897] ppid=22895 vsize=915552 CPUtime=1800
/proc/22897/stat : 22897 (java) R 22895 22897 22040 0 -1 0 154976 0 1 0 179931 69 0 0 25 0 8 0 156756819 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851788 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22897/statm: 228888 154687 2517 14 0 215358 0
[pid=22897/tid=22899] ppid=22895 vsize=915552 CPUtime=4.38
/proc/22897/task/22899/stat : 22899 (java) S 22895 22897 22040 0 -1 64 137954 0 0 0 388 50 0 0 16 0 8 0 156756823 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22900] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22900/stat : 22900 (java) S 22895 22897 22040 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22901] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22901/stat : 22901 (java) S 22895 22897 22040 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156756824 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22902] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22902/stat : 22902 (java) S 22895 22897 22040 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22903] ppid=22895 vsize=915552 CPUtime=0.26
/proc/22897/task/22903/stat : 22903 (java) S 22895 22897 22040 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22904] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22904/stat : 22904 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22897/tid=22905] ppid=22895 vsize=915552 CPUtime=0
/proc/22897/task/22905/stat : 22905 (java) S 22895 22897 22040 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156756827 937525248 154687 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 915552

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

Child status: 143
Real time (s): 1815.24
CPU time (s): 1800.16
CPU user time (s): 1799.37
CPU system time (s): 0.78688
CPU usage (%): 99.1691
Max. virtual memory (cumulated for all children) (KiB): 915552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.78688
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154993
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= 38057
involuntary context switches= 87353

runsolver used 2.35064 s user time and 5.44617 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan  6 11:39:32 UTC 2007


IDJOB= 238757
IDBENCH= 7019
FILE ID= node39/238757-1168083572

PBS_JOBID= 3476211

Free space on /tmp= 66529 MiB

BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-7/BlackHole-4-7-h-9_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238757-1168083572/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-238757-1168083572 -o ROOT/results/node39/solver-238757-1168083572 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238757-1168083572/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  cb3a5c2104df8135afb4e0442892edcd

RANDOM SEED= 526992617

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
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.236
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:       1271760 kB
Buffers:         28868 kB
Cached:         222392 kB
SwapCached:          0 kB
Active:         522488 kB
Inactive:       189732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:         481232 kB
Slab:            56464 kB
Committed_AS:  3867660 kB
PageTables:       2680 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= 66532 MiB



End job on node39 on Sat Jan  6 12:09:55 UTC 2007