Trace number 196157

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.07 1808.52

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-26_ext.xml
MD5SUM606274943ef2c001f8e91e29fbfaccb0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1250.43
SatisfiableNO
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/196157-1168070446/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.42	       =>  wckTime=0.1  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
1.08	   
1.08	   constraints being loaded...
1.35	     nbConstraints=75  nbRelationTypes=75  nbExtensionStructures=75  nbSharedExtensionStructures=0
1.35	     nbConflictsStructures=75  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
1.35	       =>  wckTime=1.034  cpuTime=0.91  mem=48M720
1.48	   
1.48	   solver IterativeSystematicSolver being built... 
1.64	       =>  wckTime=1.324  cpuTime=1.04  mem=34M620
1.65	   
1.65	   preprocessing
1.65	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.65	     detectedInconsistency=no
1.65	       =>  wckTime=0.0040  cpuTime=0.0  mem=34M620
1.80	   
1.80	   search
1.80	     run=0  nbConstraintChecks=56802  nbValidityChecks=98140  nbPropagations=486  nbRevisions=5402
1.80	     nbUselessRevisions=4197  nbAssignments=41  nbFailedAssignments=27  nbBacktracks=10  nbVisitedNodes=78
1.80	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.80	       =>  wckTime=0.156  cpuTime=0.12  mem=34M620
1.89	   
1.89	   search
1.89	     run=1  nbConstraintChecks=109797  nbValidityChecks=192718  nbPropagations=1512  nbRevisions=17019
1.89	     nbUselessRevisions=13334  nbAssignments=77  nbFailedAssignments=41  nbBacktracks=26  nbVisitedNodes=139
1.89	     nbRestartNogoods=3  mapSize=24  nbInferences=0  nbTooLargeKeys=0
1.89	       =>  wckTime=0.246  cpuTime=0.2  mem=34M620
2.03	   
2.03	   search
2.03	     run=2  nbConstraintChecks=192922  nbValidityChecks=356245  nbPropagations=3423  nbRevisions=39766
2.03	     nbUselessRevisions=31218  nbAssignments=154  nbFailedAssignments=90  nbBacktracks=48  nbVisitedNodes=281
2.03	     nbRestartNogoods=7  mapSize=43  nbInferences=0  nbTooLargeKeys=0
2.03	       =>  wckTime=0.388  cpuTime=0.33  mem=34M620
2.24	   
2.24	   search
2.24	     run=3  nbConstraintChecks=332863  nbValidityChecks=614963  nbPropagations=6757  nbRevisions=79541
2.24	     nbUselessRevisions=62323  nbAssignments=247  nbFailedAssignments=143  nbBacktracks=82  nbVisitedNodes=454
2.24	     nbRestartNogoods=17  mapSize=77  nbInferences=0  nbTooLargeKeys=0
2.24	       =>  wckTime=0.591  cpuTime=0.53  mem=34M620
2.41	   
2.41	   search
2.41	     run=4  nbConstraintChecks=447990  nbValidityChecks=832096  nbPropagations=11436  nbRevisions=135575
2.41	     nbUselessRevisions=106264  nbAssignments=360  nbFailedAssignments=201  nbBacktracks=132  nbVisitedNodes=656
2.41	     nbRestartNogoods=25  mapSize=117  nbInferences=0  nbTooLargeKeys=0
2.41	       =>  wckTime=0.763  cpuTime=0.7  mem=34M620
2.76	   
2.76	   search
2.76	     run=5  nbConstraintChecks=694205  nbValidityChecks=1296288  nbPropagations=18713  nbRevisions=221047
2.76	     nbUselessRevisions=173367  nbAssignments=553  nbFailedAssignments=313  nbBacktracks=208  nbVisitedNodes=1017
2.76	     nbRestartNogoods=30  mapSize=187  nbInferences=0  nbTooLargeKeys=0
2.76	       =>  wckTime=1.116  cpuTime=1.04  mem=34M620
3.26	   
3.26	   search
3.26	     run=6  nbConstraintChecks=1034753  nbValidityChecks=1986885  nbPropagations=30213  nbRevisions=355992
3.26	     nbUselessRevisions=279255  nbAssignments=923  nbFailedAssignments=565  nbBacktracks=321  nbVisitedNodes=1721
3.26	     nbRestartNogoods=37  mapSize=290  nbInferences=0  nbTooLargeKeys=0
3.26	       =>  wckTime=1.613  cpuTime=1.55  mem=34M620
4.16	   
4.16	   search
4.16	     run=7  nbConstraintChecks=1642219  nbValidityChecks=3182418  nbPropagations=48062  nbRevisions=567534
4.16	     nbUselessRevisions=445255  nbAssignments=1387  nbFailedAssignments=853  nbBacktracks=492  nbVisitedNodes=2595
4.16	     nbRestartNogoods=42  mapSize=445  nbInferences=0  nbTooLargeKeys=0
4.16	       =>  wckTime=2.52  cpuTime=2.45  mem=34M620
5.26	   
5.26	   search
5.26	     run=8  nbConstraintChecks=2401283  nbValidityChecks=4651953  nbPropagations=74115  nbRevisions=872915
5.26	     nbUselessRevisions=684848  nbAssignments=2049  nbFailedAssignments=1254  nbBacktracks=749  nbVisitedNodes=3833
5.26	     nbRestartNogoods=52  mapSize=678  nbInferences=0  nbTooLargeKeys=0
5.26	       =>  wckTime=3.62  cpuTime=3.52  mem=34M620
7.03	   
7.03	   search
7.03	     run=9  nbConstraintChecks=3612597  nbValidityChecks=7005299  nbPropagations=111968  nbRevisions=1319139
7.03	     nbUselessRevisions=1034488  nbAssignments=2959  nbFailedAssignments=1773  nbBacktracks=1135  nbVisitedNodes=5531
7.03	     nbRestartNogoods=58  mapSize=1020  nbInferences=0  nbTooLargeKeys=0
7.03	       =>  wckTime=5.384  cpuTime=5.26  mem=34M620
7.09	   
7.09	   INFO : Stopping hyperNogood (mapSize=1032, nbTooLargekeys=0, mem=35M607)
9.46	   
9.46	   search
9.46	     run=10  nbConstraintChecks=5394608  nbValidityChecks=10327451  nbPropagations=167414  nbRevisions=1976934
9.46	     nbUselessRevisions=1551302  nbAssignments=4317  nbFailedAssignments=2552  nbBacktracks=1711  nbVisitedNodes=8051
9.46	     nbRestartNogoods=73
9.46	       =>  wckTime=7.818  cpuTime=7.68  mem=35M607
12.96	   
12.96	   search
12.96	     run=11  nbConstraintChecks=7877347  nbValidityChecks=15271441  nbPropagations=252290  nbRevisions=2980511
12.96	     nbUselessRevisions=2339626  nbAssignments=6719  nbFailedAssignments=4085  nbBacktracks=2575  nbVisitedNodes=12593
12.96	     nbRestartNogoods=82
12.96	       =>  wckTime=11.316  cpuTime=11.16  mem=35M607
18.13	   
18.13	   search
18.13	     run=12  nbConstraintChecks=11454018  nbValidityChecks=22201278  nbPropagations=378238  nbRevisions=4482622
18.13	     nbUselessRevisions=3523086  nbAssignments=9797  nbFailedAssignments=5860  nbBacktracks=3872  nbVisitedNodes=18372
18.13	     nbRestartNogoods=100
18.13	       =>  wckTime=16.491  cpuTime=16.24  mem=35M607
27.22	   
27.22	   search
27.22	     run=13  nbConstraintChecks=18174903  nbValidityChecks=34489234  nbPropagations=565455  nbRevisions=6729680
27.22	     nbUselessRevisions=5295172  nbAssignments=14459  nbFailedAssignments=8570  nbBacktracks=5818  nbVisitedNodes=27067
27.22	     nbRestartNogoods=111
27.22	       =>  wckTime=25.574  cpuTime=25.26  mem=35M607
38.37	   
38.37	   search
38.37	     run=14  nbConstraintChecks=26069482  nbValidityChecks=49656017  nbPropagations=840526  nbRevisions=9990558
38.37	     nbUselessRevisions=7862744  nbAssignments=21504  nbFailedAssignments=12691  nbBacktracks=8737  nbVisitedNodes=40102
38.37	     nbRestartNogoods=134
38.37	       =>  wckTime=36.722  cpuTime=36.33  mem=35M607
60.59	   
60.59	   search
60.60	     run=15  nbConstraintChecks=41695657  nbValidityChecks=79064222  nbPropagations=1266097  nbRevisions=15086818
60.60	     nbUselessRevisions=11868671  nbAssignments=32829  nbFailedAssignments=19633  nbBacktracks=13115
60.60	     nbVisitedNodes=61563  nbRestartNogoods=147
60.60	       =>  wckTime=58.951  cpuTime=58.43  mem=35M607
90.95	   
90.95	   search
90.95	     run=16  nbConstraintChecks=63687583  nbValidityChecks=119662146  nbPropagations=1897836  nbRevisions=22664459
90.95	     nbUselessRevisions=17826615  nbAssignments=48292  nbFailedAssignments=28524  nbBacktracks=19683
90.95	     nbVisitedNodes=90246  nbRestartNogoods=171
90.95	       =>  wckTime=89.306  cpuTime=88.61  mem=35M607
142.35	   
142.35	   search
142.35	     run=17  nbConstraintChecks=100083304  nbValidityChecks=185421049  nbPropagations=2849653  nbRevisions=34114103
142.35	     nbUselessRevisions=26791786  nbAssignments=71761  nbFailedAssignments=42137  nbBacktracks=29536
142.35	     nbVisitedNodes=134107  nbRestartNogoods=183
142.35	       =>  wckTime=140.707  cpuTime=139.73  mem=35M607
212.67	   
212.67	   search
212.67	     run=18  nbConstraintChecks=149907937  nbValidityChecks=281627064  nbPropagations=4315382  nbRevisions=51807566
212.67	     nbUselessRevisions=40665389  nbAssignments=111517  nbFailedAssignments=67109  nbBacktracks=44314
212.67	     nbVisitedNodes=209342  nbRestartNogoods=207
212.67	       =>  wckTime=211.023  cpuTime=209.72  mem=35M607
303.82	   
303.82	   search
303.82	     run=19  nbConstraintChecks=215614401  nbValidityChecks=403549573  nbPropagations=6434726  nbRevisions=77203814
303.82	     nbUselessRevisions=60600037  nbAssignments=161052  nbFailedAssignments=94470  nbBacktracks=66482
303.82	     nbVisitedNodes=300342  nbRestartNogoods=233
303.82	       =>  wckTime=302.172  cpuTime=300.42  mem=35M607
456.70	   
456.70	   search
456.70	     run=20  nbConstraintChecks=325022296  nbValidityChecks=614694080  nbPropagations=9660378  nbRevisions=115966402
456.70	     nbUselessRevisions=91064900  nbAssignments=250715  nbFailedAssignments=150875  nbBacktracks=99735
456.70	     nbVisitedNodes=469652  nbRestartNogoods=254
456.70	       =>  wckTime=455.055  cpuTime=452.58  mem=35M607
662.89	   
662.89	   search
662.89	     run=21  nbConstraintChecks=472552860  nbValidityChecks=894170866  nbPropagations=14413467  nbRevisions=172885020
662.89	     nbUselessRevisions=135831083  nbAssignments=367548  nbFailedAssignments=217827  nbBacktracks=149613
662.89	     nbVisitedNodes=686600  nbRestartNogoods=278
662.89	       =>  wckTime=661.245  cpuTime=657.78  mem=35M607
991.52	   
991.52	   search
991.52	     run=22  nbConstraintChecks=709171731  nbValidityChecks=1329092330  nbPropagations=21415420  nbRevisions=256732398
991.52	     nbUselessRevisions=201753428  nbAssignments=535327  nbFailedAssignments=310782  nbBacktracks=224431
991.52	     nbVisitedNodes=994923  nbRestartNogoods=296
991.52	       =>  wckTime=989.874  cpuTime=984.84  mem=35M607
1487.58	   
1487.58	   search
1487.58	     run=23  nbConstraintChecks=1066476012  nbValidityChecks=1984845014  nbPropagations=31787186  nbRevisions=380934407
1487.58	     nbUselessRevisions=299379392  nbAssignments=787900  nbFailedAssignments=451124  nbBacktracks=336658
1487.58	     nbVisitedNodes=1459250  nbRestartNogoods=334
1487.58	       =>  wckTime=1485.937  cpuTime=1478.53  mem=35M607

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/node12/watcher-196157-1168070446 -o ROOT/results/node12/solver-196157-1168070446 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/196157-1168070446/unknown.xml 

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

