Trace number 206424

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.09 1808.97

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-33_ext.xml
MD5SUM13258892a2d67abb7fc0c486aa658227
Bench CategoryN-ARY-EXT (n-ary 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 variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
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/206424-1168073563/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.39	       =>  wckTime=0.094  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
1.45	   
1.45	   constraints being loaded...
2.13	     nbConstraints=93  nbRelationTypes=93  nbExtensionStructures=93  nbSharedExtensionStructures=0
2.13	     nbConflictsStructures=93  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=3
2.13	       =>  wckTime=1.834  cpuTime=1.47  mem=59M124
2.30	   
2.30	   solver IterativeSystematicSolver being built... 
2.46	       =>  wckTime=2.158  cpuTime=1.6  mem=66M389
2.47	   
2.47	   preprocessing
2.47	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.47	     detectedInconsistency=no
2.47	       =>  wckTime=0.0040  cpuTime=0.01  mem=66M389
2.60	   
2.60	   search
2.60	     run=0  nbConstraintChecks=40832  nbValidityChecks=71119  nbPropagations=384  nbRevisions=4515
2.60	     nbUselessRevisions=3674  nbAssignments=35  nbFailedAssignments=16  nbBacktracks=10  nbVisitedNodes=60
2.60	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
2.60	       =>  wckTime=0.136  cpuTime=0.11  mem=66M389
2.73	   
2.73	   search
2.73	     run=1  nbConstraintChecks=105679  nbValidityChecks=201708  nbPropagations=1401  nbRevisions=16630
2.73	     nbUselessRevisions=13359  nbAssignments=80  nbFailedAssignments=38  nbBacktracks=25  nbVisitedNodes=138
2.73	     nbRestartNogoods=4  mapSize=24  nbInferences=0  nbTooLargeKeys=0
2.73	       =>  wckTime=0.267  cpuTime=0.23  mem=66M389
2.84	   
2.84	   search
2.84	     run=2  nbConstraintChecks=164743  nbValidityChecks=322618  nbPropagations=3002  nbRevisions=35859
2.84	     nbUselessRevisions=28729  nbAssignments=136  nbFailedAssignments=64  nbBacktracks=48  nbVisitedNodes=230
2.84	     nbRestartNogoods=7  mapSize=39  nbInferences=0  nbTooLargeKeys=0
2.84	       =>  wckTime=0.382  cpuTime=0.34  mem=66M389
3.07	   
3.07	   search
3.07	     run=3  nbConstraintChecks=300507  nbValidityChecks=582315  nbPropagations=5865  nbRevisions=70183
3.07	     nbUselessRevisions=56023  nbAssignments=222  nbFailedAssignments=108  nbBacktracks=82  nbVisitedNodes=385
3.07	     nbRestartNogoods=13  mapSize=69  nbInferences=0  nbTooLargeKeys=0
3.07	       =>  wckTime=0.608  cpuTime=0.56  mem=66M389
3.37	   
3.37	   search
3.37	     run=4  nbConstraintChecks=477857  nbValidityChecks=935799  nbPropagations=10429  nbRevisions=125152
3.37	     nbUselessRevisions=99492  nbAssignments=342  nbFailedAssignments=171  nbBacktracks=132  nbVisitedNodes=600
3.37	     nbRestartNogoods=18  mapSize=112  nbInferences=0  nbTooLargeKeys=0
3.37	       =>  wckTime=0.904  cpuTime=0.85  mem=66M389
3.83	   
3.83	   search
3.83	     run=5  nbConstraintChecks=756162  nbValidityChecks=1523889  nbPropagations=17590  nbRevisions=211812
3.83	     nbUselessRevisions=168056  nbAssignments=559  nbFailedAssignments=304  nbBacktracks=207  nbVisitedNodes=998
3.83	     nbRestartNogoods=24  mapSize=179  nbInferences=0  nbTooLargeKeys=0
3.83	       =>  wckTime=1.372  cpuTime=1.31  mem=66M389
4.37	   
4.37	   search
4.37	     run=6  nbConstraintChecks=1089788  nbValidityChecks=2229363  nbPropagations=28650  nbRevisions=347013
4.37	     nbUselessRevisions=275193  nbAssignments=842  nbFailedAssignments=467  nbBacktracks=320  nbVisitedNodes=1523
4.37	     nbRestartNogoods=31  mapSize=287  nbInferences=0  nbTooLargeKeys=0
4.37	       =>  wckTime=1.907  cpuTime=1.84  mem=66M389
5.56	   
5.56	   search
5.56	     run=7  nbConstraintChecks=1826227  nbValidityChecks=3712088  nbPropagations=46543  nbRevisions=566723
5.56	     nbUselessRevisions=448155  nbAssignments=1360  nbFailedAssignments=806  nbBacktracks=490  nbVisitedNodes=2499
5.56	     nbRestartNogoods=34  mapSize=450  nbInferences=0  nbTooLargeKeys=0
5.56	       =>  wckTime=3.101  cpuTime=3.02  mem=66M389
7.18	   
7.18	   search
7.18	     run=8  nbConstraintChecks=2787534  nbValidityChecks=5678980  nbPropagations=74354  nbRevisions=913408
7.18	     nbUselessRevisions=721554  nbAssignments=2037  nbFailedAssignments=1218  nbBacktracks=746  nbVisitedNodes=3783
7.18	     nbRestartNogoods=43  mapSize=699  nbInferences=0  nbTooLargeKeys=0
7.18	       =>  wckTime=4.72  cpuTime=4.62  mem=66M389
8.60	   
8.60	   search
8.60	     run=9  nbConstraintChecks=3689021  nbValidityChecks=7551092  nbPropagations=113164  nbRevisions=1392224
8.60	     nbUselessRevisions=1100833  nbAssignments=2924  nbFailedAssignments=1714  nbBacktracks=1130  nbVisitedNodes=5396
8.60	     nbRestartNogoods=53  mapSize=1020  nbInferences=0  nbTooLargeKeys=0
8.60	       =>  wckTime=6.14  cpuTime=6.03  mem=67M381
8.70	   
8.70	   INFO : Stopping hyperNogood (mapSize=1036, nbTooLargekeys=0, mem=67M381)
10.52	   
10.52	   search
10.52	     run=10  nbConstraintChecks=4869955  nbValidityChecks=10038091  nbPropagations=167384  nbRevisions=2055212
10.52	     nbUselessRevisions=1626055  nbAssignments=4144  nbFailedAssignments=2350  nbBacktracks=1709  nbVisitedNodes=7584
10.52	     nbRestartNogoods=60
10.52	       =>  wckTime=8.055  cpuTime=7.91  mem=67M381
14.79	   
14.79	   search
14.79	     run=11  nbConstraintChecks=7617621  nbValidityChecks=15629101  nbPropagations=249649  nbRevisions=3074371
14.79	     nbUselessRevisions=2435337  nbAssignments=6430  nbFailedAssignments=3766  nbBacktracks=2574  nbVisitedNodes=11849
14.79	     nbRestartNogoods=70
14.79	       =>  wckTime=12.325  cpuTime=12.16  mem=67M381
20.73	   
20.73	   search
20.73	     run=12  nbConstraintChecks=11329662  nbValidityChecks=23340851  nbPropagations=377756  nbRevisions=4674273
20.73	     nbUselessRevisions=3705944  nbAssignments=9726  nbFailedAssignments=5756  nbBacktracks=3872  nbVisitedNodes=18045
20.73	     nbRestartNogoods=73
20.73	       =>  wckTime=18.273  cpuTime=18.08  mem=67M381
28.85	   
28.85	   search
28.85	     run=13  nbConstraintChecks=16619676  nbValidityChecks=34205955  nbPropagations=563640  nbRevisions=7009759
28.85	     nbUselessRevisions=5562321  nbAssignments=14093  nbFailedAssignments=8171  nbBacktracks=5818  nbVisitedNodes=26059
28.85	     nbRestartNogoods=78
28.85	       =>  wckTime=26.391  cpuTime=26.16  mem=67M381
40.69	   
40.69	   search
40.69	     run=14  nbConstraintChecks=24082804  nbValidityChecks=49165819  nbPropagations=836399  nbRevisions=10381832
40.69	     nbUselessRevisions=8234745  nbAssignments=20451  nbFailedAssignments=11602  nbBacktracks=8737  nbVisitedNodes=37647
40.69	     nbRestartNogoods=84
40.69	       =>  wckTime=38.226  cpuTime=37.94  mem=67M381
61.24	   
61.24	   search
61.24	     run=15  nbConstraintChecks=37112571  nbValidityChecks=75977773  nbPropagations=1247623  nbRevisions=15518427
61.24	     nbUselessRevisions=12319092  nbAssignments=30852  nbFailedAssignments=17616  nbBacktracks=13115
61.24	     nbVisitedNodes=57019  nbRestartNogoods=104
61.24	       =>  wckTime=58.781  cpuTime=58.39  mem=67M381
89.05	   
89.05	   search
89.05	     run=16  nbConstraintChecks=54528425  nbValidityChecks=112623940  nbPropagations=1883305  nbRevisions=23414819
89.05	     nbUselessRevisions=18585667  nbAssignments=46968  nbFailedAssignments=27156  nbBacktracks=19683
89.05	     nbVisitedNodes=87106  nbRestartNogoods=123
89.05	       =>  wckTime=86.59  cpuTime=86.08  mem=67M381
128.46	   
128.46	   search
128.46	     run=17  nbConstraintChecks=80151503  nbValidityChecks=164467330  nbPropagations=2786122  nbRevisions=34564534
128.46	     nbUselessRevisions=27423594  nbAssignments=67682  nbFailedAssignments=38010  nbBacktracks=29536
128.46	     nbVisitedNodes=124726  nbRestartNogoods=133
128.46	       =>  wckTime=126.004  cpuTime=125.3  mem=67M381
185.48	   
185.48	   search
185.48	     run=18  nbConstraintChecks=116482207  nbValidityChecks=240683328  nbPropagations=4165444  nbRevisions=51460166
185.48	     nbUselessRevisions=40821838  nbAssignments=103428  nbFailedAssignments=58968  nbBacktracks=44314
185.48	     nbVisitedNodes=191074  nbRestartNogoods=152
185.48	       =>  wckTime=183.017  cpuTime=182.05  mem=67M381
274.38	   
274.38	   search
274.38	     run=19  nbConstraintChecks=172985511  nbValidityChecks=357986874  nbPropagations=6172345  nbRevisions=76111176
274.38	     nbUselessRevisions=60397495  nbAssignments=151686  nbFailedAssignments=85050  nbBacktracks=66482
274.38	     nbVisitedNodes=279036  nbRestartNogoods=168
274.38	       =>  wckTime=271.922  cpuTime=270.52  mem=67M381
421.07	   
421.07	   search
421.07	     run=20  nbConstraintChecks=266010847  nbValidityChecks=547286504  nbPropagations=9143768  nbRevisions=112968774
421.07	     nbUselessRevisions=89647826  nbAssignments=223160  nbFailedAssignments=123261  nbBacktracks=99735
421.07	     nbVisitedNodes=408197  nbRestartNogoods=185
421.07	       =>  wckTime=418.609  cpuTime=416.51  mem=67M381
622.28	   
622.28	   search
622.28	     run=21  nbConstraintChecks=396646344  nbValidityChecks=813264642  nbPropagations=13499016  nbRevisions=166721856
622.28	     nbUselessRevisions=132293748  nbAssignments=330962  nbFailedAssignments=181176  nbBacktracks=149615
622.28	     nbVisitedNodes=604142  nbRestartNogoods=198
622.28	       =>  wckTime=619.821  cpuTime=616.65  mem=67M381
943.94	   
943.94	   search
943.94	     run=22  nbConstraintChecks=597102537  nbValidityChecks=1230426444  nbPropagations=20334897  nbRevisions=250692066
943.94	     nbUselessRevisions=198834606  nbAssignments=503942  nbFailedAssignments=279330  nbBacktracks=224433
943.94	     nbVisitedNodes=925119  nbRestartNogoods=216
943.94	       =>  wckTime=941.477  cpuTime=936.72  mem=67M381
1432.73	   
1432.73	   search
1432.73	     run=23  nbConstraintChecks=911961080  nbValidityChecks=1874638357  nbPropagations=30681888  nbRevisions=376963523
1432.73	     nbUselessRevisions=298842226  nbAssignments=778471  nbFailedAssignments=441623  nbBacktracks=336660
1432.73	     nbVisitedNodes=1433436  nbRestartNogoods=234
1432.73	       =>  wckTime=1430.268  cpuTime=1423.11  mem=67M381

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/node38/watcher-206424-1168073563 -o ROOT/results/node38/solver-206424-1168073563 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206424-1168073563/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.69 0.93 0.99 3/70 15190
/proc/meminfo: memFree=1636328/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=1784 CPUtime=0
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 165 0 0 0 0 0 0 0 18 0 1 0 155756122 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/15189/statm: 446 136 102 14 0 91 0

[startup+0.102686 s]
/proc/loadavg: 0.69 0.93 0.99 3/70 15190
/proc/meminfo: memFree=1636328/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=914988 CPUtime=0.07
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 2983 0 1 0 6 1 0 0 23 0 8 0 155756122 936947712 2729 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582787 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228747 2729 1425 14 0 215242 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914988

[startup+0.514767 s]
/proc/loadavg: 0.69 0.93 0.99 3/70 15190
/proc/meminfo: memFree=1636328/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915328 CPUtime=0.48
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 8208 0 1 0 44 4 0 0 25 0 8 0 155756122 937295872 7947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445387 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228832 7947 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33993 s]
/proc/loadavg: 0.69 0.93 0.99 3/87 15207
/proc/meminfo: memFree=1501872/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915328 CPUtime=1.31
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 19099 0 1 0 122 9 0 0 25 0 8 0 155756122 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152820125 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228832 18837 2149 14 0 215302 0
[pid=15189/tid=15194] ppid=15186 vsize=915328 CPUtime=0.05
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 15083 0 -1 64 2681 0 0 0 4 1 0 0 17 0 8 0 155756126 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15196] ppid=15186 vsize=915328 CPUtime=0
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 15083 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155756127 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15197] ppid=15186 vsize=915328 CPUtime=0
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 15083 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155756127 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15200] ppid=15186 vsize=915328 CPUtime=0
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155756130 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15201] ppid=15186 vsize=915328 CPUtime=0.08
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 15083 0 -1 64 308 0 0 0 8 0 0 0 16 0 8 0 155756130 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15202] ppid=15186 vsize=915328 CPUtime=0
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 15083 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155756130 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15203] ppid=15186 vsize=915328 CPUtime=0
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155756130 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915328

