Trace number 217589

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.13 1800.73

General information on the benchmark

Nameramsey/ramsey3/
ramsey-25-3.xml
MD5SUM9c172daa4013523791b57a3b9bb87565
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables300
Number of constraints2300
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2300
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/217589-1168079468/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.45	     nbVariables=300  nbDomainTypes=1  minDomainSize=3  maxDomainSize=3
0.45	       =>  wckTime=0.137  cpuTime=0.11  mem=7M927
0.45	   
0.45	   predicates being loaded...
0.45	   
0.45	   constraints being loaded...
0.98	     nbConstraints=2300  nbConflictsStructures=1  nbSharedConflictsStructures=2299  nbSharedBinaryRepresentations=0
0.98	     nbEvaluationManagers=1  nbSharedEvaluationManagers=2299  maxDegree=23  maxArity=3
0.98	       =>  wckTime=0.664  cpuTime=0.51  mem=27M430
1.03	   
1.03	   solver IterativeSystematicSolver being built... 
1.25	       =>  wckTime=0.942  cpuTime=0.69  mem=28M420
1.28	   
1.28	   preprocessing
1.28	     nbConstraintChecks=0  nbPropagations=300  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.28	     detectedInconsistency=no
1.28	       =>  wckTime=0.018  cpuTime=0.01  mem=28M420
1.34	   
1.34	   search
1.34	     run=0  nbConstraintChecks=1087  nbValidityChecks=584  nbPropagations=508  nbRevisions=490  nbUselessRevisions=300
1.34	     nbAssignments=67  nbFailedAssignments=12  nbBacktracks=12  nbVisitedNodes=90  nbRestartNogoods=0  mapSize=12
1.34	     nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.08  cpuTime=0.05  mem=28M420
1.37	   
1.37	   search
1.37	     run=1  nbConstraintChecks=2772  nbValidityChecks=2239  nbPropagations=1301  nbRevisions=1853
1.37	     nbUselessRevisions=1179  nbAssignments=143  nbFailedAssignments=23  nbBacktracks=27  nbVisitedNodes=188
1.37	     nbRestartNogoods=9  mapSize=25  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.112  cpuTime=0.08  mem=28M420
1.39	   
1.40	   search
1.40	     run=2  nbConstraintChecks=4613  nbValidityChecks=3778  nbPropagations=2354  nbRevisions=4121
1.40	     nbUselessRevisions=2675  nbAssignments=242  nbFailedAssignments=31  nbBacktracks=51  nbVisitedNodes=302
1.40	     nbRestartNogoods=17  mapSize=35  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.139  cpuTime=0.1  mem=28M420
1.42	   
1.42	   search
1.42	     run=3  nbConstraintChecks=7295  nbValidityChecks=7064  nbPropagations=3803  nbRevisions=7885
1.42	     nbUselessRevisions=5172  nbAssignments=354  nbFailedAssignments=48  nbBacktracks=96  nbVisitedNodes=445
1.42	     nbRestartNogoods=20  mapSize=59  nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.167  cpuTime=0.12  mem=28M420
1.46	   
1.46	   search
1.46	     run=4  nbConstraintChecks=10203  nbValidityChecks=10259  nbPropagations=5643  nbRevisions=13262
1.46	     nbUselessRevisions=8796  nbAssignments=501  nbFailedAssignments=61  nbBacktracks=160  nbVisitedNodes=619
1.46	     nbRestartNogoods=24  mapSize=77  nbInferences=0  nbTooLargeKeys=0
1.46	       =>  wckTime=0.199  cpuTime=0.15  mem=28M420
1.49	   
1.49	   search
1.49	     run=5  nbConstraintChecks=12898  nbValidityChecks=14044  nbPropagations=7895  nbRevisions=20342
1.49	     nbUselessRevisions=13612  nbAssignments=662  nbFailedAssignments=75  nbBacktracks=235  nbVisitedNodes=806
1.49	     nbRestartNogoods=30  mapSize=96  nbInferences=0  nbTooLargeKeys=0
1.49	       =>  wckTime=0.229  cpuTime=0.18  mem=28M420
1.53	   
1.53	   search
1.53	     run=6  nbConstraintChecks=17343  nbValidityChecks=20029  nbPropagations=10776  nbRevisions=30062
1.53	     nbUselessRevisions=20243  nbAssignments=863  nbFailedAssignments=97  nbBacktracks=363  nbVisitedNodes=1053
1.53	     nbRestartNogoods=34  mapSize=130  nbInferences=0  nbTooLargeKeys=0
1.53	       =>  wckTime=0.273  cpuTime=0.22  mem=28M420
1.59	   
1.59	   search
1.59	     run=7  nbConstraintChecks=24041  nbValidityChecks=29641  nbPropagations=14740  nbRevisions=44121
1.59	     nbUselessRevisions=29947  nbAssignments=1122  nbFailedAssignments=130  nbBacktracks=537  nbVisitedNodes=1374
1.59	     nbRestartNogoods=40  mapSize=182  nbInferences=0  nbTooLargeKeys=0
1.59	       =>  wckTime=0.331  cpuTime=0.27  mem=29M393
1.66	   
1.66	   search
1.66	     run=8  nbConstraintChecks=34241  nbValidityChecks=43641  nbPropagations=20132  nbRevisions=64487
1.66	     nbUselessRevisions=44013  nbAssignments=1491  nbFailedAssignments=181  nbBacktracks=801  nbVisitedNodes=1846
1.66	     nbRestartNogoods=48  mapSize=271  nbInferences=0  nbTooLargeKeys=0
1.66	       =>  wckTime=0.406  cpuTime=0.34  mem=29M393
1.78	   
1.78	   search
1.78	     run=9  nbConstraintChecks=50055  nbValidityChecks=65353  nbPropagations=27628  nbRevisions=94424
1.78	     nbUselessRevisions=64680  nbAssignments=2042  nbFailedAssignments=285  nbBacktracks=1194  nbVisitedNodes=2591
1.78	     nbRestartNogoods=54  mapSize=438  nbInferences=0  nbTooLargeKeys=0
1.78	       =>  wckTime=0.52  cpuTime=0.44  mem=29M393
1.94	   
1.94	   search
1.94	     run=10  nbConstraintChecks=74038  nbValidityChecks=102488  nbPropagations=39284  nbRevisions=141036
1.94	     nbUselessRevisions=96670  nbAssignments=2808  nbFailedAssignments=425  nbBacktracks=1772  nbVisitedNodes=3613
1.94	     nbRestartNogoods=59  mapSize=676  nbInferences=0  nbTooLargeKeys=0
1.94	       =>  wckTime=0.682  cpuTime=0.59  mem=29M393
2.10	   
2.10	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=29M393)
2.13	   
2.13	   search
2.13	     run=11  nbConstraintChecks=111891  nbValidityChecks=155414  nbPropagations=56365  nbRevisions=211264
2.13	     nbUselessRevisions=144824  nbAssignments=3962  nbFailedAssignments=670  nbBacktracks=2636  nbVisitedNodes=5260
2.13	     nbRestartNogoods=75
2.13	       =>  wckTime=0.878  cpuTime=0.79  mem=29M393
2.36	   
2.36	   search
2.36	     run=12  nbConstraintChecks=169008  nbValidityChecks=237090  nbPropagations=81710  nbRevisions=318773
2.36	     nbUselessRevisions=218877  nbAssignments=5680  nbFailedAssignments=1032  nbBacktracks=3943  nbVisitedNodes=7672
2.36	     nbRestartNogoods=80
2.36	       =>  wckTime=1.108  cpuTime=1.01  mem=29M393
2.65	   
2.65	   search
2.65	     run=13  nbConstraintChecks=234979  nbValidityChecks=331211  nbPropagations=116457  nbRevisions=468365
2.65	     nbUselessRevisions=321861  nbAssignments=8125  nbFailedAssignments=1450  nbBacktracks=5889  nbVisitedNodes=10906
2.65	     nbRestartNogoods=86
2.65	       =>  wckTime=1.39  cpuTime=1.3  mem=29M393
3.11	   
3.11	   search
3.11	     run=14  nbConstraintChecks=346325  nbValidityChecks=491072  nbPropagations=168178  nbRevisions=690532
3.11	     nbUselessRevisions=474508  nbAssignments=11773  nbFailedAssignments=2112  nbBacktracks=8814  nbVisitedNodes=15872
3.11	     nbRestartNogoods=98
3.11	       =>  wckTime=1.855  cpuTime=1.76  mem=29M393
3.65	   
3.65	   search
3.65	     run=15  nbConstraintChecks=482518  nbValidityChecks=680334  nbPropagations=236119  nbRevisions=1001600
3.65	     nbUselessRevisions=691969  nbAssignments=16879  nbFailedAssignments=2772  nbBacktracks=13210  nbVisitedNodes=22299
3.65	     nbRestartNogoods=115
3.65	       =>  wckTime=2.391  cpuTime=2.29  mem=29M393
4.85	   
4.85	   search
4.85	     run=16  nbConstraintChecks=787051  nbValidityChecks=1152946  nbPropagations=355462  nbRevisions=1525782
4.85	     nbUselessRevisions=1055799  nbAssignments=24699  nbFailedAssignments=3968  nbBacktracks=19785  nbVisitedNodes=32664
4.85	     nbRestartNogoods=132
4.85	       =>  wckTime=3.592  cpuTime=3.49  mem=29M393
6.25	   
6.25	   search
6.25	     run=17  nbConstraintChecks=1156119  nbValidityChecks=1665855  nbPropagations=520267  nbRevisions=2289571
6.25	     nbUselessRevisions=1591839  nbAssignments=36600  nbFailedAssignments=5948  nbBacktracks=29652  nbVisitedNodes=48503
6.25	     nbRestartNogoods=151
6.25	       =>  wckTime=4.99  cpuTime=4.89  mem=29M393
8.63	   
8.63	   search
8.63	     run=18  nbConstraintChecks=1745681  nbValidityChecks=2517403  nbPropagations=772026  nbRevisions=3441750
8.63	     nbUselessRevisions=2395418  nbAssignments=55012  nbFailedAssignments=9519  nbBacktracks=44430  nbVisitedNodes=74083
8.63	     nbRestartNogoods=162
8.63	       =>  wckTime=7.375  cpuTime=7.27  mem=29M393
12.24	   
12.24	   search
12.24	     run=19  nbConstraintChecks=2581148  nbValidityChecks=3812207  nbPropagations=1163405  nbRevisions=5188674
12.24	     nbUselessRevisions=3608170  nbAssignments=82074  nbFailedAssignments=14361  nbBacktracks=66603
12.24	     nbVisitedNodes=110788  nbRestartNogoods=173
12.24	       =>  wckTime=10.987  cpuTime=10.88  mem=29M393
16.63	   
16.63	   search
16.63	     run=20  nbConstraintChecks=3695477  nbValidityChecks=5409753  nbPropagations=1703490  nbRevisions=7680185
16.63	     nbUselessRevisions=5353933  nbAssignments=121125  nbFailedAssignments=20087  nbBacktracks=99873
16.63	     nbVisitedNodes=161326  nbRestartNogoods=188
16.63	       =>  wckTime=15.377  cpuTime=15.27  mem=29M393
23.89	   
23.89	   search
23.89	     run=21  nbConstraintChecks=5596460  nbValidityChecks=8062430  nbPropagations=2490477  nbRevisions=11389922
23.89	     nbUselessRevisions=7960409  nbAssignments=182062  nbFailedAssignments=31047  nbBacktracks=149756
23.89	     nbVisitedNodes=244275  nbRestartNogoods=203
23.90	       =>  wckTime=22.638  cpuTime=22.53  mem=29M393
35.18	   
35.19	   search
35.19	     run=22  nbConstraintChecks=8465451  nbValidityChecks=12190955  nbPropagations=3686299  nbRevisions=16983331
35.19	     nbUselessRevisions=11876717  nbAssignments=273703  nbFailedAssignments=47779  nbBacktracks=224587
35.19	     nbVisitedNodes=368865  nbRestartNogoods=212
35.19	       =>  wckTime=33.929  cpuTime=33.81  mem=29M393
53.44	   
53.45	   search
53.45	     run=23  nbConstraintChecks=13236491  nbValidityChecks=19423621  nbPropagations=5588463  nbRevisions=25836739
53.45	     nbUselessRevisions=18067051  nbAssignments=406395  nbFailedAssignments=68183  nbBacktracks=336815
53.45	     nbVisitedNodes=543554  nbRestartNogoods=233
53.45	       =>  wckTime=52.189  cpuTime=52.07  mem=29M393
80.34	   
80.34	   search
80.34	     run=24  nbConstraintChecks=20180768  nbValidityChecks=29121252  nbPropagations=8440394  nbRevisions=39085222
80.34	     nbUselessRevisions=27302863  nbAssignments=618284  nbFailedAssignments=111679  nbBacktracks=505156
80.34	     nbVisitedNodes=842334  nbRestartNogoods=256
80.34	       =>  wckTime=79.086  cpuTime=78.96  mem=29M393
120.38	   
120.38	   search
120.38	     run=25  nbConstraintChecks=30066135  nbValidityChecks=43713189  nbPropagations=12778793  nbRevisions=59047019
120.38	     nbUselessRevisions=41216286  nbAssignments=929178  nbFailedAssignments=169994  nbBacktracks=757671
120.38	     nbVisitedNodes=1268866  nbRestartNogoods=268
120.38	       =>  wckTime=119.125  cpuTime=118.98  mem=29M393
179.07	   
179.07	   search
179.07	     run=26  nbConstraintChecks=44360377  nbValidityChecks=64745000  nbPropagations=19289577  nbRevisions=88629030
179.07	     nbUselessRevisions=61777728  nbAssignments=1391216  nbFailedAssignments=253192  nbBacktracks=1136447
179.07	     nbVisitedNodes=1896002  nbRestartNogoods=282
179.07	       =>  wckTime=177.811  cpuTime=177.65  mem=29M393
268.96	   
268.96	   search
268.96	     run=27  nbConstraintChecks=67026144  nbValidityChecks=97430183  nbPropagations=29105079  nbRevisions=132933874
268.96	     nbUselessRevisions=92478031  nbAssignments=2096401  nbFailedAssignments=390175  nbBacktracks=1704598
268.96	     nbVisitedNodes=2871328  nbRestartNogoods=298
268.96	       =>  wckTime=267.706  cpuTime=267.53  mem=29M393
402.28	   
402.28	   search
402.28	     run=28  nbConstraintChecks=100980451  nbValidityChecks=146560088  nbPropagations=43792250  nbRevisions=199710387
402.28	     nbUselessRevisions=138827609  nbAssignments=3140906  nbFailedAssignments=582398  nbBacktracks=2556827
402.28	     nbVisitedNodes=4298918  nbRestartNogoods=312
402.28	       =>  wckTime=401.023  cpuTime=400.81  mem=29M393
615.31	   
615.31	   search
615.31	     run=29  nbConstraintChecks=155120275  nbValidityChecks=226069325  nbPropagations=66512119  nbRevisions=302203736
615.31	     nbUselessRevisions=209778850  nbAssignments=4737071  nbFailedAssignments=900168  nbBacktracks=3835169
615.31	     nbVisitedNodes=6520178  nbRestartNogoods=320
615.31	       =>  wckTime=614.052  cpuTime=613.77  mem=29M393
930.45	   
930.46	   search
930.46	     run=30  nbConstraintChecks=232504510  nbValidityChecks=341598785  nbPropagations=100959482  nbRevisions=457077463
930.46	     nbUselessRevisions=316971622  nbAssignments=7099769  nbFailedAssignments=1345294  nbBacktracks=5752685
930.46	     nbVisitedNodes=9760194  nbRestartNogoods=331
930.46	       =>  wckTime=929.199  cpuTime=928.83  mem=29M393
1410.62	   
1410.62	   search
1410.62	     run=31  nbConstraintChecks=347652316  nbValidityChecks=517040030  nbPropagations=153788839  nbRevisions=692730060
1410.62	     nbUselessRevisions=480122908  nbAssignments=10591545  nbFailedAssignments=1960759  nbBacktracks=8628956
1410.62	     nbVisitedNodes=14457400  nbRestartNogoods=346
1410.62	       =>  wckTime=1409.366  cpuTime=1408.87  mem=29M393

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/node44/watcher-217589-1168079468 -o ROOT/results/node44/solver-217589-1168079468 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217589-1168079468/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: 0.99 1.00 1.00 3/80 10027
/proc/meminfo: memFree=1625064/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=18540 CPUtime=0
/proc/10026/stat : 10026 (runsolver) R 10024 10026 9883 0 -1 4194368 17 0 0 0 0 0 0 0 21 0 1 0 156345912 18984960 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10026/statm: 4635 280 244 17 0 2626 0

