Trace number 200012

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.15 1809.37

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-23_ext.xml
MD5SUMfa8b700eb227110d25204c2018a1ac0d
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 constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.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/200012-1168071838/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.39	       =>  wckTime=0.094  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.99	   
0.99	   constraints being loaded...
1.25	     nbConstraints=75  nbRelationTypes=75  nbExtensionStructures=75  nbSharedExtensionStructures=0
1.25	     nbConflictsStructures=75  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
1.25	       =>  wckTime=0.953  cpuTime=0.83  mem=48M607
1.37	   
1.37	   solver IterativeSystematicSolver being built... 
1.53	       =>  wckTime=1.233  cpuTime=0.95  mem=34M669
1.54	   
1.54	   preprocessing
1.54	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.54	     detectedInconsistency=no
1.54	       =>  wckTime=0.0040  cpuTime=0.0  mem=34M669
1.64	   
1.64	   search
1.64	     run=0  nbConstraintChecks=25661  nbValidityChecks=42017  nbPropagations=268  nbRevisions=2836
1.64	     nbUselessRevisions=2268  nbAssignments=25  nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=40
1.64	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
1.64	       =>  wckTime=0.103  cpuTime=0.06  mem=34M669
1.71	   
1.71	   search
1.71	     run=1  nbConstraintChecks=67295  nbValidityChecks=120978  nbPropagations=955  nbRevisions=10586
1.71	     nbUselessRevisions=8468  nbAssignments=67  nbFailedAssignments=27  nbBacktracks=28  nbVisitedNodes=110
1.71	     nbRestartNogoods=2  mapSize=20  nbInferences=0  nbTooLargeKeys=0
1.71	       =>  wckTime=0.173  cpuTime=0.13  mem=34M669
1.82	   
1.82	   search
1.82	     run=2  nbConstraintChecks=136798  nbValidityChecks=258010  nbPropagations=2467  nbRevisions=27854
1.82	     nbUselessRevisions=22252  nbAssignments=129  nbFailedAssignments=60  nbBacktracks=51  nbVisitedNodes=222
1.82	     nbRestartNogoods=6  mapSize=43  nbInferences=0  nbTooLargeKeys=0
1.82	       =>  wckTime=0.289  cpuTime=0.23  mem=34M669
1.98	   
1.98	   search
1.98	     run=3  nbConstraintChecks=249884  nbValidityChecks=473796  nbPropagations=5084  nbRevisions=57345
1.98	     nbUselessRevisions=45550  nbAssignments=226  nbFailedAssignments=117  nbBacktracks=85  nbVisitedNodes=399
1.98	     nbRestartNogoods=8  mapSize=72  nbInferences=0  nbTooLargeKeys=0
1.98	       =>  wckTime=0.451  cpuTime=0.39  mem=34M669
2.18	   
2.18	   search
2.18	     run=4  nbConstraintChecks=382202  nbValidityChecks=752171  nbPropagations=9436  nbRevisions=108134
2.18	     nbUselessRevisions=85741  nbAssignments=373  nbFailedAssignments=206  nbBacktracks=135  nbVisitedNodes=672
2.18	     nbRestartNogoods=16  mapSize=119  nbInferences=0  nbTooLargeKeys=0
2.18	       =>  wckTime=0.649  cpuTime=0.58  mem=34M669
2.46	   
2.46	   search
2.46	     run=5  nbConstraintChecks=566771  nbValidityChecks=1137946  nbPropagations=16149  nbRevisions=185672
2.46	     nbUselessRevisions=146775  nbAssignments=609  nbFailedAssignments=361  nbBacktracks=210  nbVisitedNodes=1114
2.46	     nbRestartNogoods=26  mapSize=184  nbInferences=0  nbTooLargeKeys=0
2.46	       =>  wckTime=0.929  cpuTime=0.84  mem=34M669
2.89	   
2.89	   search
2.89	     run=6  nbConstraintChecks=877499  nbValidityChecks=1738411  nbPropagations=27091  nbRevisions=309657
2.89	     nbUselessRevisions=244083  nbAssignments=956  nbFailedAssignments=588  nbBacktracks=323  nbVisitedNodes=1769
2.89	     nbRestartNogoods=28  mapSize=289  nbInferences=0  nbTooLargeKeys=0
2.89	       =>  wckTime=1.354  cpuTime=1.26  mem=34M669
3.62	   
3.62	   search
3.62	     run=7  nbConstraintChecks=1389957  nbValidityChecks=2788692  nbPropagations=44020  nbRevisions=505747
3.62	     nbUselessRevisions=397336  nbAssignments=1443  nbFailedAssignments=897  nbBacktracks=493  nbVisitedNodes=2693
3.62	     nbRestartNogoods=32  mapSize=449  nbInferences=0  nbTooLargeKeys=0
3.62	       =>  wckTime=2.084  cpuTime=1.98  mem=34M669
4.44	   
4.44	   search
4.44	     run=8  nbConstraintChecks=1971626  nbValidityChecks=3922414  nbPropagations=68121  nbRevisions=789214
4.44	     nbUselessRevisions=620830  nbAssignments=2003  nbFailedAssignments=1195  nbBacktracks=749  nbVisitedNodes=3715
4.44	     nbRestartNogoods=39  mapSize=673  nbInferences=0  nbTooLargeKeys=0
4.44	       =>  wckTime=2.904  cpuTime=2.78  mem=34M669
6.00	   
6.00	   INFO : Stopping hyperNogood (mapSize=1013, nbTooLargekeys=0, mem=34M669)
6.16	   
6.16	   search
6.16	     run=9  nbConstraintChecks=3209800  nbValidityChecks=6350905  nbPropagations=107398  nbRevisions=1247663
6.16	     nbUselessRevisions=978411  nbAssignments=3120  nbFailedAssignments=1921  nbBacktracks=1133  nbVisitedNodes=5868
6.16	     nbRestartNogoods=44
6.16	       =>  wckTime=4.631  cpuTime=4.48  mem=34M669
8.40	   
8.40	   search
8.40	     run=10  nbConstraintChecks=4924219  nbValidityChecks=9659996  nbPropagations=166356  nbRevisions=1943514
8.40	     nbUselessRevisions=1522506  nbAssignments=4646  nbFailedAssignments=2865  nbBacktracks=1709  nbVisitedNodes=8760
8.40	     nbRestartNogoods=53
8.40	       =>  wckTime=6.865  cpuTime=6.68  mem=34M669
11.40	   
11.40	   search
11.40	     run=11  nbConstraintChecks=7115994  nbValidityChecks=14019149  nbPropagations=252575  nbRevisions=2945385
11.40	     nbUselessRevisions=2303870  nbAssignments=6790  nbFailedAssignments=4137  nbBacktracks=2573  nbVisitedNodes=12795
11.40	     nbRestartNogoods=62
11.40	       =>  wckTime=9.872  cpuTime=9.66  mem=34M669
15.95	   
15.95	   search
15.95	     run=12  nbConstraintChecks=10438596  nbValidityChecks=20753137  nbPropagations=382509  nbRevisions=4446550
15.95	     nbUselessRevisions=3474224  nbAssignments=10168  nbFailedAssignments=6210  nbBacktracks=3870  nbVisitedNodes=19164
15.95	     nbRestartNogoods=74
15.95	       =>  wckTime=14.421  cpuTime=14.17  mem=34M669
22.18	   
22.18	   search
22.18	     run=13  nbConstraintChecks=15325329  nbValidityChecks=30350253  nbPropagations=564425  nbRevisions=6564178
22.18	     nbUselessRevisions=5132146  nbAssignments=14664  nbFailedAssignments=8752  nbBacktracks=5816  nbVisitedNodes=27383
22.18	     nbRestartNogoods=83
22.18	       =>  wckTime=20.646  cpuTime=20.35  mem=34M669
34.89	   
34.89	   search
34.89	     run=14  nbConstraintChecks=24657648  nbValidityChecks=48777757  nbPropagations=858435  nbRevisions=9990541
34.89	     nbUselessRevisions=7798758  nbAssignments=23505  nbFailedAssignments=14664  nbBacktracks=8735  nbVisitedNodes=44381
34.89	     nbRestartNogoods=101
34.89	       =>  wckTime=33.356  cpuTime=32.94  mem=35M657
48.31	   
48.31	   search
48.31	     run=15  nbConstraintChecks=34314882  nbValidityChecks=69104463  nbPropagations=1286824  nbRevisions=14903557
48.31	     nbUselessRevisions=11621628  nbAssignments=33733  nbFailedAssignments=20508  nbBacktracks=13113
48.31	     nbVisitedNodes=63325  nbRestartNogoods=107
48.31	       =>  wckTime=46.779  cpuTime=46.24  mem=35M657
71.17	   
71.17	   search
71.17	     run=16  nbConstraintChecks=50878432  nbValidityChecks=101724622  nbPropagations=1927532  nbRevisions=22330552
71.17	     nbUselessRevisions=17435337  nbAssignments=50367  nbFailedAssignments=30568  nbBacktracks=19681
71.17	     nbVisitedNodes=94489  nbRestartNogoods=114
71.17	       =>  wckTime=69.636  cpuTime=68.99  mem=35M657
105.30	   
105.30	   search
105.30	     run=17  nbConstraintChecks=75016199  nbValidityChecks=152440725  nbPropagations=2898514  nbRevisions=33586306
105.30	     nbUselessRevisions=26226211  nbAssignments=77913  nbFailedAssignments=48254  nbBacktracks=29533
105.30	     nbVisitedNodes=146697  nbRestartNogoods=132
105.30	       =>  wckTime=103.77  cpuTime=102.97  mem=35M657
162.09	   
162.09	   search
162.09	     run=18  nbConstraintChecks=115756865  nbValidityChecks=236002886  nbPropagations=4393081  nbRevisions=50706452
162.09	     nbUselessRevisions=39575375  nbAssignments=119938  nbFailedAssignments=75492  nbBacktracks=44312
162.09	     nbVisitedNodes=226960  nbRestartNogoods=148
162.09	       =>  wckTime=160.559  cpuTime=159.48  mem=35M657
234.37	   
234.37	   search
234.37	     run=19  nbConstraintChecks=167221810  nbValidityChecks=340204825  nbPropagations=6594059  nbRevisions=75612739
234.37	     nbUselessRevisions=59011539  nbAssignments=173856  nbFailedAssignments=107234  nbBacktracks=66482
234.37	     nbVisitedNodes=327455  nbRestartNogoods=167
234.37	       =>  wckTime=232.836  cpuTime=231.41  mem=35M657
354.45	   
354.45	   search
354.45	     run=20  nbConstraintChecks=252404566  nbValidityChecks=519261170  nbPropagations=9812720  nbRevisions=112947917
354.45	     nbUselessRevisions=88079492  nbAssignments=257949  nbFailedAssignments=158066  nbBacktracks=99736
354.45	     nbVisitedNodes=484655  nbRestartNogoods=182
354.45	       =>  wckTime=352.92  cpuTime=350.93  mem=35M657
542.06	   
542.06	   search
542.06	     run=21  nbConstraintChecks=391343003  nbValidityChecks=786568089  nbPropagations=14658781  nbRevisions=169631905
542.06	     nbUselessRevisions=132421895  nbAssignments=378735  nbFailedAssignments=228965  nbBacktracks=149614
542.06	     nbVisitedNodes=711044  nbRestartNogoods=204
542.06	       =>  wckTime=540.525  cpuTime=537.63  mem=35M657
825.62	   
825.62	   search
825.62	     run=22  nbConstraintChecks=597671107  nbValidityChecks=1187712535  nbPropagations=21867131  nbRevisions=254272585
825.62	     nbUselessRevisions=198818411  nbAssignments=563367  nbFailedAssignments=338770  nbBacktracks=224434
825.62	     nbVisitedNodes=1056942  nbRestartNogoods=220
825.62	       =>  wckTime=824.086  cpuTime=819.85  mem=35M657
1187.56	   
1187.56	   search
1187.56	     run=23  nbConstraintChecks=856912336  nbValidityChecks=1708966600  nbPropagations=32616425  nbRevisions=379740883
1187.56	     nbUselessRevisions=297460469  nbAssignments=841738  nbFailedAssignments=504906  nbBacktracks=336662
1187.56	     nbVisitedNodes=1575324  nbRestartNogoods=230
1187.56	       =>  wckTime=1186.026  cpuTime=1180.05  mem=35M657
1757.36	   
1757.36	   search
1757.36	     run=24  nbConstraintChecks=1279381962  nbValidityChecks=2559483346  nbPropagations=48910506  nbRevisions=568287182
1757.36	     nbUselessRevisions=445235014  nbAssignments=1264460  nbFailedAssignments=759279  nbBacktracks=505003
1757.36	     nbVisitedNodes=2371172  nbRestartNogoods=245
1757.36	       =>  wckTime=1755.825  cpuTime=1746.81  mem=35M657

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/node25/watcher-200012-1168071838 -o ROOT/results/node25/solver-200012-1168071838 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/200012-1168071838/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.08 1.02 1.02 3/86 29315
/proc/meminfo: memFree=1679344/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=168 CPUtime=0
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 39 0 0 0 0 0 0 0 20 0 1 0 155576271 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 3764523 0 0 4096 0 0 0 0 17 1 0 0
/proc/29314/statm: 42 23 18 14 0 2 0

