Trace number 206398

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.1 1815.25

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-39_ext.xml
MD5SUM68d5320501a98636f847b1f84323d12a
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/206398-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.47	   
1.47	   constraints being loaded...
2.18	     nbConstraints=90  nbRelationTypes=93  nbMergedConstraints=3  nbExtensionStructures=90
2.18	     nbSharedExtensionStructures=0  nbConflictsStructures=90  nbSharedConflictsStructures=0
2.18	     nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
2.18	       =>  wckTime=1.88  cpuTime=1.5  mem=55M833
2.33	   
2.33	   solver IterativeSystematicSolver being built... 
2.49	       =>  wckTime=2.19  cpuTime=1.63  mem=64M781
2.50	   
2.50	   preprocessing
2.50	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.50	     detectedInconsistency=no
2.50	       =>  wckTime=0.0040  cpuTime=0.0  mem=64M781
2.64	   
2.64	   search
2.64	     run=0  nbConstraintChecks=47040  nbValidityChecks=89833  nbPropagations=442  nbRevisions=5228
2.64	     nbUselessRevisions=4281  nbAssignments=34  nbFailedAssignments=15  nbBacktracks=10  nbVisitedNodes=58
2.64	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
2.64	       =>  wckTime=0.147  cpuTime=0.11  mem=64M781
2.75	   
2.75	   search
2.75	     run=1  nbConstraintChecks=102441  nbValidityChecks=200958  nbPropagations=1535  nbRevisions=17922
2.75	     nbUselessRevisions=14509  nbAssignments=86  nbFailedAssignments=42  nbBacktracks=27  nbVisitedNodes=146
2.75	     nbRestartNogoods=7  mapSize=25  nbInferences=0  nbTooLargeKeys=0
2.75	       =>  wckTime=0.259  cpuTime=0.21  mem=64M781
2.91	   
2.91	   search
2.91	     run=2  nbConstraintChecks=193935  nbValidityChecks=384814  nbPropagations=3632  nbRevisions=43250
2.91	     nbUselessRevisions=34716  nbAssignments=157  nbFailedAssignments=84  nbBacktracks=49  nbVisitedNodes=274
2.91	     nbRestartNogoods=12  mapSize=45  nbInferences=0  nbTooLargeKeys=0
2.91	       =>  wckTime=0.421  cpuTime=0.36  mem=64M781
3.14	   
3.14	   search
3.14	     run=3  nbConstraintChecks=332313  nbValidityChecks=670294  nbPropagations=7278  nbRevisions=86358
3.14	     nbUselessRevisions=68710  nbAssignments=271  nbFailedAssignments=158  nbBacktracks=82  nbVisitedNodes=488
3.14	     nbRestartNogoods=14  mapSize=78  nbInferences=0  nbTooLargeKeys=0
3.14	       =>  wckTime=0.651  cpuTime=0.6  mem=64M781
3.42	   
3.42	   search
3.42	     run=4  nbConstraintChecks=500159  nbValidityChecks=1001405  nbPropagations=12605  nbRevisions=150219
3.42	     nbUselessRevisions=119236  nbAssignments=389  nbFailedAssignments=218  nbBacktracks=132  nbVisitedNodes=700
3.42	     nbRestartNogoods=21  mapSize=125  nbInferences=0  nbTooLargeKeys=0
3.42	       =>  wckTime=0.926  cpuTime=0.86  mem=64M781
3.88	   
3.88	   search
3.88	     run=5  nbConstraintChecks=788062  nbValidityChecks=1592576  nbPropagations=20572  nbRevisions=246797
3.88	     nbUselessRevisions=195919  nbAssignments=592  nbFailedAssignments=339  nbBacktracks=208  nbVisitedNodes=1076
3.88	     nbRestartNogoods=25  mapSize=190  nbInferences=0  nbTooLargeKeys=0
3.88	       =>  wckTime=1.385  cpuTime=1.31  mem=64M781
4.41	   
4.41	   search
4.41	     run=6  nbConstraintChecks=1123962  nbValidityChecks=2265740  nbPropagations=32220  nbRevisions=390346
4.41	     nbUselessRevisions=309933  nbAssignments=856  nbFailedAssignments=482  nbBacktracks=321  nbVisitedNodes=1565
4.41	     nbRestartNogoods=27  mapSize=295  nbInferences=0  nbTooLargeKeys=0
4.41	       =>  wckTime=1.92  cpuTime=1.85  mem=64M781
5.64	   
5.64	   search
5.64	     run=7  nbConstraintChecks=1882064  nbValidityChecks=3845386  nbPropagations=50862  nbRevisions=621401
5.64	     nbUselessRevisions=492541  nbAssignments=1380  nbFailedAssignments=828  nbBacktracks=491  nbVisitedNodes=2561
5.64	     nbRestartNogoods=39  mapSize=454  nbInferences=0  nbTooLargeKeys=0
5.64	       =>  wckTime=3.144  cpuTime=3.06  mem=64M781
7.38	   
7.38	   search
7.38	     run=8  nbConstraintChecks=2961888  nbValidityChecks=6004166  nbPropagations=77810  nbRevisions=963391
7.38	     nbUselessRevisions=763637  nbAssignments=2024  nbFailedAssignments=1208  nbBacktracks=747  nbVisitedNodes=3758
7.38	     nbRestartNogoods=51  mapSize=692  nbInferences=0  nbTooLargeKeys=0
7.38	       =>  wckTime=4.883  cpuTime=4.76  mem=64M781
9.84	   
9.84	   INFO : Stopping hyperNogood (mapSize=1004, nbTooLargekeys=0, mem=65M772)
10.05	   
10.05	   search
10.05	     run=9  nbConstraintChecks=4667732  nbValidityChecks=9408446  nbPropagations=118418  nbRevisions=1489042
10.05	     nbUselessRevisions=1181001  nbAssignments=3031  nbFailedAssignments=1822  nbBacktracks=1131  nbVisitedNodes=5643
10.05	     nbRestartNogoods=61
10.05	       =>  wckTime=7.561  cpuTime=7.42  mem=65M772
12.46	   
12.46	   search
12.46	     run=10  nbConstraintChecks=6188379  nbValidityChecks=12443352  nbPropagations=176004  nbRevisions=2225285
12.46	     nbUselessRevisions=1765347  nbAssignments=4296  nbFailedAssignments=2505  nbBacktracks=1709  nbVisitedNodes=7923
12.46	     nbRestartNogoods=75
12.46	       =>  wckTime=9.967  cpuTime=9.77  mem=65M772
19.61	   
19.61	   search
19.61	     run=11  nbConstraintChecks=10757546  nbValidityChecks=21890080  nbPropagations=277188  nbRevisions=3544283
19.61	     nbUselessRevisions=2808863  nbAssignments=7497  nbFailedAssignments=4834  nbBacktracks=2573  nbVisitedNodes=14187
19.61	     nbRestartNogoods=78
19.61	       =>  wckTime=17.122  cpuTime=16.88  mem=65M772
24.81	   
24.81	   search
24.81	     run=12  nbConstraintChecks=14178629  nbValidityChecks=28802413  nbPropagations=421194  nbRevisions=5398547
24.81	     nbUselessRevisions=4277665  nbAssignments=10711  nbFailedAssignments=6742  nbBacktracks=3870  nbVisitedNodes=20128
24.81	     nbRestartNogoods=93
24.81	       =>  wckTime=22.315  cpuTime=22.04  mem=65M772
34.22	   
34.22	   search
34.22	     run=13  nbConstraintChecks=20232577  nbValidityChecks=40931179  nbPropagations=627123  nbRevisions=8052201
34.22	     nbUselessRevisions=6381324  nbAssignments=14959  nbFailedAssignments=9036  nbBacktracks=5816  nbVisitedNodes=27940
34.22	     nbRestartNogoods=102
34.22	       =>  wckTime=31.727  cpuTime=31.37  mem=65M772
52.51	   
52.51	   search
52.51	     run=14  nbConstraintChecks=32245395  nbValidityChecks=66060396  nbPropagations=957752  nbRevisions=12256429
52.51	     nbUselessRevisions=9705596  nbAssignments=25235  nbFailedAssignments=16386  nbBacktracks=8736  nbVisitedNodes=47616
52.51	     nbRestartNogoods=112
52.51	       =>  wckTime=50.019  cpuTime=49.51  mem=65M772
72.76	   
72.77	   search
72.77	     run=15  nbConstraintChecks=45270249  nbValidityChecks=92367136  nbPropagations=1438414  nbRevisions=18319562
72.77	     nbUselessRevisions=14504060  nbAssignments=36009  nbFailedAssignments=22776  nbBacktracks=13115
72.77	     nbVisitedNodes=67622  nbRestartNogoods=122
72.77	       =>  wckTime=70.272  cpuTime=69.6  mem=65M772
108.86	   
108.86	   search
108.86	     run=16  nbConstraintChecks=68536270  nbValidityChecks=139422771  nbPropagations=2141850  nbRevisions=27244469
108.86	     nbUselessRevisions=21584153  nbAssignments=51853  nbFailedAssignments=32045  nbBacktracks=19684
108.86	     nbVisitedNodes=97112  nbRestartNogoods=134
108.86	       =>  wckTime=106.37  cpuTime=105.39  mem=65M772
170.47	   
170.47	   search
170.47	     run=17  nbConstraintChecks=107924566  nbValidityChecks=221746473  nbPropagations=3246738  nbRevisions=41399350
170.47	     nbUselessRevisions=32790139  nbAssignments=81646  nbFailedAssignments=51978  nbBacktracks=29539
170.47	     nbVisitedNodes=153710  nbRestartNogoods=146
170.47	       =>  wckTime=167.976  cpuTime=166.49  mem=65M772
239.50	   
239.50	   search
239.50	     run=18  nbConstraintChecks=152669118  nbValidityChecks=313379271  nbPropagations=4827023  nbRevisions=61501913
239.50	     nbUselessRevisions=48742065  nbAssignments=115315  nbFailedAssignments=70862  nbBacktracks=44319
239.50	     nbVisitedNodes=215931  nbRestartNogoods=181
239.50	       =>  wckTime=237.004  cpuTime=234.95  mem=65M772
347.19	   
347.19	   search
347.19	     run=19  nbConstraintChecks=222511060  nbValidityChecks=453044909  nbPropagations=7193032  nbRevisions=91641450
347.19	     nbUselessRevisions=72668424  nbAssignments=170922  nbFailedAssignments=104294  nbBacktracks=66487
347.19	     nbVisitedNodes=320036  nbRestartNogoods=207
347.19	       =>  wckTime=344.697  cpuTime=341.76  mem=65M772
501.68	   
501.68	   search
501.68	     run=20  nbConstraintChecks=323033808  nbValidityChecks=656341835  nbPropagations=10589824  nbRevisions=134934874
501.68	     nbUselessRevisions=107109522  nbAssignments=244024  nbFailedAssignments=144138  nbBacktracks=99739
501.68	     nbVisitedNodes=454671  nbRestartNogoods=218
501.68	       =>  wckTime=499.191  cpuTime=494.94  mem=65M772
834.52	   
834.52	   search
834.52	     run=21  nbConstraintChecks=533912647  nbValidityChecks=1084465374  nbPropagations=16036404  nbRevisions=204982845
834.52	     nbUselessRevisions=162523325  nbAssignments=385502  nbFailedAssignments=235730  nbBacktracks=149619
834.52	     nbVisitedNodes=726340  nbRestartNogoods=242
834.52	       =>  wckTime=832.026  cpuTime=824.8  mem=65M772
1174.98	   
1174.98	   search
1174.98	     run=22  nbConstraintChecks=753416901  nbValidityChecks=1526996853  nbPropagations=23810565  nbRevisions=304019095
1174.98	     nbUselessRevisions=241042972  nbAssignments=546960  nbFailedAssignments=322363  nbBacktracks=224437
1174.98	     nbVisitedNodes=1023054  nbRestartNogoods=258
1174.98	       =>  wckTime=1172.486  cpuTime=1162.41  mem=65M772
1691.15	   
1691.15	   search
1691.15	     run=23  nbConstraintChecks=1087504703  nbValidityChecks=2198867756  nbPropagations=35344256  nbRevisions=450338453
1691.15	     nbUselessRevisions=357097333  nbAssignments=814909  nbFailedAssignments=478077  nbBacktracks=336666
1691.15	     nbVisitedNodes=1519635  nbRestartNogoods=293
1691.15	       =>  wckTime=1688.654  cpuTime=1674.22  mem=65M772

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/node50/watcher-206398-1168073563 -o ROOT/results/node50/solver-206398-1168073563 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206398-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: 1.18 1.05 1.00 4/80 1334
/proc/meminfo: memFree=1361288/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=18540 CPUtime=0
/proc/1333/stat : 1333 (runsolver) R 1331 1333 990 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 155755032 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 240577473831 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1333/statm: 4635 279 244 17 0 2626 0