[startup+0.107647 s]
/proc/loadavg: 0.99 1.00 1.00 3/80 10027
/proc/meminfo: memFree=1625064/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=914988 CPUtime=0.08
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 3014 0 1 0 6 2 0 0 24 0 8 0 156345912 936947712 2760 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228747 2762 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515692 s]
/proc/loadavg: 0.99 1.00 1.00 3/80 10027
/proc/meminfo: memFree=1625064/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915328 CPUtime=0.49
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 6592 0 1 0 44 5 0 0 18 0 8 0 156345912 937295872 6331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228832 6331 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33677 s]
/proc/loadavg: 0.99 1.00 1.00 3/87 10034
/proc/meminfo: memFree=1570800/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915764 CPUtime=1.31
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 12316 0 1 0 114 17 0 0 24 0 8 0 156345912 937742336 12054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228941 12054 2530 14 0 215411 0
[pid=10026/tid=10028] ppid=10024 vsize=915764 CPUtime=0.04
/proc/10026/task/10028/stat : 10028 (java) S 10024 10026 9883 0 -1 64 499 0 0 0 4 0 0 0 17 0 8 0 156345916 937742336 12054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10029] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10029/stat : 10029 (java) S 10024 10026 9883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10030] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10030/stat : 10030 (java) S 10024 10026 9883 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10031] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10031/stat : 10031 (java) S 10024 10026 9883 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156345920 937742336 12054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10032] ppid=10024 vsize=915764 CPUtime=0.27
/proc/10026/task/10032/stat : 10032 (java) R 10024 10026 9883 0 -1 64 471 0 0 0 26 1 0 0 15 0 8 0 156345920 937742336 12054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10033] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10033/stat : 10033 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156345920 937742336 12054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10034] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10034/stat : 10034 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156345920 937742336 12054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915764