/proc/loadavg: 1.91 1.97 1.93 4/93 18914
/proc/meminfo: memFree=1623720/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=1784 CPUtime=0
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 155439774 1826816 158 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/18913/statm: 446 160 125 14 0 91 0

[startup+0.104054 s]
/proc/loadavg: 1.91 1.97 1.93 4/93 18914
/proc/meminfo: memFree=1623720/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=914988 CPUtime=0.08
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 2979 0 1 0 6 2 0 0 17 0 8 0 155439774 936947712 2725 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072925080 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 228747 2725 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512128 s]
/proc/loadavg: 1.91 1.97 1.93 4/93 18914
/proc/meminfo: memFree=1623720/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915328 CPUtime=0.49
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 7433 0 1 0 44 5 0 0 18 0 8 0 155439774 937295872 7172 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073445396 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 228832 7172 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33527 s]
/proc/loadavg: 1.91 1.97 1.93 3/100 18921
/proc/meminfo: memFree=1556848/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915328 CPUtime=1.31
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 19107 0 1 0 119 12 0 0 25 0 8 0 155439774 937295872 18845 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 228832 18845 2160 14 0 215302 0
[pid=18913/tid=18915] ppid=18911 vsize=915328 CPUtime=0.05
/proc/18913/task/18915/stat : 18915 (java) S 18911 18913 18846 0 -1 64 2644 0 0 0 4 1 0 0 17 0 8 0 155439778 937295872 18845 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18911 vsize=915328 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18911 18913 18846 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155439778 937295872 18845 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18911 vsize=915328 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18911 18913 18846 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155439778 937295872 18845 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18911 vsize=915328 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18911 18913 18846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155439782 937295872 18845 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18911 vsize=915328 CPUtime=0.1
/proc/18913/task/18919/stat : 18919 (java) S 18911 18913 18846 0 -1 64 321 0 0 0 10 0 0 0 16 0 8 0 155439782 937295872 18845 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18911 vsize=915328 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439782 937295872 18845 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18911 vsize=915328 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155439782 937295872 18845 18446744073709551615 134512640 134570532 4294956464 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) 915328