[startup+0.10328 s]
/proc/loadavg: 1.18 1.05 1.00 4/80 1334
/proc/meminfo: memFree=1361288/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=914988 CPUtime=0.07
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 2995 0 1 0 6 1 0 0 25 0 8 0 155755032 936947712 2741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1333/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914988

[startup+0.511351 s]
/proc/loadavg: 1.18 1.05 1.00 4/80 1334
/proc/meminfo: memFree=1361288/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915328 CPUtime=0.48
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 8008 0 1 0 44 4 0 0 25 0 8 0 155755032 937295872 7747 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073557475 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1333/statm: 228832 7747 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33549 s]
/proc/loadavg: 1.18 1.05 1.00 3/87 1341
/proc/meminfo: memFree=1294224/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915328 CPUtime=1.3
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 19099 0 1 0 119 11 0 0 25 0 8 0 155755032 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073585776 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1333/statm: 228832 18837 2149 14 0 215302 0
[pid=1333/tid=1335] ppid=1331 vsize=915328 CPUtime=0.05
/proc/1333/task/1335/stat : 1335 (java) S 1331 1333 990 0 -1 64 2682 0 0 0 4 1 0 0 17 0 8 0 155755036 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1336] ppid=1331 vsize=915328 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1331 1333 990 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155755037 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1337] ppid=1331 vsize=915328 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1331 1333 990 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155755037 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1338] ppid=1331 vsize=915328 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155755040 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1339] ppid=1331 vsize=915328 CPUtime=0.08
/proc/1333/task/1339/stat : 1339 (java) S 1331 1333 990 0 -1 64 308 0 0 0 8 0 0 0 16 0 8 0 155755040 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1340] ppid=1331 vsize=915328 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1331 1333 990 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155755040 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1341] ppid=1331 vsize=915328 CPUtime=0
/proc/1333/task/1341/stat : 1341 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155755040 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.3
Current children cumulated vsize (KiB) 915328

