Trace number 196001

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.06 1802.16

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-17_ext.xml
MD5SUM74698a2aff31803191e94ce8b7794d70
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 variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/196001-1168070332/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.39	       =>  wckTime=0.093  cpuTime=0.07  mem=6M951
0.39	   
0.39	   relations being loaded...
0.97	   
0.97	   constraints being loaded...
1.22	     nbConstraints=74  nbRelationTypes=74  nbExtensionStructures=74  nbSharedExtensionStructures=0
1.22	     nbConflictsStructures=74  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
1.22	       =>  wckTime=0.928  cpuTime=0.81  mem=47M689
1.33	   
1.33	   solver IterativeSystematicSolver being built... 
1.49	       =>  wckTime=1.193  cpuTime=0.93  mem=34M331
1.49	   
1.49	   preprocessing
1.49	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.49	     detectedInconsistency=no
1.49	       =>  wckTime=0.0030  cpuTime=0.0  mem=34M331
1.60	   
1.60	   search
1.60	     run=0  nbConstraintChecks=32182  nbValidityChecks=58783  nbPropagations=350  nbRevisions=3736
1.60	     nbUselessRevisions=2949  nbAssignments=31  nbFailedAssignments=15  nbBacktracks=10  nbVisitedNodes=55
1.60	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
1.60	       =>  wckTime=0.115  cpuTime=0.08  mem=34M331
1.68	   
1.68	   search
1.68	     run=1  nbConstraintChecks=77373  nbValidityChecks=145582  nbPropagations=1181  nbRevisions=12984
1.68	     nbUselessRevisions=10228  nbAssignments=72  nbFailedAssignments=32  nbBacktracks=28  nbVisitedNodes=124
1.68	     nbRestartNogoods=4  mapSize=23  nbInferences=0  nbTooLargeKeys=0
1.68	       =>  wckTime=0.192  cpuTime=0.15  mem=34M331
1.81	   
1.81	   search
1.81	     run=2  nbConstraintChecks=149320  nbValidityChecks=298139  nbPropagations=2863  nbRevisions=31762
1.81	     nbUselessRevisions=24900  nbAssignments=141  nbFailedAssignments=73  nbBacktracks=50  nbVisitedNodes=250
1.81	     nbRestartNogoods=8  mapSize=44  nbInferences=0  nbTooLargeKeys=0
1.81	       =>  wckTime=0.319  cpuTime=0.27  mem=34M331
1.91	   
1.91	   search
1.91	     run=3  nbConstraintChecks=215743  nbValidityChecks=431708  nbPropagations=5393  nbRevisions=60429
1.91	     nbUselessRevisions=47435  nbAssignments=215  nbFailedAssignments=108  nbBacktracks=84  nbVisitedNodes=377
1.91	     nbRestartNogoods=10  mapSize=69  nbInferences=0  nbTooLargeKeys=0
1.91	       =>  wckTime=0.418  cpuTime=0.37  mem=34M331
2.04	   
2.04	   search
2.04	     run=4  nbConstraintChecks=305818  nbValidityChecks=628739  nbPropagations=9309  nbRevisions=103797
2.04	     nbUselessRevisions=81408  nbAssignments=345  nbFailedAssignments=181  nbBacktracks=134  nbVisitedNodes=609
2.04	     nbRestartNogoods=13  mapSize=115  nbInferences=0  nbTooLargeKeys=0
2.04	       =>  wckTime=0.55  cpuTime=0.5  mem=34M331
2.35	   
2.35	   search
2.35	     run=5  nbConstraintChecks=521500  nbValidityChecks=1088236  nbPropagations=15940  nbRevisions=177747
2.35	     nbUselessRevisions=139193  nbAssignments=565  nbFailedAssignments=321  nbBacktracks=210  nbVisitedNodes=1027
2.35	     nbRestartNogoods=18  mapSize=189  nbInferences=0  nbTooLargeKeys=0
2.35	       =>  wckTime=0.865  cpuTime=0.8  mem=34M331
2.73	   
2.73	   search
2.73	     run=6  nbConstraintChecks=783871  nbValidityChecks=1667823  nbPropagations=26396  nbRevisions=293869
2.73	     nbUselessRevisions=229854  nbAssignments=867  nbFailedAssignments=503  nbBacktracks=323  nbVisitedNodes=1588
2.73	     nbRestartNogoods=19  mapSize=298  nbInferences=0  nbTooLargeKeys=0
2.73	       =>  wckTime=1.245  cpuTime=1.18  mem=34M331
3.19	   
3.19	   search
3.19	     run=7  nbConstraintChecks=1107222  nbValidityChecks=2338135  nbPropagations=41332  nbRevisions=460930
3.19	     nbUselessRevisions=360459  nbAssignments=1252  nbFailedAssignments=711  nbBacktracks=494  nbVisitedNodes=2281
3.19	     nbRestartNogoods=28  mapSize=437  nbInferences=0  nbTooLargeKeys=0
3.19	       =>  wckTime=1.703  cpuTime=1.64  mem=34M331
4.09	   
4.09	   search
4.09	     run=8  nbConstraintChecks=1741961  nbValidityChecks=3700916  nbPropagations=65640  nbRevisions=733317
4.09	     nbUselessRevisions=572897  nbAssignments=1964  nbFailedAssignments=1163  nbBacktracks=751  nbVisitedNodes=3644
4.09	     nbRestartNogoods=39  mapSize=684  nbInferences=0  nbTooLargeKeys=0
4.09	       =>  wckTime=2.604  cpuTime=2.52  mem=34M331
5.42	   
5.42	   INFO : Stopping hyperNogood (mapSize=1010, nbTooLargekeys=0, mem=34M331)
5.57	   
5.57	   search
5.57	     run=9  nbConstraintChecks=2859801  nbValidityChecks=6052083  nbPropagations=103535  nbRevisions=1159918
5.57	     nbUselessRevisions=903874  nbAssignments=3109  nbFailedAssignments=1917  nbBacktracks=1135  nbVisitedNodes=5822
5.57	     nbRestartNogoods=40
5.57	       =>  wckTime=4.078  cpuTime=3.99  mem=34M331
7.57	   
7.57	   search
7.57	     run=10  nbConstraintChecks=4331072  nbValidityChecks=9235388  nbPropagations=162533  nbRevisions=1821972
7.57	     nbUselessRevisions=1417299  nbAssignments=4638  nbFailedAssignments=2865  nbBacktracks=1711  nbVisitedNodes=8711
7.57	     nbRestartNogoods=55
7.57	       =>  wckTime=6.081  cpuTime=5.98  mem=34M331
9.86	   
9.86	   search
9.86	     run=11  nbConstraintChecks=6059457  nbValidityChecks=12934755  nbPropagations=248205  nbRevisions=2765174
9.86	     nbUselessRevisions=2147134  nbAssignments=6712  nbFailedAssignments=4068  nbBacktracks=2576  nbVisitedNodes=12554
9.86	     nbRestartNogoods=61
9.86	       =>  wckTime=8.368  cpuTime=8.27  mem=35M319
15.53	   
15.53	   search
15.53	     run=12  nbConstraintChecks=10497795  nbValidityChecks=21686010  nbPropagations=377776  nbRevisions=4264554
15.53	     nbUselessRevisions=3315940  nbAssignments=10856  nbFailedAssignments=6909  nbBacktracks=3873  nbVisitedNodes=20499
15.53	     nbRestartNogoods=69
15.53	       =>  wckTime=14.042  cpuTime=13.94  mem=35M319
23.14	   
23.14	   search
23.14	     run=13  nbConstraintChecks=16090739  nbValidityChecks=33868481  nbPropagations=581263  nbRevisions=6597899
23.14	     nbUselessRevisions=5130628  nbAssignments=16963  nbFailedAssignments=11064  nbBacktracks=5819  nbVisitedNodes=32188
23.14	     nbRestartNogoods=86
23.14	       =>  wckTime=21.651  cpuTime=21.55  mem=35M319
34.64	   
34.64	   search
34.64	     run=14  nbConstraintChecks=24744834  nbValidityChecks=51196612  nbPropagations=877764  nbRevisions=10082295
34.64	     nbUselessRevisions=7846928  nbAssignments=23850  nbFailedAssignments=15025  nbBacktracks=8740  nbVisitedNodes=45004
34.64	     nbRestartNogoods=98
34.64	       =>  wckTime=33.153  cpuTime=33.03  mem=35M319
50.95	   
50.95	   search
50.95	     run=15  nbConstraintChecks=37319754  nbValidityChecks=76746785  nbPropagations=1320125  nbRevisions=15226068
50.95	     nbUselessRevisions=11838790  nbAssignments=35569  nbFailedAssignments=22360  nbBacktracks=13119
50.95	     nbVisitedNodes=67201  nbRestartNogoods=108
50.95	       =>  wckTime=49.463  cpuTime=49.31  mem=35M319
76.31	   
76.31	   search
76.31	     run=16  nbConstraintChecks=56213939  nbValidityChecks=116993554  nbPropagations=2024678  nbRevisions=23325957
76.31	     nbUselessRevisions=18115890  nbAssignments=55430  nbFailedAssignments=35646  nbBacktracks=19688
76.31	     nbVisitedNodes=105237  nbRestartNogoods=125
76.31	       =>  wckTime=74.819  cpuTime=74.66  mem=35M319
110.26	   
110.26	   search
110.26	     run=17  nbConstraintChecks=82167445  nbValidityChecks=170864571  nbPropagations=3052308  nbRevisions=35099535
110.26	     nbUselessRevisions=27238188  nbAssignments=81825  nbFailedAssignments=52181  nbBacktracks=29540
110.26	     nbVisitedNodes=155340  nbRestartNogoods=142
110.26	       =>  wckTime=108.772  cpuTime=108.56  mem=35M319
155.22	   
155.22	   search
155.22	     run=18  nbConstraintChecks=115951850  nbValidityChecks=242525897  nbPropagations=4549751  nbRevisions=52182644
155.22	     nbUselessRevisions=40470640  nbAssignments=119010  nbFailedAssignments=74579  nbBacktracks=44320
155.22	     nbVisitedNodes=225145  nbRestartNogoods=167
155.22	       =>  wckTime=153.735  cpuTime=153.42  mem=35M319
234.39	   
234.39	   search
234.39	     run=19  nbConstraintChecks=174739160  nbValidityChecks=367488567  nbPropagations=6849154  nbRevisions=78372033
234.39	     nbUselessRevisions=60782795  nbAssignments=180895  nbFailedAssignments=114290  nbBacktracks=66488
234.39	     nbVisitedNodes=342788  nbRestartNogoods=187
234.39	       =>  wckTime=232.906  cpuTime=232.47  mem=35M319
334.32	   
334.32	   search
334.33	     run=20  nbConstraintChecks=249168351  nbValidityChecks=525026106  nbPropagations=10169831  nbRevisions=116028376
334.33	     nbUselessRevisions=90011253  nbAssignments=262111  nbFailedAssignments=162246  nbBacktracks=99740
334.33	     nbVisitedNodes=493866  nbRestartNogoods=204
334.33	       =>  wckTime=332.837  cpuTime=332.29  mem=35M319
514.00	   
514.00	   search
514.00	     run=21  nbConstraintChecks=381995153  nbValidityChecks=806477794  nbPropagations=15194651  nbRevisions=173384252
514.00	     nbUselessRevisions=134680442  nbAssignments=402347  nbFailedAssignments=252597  nbBacktracks=149622
514.00	     nbVisitedNodes=758707  nbRestartNogoods=220
514.00	       =>  wckTime=512.508  cpuTime=511.77  mem=35M319
764.54	   
764.54	   search
764.54	     run=22  nbConstraintChecks=572852739  nbValidityChecks=1201353885  nbPropagations=22649111  nbRevisions=257832909
764.54	     nbUselessRevisions=200245179  nbAssignments=589299  nbFailedAssignments=364723  nbBacktracks=224440
764.54	     nbVisitedNodes=1110366  nbRestartNogoods=227
764.54	       =>  wckTime=763.057  cpuTime=762.03  mem=35M319
1140.68	   
1140.68	   search
1140.68	     run=23  nbConstraintChecks=857886146  nbValidityChecks=1785010182  nbPropagations=33618373  nbRevisions=383473190
1140.68	     nbUselessRevisions=297912993  nbAssignments=865356  nbFailedAssignments=528544  nbBacktracks=336668
1140.68	     nbVisitedNodes=1627338  nbRestartNogoods=238
1140.68	       =>  wckTime=1139.196  cpuTime=1137.76  mem=35M319
1710.99	   
1710.99	   search
1710.99	     run=24  nbConstraintChecks=1283471930  nbValidityChecks=2675942572  nbPropagations=50197414  nbRevisions=573689181
1710.99	     nbUselessRevisions=445953800  nbAssignments=1291775  nbFailedAssignments=786615  nbBacktracks=505012
1710.99	     nbVisitedNodes=2428637  nbRestartNogoods=263
1710.99	       =>  wckTime=1709.498  cpuTime=1707.41  mem=35M319

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/node19/watcher-196001-1168070332 -o ROOT/results/node19/solver-196001-1168070332 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/196001-1168070332/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.96 2.00 1.95 3/93 21193
/proc/meminfo: memFree=1277992/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=172 CPUtime=0
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 155427905 176128 24 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 7484196 0 0 4096 0 0 0 0 17 0 0 0
/proc/21192/statm: 43 24 18 14 0 3 0