[startup+0.107328 s]
/proc/loadavg: 1.08 1.02 1.02 3/86 29315
/proc/meminfo: memFree=1679344/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=914988 CPUtime=0.08
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 3048 0 1 0 7 1 0 0 17 0 8 0 155576271 936947712 2794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155069054 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29314/statm: 228747 2794 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515397 s]
/proc/loadavg: 1.08 1.02 1.02 3/86 29315
/proc/meminfo: memFree=1679344/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915328 CPUtime=0.48
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 8252 0 1 0 43 5 0 0 18 0 8 0 155576271 937295872 7991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445337 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29314/statm: 228832 7991 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33754 s]
/proc/loadavg: 1.08 1.02 1.02 4/100 29329
/proc/meminfo: memFree=1545408/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915416 CPUtime=1.3
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 19142 0 1 0 119 11 0 0 25 0 8 0 155576271 937385984 18879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29314/statm: 228854 18879 2169 14 0 215324 0
[pid=29314/tid=29317] ppid=29309 vsize=915416 CPUtime=0.13
/proc/29314/task/29317/stat : 29317 (java) R 29309 29314 29205 0 -1 64 2655 0 0 0 12 1 0 0 16 0 8 0 155576275 937385984 18879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153790437 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29320] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29320/stat : 29320 (java) S 29309 29314 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937385984 18879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29321] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29321/stat : 29321 (java) S 29309 29314 29205 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155576276 937385984 18879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29324] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29324/stat : 29324 (java) S 29309 29314 29205 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 155576279 937385984 18879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29326] ppid=29309 vsize=915416 CPUtime=0.08
/proc/29314/task/29326/stat : 29326 (java) S 29309 29314 29205 0 -1 64 321 0 0 0 8 0 0 0 16 0 8 0 155576279 937385984 18879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29328] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29328/stat : 29328 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155576279 937385984 18879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29329] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29329/stat : 29329 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155576279 937385984 18879 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) 915416