[startup+2.97777 s]
/proc/loadavg: 1.18 1.05 1.00 4/87 1341
/proc/meminfo: memFree=1253712/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915428 CPUtime=2.93
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 32298 0 1 0 275 18 0 0 25 0 8 0 155755032 937398272 32032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1333/statm: 228857 32032 2521 14 0 215327 0
[pid=1333/tid=1335] ppid=1331 vsize=915428 CPUtime=0.41
/proc/1333/task/1335/stat : 1335 (java) S 1331 1333 990 0 -1 64 15325 0 0 0 35 6 0 0 16 0 8 0 155755036 937398272 32032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1336] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1331 1333 990 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155755037 937398272 32032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1337] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1331 1333 990 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155755037 937398272 32032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1338] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155755040 937398272 32032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1339] ppid=1331 vsize=915428 CPUtime=0.2
/proc/1333/task/1339/stat : 1339 (java) S 1331 1333 990 0 -1 64 375 0 0 0 19 1 0 0 15 0 8 0 155755040 937398272 32032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1340] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1331 1333 990 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155755040 937398272 32032 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1341] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1341/stat : 1341 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155755040 937398272 32032 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) 915428

[startup+6.27232 s]
/proc/loadavg: 1.25 1.06 1.01 3/87 1341
/proc/meminfo: memFree=1242768/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915428 CPUtime=6.19
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 32313 0 1 0 601 18 0 0 25 0 8 0 155755032 937398272 32044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801619 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1333/statm: 228857 32044 2521 14 0 215327 0
[pid=1333/tid=1335] ppid=1331 vsize=915428 CPUtime=0.41
/proc/1333/task/1335/stat : 1335 (java) S 1331 1333 990 0 -1 64 15325 0 0 0 35 6 0 0 16 0 8 0 155755036 937398272 32044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1336] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1331 1333 990 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155755037 937398272 32044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1337] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1331 1333 990 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155755037 937398272 32044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1338] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155755040 937398272 32044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1339] ppid=1331 vsize=915428 CPUtime=0.23
/proc/1333/task/1339/stat : 1339 (java) S 1331 1333 990 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 155755040 937398272 32044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1340] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1331 1333 990 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155755040 937398272 32044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1341] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1341/stat : 1341 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155755040 937398272 32044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915428

