Trace number 238491

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.15 1805.15

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-e-1_ext.xml
MD5SUMcdf544ed6a8c5347dd7f9f2ab3b26d82
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/238491-1168083428/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=112  nbDomainTypes=4  minDomainSize=1  maxDomainSize=28
0.41	       =>  wckTime=0.106  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.43	   
0.43	   constraints being loaded...
0.61	     nbConstraints=1261  nbRelationTypes=9  nbSingletonDomainVariables=3  nbDisconnectedVariables=1
0.61	     nbExtensionStructures=9  nbSharedExtensionStructures=1252  nbConflictsStructures=9
0.61	     nbSharedConflictsStructures=1252  nbSharedBinaryRepresentations=204  maxDegree=56  maxArity=2
0.61	       =>  wckTime=0.307  cpuTime=0.22  mem=11M860
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.502  cpuTime=0.34  mem=15M66
0.84	   
0.84	   preprocessing
0.84	     nbConstraintChecks=49432  nbPropagations=132  nbRevisions=2091  nbUselessRevisions=1923  nbRemovedValues=280
0.84	     detectedInconsistency=no
0.84	       =>  wckTime=0.022  cpuTime=0.01  mem=15M66
0.90	   
0.90	   search
0.90	     run=0  nbConstraintChecks=389022  nbPropagations=1308  nbRevisions=19818  nbUselessRevisions=18179
0.90	     nbAssignments=37  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=51  nbRestartNogoods=0  mapSize=10
0.90	     nbInferences=1  nbTooLargeKeys=0
0.90	       =>  wckTime=0.086  cpuTime=0.06  mem=15M66
0.92	   
0.92	   search
0.92	     run=1  nbConstraintChecks=722460  nbPropagations=3569  nbRevisions=54703  nbUselessRevisions=50289
0.92	     nbAssignments=79  nbFailedAssignments=13  nbBacktracks=26  nbVisitedNodes=108  nbRestartNogoods=2  mapSize=24
0.92	     nbInferences=2  nbTooLargeKeys=0
0.92	       =>  wckTime=0.112  cpuTime=0.08  mem=15M66
0.96	   
0.96	   search
0.96	     run=2  nbConstraintChecks=1218891  nbPropagations=7403  nbRevisions=112424  nbUselessRevisions=103264
0.96	     nbAssignments=140  nbFailedAssignments=26  nbBacktracks=52  nbVisitedNodes=198  nbRestartNogoods=3  mapSize=47
0.96	     nbInferences=7  nbTooLargeKeys=0
0.96	       =>  wckTime=0.144  cpuTime=0.11  mem=15M66
0.98	   
0.98	   search
0.98	     run=3  nbConstraintChecks=1651870  nbPropagations=12442  nbRevisions=189923  nbUselessRevisions=174660
0.98	     nbAssignments=216  nbFailedAssignments=46  nbBacktracks=87  nbVisitedNodes=318  nbRestartNogoods=4  mapSize=82
0.98	     nbInferences=11  nbTooLargeKeys=0
0.98	       =>  wckTime=0.172  cpuTime=0.14  mem=15M66
1.03	   
1.03	   search
1.03	     run=4  nbConstraintChecks=2409144  nbPropagations=20018  nbRevisions=303165  nbUselessRevisions=278456
1.03	     nbAssignments=335  nbFailedAssignments=85  nbBacktracks=137  nbVisitedNodes=511  nbRestartNogoods=5  mapSize=127
1.03	     nbInferences=21  nbTooLargeKeys=0
1.03	       =>  wckTime=0.222  cpuTime=0.19  mem=15M66
1.09	   
1.09	   search
1.09	     run=5  nbConstraintChecks=3288712  nbPropagations=30669  nbRevisions=457980  nbUselessRevisions=419884
1.09	     nbAssignments=481  nbFailedAssignments=124  nbBacktracks=212  nbVisitedNodes=740  nbRestartNogoods=10  mapSize=183
1.09	     nbInferences=33  nbTooLargeKeys=0
1.09	       =>  wckTime=0.278  cpuTime=0.24  mem=15M66
1.18	   
1.18	   search
1.18	     run=6  nbConstraintChecks=4704174  nbPropagations=46794  nbRevisions=681386  nbUselessRevisions=622624
1.18	     nbAssignments=715  nbFailedAssignments=191  nbBacktracks=325  nbVisitedNodes=1124  nbRestartNogoods=16  mapSize=267
1.18	     nbInferences=65  nbTooLargeKeys=0
1.18	       =>  wckTime=0.368  cpuTime=0.33  mem=15M66
1.29	   
1.29	   search
1.29	     run=7  nbConstraintChecks=6370181  nbPropagations=69702  nbRevisions=985861  nbUselessRevisions=898204
1.29	     nbAssignments=1039  nbFailedAssignments=279  nbBacktracks=497  nbVisitedNodes=1664  nbRestartNogoods=22
1.29	     mapSize=404  nbInferences=113  nbTooLargeKeys=0
1.29	       =>  wckTime=0.475  cpuTime=0.44  mem=15M66
1.48	   
1.48	   search
1.48	     run=8  nbConstraintChecks=9326789  nbPropagations=103577  nbRevisions=1433203  nbUselessRevisions=1302068
1.48	     nbAssignments=1562  nbFailedAssignments=445  nbBacktracks=755  nbVisitedNodes=2551  nbRestartNogoods=25
1.48	     mapSize=639  nbInferences=192  nbTooLargeKeys=0
1.48	       =>  wckTime=0.667  cpuTime=0.61  mem=15M66
1.67	   
1.67	   search
1.67	     run=9  nbConstraintChecks=12575469  nbPropagations=149864  nbRevisions=2038579  nbUselessRevisions=1848526
1.67	     nbAssignments=2233  nbFailedAssignments=653  nbBacktracks=1141  nbVisitedNodes=3664  nbRestartNogoods=30
1.67	     mapSize=973  nbInferences=248  nbTooLargeKeys=0
1.67	       =>  wckTime=0.86  cpuTime=0.8  mem=16M41
1.98	   
1.98	   search
1.98	     run=10  nbConstraintChecks=18016883  nbPropagations=217892  nbRevisions=2909939  nbUselessRevisions=2633472
1.98	     nbAssignments=3256  nbFailedAssignments=1024  nbBacktracks=1718  nbVisitedNodes=5387  nbRestartNogoods=35
1.99	     mapSize=1462  nbInferences=304  nbTooLargeKeys=0
1.99	       =>  wckTime=1.173  cpuTime=1.1  mem=16M41
2.38	   
2.38	   search
2.38	     run=11  nbConstraintChecks=24966827  nbPropagations=313234  nbRevisions=4124452  nbUselessRevisions=3728196
2.38	     nbAssignments=4877  nbFailedAssignments=1470  nbBacktracks=2583  nbVisitedNodes=8037  nbRestartNogoods=43
2.38	     mapSize=2120  nbInferences=587  nbTooLargeKeys=0
2.38	       =>  wckTime=1.57  cpuTime=1.5  mem=16M41
3.13	   
3.13	   search
3.13	     run=12  nbConstraintChecks=38407097  nbPropagations=465925  nbRevisions=5995944  nbUselessRevisions=5409742
3.13	     nbAssignments=7362  nbFailedAssignments=2130  nbBacktracks=3880  nbVisitedNodes=12107  nbRestartNogoods=49
3.13	     mapSize=3119  nbInferences=1086  nbTooLargeKeys=0
3.13	       =>  wckTime=2.322  cpuTime=2.25  mem=17M16
3.86	   
3.86	   search
3.86	     run=13  nbConstraintChecks=51213486  nbPropagations=666357  nbRevisions=8498904  nbUselessRevisions=7665321
3.86	     nbAssignments=10671  nbFailedAssignments=2899  nbBacktracks=5827  nbVisitedNodes=17368  nbRestartNogoods=54
3.86	     mapSize=4462  nbInferences=1656  nbTooLargeKeys=0
3.86	       =>  wckTime=3.05  cpuTime=2.98  mem=17M16
4.81	   
4.81	   search
4.81	     run=14  nbConstraintChecks=66579180  nbPropagations=905778  nbRevisions=11739734  nbUselessRevisions=10614637
4.81	     nbAssignments=15775  nbFailedAssignments=4183  nbBacktracks=8749  nbVisitedNodes=25718  nbRestartNogoods=66
4.81	     mapSize=6724  nbInferences=2532  nbTooLargeKeys=0
4.81	       =>  wckTime=4.002  cpuTime=3.9  mem=17M991
7.01	   
7.01	   search
7.01	     run=15  nbConstraintChecks=104295071  nbPropagations=1300896  nbRevisions=16866285  nbUselessRevisions=15252419
7.01	     nbAssignments=23788  nbFailedAssignments=6595  nbBacktracks=13127  nbVisitedNodes=38971  nbRestartNogoods=71
7.01	     mapSize=9901  nbInferences=3734  nbTooLargeKeys=0
7.01	       =>  wckTime=6.194  cpuTime=6.1  mem=19M942
10.28	   
10.28	   search
10.28	     run=16  nbConstraintChecks=159496771  nbPropagations=1906951  nbRevisions=24711908  nbUselessRevisions=22354640
10.28	     nbAssignments=36249  nbFailedAssignments=9280  nbBacktracks=19698  nbVisitedNodes=59427  nbRestartNogoods=77
10.28	     mapSize=14806  nbInferences=6919  nbTooLargeKeys=0
10.28	       =>  wckTime=9.469  cpuTime=9.37  mem=22M867
15.52	   
15.52	   search
15.52	     run=17  nbConstraintChecks=249766102  nbPropagations=2904968  nbRevisions=37042292  nbUselessRevisions=33471389
15.52	     nbAssignments=53766  nbFailedAssignments=12952  nbBacktracks=29550  nbVisitedNodes=87350  nbRestartNogoods=86
15.52	     mapSize=22102  nbInferences=10889  nbTooLargeKeys=0
15.52	       =>  wckTime=14.708  cpuTime=14.6  mem=25M793
20.44	   
20.44	   search
20.44	     run=18  nbConstraintChecks=330488276  nbPropagations=4205728  nbRevisions=53375478  nbUselessRevisions=48241372
20.44	     nbAssignments=78088  nbFailedAssignments=16843  nbBacktracks=44330  nbVisitedNodes=124139  nbRestartNogoods=93
20.44	     mapSize=30915  nbInferences=16521  nbTooLargeKeys=0
20.44	       =>  wckTime=19.624  cpuTime=19.52  mem=31M644
28.97	   
28.97	   search
28.97	     run=19  nbConstraintChecks=473057082  nbPropagations=6034054  nbRevisions=76702609  nbUselessRevisions=69370301
28.97	     nbAssignments=116523  nbFailedAssignments=23749  nbBacktracks=66501  nbVisitedNodes=184543  nbRestartNogoods=109
28.97	     mapSize=46101  nbInferences=25857  nbTooLargeKeys=0
28.97	       =>  wckTime=28.159  cpuTime=28.05  mem=39M445
42.21	   
42.21	   search
42.21	     run=20  nbConstraintChecks=693444943  nbPropagations=8615142  nbRevisions=110828467  nbUselessRevisions=100440641
42.21	     nbAssignments=176676  nbFailedAssignments=35352  nbBacktracks=99754  nbVisitedNodes=281028  nbRestartNogoods=115
42.21	     mapSize=68959  nbInferences=41135  nbTooLargeKeys=0
42.21	       =>  wckTime=41.397  cpuTime=41.17  mem=23M473
65.12	   
65.12	   search
65.12	     run=21  nbConstraintChecks=1072023090  nbPropagations=12656846  nbRevisions=163746813  nbUselessRevisions=148557205
65.12	     nbAssignments=271230  nbFailedAssignments=52368  nbBacktracks=149634  nbVisitedNodes=433077  nbRestartNogoods=123
65.12	     mapSize=105363  nbInferences=68762  nbTooLargeKeys=0
65.12	       =>  wckTime=64.308  cpuTime=64.04  mem=43M421
96.71	   
96.72	   search
96.72	     run=22  nbConstraintChecks=1608657046  nbPropagations=18818227  nbRevisions=243024848  nbUselessRevisions=220615491
96.72	     nbAssignments=406249  nbFailedAssignments=66722  nbBacktracks=224457  nbVisitedNodes=638855  nbRestartNogoods=136
96.72	     mapSize=152504  nbInferences=114588  nbTooLargeKeys=0
96.72	       =>  wckTime=95.903  cpuTime=95.43  mem=48M383
137.89	   
137.89	   search
137.89	     run=23  nbConstraintChecks=2294120993  nbPropagations=27754395  nbRevisions=356358524  nbUselessRevisions=323596271
137.89	     nbAssignments=598269  nbFailedAssignments=89250  nbBacktracks=336684  nbVisitedNodes=928890  nbRestartNogoods=140
137.89	     mapSize=224581  nbInferences=171826  nbTooLargeKeys=0
137.89	       =>  wckTime=137.078  cpuTime=136.59  mem=92M203
199.32	   
199.32	   search
199.32	     run=24  nbConstraintChecks=3306607975  nbPropagations=39694882  nbRevisions=518670284  nbUselessRevisions=472371047
199.32	     nbAssignments=925291  nbFailedAssignments=132374  nbBacktracks=505025  nbVisitedNodes=1448485  nbRestartNogoods=156
199.32	     mapSize=341962  nbInferences=287358  nbTooLargeKeys=0
199.32	       =>  wckTime=198.512  cpuTime=197.62  mem=109M232
313.50	   
313.50	   search
313.50	     run=25  nbConstraintChecks=5262437870  nbPropagations=59601620  nbRevisions=777186768  nbUselessRevisions=708116336
313.50	     nbAssignments=1366069  nbFailedAssignments=195533  nbBacktracks=757536  nbVisitedNodes=2126687
313.50	     nbRestartNogoods=174  mapSize=500718  nbInferences=412446  nbTooLargeKeys=0
313.50	       =>  wckTime=312.692  cpuTime=311.33  mem=160M184
516.90	   
516.90	   search
516.90	     run=26  nbConstraintChecks=8729261783  nbPropagations=91011496  nbRevisions=1202210231
516.90	     nbUselessRevisions=1097278316  nbAssignments=2186834  nbFailedAssignments=313039  nbBacktracks=1136306
516.90	     nbVisitedNodes=3481467  nbRestartNogoods=189  mapSize=824871  nbInferences=736911  nbTooLargeKeys=0
516.90	       =>  wckTime=516.087  cpuTime=513.76  mem=250M488
926.71	   
926.71	   search
926.71	     run=27  nbConstraintChecks=15958487311  nbPropagations=152661347  nbRevisions=1980388068
926.71	     nbUselessRevisions=1803429020  nbAssignments=3350161  nbFailedAssignments=536135  nbBacktracks=1704459
926.71	     nbVisitedNodes=5391851  nbRestartNogoods=199  mapSize=1264225  nbInferences=1108970  nbTooLargeKeys=0
926.71	       =>  wckTime=925.903  cpuTime=922.2  mem=382M53
1356.30	   
1356.30	   INFO : Stopping hyperNogood (mapSize=1893530, nbTooLargekeys=0, mem=600M411)
1374.10	   
1374.10	   search
1374.10	     run=28  nbConstraintChecks=23482096612  nbPropagations=237448825  nbRevisions=3121300218
1374.10	     nbUselessRevisions=2847545904  nbAssignments=5214557  nbFailedAssignments=787702  nbBacktracks=2556685
1374.10	     nbVisitedNodes=8466595  nbRestartNogoods=203
1374.10	       =>  wckTime=1373.285  cpuTime=1366.19  mem=600M411
1649.24	   
1649.24	   search
1649.24	     run=29  nbConstraintChecks=28164378458  nbPropagations=337580437  nbRevisions=4496505120
1649.24	     nbUselessRevisions=4106526770  nbAssignments=6986920  nbFailedAssignments=1281705  nbBacktracks=3835026
1649.24	     nbVisitedNodes=11167532  nbRestartNogoods=226
1649.24	       =>  wckTime=1648.432  cpuTime=1639.95  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/node61/watcher-238491-1168083428 -o ROOT/results/node61/solver-238491-1168083428 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238491-1168083428/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.03 1.45 1.64 4/80 7875
/proc/meminfo: memFree=1149312/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=1788 CPUtime=0
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 366 0 0 0 0 0 0 0 18 0 1 0 156740747 1830912 158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/7874/statm: 447 159 123 14 0 92 0