[startup+0.107642 s]
/proc/loadavg: 1.96 2.00 1.95 3/93 21193
/proc/meminfo: memFree=1277992/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=914988 CPUtime=0.09
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 3076 0 1 0 7 2 0 0 22 0 8 0 155427905 936947712 2822 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4155581175 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228747 2822 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515718 s]
/proc/loadavg: 1.96 2.00 1.95 3/93 21193
/proc/meminfo: memFree=1277992/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915328 CPUtime=0.49
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 8351 0 1 0 44 5 0 0 25 0 8 0 155427905 937295872 8090 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228832 8092 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33887 s]
/proc/loadavg: 1.96 2.00 1.95 3/100 21200
/proc/meminfo: memFree=1210672/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915416 CPUtime=1.32
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 22921 0 1 0 121 11 0 0 25 0 8 0 155427905 937385984 22658 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228854 22658 2173 14 0 215324 0
[pid=21192/tid=21194] ppid=21190 vsize=915416 CPUtime=0.15
/proc/21192/task/21194/stat : 21194 (java) S 21190 21192 20607 0 -1 64 6426 0 0 0 13 2 0 0 17 0 8 0 155427908 937385984 22658 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21195] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21195/stat : 21195 (java) S 21190 21192 20607 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 22658 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21196] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21196/stat : 21196 (java) S 21190 21192 20607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 22658 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21197] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21197/stat : 21197 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155427912 937385984 22659 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21198] ppid=21190 vsize=915416 CPUtime=0.1
/proc/21192/task/21198/stat : 21198 (java) S 21190 21192 20607 0 -1 64 321 0 0 0 10 0 0 0 16 0 8 0 155427912 937385984 22659 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21199] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21199/stat : 21199 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155427912 937385984 22660 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21200] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21200/stat : 21200 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155427912 937385984 22660 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915416