[startup+2.98494 s]
/proc/loadavg: 0.99 1.00 1.00 3/87 10034
/proc/meminfo: memFree=1570288/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915764 CPUtime=2.95
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 12356 0 1 0 277 18 0 0 25 0 8 0 156345912 937742336 12092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074028952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228941 12092 2533 14 0 215411 0
[pid=10026/tid=10028] ppid=10024 vsize=915764 CPUtime=0.04
/proc/10026/task/10028/stat : 10028 (java) S 10024 10026 9883 0 -1 64 500 0 0 0 4 0 0 0 17 0 8 0 156345916 937742336 12092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10029] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10029/stat : 10029 (java) S 10024 10026 9883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10030] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10030/stat : 10030 (java) S 10024 10026 9883 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10031] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10031/stat : 10031 (java) S 10024 10026 9883 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156345920 937742336 12092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10032] ppid=10024 vsize=915764 CPUtime=0.33
/proc/10026/task/10032/stat : 10032 (java) S 10024 10026 9883 0 -1 64 503 0 0 0 32 1 0 0 16 0 8 0 156345920 937742336 12092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10033] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10033/stat : 10033 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156345920 937742336 12092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10034] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10034/stat : 10034 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156345920 937742336 12092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915764

[startup+6.28228 s]
/proc/loadavg: 1.07 1.02 1.00 3/87 10034
/proc/meminfo: memFree=1570040/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915764 CPUtime=6.25
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 12363 0 1 0 607 18 0 0 25 0 8 0 156345912 937742336 12099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074116814 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228941 12099 2533 14 0 215411 0
[pid=10026/tid=10028] ppid=10024 vsize=915764 CPUtime=0.04
/proc/10026/task/10028/stat : 10028 (java) S 10024 10026 9883 0 -1 64 500 0 0 0 4 0 0 0 16 0 8 0 156345916 937742336 12099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10029] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10029/stat : 10029 (java) S 10024 10026 9883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10030] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10030/stat : 10030 (java) S 10024 10026 9883 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10031] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10031/stat : 10031 (java) S 10024 10026 9883 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156345920 937742336 12099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10032] ppid=10024 vsize=915764 CPUtime=0.33
/proc/10026/task/10032/stat : 10032 (java) S 10024 10026 9883 0 -1 64 503 0 0 0 32 1 0 0 16 0 8 0 156345920 937742336 12099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10033] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10033/stat : 10033 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156345920 937742336 12099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10034] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10034/stat : 10034 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156345920 937742336 12099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915764