[startup+0.107381 s]
/proc/loadavg: 1.03 1.45 1.64 4/80 7875
/proc/meminfo: memFree=1149312/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=914988 CPUtime=0.07
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 2961 0 1 0 6 1 0 0 23 0 8 0 156740747 936947712 2707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154604592 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228747 2707 1417 14 0 215242 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914988

[startup+0.515449 s]
/proc/loadavg: 1.03 1.45 1.64 4/80 7875
/proc/meminfo: memFree=1149312/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915328 CPUtime=0.49
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 6438 0 1 0 45 4 0 0 25 0 8 0 156740747 937295872 6177 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228832 6178 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3366 s]
/proc/loadavg: 1.03 1.45 1.64 3/87 7882
/proc/meminfo: memFree=1125448/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915552 CPUtime=1.3
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 8744 0 1 0 125 5 0 0 25 0 8 0 156740747 937525248 8482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072916847 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228888 8482 2513 14 0 215358 0
[pid=7874/tid=7876] ppid=7872 vsize=915552 CPUtime=0.03
/proc/7874/task/7876/stat : 7876 (java) S 7872 7874 7751 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 156740750 937525248 8482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7877] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7877/stat : 7877 (java) S 7872 7874 7751 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 8482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7878] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7878/stat : 7878 (java) S 7872 7874 7751 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156740751 937525248 8482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7879] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7879/stat : 7879 (java) S 7872 7874 7751 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156740755 937525248 8482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7880] ppid=7872 vsize=915552 CPUtime=0.21
/proc/7874/task/7880/stat : 7880 (java) R 7872 7874 7751 0 -1 64 388 0 0 0 21 0 0 0 15 0 8 0 156740755 937525248 8482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7881] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7881/stat : 7881 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740755 937525248 8482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7882] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7882/stat : 7882 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740755 937525248 8482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915552