[startup+2.97825 s]
/proc/loadavg: 0.69 0.93 0.99 4/87 15207
/proc/meminfo: memFree=1420336/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915424 CPUtime=2.93
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 32680 0 1 0 277 16 0 0 25 0 8 0 155756122 937394176 32414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791392 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228856 32414 2521 14 0 215326 0
[pid=15189/tid=15194] ppid=15186 vsize=915424 CPUtime=0.42
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 15083 0 -1 64 15713 0 0 0 36 6 0 0 16 0 8 0 155756126 937394176 32414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15196] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 15083 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15197] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 15083 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15200] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155756130 937394176 32414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15201] ppid=15186 vsize=915424 CPUtime=0.19
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 15083 0 -1 64 370 0 0 0 19 0 0 0 15 0 8 0 155756130 937394176 32414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15202] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 15083 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155756130 937394176 32414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15203] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155756130 937394176 32414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915424

[startup+6.27989 s]
/proc/loadavg: 0.80 0.95 1.00 3/87 15207
/proc/meminfo: memFree=1396272/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915424 CPUtime=6.22
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 32695 0 1 0 605 17 0 0 25 0 8 0 155756122 937394176 32426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073766004 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228856 32426 2521 14 0 215326 0
[pid=15189/tid=15194] ppid=15186 vsize=915424 CPUtime=0.42
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 15083 0 -1 64 15713 0 0 0 36 6 0 0 17 0 8 0 155756126 937394176 32426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15196] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 15083 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15197] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 15083 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15200] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155756130 937394176 32426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15201] ppid=15186 vsize=915424 CPUtime=0.23
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 15083 0 -1 64 383 0 0 0 22 1 0 0 16 0 8 0 155756130 937394176 32426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15202] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 15083 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155756130 937394176 32426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15203] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155756130 937394176 32426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915424