[startup+12.7609 s]
/proc/loadavg: 1.15 1.03 1.01 3/87 10034
/proc/meminfo: memFree=1570048/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915764 CPUtime=12.72
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 12369 0 1 0 1254 18 0 0 25 0 8 0 156345912 937742336 12105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073989255 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228941 12105 2533 14 0 215411 0
[pid=10026/tid=10028] ppid=10024 vsize=915764 CPUtime=0.04
/proc/10026/task/10028/stat : 10028 (java) S 10024 10026 9883 0 -1 64 500 0 0 0 4 0 0 0 16 0 8 0 156345916 937742336 12105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10029] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10029/stat : 10029 (java) S 10024 10026 9883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10030] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10030/stat : 10030 (java) S 10024 10026 9883 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10031] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10031/stat : 10031 (java) S 10024 10026 9883 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156345920 937742336 12105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10032] ppid=10024 vsize=915764 CPUtime=0.33
/proc/10026/task/10032/stat : 10032 (java) S 10024 10026 9883 0 -1 64 503 0 0 0 32 1 0 0 16 0 8 0 156345920 937742336 12105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10033] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10033/stat : 10033 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156345920 937742336 12105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10034] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10034/stat : 10034 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156345920 937742336 12105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915764

[startup+25.6003 s]
/proc/loadavg: 1.34 1.08 1.02 3/87 10034
/proc/meminfo: memFree=1570112/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915764 CPUtime=25.56
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 12375 0 1 0 2538 18 0 0 25 0 8 0 156345912 937742336 12111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074016235 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228941 12111 2533 14 0 215411 0
[pid=10026/tid=10028] ppid=10024 vsize=915764 CPUtime=0.04
/proc/10026/task/10028/stat : 10028 (java) S 10024 10026 9883 0 -1 64 500 0 0 0 4 0 0 0 16 0 8 0 156345916 937742336 12111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10029] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10029/stat : 10029 (java) S 10024 10026 9883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10030] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10030/stat : 10030 (java) S 10024 10026 9883 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10031] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10031/stat : 10031 (java) S 10024 10026 9883 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156345920 937742336 12111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10032] ppid=10024 vsize=915764 CPUtime=0.33
/proc/10026/task/10032/stat : 10032 (java) S 10024 10026 9883 0 -1 64 503 0 0 0 32 1 0 0 16 0 8 0 156345920 937742336 12111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10033] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10033/stat : 10033 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156345920 937742336 12111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10034] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10034/stat : 10034 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156345920 937742336 12111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 915764