[startup+2.98288 s]
/proc/loadavg: 1.03 1.45 1.64 3/87 7882
/proc/meminfo: memFree=1124616/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915552 CPUtime=2.95
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 9029 0 1 0 290 5 0 0 25 0 8 0 156740747 937525248 8765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834480 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228888 8765 2513 14 0 215358 0
[pid=7874/tid=7876] ppid=7872 vsize=915552 CPUtime=0.03
/proc/7874/task/7876/stat : 7876 (java) S 7872 7874 7751 0 -1 64 300 0 0 0 3 0 0 0 17 0 8 0 156740750 937525248 8765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7877] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7877/stat : 7877 (java) S 7872 7874 7751 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 8765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7878] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7878/stat : 7878 (java) S 7872 7874 7751 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156740751 937525248 8765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7879] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7879/stat : 7879 (java) S 7872 7874 7751 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156740755 937525248 8765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7880] ppid=7872 vsize=915552 CPUtime=0.23
/proc/7874/task/7880/stat : 7880 (java) S 7872 7874 7751 0 -1 64 402 0 0 0 23 0 0 0 16 0 8 0 156740755 937525248 8765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7881] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7881/stat : 7881 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740755 937525248 8765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7882] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7882/stat : 7882 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740755 937525248 8765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915552