[startup+12.7544 s]
/proc/loadavg: 1.31 1.08 1.01 3/87 1341
/proc/meminfo: memFree=1242904/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915428 CPUtime=12.61
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 32325 0 1 0 1242 19 0 0 25 0 8 0 155755032 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073926602 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1333/statm: 228857 32053 2521 14 0 215327 0
[pid=1333/tid=1335] ppid=1331 vsize=915428 CPUtime=0.41
/proc/1333/task/1335/stat : 1335 (java) S 1331 1333 990 0 -1 64 15325 0 0 0 35 6 0 0 16 0 8 0 155755036 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1336] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1331 1333 990 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155755037 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1337] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1331 1333 990 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155755037 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1338] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1339] ppid=1331 vsize=915428 CPUtime=0.24
/proc/1333/task/1339/stat : 1339 (java) S 1331 1333 990 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1340] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1331 1333 990 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1341] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1341/stat : 1341 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915428

[startup+25.6076 s]
/proc/loadavg: 1.46 1.12 1.02 3/87 1341
/proc/meminfo: memFree=1243096/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915428 CPUtime=25.36
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 32325 0 1 0 2517 19 0 0 25 0 8 0 155755032 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073623740 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1333/statm: 228857 32053 2521 14 0 215327 0
[pid=1333/tid=1335] ppid=1331 vsize=915428 CPUtime=0.41
/proc/1333/task/1335/stat : 1335 (java) S 1331 1333 990 0 -1 64 15325 0 0 0 35 6 0 0 16 0 8 0 155755036 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1336] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1331 1333 990 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155755037 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1337] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1331 1333 990 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155755037 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1338] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1339] ppid=1331 vsize=915428 CPUtime=0.24
/proc/1333/task/1339/stat : 1339 (java) S 1331 1333 990 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1340] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1331 1333 990 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1341] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1341/stat : 1341 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915428