[startup+51.2939 s]
/proc/loadavg: 1.56 1.15 1.05 3/87 10034
/proc/meminfo: memFree=1570112/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915764 CPUtime=51.24
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 12379 0 1 0 5106 18 0 0 25 0 8 0 156345912 937742336 12115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074009020 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228941 12115 2533 14 0 215411 0
[pid=10026/tid=10028] ppid=10024 vsize=915764 CPUtime=0.04
/proc/10026/task/10028/stat : 10028 (java) S 10024 10026 9883 0 -1 64 500 0 0 0 4 0 0 0 16 0 8 0 156345916 937742336 12115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10029] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10029/stat : 10029 (java) S 10024 10026 9883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10030] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10030/stat : 10030 (java) S 10024 10026 9883 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10031] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10031/stat : 10031 (java) S 10024 10026 9883 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156345920 937742336 12115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10032] ppid=10024 vsize=915764 CPUtime=0.33
/proc/10026/task/10032/stat : 10032 (java) S 10024 10026 9883 0 -1 64 503 0 0 0 32 1 0 0 16 0 8 0 156345920 937742336 12115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10033] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10033/stat : 10033 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156345920 937742336 12115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10034] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10034/stat : 10034 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156345920 937742336 12115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.24
Current children cumulated vsize (KiB) 915764