[startup+12.7592 s]
/proc/loadavg: 0.89 0.97 1.00 3/87 15207
/proc/meminfo: memFree=1396336/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915424 CPUtime=12.65
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 32705 0 1 0 1248 17 0 0 25 0 8 0 155756122 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630009 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228856 32434 2521 14 0 215326 0
[pid=15189/tid=15194] ppid=15186 vsize=915424 CPUtime=0.42
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 15083 0 -1 64 15713 0 0 0 36 6 0 0 16 0 8 0 155756126 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15196] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 15083 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15197] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 15083 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15200] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15201] ppid=15186 vsize=915424 CPUtime=0.24
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 15083 0 -1 64 391 0 0 0 23 1 0 0 15 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15202] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 15083 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15203] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915424

[startup+25.6217 s]
/proc/loadavg: 1.14 1.02 1.02 3/87 15207
/proc/meminfo: memFree=1396528/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915424 CPUtime=25.45
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 32705 0 1 0 2528 17 0 0 25 0 8 0 155756122 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073776729 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228856 32434 2521 14 0 215326 0
[pid=15189/tid=15194] ppid=15186 vsize=915424 CPUtime=0.42
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 15083 0 -1 64 15713 0 0 0 36 6 0 0 16 0 8 0 155756126 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15196] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 15083 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15197] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 15083 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15200] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15201] ppid=15186 vsize=915424 CPUtime=0.24
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 15083 0 -1 64 391 0 0 0 23 1 0 0 15 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15202] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 15083 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15203] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915424