[startup+2.98018 s]
/proc/loadavg: 1.96 2.00 1.95 3/100 21200
/proc/meminfo: memFree=1194992/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915416 CPUtime=2.96
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 23394 0 1 0 283 13 0 0 25 0 8 0 155427905 937385984 23129 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073757134 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228854 23129 2521 14 0 215324 0
[pid=21192/tid=21194] ppid=21190 vsize=915416 CPUtime=0.15
/proc/21192/task/21194/stat : 21194 (java) S 21190 21192 20607 0 -1 64 6427 0 0 0 13 2 0 0 17 0 8 0 155427908 937385984 23129 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21195] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21195/stat : 21195 (java) S 21190 21192 20607 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23129 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21196] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21196/stat : 21196 (java) S 21190 21192 20607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23129 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21197] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21197/stat : 21197 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155427912 937385984 23129 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21198] ppid=21190 vsize=915416 CPUtime=0.19
/proc/21192/task/21198/stat : 21198 (java) S 21190 21192 20607 0 -1 64 373 0 0 0 18 1 0 0 15 0 8 0 155427912 937385984 23129 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21199] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21199/stat : 21199 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155427912 937385984 23129 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21200] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21200/stat : 21200 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155427912 937385984 23129 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915416

[startup+6.2738 s]
/proc/loadavg: 1.97 2.00 1.95 3/100 21200
/proc/meminfo: memFree=1194928/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915416 CPUtime=6.25
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 23411 0 1 0 612 13 0 0 25 0 8 0 155427905 937385984 23143 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228854 23143 2521 14 0 215324 0
[pid=21192/tid=21194] ppid=21190 vsize=915416 CPUtime=0.15
/proc/21192/task/21194/stat : 21194 (java) S 21190 21192 20607 0 -1 64 6427 0 0 0 13 2 0 0 17 0 8 0 155427908 937385984 23143 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21195] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21195/stat : 21195 (java) S 21190 21192 20607 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23143 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21196] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21196/stat : 21196 (java) S 21190 21192 20607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23143 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21197] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21197/stat : 21197 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155427912 937385984 23143 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21198] ppid=21190 vsize=915416 CPUtime=0.22
/proc/21192/task/21198/stat : 21198 (java) S 21190 21192 20607 0 -1 64 389 0 0 0 21 1 0 0 15 0 8 0 155427912 937385984 23143 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21199] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21199/stat : 21199 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155427912 937385984 23143 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21200] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21200/stat : 21200 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155427912 937385984 23143 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915416