[startup+102.574 s]
/proc/loadavg: 1.81 1.28 1.10 3/87 10034
/proc/meminfo: memFree=1570112/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915764 CPUtime=102.5
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 12385 0 1 0 10232 18 0 0 25 0 8 0 156345912 937742336 12121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074075664 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228941 12121 2533 14 0 215411 0
[pid=10026/tid=10028] ppid=10024 vsize=915764 CPUtime=0.04
/proc/10026/task/10028/stat : 10028 (java) S 10024 10026 9883 0 -1 64 500 0 0 0 4 0 0 0 16 0 8 0 156345916 937742336 12121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10029] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10029/stat : 10029 (java) S 10024 10026 9883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10030] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10030/stat : 10030 (java) S 10024 10026 9883 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10031] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10031/stat : 10031 (java) S 10024 10026 9883 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156345920 937742336 12121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10032] ppid=10024 vsize=915764 CPUtime=0.33
/proc/10026/task/10032/stat : 10032 (java) S 10024 10026 9883 0 -1 64 503 0 0 0 32 1 0 0 16 0 8 0 156345920 937742336 12121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10033] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10033/stat : 10033 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156345920 937742336 12121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10034] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10034/stat : 10034 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156345920 937742336 12121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.5
Current children cumulated vsize (KiB) 915764

[startup+162.594 s]
/proc/loadavg: 1.93 1.41 1.15 3/87 10034
/proc/meminfo: memFree=1570048/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915764 CPUtime=162.51
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 12389 0 1 0 16233 18 0 0 25 0 8 0 156345912 937742336 12125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073977641 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1422.56
Current children cumulated vsize (KiB) 915764