[startup+51.2417 s]
/proc/loadavg: 1.43 1.09 1.04 3/87 15207
/proc/meminfo: memFree=1396464/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915424 CPUtime=50.96
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 32705 0 1 0 5079 17 0 0 25 0 8 0 155756122 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228856 32434 2521 14 0 215326 0
[pid=15189/tid=15194] ppid=15186 vsize=915424 CPUtime=0.42
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 15083 0 -1 64 15713 0 0 0 36 6 0 0 16 0 8 0 155756126 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15196] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 15083 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15197] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 15083 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15200] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15201] ppid=15186 vsize=915424 CPUtime=0.24
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 15083 0 -1 64 391 0 0 0 23 1 0 0 15 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15202] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 15083 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15203] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 915424

[startup+102.478 s]
/proc/loadavg: 1.75 1.23 1.09 3/87 15207
/proc/meminfo: memFree=1396528/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915424 CPUtime=101.93
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 32705 0 1 0 10176 17 0 0 25 0 8 0 155756122 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073766004 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228856 32434 2521 14 0 215326 0
[pid=15189/tid=15194] ppid=15186 vsize=915424 CPUtime=0.42
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 15083 0 -1 64 15713 0 0 0 36 6 0 0 16 0 8 0 155756126 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15196] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 15083 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15197] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 15083 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15200] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15201] ppid=15186 vsize=915424 CPUtime=0.24
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 15083 0 -1 64 391 0 0 0 23 1 0 0 15 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15202] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 15083 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15203] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155756130 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 915424