[startup+2.98057 s]
/proc/loadavg: 1.91 1.97 1.93 3/100 18921
/proc/meminfo: memFree=1540784/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915416 CPUtime=2.94
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 23461 0 1 0 280 14 0 0 25 0 8 0 155439774 937385984 23196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073769530 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 228854 23196 2521 14 0 215324 0
[pid=18913/tid=18915] ppid=18911 vsize=915416 CPUtime=0.16
/proc/18913/task/18915/stat : 18915 (java) S 18911 18913 18846 0 -1 64 6497 0 0 0 14 2 0 0 17 0 8 0 155439778 937385984 23196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18911 18913 18846 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155439778 937385984 23196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18911 18913 18846 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439778 937385984 23196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18911 18913 18846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155439782 937385984 23196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18911 vsize=915416 CPUtime=0.2
/proc/18913/task/18919/stat : 18919 (java) S 18911 18913 18846 0 -1 64 372 0 0 0 20 0 0 0 15 0 8 0 155439782 937385984 23196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439782 937385984 23196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155439782 937385984 23196 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915416

[startup+6.27416 s]
/proc/loadavg: 1.92 1.97 1.93 3/100 18921
/proc/meminfo: memFree=1540592/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915416 CPUtime=6.22
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 23478 0 1 0 607 15 0 0 25 0 8 0 155439774 937385984 23211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073763845 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 228854 23211 2521 14 0 215324 0
[pid=18913/tid=18915] ppid=18911 vsize=915416 CPUtime=0.16
/proc/18913/task/18915/stat : 18915 (java) S 18911 18913 18846 0 -1 64 6497 0 0 0 14 2 0 0 16 0 8 0 155439778 937385984 23211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18911 18913 18846 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155439778 937385984 23211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18911 18913 18846 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439778 937385984 23211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18911 18913 18846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155439782 937385984 23211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18911 vsize=915416 CPUtime=0.24
/proc/18913/task/18919/stat : 18919 (java) S 18911 18913 18846 0 -1 64 388 0 0 0 23 1 0 0 16 0 8 0 155439782 937385984 23211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439782 937385984 23211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155439782 937385984 23211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915416