[startup+1483.01 s]
/proc/loadavg: 2.00 2.00 1.77 3/87 10034
/proc/meminfo: memFree=1569608/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915764 CPUtime=1482.56
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 12409 0 1 0 148235 21 0 0 25 0 8 0 156345912 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074016372 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228941 12144 2533 14 0 215411 0
[pid=10026/tid=10028] ppid=10024 vsize=915764 CPUtime=0.04
/proc/10026/task/10028/stat : 10028 (java) S 10024 10026 9883 0 -1 64 500 0 0 0 4 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10029] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10029/stat : 10029 (java) S 10024 10026 9883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10030] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10030/stat : 10030 (java) S 10024 10026 9883 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10031] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10031/stat : 10031 (java) S 10024 10026 9883 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10032] ppid=10024 vsize=915764 CPUtime=0.33
/proc/10026/task/10032/stat : 10032 (java) S 10024 10026 9883 0 -1 64 504 0 0 0 32 1 0 0 16 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10033] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10033/stat : 10033 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10034] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10034/stat : 10034 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.56
Current children cumulated vsize (KiB) 915764

[startup+1543.03 s]
/proc/loadavg: 2.03 2.01 1.79 3/87 10034
/proc/meminfo: memFree=1569544/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915764 CPUtime=1542.56
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 12409 0 1 0 154235 21 0 0 25 0 8 0 156345912 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073988128 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228941 12144 2533 14 0 215411 0
[pid=10026/tid=10028] ppid=10024 vsize=915764 CPUtime=0.04
/proc/10026/task/10028/stat : 10028 (java) S 10024 10026 9883 0 -1 64 500 0 0 0 4 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10029] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10029/stat : 10029 (java) S 10024 10026 9883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10030] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10030/stat : 10030 (java) S 10024 10026 9883 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10031] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10031/stat : 10031 (java) S 10024 10026 9883 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10032] ppid=10024 vsize=915764 CPUtime=0.33
/proc/10026/task/10032/stat : 10032 (java) S 10024 10026 9883 0 -1 64 504 0 0 0 32 1 0 0 16 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10033] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10033/stat : 10033 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10034] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10034/stat : 10034 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.56
Current children cumulated vsize (KiB) 915764

[startup+1603.05 s]
/proc/loadavg: 2.01 2.01 1.80 3/87 10034
/proc/meminfo: memFree=1569544/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915764 CPUtime=1602.57
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 12410 0 1 0 160236 21 0 0 25 0 8 0 156345912 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073989296 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228941 12144 2533 14 0 215411 0
[pid=10026/tid=10028] ppid=10024 vsize=915764 CPUtime=0.04
/proc/10026/task/10028/stat : 10028 (java) S 10024 10026 9883 0 -1 64 500 0 0 0 4 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10029] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10029/stat : 10029 (java) S 10024 10026 9883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10030] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10030/stat : 10030 (java) S 10024 10026 9883 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10031] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10031/stat : 10031 (java) S 10024 10026 9883 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10032] ppid=10024 vsize=915764 CPUtime=0.34
/proc/10026/task/10032/stat : 10032 (java) S 10024 10026 9883 0 -1 64 504 0 0 0 33 1 0 0 16 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10033] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10033/stat : 10033 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10034] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10034/stat : 10034 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.57
Current children cumulated vsize (KiB) 915764

[startup+1663.07 s]
/proc/loadavg: 2.00 2.00 1.81 3/87 10034
/proc/meminfo: memFree=1569544/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915764 CPUtime=1662.56
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 12410 0 1 0 166235 21 0 0 25 0 8 0 156345912 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074010202 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228941 12144 2533 14 0 215411 0
[pid=10026/tid=10028] ppid=10024 vsize=915764 CPUtime=0.04
/proc/10026/task/10028/stat : 10028 (java) S 10024 10026 9883 0 -1 64 500 0 0 0 4 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10029] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10029/stat : 10029 (java) S 10024 10026 9883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10030] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10030/stat : 10030 (java) S 10024 10026 9883 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10031] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10031/stat : 10031 (java) S 10024 10026 9883 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10032] ppid=10024 vsize=915764 CPUtime=0.34
/proc/10026/task/10032/stat : 10032 (java) S 10024 10026 9883 0 -1 64 504 0 0 0 33 1 0 0 16 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10033] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10033/stat : 10033 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10034] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10034/stat : 10034 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.56
Current children cumulated vsize (KiB) 915764