[startup+2.98082 s]
/proc/loadavg: 1.08 1.02 1.02 3/100 29329
/proc/meminfo: memFree=1513024/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915416 CPUtime=2.93
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 23465 0 1 0 279 14 0 0 25 0 8 0 155576271 937385984 23200 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29314/statm: 228854 23200 2521 14 0 215324 0
[pid=29314/tid=29317] ppid=29309 vsize=915416 CPUtime=0.16
/proc/29314/task/29317/stat : 29317 (java) S 29309 29314 29205 0 -1 64 6498 0 0 0 13 3 0 0 17 0 8 0 155576275 937385984 23200 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29320] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29320/stat : 29320 (java) S 29309 29314 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937385984 23200 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29321] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29321/stat : 29321 (java) S 29309 29314 29205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937385984 23200 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29324] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29324/stat : 29324 (java) S 29309 29314 29205 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 155576279 937385984 23200 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29326] ppid=29309 vsize=915416 CPUtime=0.19
/proc/29314/task/29326/stat : 29326 (java) S 29309 29314 29205 0 -1 64 375 0 0 0 18 1 0 0 15 0 8 0 155576279 937385984 23200 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29328] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29328/stat : 29328 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155576279 937385984 23200 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29329] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29329/stat : 29329 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155576279 937385984 23200 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) 915416