[startup+6.27646 s]
/proc/loadavg: 1.10 1.46 1.64 3/87 7882
/proc/meminfo: memFree=1121800/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915552 CPUtime=6.23
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 9715 0 1 0 617 6 0 0 25 0 8 0 156740747 937525248 9450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073849680 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228888 9450 2513 14 0 215358 0
[pid=7874/tid=7876] ppid=7872 vsize=915552 CPUtime=0.03
/proc/7874/task/7876/stat : 7876 (java) S 7872 7874 7751 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 156740750 937525248 9450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7877] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7877/stat : 7877 (java) S 7872 7874 7751 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 9450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7878] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7878/stat : 7878 (java) S 7872 7874 7751 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156740751 937525248 9450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7879] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7879/stat : 7879 (java) S 7872 7874 7751 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156740755 937525248 9450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7880] ppid=7872 vsize=915552 CPUtime=0.24
/proc/7874/task/7880/stat : 7880 (java) S 7872 7874 7751 0 -1 64 404 0 0 0 24 0 0 0 16 0 8 0 156740755 937525248 9450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7881] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7881/stat : 7881 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740755 937525248 9450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7882] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7882/stat : 7882 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740755 937525248 9450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915552

[startup+12.7666 s]
/proc/loadavg: 1.17 1.47 1.65 3/87 7882
/proc/meminfo: memFree=1116872/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915552 CPUtime=12.71
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 10910 0 1 0 1265 6 0 0 25 0 8 0 156740747 937525248 10645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073847429 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228888 10645 2513 14 0 215358 0
[pid=7874/tid=7876] ppid=7872 vsize=915552 CPUtime=0.03
/proc/7874/task/7876/stat : 7876 (java) S 7872 7874 7751 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 156740750 937525248 10645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7877] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7877/stat : 7877 (java) S 7872 7874 7751 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 10645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7878] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7878/stat : 7878 (java) S 7872 7874 7751 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156740751 937525248 10645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7879] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7879/stat : 7879 (java) S 7872 7874 7751 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156740755 937525248 10645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7880] ppid=7872 vsize=915552 CPUtime=0.24
/proc/7874/task/7880/stat : 7880 (java) S 7872 7874 7751 0 -1 64 404 0 0 0 24 0 0 0 16 0 8 0 156740755 937525248 10645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7881] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7881/stat : 7881 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740755 937525248 10645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7882] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7882/stat : 7882 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740755 937525248 10645 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915552