[startup+12.754 s]
/proc/loadavg: 1.97 2.00 1.95 3/100 21200
/proc/meminfo: memFree=1194928/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915416 CPUtime=12.73
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 23414 0 1 0 1260 13 0 0 25 0 8 0 155427905 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073630183 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228854 23146 2521 14 0 215324 0
[pid=21192/tid=21194] ppid=21190 vsize=915416 CPUtime=0.15
/proc/21192/task/21194/stat : 21194 (java) S 21190 21192 20607 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155427908 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21195] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21195/stat : 21195 (java) S 21190 21192 20607 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21196] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21196/stat : 21196 (java) S 21190 21192 20607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21197] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21197/stat : 21197 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155427912 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21198] ppid=21190 vsize=915416 CPUtime=0.22
/proc/21192/task/21198/stat : 21198 (java) S 21190 21192 20607 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155427912 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21199] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21199/stat : 21199 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155427912 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21200] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21200/stat : 21200 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155427912 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 915416

[startup+25.6024 s]
/proc/loadavg: 1.97 2.00 1.95 3/100 21200
/proc/meminfo: memFree=1195056/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915416 CPUtime=25.57
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 23414 0 1 0 2544 13 0 0 25 0 8 0 155427905 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073762216 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228854 23146 2521 14 0 215324 0
[pid=21192/tid=21194] ppid=21190 vsize=915416 CPUtime=0.15
/proc/21192/task/21194/stat : 21194 (java) S 21190 21192 20607 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155427908 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21195] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21195/stat : 21195 (java) S 21190 21192 20607 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21196] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21196/stat : 21196 (java) S 21190 21192 20607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21197] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21197/stat : 21197 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155427912 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21198] ppid=21190 vsize=915416 CPUtime=0.22
/proc/21192/task/21198/stat : 21198 (java) S 21190 21192 20607 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155427912 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21199] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21199/stat : 21199 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155427912 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21200] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21200/stat : 21200 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155427912 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 915416