[startup+12.7623 s]
/proc/loadavg: 1.93 1.97 1.93 3/100 18921
/proc/meminfo: memFree=1540592/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915416 CPUtime=12.67
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 23482 0 1 0 1252 15 0 0 25 0 8 0 155439774 937385984 23214 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336175 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 228854 23214 2521 14 0 215324 0
[pid=18913/tid=18915] ppid=18911 vsize=915416 CPUtime=0.16
/proc/18913/task/18915/stat : 18915 (java) S 18911 18913 18846 0 -1 64 6497 0 0 0 14 2 0 0 16 0 8 0 155439778 937385984 23214 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18911 18913 18846 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155439778 937385984 23214 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18911 18913 18846 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439778 937385984 23214 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18911 18913 18846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155439782 937385984 23214 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18911 vsize=915416 CPUtime=0.24
/proc/18913/task/18919/stat : 18919 (java) S 18911 18913 18846 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 155439782 937385984 23214 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439782 937385984 23214 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155439782 937385984 23214 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915416

[startup+25.6256 s]
/proc/loadavg: 1.94 1.97 1.93 3/106 18993
/proc/meminfo: memFree=1539344/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915416 CPUtime=25.4
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 23484 0 1 0 2525 15 0 0 25 0 8 0 155439774 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073763928 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 228854 23215 2521 14 0 215324 0
[pid=18913/tid=18915] ppid=18911 vsize=915416 CPUtime=0.16
/proc/18913/task/18915/stat : 18915 (java) S 18911 18913 18846 0 -1 64 6497 0 0 0 14 2 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18911 18913 18846 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18911 18913 18846 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18911 18913 18846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18911 vsize=915416 CPUtime=0.24
/proc/18913/task/18919/stat : 18919 (java) S 18911 18913 18846 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 915416