[startup+25.6329 s]
/proc/loadavg: 1.36 1.50 1.65 3/87 7882
/proc/meminfo: memFree=1105480/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915552 CPUtime=25.57
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 13917 0 1 0 2549 8 0 0 25 0 8 0 156740747 937525248 13652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838462 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228888 13652 2513 14 0 215358 0
[pid=7874/tid=7876] ppid=7872 vsize=915552 CPUtime=0.03
/proc/7874/task/7876/stat : 7876 (java) S 7872 7874 7751 0 -1 64 300 0 0 0 3 0 0 0 16 0 8 0 156740750 937525248 13652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7877] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7877/stat : 7877 (java) S 7872 7874 7751 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 13652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7878] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7878/stat : 7878 (java) S 7872 7874 7751 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156740751 937525248 13652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7879] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7879/stat : 7879 (java) S 7872 7874 7751 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156740755 937525248 13652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7880] ppid=7872 vsize=915552 CPUtime=0.24
/proc/7874/task/7880/stat : 7880 (java) S 7872 7874 7751 0 -1 64 404 0 0 0 24 0 0 0 16 0 8 0 156740755 937525248 13652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7881] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7881/stat : 7881 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740755 937525248 13652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7882] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7882/stat : 7882 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740755 937525248 13652 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 915552