[startup+6.27538 s]
/proc/loadavg: 1.23 1.05 1.03 3/100 29329
/proc/meminfo: memFree=1512704/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915416 CPUtime=6.18
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 23479 0 1 0 604 14 0 0 25 0 8 0 155576271 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073627999 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29314/statm: 228854 23212 2522 14 0 215324 0
[pid=29314/tid=29317] ppid=29309 vsize=915416 CPUtime=0.16
/proc/29314/task/29317/stat : 29317 (java) S 29309 29314 29205 0 -1 64 6498 0 0 0 13 3 0 0 16 0 8 0 155576275 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29320] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29320/stat : 29320 (java) S 29309 29314 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29321] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29321/stat : 29321 (java) S 29309 29314 29205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29324] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29324/stat : 29324 (java) S 29309 29314 29205 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 155576279 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29326] ppid=29309 vsize=915416 CPUtime=0.21
/proc/29314/task/29326/stat : 29326 (java) S 29309 29314 29205 0 -1 64 386 0 0 0 20 1 0 0 16 0 8 0 155576279 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29328] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29328/stat : 29328 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155576279 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29329] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29329/stat : 29329 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155576279 937385984 23212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915416

[startup+12.7575 s]
/proc/loadavg: 1.29 1.06 1.04 3/100 29329
/proc/meminfo: memFree=1512712/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915416 CPUtime=12.6
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 23484 0 1 0 1246 14 0 0 25 0 8 0 155576271 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761923 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29314/statm: 228854 23216 2522 14 0 215324 0
[pid=29314/tid=29317] ppid=29309 vsize=915416 CPUtime=0.16
/proc/29314/task/29317/stat : 29317 (java) S 29309 29314 29205 0 -1 64 6498 0 0 0 13 3 0 0 16 0 8 0 155576275 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29320] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29320/stat : 29320 (java) S 29309 29314 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29321] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29321/stat : 29321 (java) S 29309 29314 29205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29324] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29324/stat : 29324 (java) S 29309 29314 29205 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 155576279 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29326] ppid=29309 vsize=915416 CPUtime=0.22
/proc/29314/task/29326/stat : 29326 (java) S 29309 29314 29205 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155576279 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29328] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29328/stat : 29328 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155576279 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29329] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29329/stat : 29329 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155576279 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915416