[startup+1723.09 s]
/proc/loadavg: 2.00 2.00 1.82 3/87 10034
/proc/meminfo: memFree=1569544/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915764 CPUtime=1722.56
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 12410 0 1 0 172235 21 0 0 25 0 8 0 156345912 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073980117 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228941 12144 2533 14 0 215411 0
[pid=10026/tid=10028] ppid=10024 vsize=915764 CPUtime=0.04
/proc/10026/task/10028/stat : 10028 (java) S 10024 10026 9883 0 -1 64 500 0 0 0 4 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10029] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10029/stat : 10029 (java) S 10024 10026 9883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10030] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10030/stat : 10030 (java) S 10024 10026 9883 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10031] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10031/stat : 10031 (java) S 10024 10026 9883 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10032] ppid=10024 vsize=915764 CPUtime=0.34
/proc/10026/task/10032/stat : 10032 (java) S 10024 10026 9883 0 -1 64 504 0 0 0 33 1 0 0 16 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10033] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10033/stat : 10033 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10034] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10034/stat : 10034 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.56
Current children cumulated vsize (KiB) 915764

[startup+1783.11 s]
/proc/loadavg: 2.00 2.00 1.83 3/87 10034
/proc/meminfo: memFree=1569480/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915764 CPUtime=1782.56
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 12410 0 1 0 178235 21 0 0 25 0 8 0 156345912 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073972428 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228941 12144 2533 14 0 215411 0
[pid=10026/tid=10028] ppid=10024 vsize=915764 CPUtime=0.04
/proc/10026/task/10028/stat : 10028 (java) S 10024 10026 9883 0 -1 64 500 0 0 0 4 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10029] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10029/stat : 10029 (java) S 10024 10026 9883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10030] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10030/stat : 10030 (java) S 10024 10026 9883 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10031] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10031/stat : 10031 (java) S 10024 10026 9883 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10032] ppid=10024 vsize=915764 CPUtime=0.34
/proc/10026/task/10032/stat : 10032 (java) S 10024 10026 9883 0 -1 64 504 0 0 0 33 1 0 0 16 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10033] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10033/stat : 10033 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10034] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10034/stat : 10034 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.56
Current children cumulated vsize (KiB) 915764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.69 s]
/proc/loadavg: 2.00 2.00 1.83 3/93 10100
/proc/meminfo: memFree=1568136/2055920 swapFree=4192812/4192956
[pid=10026] ppid=10024 vsize=915764 CPUtime=1800.08
/proc/10026/stat : 10026 (java) R 10024 10026 9883 0 -1 0 12410 0 1 0 179987 21 0 0 25 0 8 0 156345912 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073994808 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10026/statm: 228941 12144 2533 14 0 215411 0
[pid=10026/tid=10028] ppid=10024 vsize=915764 CPUtime=0.04
/proc/10026/task/10028/stat : 10028 (java) S 10024 10026 9883 0 -1 64 500 0 0 0 4 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10029] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10029/stat : 10029 (java) S 10024 10026 9883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10030] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10030/stat : 10030 (java) S 10024 10026 9883 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156345916 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10031] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10031/stat : 10031 (java) S 10024 10026 9883 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10032] ppid=10024 vsize=915764 CPUtime=0.34
/proc/10026/task/10032/stat : 10032 (java) S 10024 10026 9883 0 -1 64 504 0 0 0 33 1 0 0 16 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10026/tid=10033] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10033/stat : 10033 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10026/tid=10034] ppid=10024 vsize=915764 CPUtime=0
/proc/10026/task/10034/stat : 10034 (java) S 10024 10026 9883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156345920 937742336 12144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 915764

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

Child status: 143
Real time (s): 1800.73
CPU time (s): 1800.13
CPU user time (s): 1799.9
CPU system time (s): 0.225965
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 915764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12429
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= 37881
involuntary context switches= 60167

runsolver used 1.87071 s user time and 4.6153 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sat Jan  6 10:31:09 UTC 2007


IDJOB= 217589
IDBENCH= 5157
FILE ID= node44/217589-1168079468

PBS_JOBID= 3476130

Free space on /tmp= 66537 MiB

BENCH NAME= HOME/pub/bench/CPAI06/ramsey/ramsey3/ramsey-25-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217589-1168079468/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-217589-1168079468 -o ROOT/results/node44/solver-217589-1168079468 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217589-1168079468/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9c172daa4013523791b57a3b9bb87565

RANDOM SEED= 311090732

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.213
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.213
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:       1629640 kB
Buffers:         21184 kB
Cached:         308276 kB
SwapCached:          0 kB
Active:          74420 kB
Inactive:       283064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1629640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4000 kB
Writeback:           0 kB
Mapped:          45884 kB
Slab:            54176 kB
Committed_AS:  3722828 kB
PageTables:       1812 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= 66537 MiB



End job on node44 on Sat Jan  6 11:01:14 UTC 2007