[startup+51.2123 s]
/proc/loadavg: 1.98 2.00 1.95 3/100 21200
/proc/meminfo: memFree=1195056/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915416 CPUtime=51.13
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 23414 0 1 0 5100 13 0 0 25 0 8 0 155427905 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073754393 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228854 23146 2521 14 0 215324 0
[pid=21192/tid=21194] ppid=21190 vsize=915416 CPUtime=0.15
/proc/21192/task/21194/stat : 21194 (java) S 21190 21192 20607 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155427908 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21195] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21195/stat : 21195 (java) S 21190 21192 20607 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21196] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21196/stat : 21196 (java) S 21190 21192 20607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21197] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21197/stat : 21197 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155427912 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21198] ppid=21190 vsize=915416 CPUtime=0.22
/proc/21192/task/21198/stat : 21198 (java) S 21190 21192 20607 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155427912 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21199] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21199/stat : 21199 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155427912 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21200] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21200/stat : 21200 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155427912 937385984 23146 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 915416

[startup+102.429 s]
/proc/loadavg: 1.99 2.00 1.95 3/100 21200
/proc/meminfo: memFree=1195184/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915416 CPUtime=102.29
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 23415 0 1 0 10216 13 0 0 25 0 8 0 155427905 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073625308 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228854 23147 2521 14 0 215324 0
[pid=21192/tid=21194] ppid=21190 vsize=915416 CPUtime=0.15
/proc/21192/task/21194/stat : 21194 (java) S 21190 21192 20607 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155427908 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21195] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21195/stat : 21195 (java) S 21190 21192 20607 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21196] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21196/stat : 21196 (java) S 21190 21192 20607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21197] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21197/stat : 21197 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21198] ppid=21190 vsize=915416 CPUtime=0.22
/proc/21192/task/21198/stat : 21198 (java) S 21190 21192 20607 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21199] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21199/stat : 21199 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21200] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21200/stat : 21200 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 915416