[startup+25.6097 s]
/proc/loadavg: 1.45 1.11 1.05 3/100 29329
/proc/meminfo: memFree=1512840/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915416 CPUtime=25.35
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 23484 0 1 0 2520 15 0 0 25 0 8 0 155576271 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29314/statm: 228854 23216 2522 14 0 215324 0
[pid=29314/tid=29317] ppid=29309 vsize=915416 CPUtime=0.16
/proc/29314/task/29317/stat : 29317 (java) S 29309 29314 29205 0 -1 64 6498 0 0 0 13 3 0 0 16 0 8 0 155576275 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29320] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29320/stat : 29320 (java) S 29309 29314 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29321] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29321/stat : 29321 (java) S 29309 29314 29205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29324] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29324/stat : 29324 (java) S 29309 29314 29205 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 155576279 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29326] ppid=29309 vsize=915416 CPUtime=0.22
/proc/29314/task/29326/stat : 29326 (java) S 29309 29314 29205 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155576279 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29328] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29328/stat : 29328 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155576279 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29329] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29329/stat : 29329 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155576279 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915416

[startup+51.235 s]
/proc/loadavg: 1.64 1.18 1.08 3/100 29385
/proc/meminfo: memFree=1509768/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915416 CPUtime=50.76
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 23484 0 1 0 5059 17 0 0 25 0 8 0 155576271 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29314/statm: 228854 23216 2522 14 0 215324 0
[pid=29314/tid=29317] ppid=29309 vsize=915416 CPUtime=0.16
/proc/29314/task/29317/stat : 29317 (java) S 29309 29314 29205 0 -1 64 6498 0 0 0 13 3 0 0 16 0 8 0 155576275 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29320] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29320/stat : 29320 (java) S 29309 29314 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29321] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29321/stat : 29321 (java) S 29309 29314 29205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29324] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29324/stat : 29324 (java) S 29309 29314 29205 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 155576279 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29326] ppid=29309 vsize=915416 CPUtime=0.22
/proc/29314/task/29326/stat : 29326 (java) S 29309 29314 29205 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 155576279 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29328] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29328/stat : 29328 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155576279 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29329] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29329/stat : 29329 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155576279 937385984 23216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 915416