[startup+51.2713 s]
/proc/loadavg: 1.96 1.97 1.93 3/106 19057
/proc/meminfo: memFree=1539424/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915416 CPUtime=50.87
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 23484 0 1 0 5071 16 0 0 25 0 8 0 155439774 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 228854 23215 2521 14 0 215324 0
[pid=18913/tid=18915] ppid=18911 vsize=915416 CPUtime=0.16
/proc/18913/task/18915/stat : 18915 (java) S 18911 18913 18846 0 -1 64 6497 0 0 0 14 2 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18911 18913 18846 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18911 18913 18846 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18911 18913 18846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18911 vsize=915416 CPUtime=0.24
/proc/18913/task/18919/stat : 18919 (java) S 18911 18913 18846 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 915416

[startup+102.554 s]
/proc/loadavg: 1.98 1.97 1.93 3/106 19097
/proc/meminfo: memFree=1539512/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915416 CPUtime=101.87
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 23484 0 1 0 10171 16 0 0 25 0 8 0 155439774 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073768462 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 228854 23215 2521 14 0 215324 0
[pid=18913/tid=18915] ppid=18911 vsize=915416 CPUtime=0.16
/proc/18913/task/18915/stat : 18915 (java) S 18911 18913 18846 0 -1 64 6497 0 0 0 14 2 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18911 18913 18846 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18911 18913 18846 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18911 18913 18846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18911 vsize=915416 CPUtime=0.24
/proc/18913/task/18919/stat : 18919 (java) S 18911 18913 18846 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 915416