[startup+51.2723 s]
/proc/loadavg: 1.58 1.54 1.66 3/87 7882
/proc/meminfo: memFree=1072200/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915552 CPUtime=51.17
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 22032 0 1 0 5106 11 0 0 25 0 8 0 156740747 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834483 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228888 21766 2517 14 0 215358 0
[pid=7874/tid=7876] ppid=7872 vsize=915552 CPUtime=0.13
/proc/7874/task/7876/stat : 7876 (java) S 7872 7874 7751 0 -1 64 5033 0 0 0 11 2 0 0 16 0 8 0 156740750 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7877] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7877/stat : 7877 (java) S 7872 7874 7751 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7878] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7878/stat : 7878 (java) S 7872 7874 7751 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7879] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7879/stat : 7879 (java) S 7872 7874 7751 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156740755 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7880] ppid=7872 vsize=915552 CPUtime=0.24
/proc/7874/task/7880/stat : 7880 (java) S 7872 7874 7751 0 -1 64 404 0 0 0 24 0 0 0 16 0 8 0 156740755 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7881] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7881/stat : 7881 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740755 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7882] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7882/stat : 7882 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740755 937525248 21766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 915552

[startup+102.525 s]
/proc/loadavg: 1.81 1.61 1.67 3/87 7882
/proc/meminfo: memFree=1043784/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915552 CPUtime=102.37
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 29133 0 1 0 10223 14 0 0 25 0 8 0 156740747 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073892881 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228888 28866 2517 14 0 215358 0
[pid=7874/tid=7876] ppid=7872 vsize=915552 CPUtime=0.3
/proc/7874/task/7876/stat : 7876 (java) S 7872 7874 7751 0 -1 64 12132 0 0 0 26 4 0 0 16 0 8 0 156740750 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7877] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7877/stat : 7877 (java) S 7872 7874 7751 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7878] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7878/stat : 7878 (java) S 7872 7874 7751 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7879] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7879/stat : 7879 (java) S 7872 7874 7751 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156740755 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7880] ppid=7872 vsize=915552 CPUtime=0.24
/proc/7874/task/7880/stat : 7880 (java) S 7872 7874 7751 0 -1 64 404 0 0 0 24 0 0 0 16 0 8 0 156740755 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7881] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7881/stat : 7881 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740755 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7882] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7882/stat : 7882 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740755 937525248 28866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 915552

[startup+162.547 s]
/proc/loadavg: 1.93 1.67 1.69 3/87 7882
/proc/meminfo: memFree=1020872/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915552 CPUtime=162.33
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 34854 0 1 0 16218 15 0 0 25 0 8 0 156740747 937525248 34586 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073837685 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1484.05 s]
/proc/loadavg: 2.01 2.01 1.91 3/93 8084
/proc/meminfo: memFree=154368/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915552 CPUtime=1480.58
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 154977 0 1 0 147993 65 0 0 25 0 8 0 156740747 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851788 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228888 154688 2517 14 0 215358 0
[pid=7874/tid=7876] ppid=7872 vsize=915552 CPUtime=4.18
/proc/7874/task/7876/stat : 7876 (java) S 7872 7874 7751 0 -1 64 137954 0 0 0 372 46 0 0 16 0 8 0 156740750 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7877] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7877/stat : 7877 (java) S 7872 7874 7751 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7878] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7878/stat : 7878 (java) S 7872 7874 7751 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7879] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7879/stat : 7879 (java) S 7872 7874 7751 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7880] ppid=7872 vsize=915552 CPUtime=0.24
/proc/7874/task/7880/stat : 7880 (java) S 7872 7874 7751 0 -1 64 404 0 0 0 24 0 0 0 16 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7881] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7881/stat : 7881 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7882] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7882/stat : 7882 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.58
Current children cumulated vsize (KiB) 915552