[startup+102.471 s]
/proc/loadavg: 1.84 1.30 1.12 3/100 29385
/proc/meminfo: memFree=1509960/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915416 CPUtime=101.75
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 23485 0 1 0 10157 18 0 0 25 0 8 0 155576271 937385984 23217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632964 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29314/statm: 228854 23217 2522 14 0 215324 0
[pid=29314/tid=29317] ppid=29309 vsize=915416 CPUtime=0.16
/proc/29314/task/29317/stat : 29317 (java) S 29309 29314 29205 0 -1 64 6498 0 0 0 13 3 0 0 16 0 8 0 155576275 937385984 23217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29320] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29320/stat : 29320 (java) S 29309 29314 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937385984 23217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29321] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29321/stat : 29321 (java) S 29309 29314 29205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937385984 23217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29324] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29324/stat : 29324 (java) S 29309 29314 29205 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 155576279 937385984 23217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29326] ppid=29309 vsize=915416 CPUtime=0.22
/proc/29314/task/29326/stat : 29326 (java) S 29309 29314 29205 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 155576279 937385984 23217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29328] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29328/stat : 29328 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155576279 937385984 23217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29329] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29329/stat : 29329 (java) R 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155576279 937385984 23217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 915416

[startup+162.55 s]
/proc/loadavg: 1.94 1.43 1.17 3/100 29385
/proc/meminfo: memFree=1510024/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915416 CPUtime=161.53
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 23486 0 1 0 16135 18 0 0 25 0 8 0 155576271 937385984 23217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759191 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1484.43 s]
/proc/loadavg: 2.04 1.99 1.78 3/100 29441
/proc/meminfo: memFree=1569040/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915416 CPUtime=1476.99
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 23488 0 1 0 147669 30 0 0 25 0 8 0 155576271 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817300 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29314/statm: 228854 23219 2522 14 0 215324 0
[pid=29314/tid=29317] ppid=29309 vsize=915416 CPUtime=0.16
/proc/29314/task/29317/stat : 29317 (java) S 29309 29314 29205 0 -1 64 6498 0 0 0 13 3 0 0 16 0 8 0 155576275 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29320] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29320/stat : 29320 (java) S 29309 29314 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29321] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29321/stat : 29321 (java) S 29309 29314 29205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29324] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29324/stat : 29324 (java) S 29309 29314 29205 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29326] ppid=29309 vsize=915416 CPUtime=0.23
/proc/29314/task/29326/stat : 29326 (java) S 29309 29314 29205 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29328] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29328/stat : 29328 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29329] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29329/stat : 29329 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.99
Current children cumulated vsize (KiB) 915416