[startup+162.548 s]
/proc/loadavg: 1.95 1.38 1.15 3/87 15207
/proc/meminfo: memFree=1396592/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915424 CPUtime=161.74
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 32705 0 1 0 16156 18 0 0 25 0 8 0 155756122 937394176 32434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1417.23
Current children cumulated vsize (KiB) 915424

[startup+1484.32 s]
/proc/loadavg: 2.08 2.02 1.78 3/87 15405
/proc/meminfo: memFree=1396016/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915424 CPUtime=1477.03
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 32708 0 1 0 147658 45 0 0 25 0 8 0 155756122 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073770549 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228856 32436 2521 14 0 215326 0
[pid=15189/tid=15194] ppid=15186 vsize=915424 CPUtime=0.43
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 15083 0 -1 64 15713 0 0 0 36 7 0 0 16 0 8 0 155756126 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15196] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 15083 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15197] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 15083 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15200] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15201] ppid=15186 vsize=915424 CPUtime=0.25
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 15083 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15202] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 15083 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15203] ppid=15186 vsize=915424 CPUtime=0.06
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 3 3 0 0 15 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.03
Current children cumulated vsize (KiB) 915424

[startup+1544.39 s]
/proc/loadavg: 2.03 2.01 1.79 3/87 15407
/proc/meminfo: memFree=1395824/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915424 CPUtime=1536.79
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 32708 0 1 0 153633 46 0 0 25 0 8 0 155756122 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073766004 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228856 32436 2521 14 0 215326 0
[pid=15189/tid=15194] ppid=15186 vsize=915424 CPUtime=0.43
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 15083 0 -1 64 15713 0 0 0 36 7 0 0 16 0 8 0 155756126 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15196] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 15083 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15197] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 15083 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15200] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15201] ppid=15186 vsize=915424 CPUtime=0.25
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 15083 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15202] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 15083 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15203] ppid=15186 vsize=915424 CPUtime=0.06
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 3 3 0 0 15 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.79
Current children cumulated vsize (KiB) 915424