[startup+1544.14 s]
/proc/loadavg: 2.00 2.01 1.91 3/87 8138
/proc/meminfo: memFree=137808/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915552 CPUtime=1540.32
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 154977 0 1 0 153965 67 0 0 25 0 8 0 156740747 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073850696 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228888 154688 2517 14 0 215358 0
[pid=7874/tid=7876] ppid=7872 vsize=915552 CPUtime=4.18
/proc/7874/task/7876/stat : 7876 (java) S 7872 7874 7751 0 -1 64 137954 0 0 0 372 46 0 0 16 0 8 0 156740750 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7877] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7877/stat : 7877 (java) S 7872 7874 7751 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7878] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7878/stat : 7878 (java) S 7872 7874 7751 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7879] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7879/stat : 7879 (java) S 7872 7874 7751 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7880] ppid=7872 vsize=915552 CPUtime=0.24
/proc/7874/task/7880/stat : 7880 (java) S 7872 7874 7751 0 -1 64 404 0 0 0 24 0 0 0 16 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7881] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7881/stat : 7881 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7882] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7882/stat : 7882 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.32
Current children cumulated vsize (KiB) 915552

[startup+1604.2 s]
/proc/loadavg: 2.07 2.02 1.91 3/87 8138
/proc/meminfo: memFree=117456/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915552 CPUtime=1600.12
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 154977 0 1 0 159944 68 0 0 25 0 8 0 156740747 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073855649 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228888 154688 2517 14 0 215358 0
[pid=7874/tid=7876] ppid=7872 vsize=915552 CPUtime=4.18
/proc/7874/task/7876/stat : 7876 (java) S 7872 7874 7751 0 -1 64 137954 0 0 0 372 46 0 0 16 0 8 0 156740750 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7877] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7877/stat : 7877 (java) S 7872 7874 7751 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7878] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7878/stat : 7878 (java) S 7872 7874 7751 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7879] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7879/stat : 7879 (java) S 7872 7874 7751 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7880] ppid=7872 vsize=915552 CPUtime=0.24
/proc/7874/task/7880/stat : 7880 (java) S 7872 7874 7751 0 -1 64 404 0 0 0 24 0 0 0 16 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7881] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7881/stat : 7881 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7882] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7882/stat : 7882 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1600.12
Current children cumulated vsize (KiB) 915552

[startup+1664.26 s]
/proc/loadavg: 2.07 2.03 1.92 3/87 8138
/proc/meminfo: memFree=98256/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915552 CPUtime=1659.92
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 154977 0 1 0 165924 68 0 0 25 0 8 0 156740747 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834295 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228888 154688 2517 14 0 215358 0
[pid=7874/tid=7876] ppid=7872 vsize=915552 CPUtime=4.18
/proc/7874/task/7876/stat : 7876 (java) S 7872 7874 7751 0 -1 64 137954 0 0 0 372 46 0 0 16 0 8 0 156740750 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7877] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7877/stat : 7877 (java) S 7872 7874 7751 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7878] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7878/stat : 7878 (java) S 7872 7874 7751 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7879] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7879/stat : 7879 (java) S 7872 7874 7751 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7880] ppid=7872 vsize=915552 CPUtime=0.24
/proc/7874/task/7880/stat : 7880 (java) S 7872 7874 7751 0 -1 64 404 0 0 0 24 0 0 0 16 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7881] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7881/stat : 7881 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7882] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7882/stat : 7882 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740755 937525248 154688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.92
Current children cumulated vsize (KiB) 915552