[startup+162.562 s]
/proc/loadavg: 1.99 1.97 1.93 3/100 19119
/proc/meminfo: memFree=1540464/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915416 CPUtime=161.56
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 23484 0 1 0 16140 16 0 0 25 0 8 0 155439774 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073764931 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1415.83
Current children cumulated vsize (KiB) 915416

[startup+1482.86 s]
/proc/loadavg: 2.05 2.02 1.95 3/100 19121
/proc/meminfo: memFree=1539440/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915416 CPUtime=1475.55
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 23484 0 1 0 147528 27 0 0 25 0 8 0 155439774 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073628067 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 228854 23215 2521 14 0 215324 0
[pid=18913/tid=18915] ppid=18911 vsize=915416 CPUtime=0.16
/proc/18913/task/18915/stat : 18915 (java) S 18911 18913 18846 0 -1 64 6497 0 0 0 14 2 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18911 18913 18846 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18911 18913 18846 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18911 18913 18846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18911 vsize=915416 CPUtime=0.24
/proc/18913/task/18919/stat : 18919 (java) S 18911 18913 18846 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.55
Current children cumulated vsize (KiB) 915416

[startup+1542.88 s]
/proc/loadavg: 2.02 2.01 1.95 3/100 19121
/proc/meminfo: memFree=1539440/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915416 CPUtime=1535.29
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 23484 0 1 0 153501 28 0 0 25 0 8 0 155439774 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073628030 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 228854 23215 2521 14 0 215324 0
[pid=18913/tid=18915] ppid=18911 vsize=915416 CPUtime=0.16
/proc/18913/task/18915/stat : 18915 (java) S 18911 18913 18846 0 -1 64 6497 0 0 0 14 2 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18911 18913 18846 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18911 18913 18846 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18911 18913 18846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18911 vsize=915416 CPUtime=0.24
/proc/18913/task/18919/stat : 18919 (java) S 18911 18913 18846 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.29
Current children cumulated vsize (KiB) 915416

[startup+1602.9 s]
/proc/loadavg: 2.04 2.02 1.96 3/100 19121
/proc/meminfo: memFree=1539376/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915416 CPUtime=1595.02
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 23484 0 1 0 159473 29 0 0 25 0 8 0 155439774 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073632950 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 228854 23215 2521 14 0 215324 0
[pid=18913/tid=18915] ppid=18911 vsize=915416 CPUtime=0.16
/proc/18913/task/18915/stat : 18915 (java) S 18911 18913 18846 0 -1 64 6497 0 0 0 14 2 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18911 18913 18846 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18911 18913 18846 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18911 18913 18846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18911 vsize=915416 CPUtime=0.24
/proc/18913/task/18919/stat : 18919 (java) S 18911 18913 18846 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.02
Current children cumulated vsize (KiB) 915416

[startup+1662.92 s]
/proc/loadavg: 2.01 2.02 1.96 3/100 19121
/proc/meminfo: memFree=1539312/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915416 CPUtime=1654.75
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 23484 0 1 0 165446 29 0 0 25 0 8 0 155439774 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073757108 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18913/statm: 228854 23215 2521 14 0 215324 0
[pid=18913/tid=18915] ppid=18911 vsize=915416 CPUtime=0.16
/proc/18913/task/18915/stat : 18915 (java) S 18911 18913 18846 0 -1 64 6497 0 0 0 14 2 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18911 18913 18846 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18911 18913 18846 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18911 18913 18846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18911 vsize=915416 CPUtime=0.24
/proc/18913/task/18919/stat : 18919 (java) S 18911 18913 18846 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.75
Current children cumulated vsize (KiB) 915416