[startup+162.497 s]
/proc/loadavg: 1.99 2.00 1.95 3/106 21324
/proc/meminfo: memFree=1193952/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915416 CPUtime=162.25
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 23416 0 1 0 16204 21 0 0 25 0 8 0 155427905 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073625342 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.74 s]
/proc/loadavg: 2.00 2.00 1.97 3/100 21514
/proc/meminfo: memFree=1133616/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915416 CPUtime=1481.98
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 23416 0 1 0 148161 37 0 0 25 0 8 0 155427905 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073756230 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228854 23147 2521 14 0 215324 0
[pid=21192/tid=21194] ppid=21190 vsize=915416 CPUtime=0.15
/proc/21192/task/21194/stat : 21194 (java) S 21190 21192 20607 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155427908 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21195] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21195/stat : 21195 (java) S 21190 21192 20607 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21196] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21196/stat : 21196 (java) S 21190 21192 20607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21197] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21197/stat : 21197 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21198] ppid=21190 vsize=915416 CPUtime=0.22
/proc/21192/task/21198/stat : 21198 (java) S 21190 21192 20607 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21199] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21199/stat : 21199 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21200] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21200/stat : 21200 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 915416

[startup+1543.74 s]
/proc/loadavg: 2.00 2.00 1.97 3/100 21514
/proc/meminfo: memFree=1133616/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915416 CPUtime=1541.92
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 23416 0 1 0 154155 37 0 0 25 0 8 0 155427905 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073754479 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228854 23147 2521 14 0 215324 0
[pid=21192/tid=21194] ppid=21190 vsize=915416 CPUtime=0.15
/proc/21192/task/21194/stat : 21194 (java) S 21190 21192 20607 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155427908 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21195] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21195/stat : 21195 (java) S 21190 21192 20607 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21196] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21196/stat : 21196 (java) S 21190 21192 20607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21197] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21197/stat : 21197 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21198] ppid=21190 vsize=915416 CPUtime=0.22
/proc/21192/task/21198/stat : 21198 (java) S 21190 21192 20607 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21199] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21199/stat : 21199 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21200] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21200/stat : 21200 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 915416

[startup+1603.76 s]
/proc/loadavg: 2.00 2.00 1.97 3/100 21514
/proc/meminfo: memFree=1133680/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915416 CPUtime=1601.87
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 23416 0 1 0 160150 37 0 0 25 0 8 0 155427905 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073754420 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228854 23147 2521 14 0 215324 0
[pid=21192/tid=21194] ppid=21190 vsize=915416 CPUtime=0.15
/proc/21192/task/21194/stat : 21194 (java) S 21190 21192 20607 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155427908 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21195] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21195/stat : 21195 (java) S 21190 21192 20607 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21196] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21196/stat : 21196 (java) S 21190 21192 20607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21197] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21197/stat : 21197 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21198] ppid=21190 vsize=915416 CPUtime=0.22
/proc/21192/task/21198/stat : 21198 (java) S 21190 21192 20607 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21199] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21199/stat : 21199 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21200] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21200/stat : 21200 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 915416

[startup+1663.78 s]
/proc/loadavg: 2.12 2.03 1.98 3/100 21514
/proc/meminfo: memFree=1133680/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915416 CPUtime=1661.82
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 23416 0 1 0 166144 38 0 0 25 0 8 0 155427905 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073760344 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228854 23147 2521 14 0 215324 0
[pid=21192/tid=21194] ppid=21190 vsize=915416 CPUtime=0.15
/proc/21192/task/21194/stat : 21194 (java) S 21190 21192 20607 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155427908 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21195] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21195/stat : 21195 (java) S 21190 21192 20607 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21196] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21196/stat : 21196 (java) S 21190 21192 20607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21197] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21197/stat : 21197 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21198] ppid=21190 vsize=915416 CPUtime=0.22
/proc/21192/task/21198/stat : 21198 (java) S 21190 21192 20607 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21199] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21199/stat : 21199 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21200] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21200/stat : 21200 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155427912 937385984 23147 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 915416