[startup+1604.46 s]
/proc/loadavg: 2.01 2.00 1.80 3/87 15407
/proc/meminfo: memFree=1395824/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915424 CPUtime=1596.59
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 32708 0 1 0 159613 46 0 0 25 0 8 0 155756122 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826741 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228856 32436 2521 14 0 215326 0
[pid=15189/tid=15194] ppid=15186 vsize=915424 CPUtime=0.43
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 15083 0 -1 64 15713 0 0 0 36 7 0 0 16 0 8 0 155756126 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15196] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 15083 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15197] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 15083 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15200] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15201] ppid=15186 vsize=915424 CPUtime=0.25
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 15083 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15202] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 15083 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15203] ppid=15186 vsize=915424 CPUtime=0.06
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 3 3 0 0 15 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.59
Current children cumulated vsize (KiB) 915424

[startup+1664.54 s]
/proc/loadavg: 2.05 2.02 1.82 3/87 15407
/proc/meminfo: memFree=1395888/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915424 CPUtime=1656.39
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 32708 0 1 0 165592 47 0 0 25 0 8 0 155756122 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073773041 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228856 32436 2521 14 0 215326 0
[pid=15189/tid=15194] ppid=15186 vsize=915424 CPUtime=0.43
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 15083 0 -1 64 15713 0 0 0 36 7 0 0 16 0 8 0 155756126 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15196] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 15083 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15197] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 15083 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15200] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15201] ppid=15186 vsize=915424 CPUtime=0.25
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 15083 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15202] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 15083 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15203] ppid=15186 vsize=915424 CPUtime=0.06
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 3 3 0 0 15 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.39
Current children cumulated vsize (KiB) 915424