[startup+1544.51 s]
/proc/loadavg: 2.01 1.99 1.79 3/100 29441
/proc/meminfo: memFree=1568976/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915416 CPUtime=1536.74
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 23488 0 1 0 153644 30 0 0 25 0 8 0 155576271 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762067 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29314/statm: 228854 23219 2522 14 0 215324 0
[pid=29314/tid=29317] ppid=29309 vsize=915416 CPUtime=0.16
/proc/29314/task/29317/stat : 29317 (java) S 29309 29314 29205 0 -1 64 6498 0 0 0 13 3 0 0 16 0 8 0 155576275 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29320] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29320/stat : 29320 (java) S 29309 29314 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29321] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29321/stat : 29321 (java) S 29309 29314 29205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29324] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29324/stat : 29324 (java) S 29309 29314 29205 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29326] ppid=29309 vsize=915416 CPUtime=0.23
/proc/29314/task/29326/stat : 29326 (java) S 29309 29314 29205 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29328] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29328/stat : 29328 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29329] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29329/stat : 29329 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.74
Current children cumulated vsize (KiB) 915416

[startup+1604.58 s]
/proc/loadavg: 2.00 1.99 1.80 3/100 29441
/proc/meminfo: memFree=1568976/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915416 CPUtime=1596.51
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 23488 0 1 0 159621 30 0 0 25 0 8 0 155576271 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29314/statm: 228854 23219 2522 14 0 215324 0
[pid=29314/tid=29317] ppid=29309 vsize=915416 CPUtime=0.16
/proc/29314/task/29317/stat : 29317 (java) S 29309 29314 29205 0 -1 64 6498 0 0 0 13 3 0 0 16 0 8 0 155576275 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29320] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29320/stat : 29320 (java) S 29309 29314 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29321] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29321/stat : 29321 (java) S 29309 29314 29205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29324] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29324/stat : 29324 (java) S 29309 29314 29205 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29326] ppid=29309 vsize=915416 CPUtime=0.23
/proc/29314/task/29326/stat : 29326 (java) S 29309 29314 29205 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29328] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29328/stat : 29328 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29329] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29329/stat : 29329 (java) R 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.51
Current children cumulated vsize (KiB) 915416

[startup+1664.67 s]
/proc/loadavg: 2.00 1.99 1.81 3/100 29441
/proc/meminfo: memFree=1568976/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915416 CPUtime=1656.24
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 23488 0 1 0 165594 30 0 0 25 0 8 0 155576271 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758049 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29314/statm: 228854 23219 2522 14 0 215324 0
[pid=29314/tid=29317] ppid=29309 vsize=915416 CPUtime=0.16
/proc/29314/task/29317/stat : 29317 (java) S 29309 29314 29205 0 -1 64 6498 0 0 0 13 3 0 0 16 0 8 0 155576275 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29320] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29320/stat : 29320 (java) S 29309 29314 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29321] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29321/stat : 29321 (java) S 29309 29314 29205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29324] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29324/stat : 29324 (java) S 29309 29314 29205 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29326] ppid=29309 vsize=915416 CPUtime=0.23
/proc/29314/task/29326/stat : 29326 (java) S 29309 29314 29205 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29328] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29328/stat : 29328 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29329] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29329/stat : 29329 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.24
Current children cumulated vsize (KiB) 915416

[startup+1724.75 s]
/proc/loadavg: 2.00 1.99 1.82 3/100 29441
/proc/meminfo: memFree=1568912/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915416 CPUtime=1716
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 23488 0 1 0 171570 30 0 0 25 0 8 0 155576271 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762049 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29314/statm: 228854 23219 2522 14 0 215324 0
[pid=29314/tid=29317] ppid=29309 vsize=915416 CPUtime=0.16
/proc/29314/task/29317/stat : 29317 (java) S 29309 29314 29205 0 -1 64 6498 0 0 0 13 3 0 0 16 0 8 0 155576275 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29320] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29320/stat : 29320 (java) S 29309 29314 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29321] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29321/stat : 29321 (java) S 29309 29314 29205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29324] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29324/stat : 29324 (java) S 29309 29314 29205 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29326] ppid=29309 vsize=915416 CPUtime=0.23
/proc/29314/task/29326/stat : 29326 (java) S 29309 29314 29205 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29328] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29328/stat : 29328 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29329] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29329/stat : 29329 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716
Current children cumulated vsize (KiB) 915416