[startup+51.2229 s]
/proc/loadavg: 1.64 1.19 1.05 3/87 1341
/proc/meminfo: memFree=1243160/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915428 CPUtime=50.77
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 32325 0 1 0 5058 19 0 0 25 0 8 0 155755032 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073623740 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1333/statm: 228857 32053 2521 14 0 215327 0
[pid=1333/tid=1335] ppid=1331 vsize=915428 CPUtime=0.41
/proc/1333/task/1335/stat : 1335 (java) S 1331 1333 990 0 -1 64 15325 0 0 0 35 6 0 0 16 0 8 0 155755036 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1336] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1331 1333 990 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155755037 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1337] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1331 1333 990 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155755037 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1338] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1339] ppid=1331 vsize=915428 CPUtime=0.24
/proc/1333/task/1339/stat : 1339 (java) S 1331 1333 990 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1340] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1331 1333 990 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1341] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1341/stat : 1341 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 915428

[startup+102.45 s]
/proc/loadavg: 1.84 1.31 1.10 3/87 1341
/proc/meminfo: memFree=1243288/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915428 CPUtime=101.56
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 32325 0 1 0 10137 19 0 0 25 0 8 0 155755032 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073622893 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1333/statm: 228857 32053 2521 14 0 215327 0
[pid=1333/tid=1335] ppid=1331 vsize=915428 CPUtime=0.41
/proc/1333/task/1335/stat : 1335 (java) S 1331 1333 990 0 -1 64 15325 0 0 0 35 6 0 0 16 0 8 0 155755036 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1336] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1331 1333 990 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155755037 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1337] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1331 1333 990 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155755037 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1338] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1339] ppid=1331 vsize=915428 CPUtime=0.24
/proc/1333/task/1339/stat : 1339 (java) S 1331 1333 990 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1340] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1331 1333 990 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1341] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1341/stat : 1341 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155755040 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 915428