[startup+1724.63 s]
/proc/loadavg: 2.01 2.01 1.83 3/87 15407
/proc/meminfo: memFree=1395888/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915424 CPUtime=1716.15
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 32708 0 1 0 171568 47 0 0 25 0 8 0 155756122 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228856 32436 2521 14 0 215326 0
[pid=15189/tid=15194] ppid=15186 vsize=915424 CPUtime=0.43
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 15083 0 -1 64 15713 0 0 0 36 7 0 0 16 0 8 0 155756126 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15196] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 15083 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15197] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 15083 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15200] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15201] ppid=15186 vsize=915424 CPUtime=0.25
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 15083 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15202] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 15083 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15203] ppid=15186 vsize=915424 CPUtime=0.06
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 3 3 0 0 15 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.15
Current children cumulated vsize (KiB) 915424

[startup+1784.71 s]
/proc/loadavg: 2.00 2.00 1.83 3/87 15407
/proc/meminfo: memFree=1395888/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915424 CPUtime=1775.93
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 32708 0 1 0 177546 47 0 0 25 0 8 0 155756122 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228856 32436 2521 14 0 215326 0
[pid=15189/tid=15194] ppid=15186 vsize=915424 CPUtime=0.43
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 15083 0 -1 64 15713 0 0 0 36 7 0 0 16 0 8 0 155756126 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15196] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 15083 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15197] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 15083 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15200] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15201] ppid=15186 vsize=915424 CPUtime=0.25
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 15083 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15202] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 15083 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15203] ppid=15186 vsize=915424 CPUtime=0.08
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 4 4 0 0 15 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.93
Current children cumulated vsize (KiB) 915424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.89 s]
/proc/loadavg: 2.00 2.00 1.83 3/87 15407
/proc/meminfo: memFree=1395888/2055920 swapFree=4192812/4192956
[pid=15189] ppid=15186 vsize=915424 CPUtime=1800
/proc/15189/stat : 15189 (java) R 15186 15189 15083 0 -1 0 32708 0 1 0 179952 48 0 0 25 0 8 0 155756122 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629950 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15189/statm: 228856 32436 2521 14 0 215326 0
[pid=15189/tid=15194] ppid=15186 vsize=915424 CPUtime=0.43
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 15083 0 -1 64 15713 0 0 0 36 7 0 0 16 0 8 0 155756126 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15196] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 15083 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15197] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 15083 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155756127 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15200] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15201] ppid=15186 vsize=915424 CPUtime=0.25
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 15083 0 -1 64 393 0 0 0 24 1 0 0 16 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15202] ppid=15186 vsize=915424 CPUtime=0
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 15083 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15189/tid=15203] ppid=15186 vsize=915424 CPUtime=0.08
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 15083 0 -1 64 1 0 0 0 4 4 0 0 15 0 8 0 155756130 937394176 32436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 915424

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

Child status: 143
Real time (s): 1808.97
CPU time (s): 1800.09
CPU user time (s): 1799.59
CPU system time (s): 0.505923
CPU usage (%): 99.509
Max. virtual memory (cumulated for all children) (KiB): 915424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.505923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32724
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= 37779
involuntary context switches= 62095

runsolver used 1.64075 s user time and 5.2382 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sat Jan  6 08:52:44 UTC 2007


IDJOB= 206424
IDBENCH= 4207
FILE ID= node38/206424-1168073563

PBS_JOBID= 3476003

Free space on /tmp= 66503 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-33_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206424-1168073563/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-206424-1168073563 -o ROOT/results/node38/solver-206424-1168073563 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206424-1168073563/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  13258892a2d67abb7fc0c486aa658227

RANDOM SEED= 557183476

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.267
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.267
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:       1637264 kB
Buffers:         25240 kB
Cached:         302384 kB
SwapCached:          0 kB
Active:          83796 kB
Inactive:       263884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           15244 kB
Writeback:           0 kB
Mapped:          30192 kB
Slab:            56732 kB
Committed_AS:  3094552 kB
PageTables:       1692 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= 66503 MiB



End job on node38 on Sat Jan  6 09:22:56 UTC 2007