[startup+1723.79 s]
/proc/loadavg: 2.04 2.02 1.98 3/100 21514
/proc/meminfo: memFree=1133680/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915416 CPUtime=1721.77
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 23418 0 1 0 172139 38 0 0 25 0 8 0 155427905 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228854 23149 2521 14 0 215324 0
[pid=21192/tid=21194] ppid=21190 vsize=915416 CPUtime=0.15
/proc/21192/task/21194/stat : 21194 (java) S 21190 21192 20607 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155427908 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21195] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21195/stat : 21195 (java) S 21190 21192 20607 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21196] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21196/stat : 21196 (java) S 21190 21192 20607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21197] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21197/stat : 21197 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155427912 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21198] ppid=21190 vsize=915416 CPUtime=0.23
/proc/21192/task/21198/stat : 21198 (java) S 21190 21192 20607 0 -1 64 395 0 0 0 22 1 0 0 16 0 8 0 155427912 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21199] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21199/stat : 21199 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155427912 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21200] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21200/stat : 21200 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155427912 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 915416

[startup+1783.8 s]
/proc/loadavg: 2.01 2.02 1.98 3/100 21514
/proc/meminfo: memFree=1133680/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915416 CPUtime=1781.72
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 23418 0 1 0 178133 39 0 0 25 0 8 0 155427905 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073754420 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228854 23149 2521 14 0 215324 0
[pid=21192/tid=21194] ppid=21190 vsize=915416 CPUtime=0.15
/proc/21192/task/21194/stat : 21194 (java) S 21190 21192 20607 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155427908 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21195] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21195/stat : 21195 (java) S 21190 21192 20607 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21196] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21196/stat : 21196 (java) S 21190 21192 20607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21197] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21197/stat : 21197 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155427912 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21198] ppid=21190 vsize=915416 CPUtime=0.23
/proc/21192/task/21198/stat : 21198 (java) S 21190 21192 20607 0 -1 64 395 0 0 0 22 1 0 0 16 0 8 0 155427912 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21199] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21199/stat : 21199 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155427912 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21200] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21200/stat : 21200 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155427912 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 915416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.11 s]
/proc/loadavg: 2.01 2.02 1.98 3/100 21514
/proc/meminfo: memFree=1133680/2055920 swapFree=4171232/4192956
[pid=21192] ppid=21190 vsize=915416 CPUtime=1800.01
/proc/21192/stat : 21192 (java) R 21190 21192 20607 0 -1 0 23418 0 1 0 179962 39 0 0 25 0 8 0 155427905 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4073772105 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21192/statm: 228854 23149 2521 14 0 215324 0
[pid=21192/tid=21194] ppid=21190 vsize=915416 CPUtime=0.15
/proc/21192/task/21194/stat : 21194 (java) S 21190 21192 20607 0 -1 64 6427 0 0 0 13 2 0 0 16 0 8 0 155427908 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21195] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21195/stat : 21195 (java) S 21190 21192 20607 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21196] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21196/stat : 21196 (java) S 21190 21192 20607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155427909 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21197] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21197/stat : 21197 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155427912 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21198] ppid=21190 vsize=915416 CPUtime=0.23
/proc/21192/task/21198/stat : 21198 (java) S 21190 21192 20607 0 -1 64 395 0 0 0 22 1 0 0 16 0 8 0 155427912 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21199] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21199/stat : 21199 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155427912 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21192/tid=21200] ppid=21190 vsize=915416 CPUtime=0
/proc/21192/task/21200/stat : 21200 (java) S 21190 21192 20607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155427912 937385984 23149 18446744073709551615 134512640 134570532 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915416

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

Child status: 143
Real time (s): 1802.16
CPU time (s): 1800.06
CPU user time (s): 1799.65
CPU system time (s): 0.408937
CPU usage (%): 99.8834
Max. virtual memory (cumulated for all children) (KiB): 915416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.408937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23433
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= 37599
involuntary context switches= 75535

runsolver used 2.40463 s user time and 5.57815 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Jan  6 07:58:53 UTC 2007


IDJOB= 196001
IDBENCH= 3318
FILE ID= node19/196001-1168070332

PBS_JOBID= 3475408

Free space on /tmp= 66307 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  74698a2aff31803191e94ce8b7794d70

RANDOM SEED= 484648636

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.260
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.260
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:       1278472 kB
Buffers:         69856 kB
Cached:         543396 kB
SwapCached:      10036 kB
Active:         285376 kB
Inactive:       391392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1278472 kB
SwapTotal:     4192956 kB
SwapFree:      4171232 kB
Dirty:            4560 kB
Writeback:           0 kB
Mapped:          82804 kB
Slab:            85284 kB
Committed_AS:  4336580 kB
PageTables:       2480 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= 66305 MiB



End job on node19 on Sat Jan  6 08:28:55 UTC 2007