[startup+162.518 s]
/proc/loadavg: 1.94 1.43 1.15 3/87 1341
/proc/meminfo: memFree=1243224/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915428 CPUtime=161.15
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 32326 0 1 0 16096 19 0 0 25 0 8 0 155755032 937398272 32053 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073624372 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1412.07
Current children cumulated vsize (KiB) 915428

[startup+1484.24 s]
/proc/loadavg: 2.00 2.00 1.77 3/87 1543
/proc/meminfo: memFree=1242776/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915428 CPUtime=1471.65
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 32327 0 1 0 147121 44 0 0 25 0 8 0 155755032 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073623807 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1333/statm: 228857 32054 2521 14 0 215327 0
[pid=1333/tid=1335] ppid=1331 vsize=915428 CPUtime=0.41
/proc/1333/task/1335/stat : 1335 (java) S 1331 1333 990 0 -1 64 15325 0 0 0 35 6 0 0 16 0 8 0 155755036 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1336] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1331 1333 990 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155755037 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1337] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1331 1333 990 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155755037 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1338] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1339] ppid=1331 vsize=915428 CPUtime=0.24
/proc/1333/task/1339/stat : 1339 (java) S 1331 1333 990 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1340] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1331 1333 990 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1341] ppid=1331 vsize=915428 CPUtime=0.03
/proc/1333/task/1341/stat : 1341 (java) S 1331 1333 990 0 -1 64 1 0 0 0 2 1 0 0 15 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.65
Current children cumulated vsize (KiB) 915428

[startup+1544.31 s]
/proc/loadavg: 2.15 2.03 1.79 3/87 1545
/proc/meminfo: memFree=1242584/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915428 CPUtime=1531.2
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 32327 0 1 0 153076 44 0 0 25 0 8 0 155755032 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073623740 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1333/statm: 228857 32054 2521 14 0 215327 0
[pid=1333/tid=1335] ppid=1331 vsize=915428 CPUtime=0.41
/proc/1333/task/1335/stat : 1335 (java) S 1331 1333 990 0 -1 64 15325 0 0 0 35 6 0 0 16 0 8 0 155755036 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1336] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1331 1333 990 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155755037 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1337] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1331 1333 990 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155755037 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1338] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1339] ppid=1331 vsize=915428 CPUtime=0.24
/proc/1333/task/1339/stat : 1339 (java) S 1331 1333 990 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1340] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1331 1333 990 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1341] ppid=1331 vsize=915428 CPUtime=0.03
/proc/1333/task/1341/stat : 1341 (java) S 1331 1333 990 0 -1 64 1 0 0 0 2 1 0 0 15 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.2
Current children cumulated vsize (KiB) 915428