[startup+1724.32 s]
/proc/loadavg: 2.02 2.02 1.92 3/87 8138
/proc/meminfo: memFree=98192/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915552 CPUtime=1719.68
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 154978 0 1 0 171900 68 0 0 25 0 8 0 156740747 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073858326 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228888 154689 2517 14 0 215358 0
[pid=7874/tid=7876] ppid=7872 vsize=915552 CPUtime=4.18
/proc/7874/task/7876/stat : 7876 (java) S 7872 7874 7751 0 -1 64 137954 0 0 0 372 46 0 0 16 0 8 0 156740750 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7877] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7877/stat : 7877 (java) S 7872 7874 7751 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7878] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7878/stat : 7878 (java) S 7872 7874 7751 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7879] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7879/stat : 7879 (java) S 7872 7874 7751 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156740755 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7880] ppid=7872 vsize=915552 CPUtime=0.24
/proc/7874/task/7880/stat : 7880 (java) S 7872 7874 7751 0 -1 64 405 0 0 0 24 0 0 0 16 0 8 0 156740755 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7881] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7881/stat : 7881 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740755 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7882] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7882/stat : 7882 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740755 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.68
Current children cumulated vsize (KiB) 915552

[startup+1784.37 s]
/proc/loadavg: 2.05 2.03 1.93 3/87 8138
/proc/meminfo: memFree=98256/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915552 CPUtime=1779.47
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 154978 0 1 0 177879 68 0 0 25 0 8 0 156740747 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834483 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228888 154689 2517 14 0 215358 0
[pid=7874/tid=7876] ppid=7872 vsize=915552 CPUtime=4.18
/proc/7874/task/7876/stat : 7876 (java) S 7872 7874 7751 0 -1 64 137954 0 0 0 372 46 0 0 16 0 8 0 156740750 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7877] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7877/stat : 7877 (java) S 7872 7874 7751 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7878] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7878/stat : 7878 (java) S 7872 7874 7751 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7879] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7879/stat : 7879 (java) S 7872 7874 7751 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156740755 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7880] ppid=7872 vsize=915552 CPUtime=0.24
/proc/7874/task/7880/stat : 7880 (java) S 7872 7874 7751 0 -1 64 405 0 0 0 24 0 0 0 16 0 8 0 156740755 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7881] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7881/stat : 7881 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740755 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7882] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7882/stat : 7882 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740755 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.47
Current children cumulated vsize (KiB) 915552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.04 s]
/proc/loadavg: 2.04 2.03 1.93 3/87 8138
/proc/meminfo: memFree=98320/2055920 swapFree=4192812/4192956
[pid=7874] ppid=7872 vsize=915552 CPUtime=1800.04
/proc/7874/stat : 7874 (java) R 7872 7874 7751 0 -1 0 154978 0 1 0 179936 68 0 0 25 0 8 0 156740747 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838699 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7874/statm: 228888 154689 2517 14 0 215358 0
[pid=7874/tid=7876] ppid=7872 vsize=915552 CPUtime=4.18
/proc/7874/task/7876/stat : 7876 (java) S 7872 7874 7751 0 -1 64 137954 0 0 0 372 46 0 0 16 0 8 0 156740750 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7877] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7877/stat : 7877 (java) S 7872 7874 7751 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7878] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7878/stat : 7878 (java) S 7872 7874 7751 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156740751 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7879] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7879/stat : 7879 (java) S 7872 7874 7751 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156740755 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7880] ppid=7872 vsize=915552 CPUtime=0.24
/proc/7874/task/7880/stat : 7880 (java) S 7872 7874 7751 0 -1 64 405 0 0 0 24 0 0 0 16 0 8 0 156740755 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7881] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7881/stat : 7881 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156740755 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7874/tid=7882] ppid=7872 vsize=915552 CPUtime=0
/proc/7874/task/7882/stat : 7882 (java) S 7872 7874 7751 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156740755 937525248 154689 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915552

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

Child status: 143
Real time (s): 1805.15
CPU time (s): 1800.15
CPU user time (s): 1799.37
CPU system time (s): 0.774882
CPU usage (%): 99.7229
Max. virtual memory (cumulated for all children) (KiB): 915552

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

runsolver used 2.25966 s user time and 5.73013 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Sat Jan  6 11:37:08 UTC 2007


IDJOB= 238491
IDBENCH= 7005
FILE ID= node61/238491-1168083428

PBS_JOBID= 3476284

Free space on /tmp= 66508 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  cdf544ed6a8c5347dd7f9f2ab3b26d82

RANDOM SEED= 314954356

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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1149792 kB
Buffers:         49004 kB
Cached:         583124 kB
SwapCached:          0 kB
Active:         274056 kB
Inactive:       547488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1149792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2060 kB
Writeback:           0 kB
Mapped:         209652 kB
Slab:            69596 kB
Committed_AS:  3848716 kB
PageTables:       2124 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= 66508 MiB



End job on node61 on Sat Jan  6 12:07:22 UTC 2007