[startup+1723.01 s]
/proc/loadavg: 1.95 2.00 1.95 3/100 19235
/proc/meminfo: memFree=1580528/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915416 CPUtime=1714.62
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 23484 0 1 0 171432 30 0 0 25 0 8 0 155439774 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073628116 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18913/statm: 228854 23215 2521 14 0 215324 0
[pid=18913/tid=18915] ppid=18911 vsize=915416 CPUtime=0.16
/proc/18913/task/18915/stat : 18915 (java) S 18911 18913 18846 0 -1 64 6497 0 0 0 14 2 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18911 18913 18846 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18911 18913 18846 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18911 18913 18846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18911 vsize=915416 CPUtime=0.24
/proc/18913/task/18919/stat : 18919 (java) S 18911 18913 18846 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.62
Current children cumulated vsize (KiB) 915416

[startup+1783.07 s]
/proc/loadavg: 1.98 2.00 1.95 3/100 19235
/proc/meminfo: memFree=1493680/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915416 CPUtime=1774.64
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 23484 0 1 0 177433 31 0 0 25 0 8 0 155439774 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18913/statm: 228854 23215 2521 14 0 215324 0
[pid=18913/tid=18915] ppid=18911 vsize=915416 CPUtime=0.16
/proc/18913/task/18915/stat : 18915 (java) S 18911 18913 18846 0 -1 64 6497 0 0 0 14 2 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18911 18913 18846 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18911 18913 18846 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18911 18913 18846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18911 vsize=915416 CPUtime=0.24
/proc/18913/task/18919/stat : 18919 (java) S 18911 18913 18846 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.64
Current children cumulated vsize (KiB) 915416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.47 s]
/proc/loadavg: 1.98 2.00 1.95 3/100 19235
/proc/meminfo: memFree=1493680/2055920 swapFree=4160348/4192956
[pid=18913] ppid=18911 vsize=915416 CPUtime=1800.02
/proc/18913/stat : 18913 (java) R 18911 18913 18846 0 -1 0 23484 0 1 0 179971 31 0 0 25 0 8 0 155439774 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073757959 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18913/statm: 228854 23215 2521 14 0 215324 0
[pid=18913/tid=18915] ppid=18911 vsize=915416 CPUtime=0.16
/proc/18913/task/18915/stat : 18915 (java) S 18911 18913 18846 0 -1 64 6497 0 0 0 14 2 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18916] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18916/stat : 18916 (java) S 18911 18913 18846 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18917] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18917/stat : 18917 (java) S 18911 18913 18846 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155439778 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18918] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18918/stat : 18918 (java) S 18911 18913 18846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18919] ppid=18911 vsize=915416 CPUtime=0.24
/proc/18913/task/18919/stat : 18919 (java) S 18911 18913 18846 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18920] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18920/stat : 18920 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18913/tid=18921] ppid=18911 vsize=915416 CPUtime=0
/proc/18913/task/18921/stat : 18921 (java) S 18911 18913 18846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155439782 937385984 23215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915416

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

Child status: 143
Real time (s): 1808.52
CPU time (s): 1800.07
CPU user time (s): 1799.74
CPU system time (s): 0.32795
CPU usage (%): 99.5327
Max. virtual memory (cumulated for all children) (KiB): 915416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.32795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23500
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= 37663
involuntary context switches= 74222

runsolver used 2.12468 s user time and 5.8891 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Jan  6 08:00:47 UTC 2007


IDJOB= 196157
IDBENCH= 3330
FILE ID= node12/196157-1168070446

PBS_JOBID= 3475714

Free space on /tmp= 66310 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  606274943ef2c001f8e91e29fbfaccb0

RANDOM SEED= 298906158

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.265
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.265
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:       1624200 kB
Buffers:         25496 kB
Cached:         208296 kB
SwapCached:       4684 kB
Active:         152404 kB
Inactive:       198188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624200 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            4708 kB
Writeback:           0 kB
Mapped:         136564 kB
Slab:            65760 kB
Committed_AS:  4676800 kB
PageTables:       2288 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= 66313 MiB



End job on node12 on Sat Jan  6 08:30:56 UTC 2007