[startup+1604.38 s]
/proc/loadavg: 2.05 2.02 1.81 3/87 1545
/proc/meminfo: memFree=1242584/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915428 CPUtime=1590.79
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 32327 0 1 0 159034 45 0 0 25 0 8 0 155755032 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794115 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1333/statm: 228857 32054 2521 14 0 215327 0
[pid=1333/tid=1335] ppid=1331 vsize=915428 CPUtime=0.41
/proc/1333/task/1335/stat : 1335 (java) S 1331 1333 990 0 -1 64 15325 0 0 0 35 6 0 0 16 0 8 0 155755036 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1336] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1331 1333 990 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155755037 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1337] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1331 1333 990 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155755037 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1338] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1339] ppid=1331 vsize=915428 CPUtime=0.24
/proc/1333/task/1339/stat : 1339 (java) S 1331 1333 990 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1340] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1331 1333 990 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1341] ppid=1331 vsize=915428 CPUtime=0.03
/proc/1333/task/1341/stat : 1341 (java) S 1331 1333 990 0 -1 64 1 0 0 0 2 1 0 0 15 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.79
Current children cumulated vsize (KiB) 915428

[startup+1664.46 s]
/proc/loadavg: 2.02 2.02 1.82 3/87 1545
/proc/meminfo: memFree=1242648/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915428 CPUtime=1650.36
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 32327 0 1 0 164991 45 0 0 25 0 8 0 155755032 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073623740 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1333/statm: 228857 32054 2521 14 0 215327 0
[pid=1333/tid=1335] ppid=1331 vsize=915428 CPUtime=0.41
/proc/1333/task/1335/stat : 1335 (java) S 1331 1333 990 0 -1 64 15325 0 0 0 35 6 0 0 16 0 8 0 155755036 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1336] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1331 1333 990 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155755037 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1337] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1331 1333 990 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155755037 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1338] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1339] ppid=1331 vsize=915428 CPUtime=0.24
/proc/1333/task/1339/stat : 1339 (java) S 1331 1333 990 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1340] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1331 1333 990 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1341] ppid=1331 vsize=915428 CPUtime=0.03
/proc/1333/task/1341/stat : 1341 (java) S 1331 1333 990 0 -1 64 1 0 0 0 2 1 0 0 15 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.36
Current children cumulated vsize (KiB) 915428

[startup+1724.54 s]
/proc/loadavg: 2.00 2.01 1.82 3/87 1545
/proc/meminfo: memFree=1242648/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915428 CPUtime=1709.94
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 32327 0 1 0 170948 46 0 0 25 0 8 0 155755032 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073623740 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1333/statm: 228857 32054 2521 14 0 215327 0
[pid=1333/tid=1335] ppid=1331 vsize=915428 CPUtime=0.41
/proc/1333/task/1335/stat : 1335 (java) S 1331 1333 990 0 -1 64 15325 0 0 0 35 6 0 0 16 0 8 0 155755036 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1336] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1331 1333 990 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155755037 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1337] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1331 1333 990 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155755037 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1338] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1339] ppid=1331 vsize=915428 CPUtime=0.24
/proc/1333/task/1339/stat : 1339 (java) S 1331 1333 990 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1340] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1331 1333 990 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1341] ppid=1331 vsize=915428 CPUtime=0.03
/proc/1333/task/1341/stat : 1341 (java) S 1331 1333 990 0 -1 64 1 0 0 0 2 1 0 0 15 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.94
Current children cumulated vsize (KiB) 915428