[startup+1784.84 s]
/proc/loadavg: 2.00 1.99 1.83 3/100 29441
/proc/meminfo: memFree=1568912/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915416 CPUtime=1775.75
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 23488 0 1 0 177545 30 0 0 25 0 8 0 155576271 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29314/statm: 228854 23219 2522 14 0 215324 0
[pid=29314/tid=29317] ppid=29309 vsize=915416 CPUtime=0.16
/proc/29314/task/29317/stat : 29317 (java) S 29309 29314 29205 0 -1 64 6498 0 0 0 13 3 0 0 16 0 8 0 155576275 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29320] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29320/stat : 29320 (java) S 29309 29314 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29321] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29321/stat : 29321 (java) S 29309 29314 29205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29324] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29324/stat : 29324 (java) S 29309 29314 29205 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29326] ppid=29309 vsize=915416 CPUtime=0.23
/proc/29314/task/29326/stat : 29326 (java) S 29309 29314 29205 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29328] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29328/stat : 29328 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29329] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29329/stat : 29329 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.75
Current children cumulated vsize (KiB) 915416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.32 s]
/proc/loadavg: 2.00 1.99 1.83 3/100 29441
/proc/meminfo: memFree=1568912/2055920 swapFree=4192812/4192956
[pid=29314] ppid=29309 vsize=915416 CPUtime=1800.1
/proc/29314/stat : 29314 (java) R 29309 29314 29205 0 -1 0 23488 0 1 0 179980 30 0 0 25 0 8 0 155576271 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073765635 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29314/statm: 228854 23219 2522 14 0 215324 0
[pid=29314/tid=29317] ppid=29309 vsize=915416 CPUtime=0.16
/proc/29314/task/29317/stat : 29317 (java) S 29309 29314 29205 0 -1 64 6498 0 0 0 13 3 0 0 16 0 8 0 155576275 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29320] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29320/stat : 29320 (java) S 29309 29314 29205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29321] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29321/stat : 29321 (java) S 29309 29314 29205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29324] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29324/stat : 29324 (java) S 29309 29314 29205 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29326] ppid=29309 vsize=915416 CPUtime=0.23
/proc/29314/task/29326/stat : 29326 (java) S 29309 29314 29205 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29314/tid=29328] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29328/stat : 29328 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29314/tid=29329] ppid=29309 vsize=915416 CPUtime=0
/proc/29314/task/29329/stat : 29329 (java) S 29309 29314 29205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155576279 937385984 23219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 915416

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

Child status: 143
Real time (s): 1809.37
CPU time (s): 1800.15
CPU user time (s): 1799.83
CPU system time (s): 0.319951
CPU usage (%): 99.4903
Max. virtual memory (cumulated for all children) (KiB): 915416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.319951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23505
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= 37625
involuntary context switches= 45506

runsolver used 1.87671 s user time and 6.11307 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sat Jan  6 08:23:59 UTC 2007


IDJOB= 200012
IDBENCH= 3673
FILE ID= node25/200012-1168071838

PBS_JOBID= 3475963

Free space on /tmp= 66542 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fa8b700eb227110d25204c2018a1ac0d

RANDOM SEED= 388696644

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.279
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.279
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:       1680696 kB
Buffers:         41468 kB
Cached:         214076 kB
SwapCached:          0 kB
Active:          71572 kB
Inactive:       232304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9400 kB
Writeback:           0 kB
Mapped:          67324 kB
Slab:            56412 kB
Committed_AS:  2824728 kB
PageTables:       2144 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= 66545 MiB



End job on node25 on Sat Jan  6 08:54:08 UTC 2007