[startup+1784.62 s]
/proc/loadavg: 2.00 2.01 1.83 3/87 1605
/proc/meminfo: memFree=1293840/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915428 CPUtime=1769.47
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 32327 0 1 0 176901 46 0 0 25 0 8 0 155755032 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073624382 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1333/statm: 228857 32054 2521 14 0 215327 0
[pid=1333/tid=1335] ppid=1331 vsize=915428 CPUtime=0.41
/proc/1333/task/1335/stat : 1335 (java) S 1331 1333 990 0 -1 64 15325 0 0 0 35 6 0 0 16 0 8 0 155755036 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1336] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1331 1333 990 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155755037 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1337] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1331 1333 990 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155755037 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1338] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1339] ppid=1331 vsize=915428 CPUtime=0.24
/proc/1333/task/1339/stat : 1339 (java) S 1331 1333 990 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1340] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1331 1333 990 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1341] ppid=1331 vsize=915428 CPUtime=0.04
/proc/1333/task/1341/stat : 1341 (java) S 1331 1333 990 0 -1 64 1 0 0 0 2 2 0 0 15 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.47
Current children cumulated vsize (KiB) 915428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.18 s]
/proc/loadavg: 2.00 2.00 1.83 3/87 1605
/proc/meminfo: memFree=1235672/2055920 swapFree=4192812/4192956
[pid=1333] ppid=1331 vsize=915428 CPUtime=1800.02
/proc/1333/stat : 1333 (java) R 1331 1333 990 0 -1 0 32327 0 1 0 179955 47 0 0 25 0 8 0 155755032 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073622768 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1333/statm: 228857 32054 2521 14 0 215327 0
[pid=1333/tid=1335] ppid=1331 vsize=915428 CPUtime=0.41
/proc/1333/task/1335/stat : 1335 (java) S 1331 1333 990 0 -1 64 15325 0 0 0 35 6 0 0 16 0 8 0 155755036 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1336] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1331 1333 990 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 155755037 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1337] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1331 1333 990 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155755037 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1338] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1331 1333 990 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1339] ppid=1331 vsize=915428 CPUtime=0.24
/proc/1333/task/1339/stat : 1339 (java) S 1331 1333 990 0 -1 64 401 0 0 0 23 1 0 0 16 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1340] ppid=1331 vsize=915428 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1331 1333 990 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1333/tid=1341] ppid=1331 vsize=915428 CPUtime=0.04
/proc/1333/task/1341/stat : 1341 (java) S 1331 1333 990 0 -1 64 1 0 0 0 2 2 0 0 15 0 8 0 155755040 937398272 32054 18446744073709551615 134512640 134570532 4294956480 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) 915428

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

Child status: 143
Real time (s): 1815.25
CPU time (s): 1800.1
CPU user time (s): 1799.6
CPU system time (s): 0.497924
CPU usage (%): 99.1656
Max. virtual memory (cumulated for all children) (KiB): 915428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.497924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32342
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= 37922
involuntary context switches= 78608

runsolver used 2.03769 s user time and 4.5803 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Sat Jan  6 08:52:43 UTC 2007


IDJOB= 206398
IDBENCH= 4205
FILE ID= node50/206398-1168073563

PBS_JOBID= 3475999

Free space on /tmp= 66537 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  68d5320501a98636f847b1f84323d12a

RANDOM SEED= 744399203

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.263
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	: 5931.00
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.263
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:       1361968 kB
Buffers:         36320 kB
Cached:         439068 kB
SwapCached:          0 kB
Active:         211792 kB
Inactive:       403192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1361968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           15156 kB
Writeback:           0 kB
Mapped:         159824 kB
Slab:            64100 kB
Committed_AS:  4073832 kB
PageTables:       2120 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= 66538 MiB



End job on node50 on Sat Jan  6 09:23:02 UTC 2007