Trace number 203067

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.1 1802.89

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-47_ext.xml
MD5SUMf55d1fc709c25ef8511b332342ca7e42
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/203067-1168072816/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.41	       =>  wckTime=0.098  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
1.54	   
1.54	   constraints being loaded...
2.28	     nbConstraints=92  nbRelationTypes=93  nbMergedConstraints=1  nbExtensionStructures=92
2.28	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.28	     nbSharedBinaryRepresentations=0  maxDegree=17  maxArity=3
2.28	       =>  wckTime=1.973  cpuTime=1.59  mem=58M53
2.44	   
2.44	   solver IterativeSystematicSolver being built... 
2.60	       =>  wckTime=2.293  cpuTime=1.72  mem=65M858
2.61	   
2.61	   preprocessing
2.61	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.61	     detectedInconsistency=no
2.61	       =>  wckTime=0.0040  cpuTime=0.0  mem=65M858
2.76	   
2.76	   search
2.76	     run=0  nbConstraintChecks=47157  nbValidityChecks=89842  nbPropagations=465  nbRevisions=5009
2.76	     nbUselessRevisions=3908  nbAssignments=34  nbFailedAssignments=15  nbBacktracks=10  nbVisitedNodes=57
2.76	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
2.76	       =>  wckTime=0.153  cpuTime=0.12  mem=65M858
2.91	   
2.91	   search
2.91	     run=1  nbConstraintChecks=123049  nbValidityChecks=238193  nbPropagations=1579  nbRevisions=18179
2.91	     nbUselessRevisions=14311  nbAssignments=86  nbFailedAssignments=41  nbBacktracks=25  nbVisitedNodes=145
2.91	     nbRestartNogoods=4  mapSize=21  nbInferences=0  nbTooLargeKeys=0
2.91	       =>  wckTime=0.301  cpuTime=0.26  mem=65M858
3.03	   
3.03	   search
3.03	     run=2  nbConstraintChecks=186056  nbValidityChecks=361953  nbPropagations=3225  nbRevisions=38343
3.03	     nbUselessRevisions=30457  nbAssignments=135  nbFailedAssignments=60  nbBacktracks=47  nbVisitedNodes=224
3.03	     nbRestartNogoods=16  mapSize=37  nbInferences=0  nbTooLargeKeys=0
3.03	       =>  wckTime=0.422  cpuTime=0.37  mem=65M858
3.30	   
3.30	   search
3.30	     run=3  nbConstraintChecks=349294  nbValidityChecks=686139  nbPropagations=6208  nbRevisions=76365
3.30	     nbUselessRevisions=60783  nbAssignments=230  nbFailedAssignments=115  nbBacktracks=80  nbVisitedNodes=400
3.30	     nbRestartNogoods=21  mapSize=68  nbInferences=0  nbTooLargeKeys=0
3.30	       =>  wckTime=0.695  cpuTime=0.64  mem=65M858
3.50	   
3.50	   search
3.50	     run=4  nbConstraintChecks=460474  nbValidityChecks=909363  nbPropagations=10336  nbRevisions=128573
3.50	     nbUselessRevisions=102598  nbAssignments=326  nbFailedAssignments=151  nbBacktracks=130  nbVisitedNodes=559
3.50	     nbRestartNogoods=27  mapSize=109  nbInferences=0  nbTooLargeKeys=0
3.50	       =>  wckTime=0.89  cpuTime=0.83  mem=65M858
3.86	   
3.86	   search
3.86	     run=5  nbConstraintChecks=662528  nbValidityChecks=1345572  nbPropagations=17196  nbRevisions=212458
3.86	     nbUselessRevisions=169400  nbAssignments=518  nbFailedAssignments=261  nbBacktracks=205  nbVisitedNodes=911
3.86	     nbRestartNogoods=33  mapSize=179  nbInferences=0  nbTooLargeKeys=0
3.86	       =>  wckTime=1.259  cpuTime=1.19  mem=65M858
4.47	   
4.47	   search
4.47	     run=6  nbConstraintChecks=1032966  nbValidityChecks=2088747  nbPropagations=27784  nbRevisions=343691
4.47	     nbUselessRevisions=273651  nbAssignments=798  nbFailedAssignments=421  nbBacktracks=318  nbVisitedNodes=1424
4.47	     nbRestartNogoods=39  mapSize=279  nbInferences=0  nbTooLargeKeys=0
4.47	       =>  wckTime=1.869  cpuTime=1.8  mem=65M858
5.30	   
5.30	   search
5.30	     run=7  nbConstraintChecks=1520149  nbValidityChecks=3093433  nbPropagations=43425  nbRevisions=535965
5.30	     nbUselessRevisions=426199  nbAssignments=1220  nbFailedAssignments=665  nbBacktracks=488  nbVisitedNodes=2193
5.30	     nbRestartNogoods=44  mapSize=425  nbInferences=0  nbTooLargeKeys=0
5.30	       =>  wckTime=2.695  cpuTime=2.61  mem=65M858
6.19	   
6.19	   search
6.19	     run=8  nbConstraintChecks=2031133  nbValidityChecks=4135058  nbPropagations=64582  nbRevisions=797485
6.19	     nbUselessRevisions=634030  nbAssignments=1691  nbFailedAssignments=871  nbBacktracks=744  nbVisitedNodes=2999
6.19	     nbRestartNogoods=49  mapSize=618  nbInferences=0  nbTooLargeKeys=0
6.19	       =>  wckTime=3.588  cpuTime=3.48  mem=65M858
8.19	   
8.19	   search
8.19	     run=9  nbConstraintChecks=3254759  nbValidityChecks=6684281  nbPropagations=99559  nbRevisions=1228227
8.19	     nbUselessRevisions=974553  nbAssignments=2725  nbFailedAssignments=1513  nbBacktracks=1128  nbVisitedNodes=4932
8.19	     nbRestartNogoods=59  mapSize=973  nbInferences=0  nbTooLargeKeys=0
8.19	       =>  wckTime=5.585  cpuTime=5.46  mem=66M849
8.56	   
8.56	   INFO : Stopping hyperNogood (mapSize=1033, nbTooLargekeys=0, mem=66M849)
11.20	   
11.20	   search
11.20	     run=10  nbConstraintChecks=5102687  nbValidityChecks=10525454  nbPropagations=154247  nbRevisions=1891165
11.20	     nbUselessRevisions=1497371  nbAssignments=4203  nbFailedAssignments=2407  nbBacktracks=1704  nbVisitedNodes=7692
11.20	     nbRestartNogoods=70
11.20	       =>  wckTime=8.598  cpuTime=8.45  mem=66M849
14.23	   
14.23	   search
14.23	     run=11  nbConstraintChecks=6978506  nbValidityChecks=14353971  nbPropagations=229551  nbRevisions=2811138
14.23	     nbUselessRevisions=2225570  nbAssignments=5879  nbFailedAssignments=3208  nbBacktracks=2572  nbVisitedNodes=10629
14.23	     nbRestartNogoods=85
14.23	       =>  wckTime=11.625  cpuTime=11.46  mem=66M849
19.59	   
19.59	   search
19.59	     run=12  nbConstraintChecks=10351182  nbValidityChecks=21174557  nbPropagations=340733  nbRevisions=4169021
19.59	     nbUselessRevisions=3299531  nbAssignments=8606  nbFailedAssignments=4632  nbBacktracks=3869  nbVisitedNodes=15535
19.59	     nbRestartNogoods=98
19.59	       =>  wckTime=16.984  cpuTime=16.8  mem=66M849
28.35	   
28.35	   search
28.35	     run=13  nbConstraintChecks=15833363  nbValidityChecks=32316038  nbPropagations=504424  nbRevisions=6196602
28.35	     nbUselessRevisions=4908257  nbAssignments=12939  nbFailedAssignments=7009  nbBacktracks=5819  nbVisitedNodes=23390
28.35	     nbRestartNogoods=109
28.35	       =>  wckTime=25.744  cpuTime=25.51  mem=66M849
42.63	   
42.63	   search
42.63	     run=14  nbConstraintChecks=24891050  nbValidityChecks=50313671  nbPropagations=745588  nbRevisions=9237703
42.63	     nbUselessRevisions=7328035  nbAssignments=19430  nbFailedAssignments=10575  nbBacktracks=8739  nbVisitedNodes=35216
42.63	     nbRestartNogoods=116
42.63	       =>  wckTime=40.024  cpuTime=39.72  mem=66M849
58.21	   
58.21	   search
58.21	     run=15  nbConstraintChecks=34552464  nbValidityChecks=70097953  nbPropagations=1101071  nbRevisions=13624109
58.21	     nbUselessRevisions=10812090  nbAssignments=28199  nbFailedAssignments=14959  nbBacktracks=13117
58.21	     nbVisitedNodes=50774  nbRestartNogoods=118
58.21	       =>  wckTime=55.604  cpuTime=55.23  mem=66M849
86.66	   
86.66	   search
86.66	     run=16  nbConstraintChecks=52002240  nbValidityChecks=106081857  nbPropagations=1637812  nbRevisions=20312164
86.66	     nbUselessRevisions=16126468  nbAssignments=42188  nbFailedAssignments=22372  nbBacktracks=19687
86.66	     nbVisitedNodes=75863  nbRestartNogoods=125
86.66	       =>  wckTime=84.052  cpuTime=83.54  mem=66M849
136.95	   
136.96	   search
136.96	     run=17  nbConstraintChecks=83866491  nbValidityChecks=171764046  nbPropagations=2511632  nbRevisions=31229716
136.96	     nbUselessRevisions=24783868  nbAssignments=66726  nbFailedAssignments=37048  nbBacktracks=29540
136.96	     nbVisitedNodes=121765  nbRestartNogoods=143
136.96	       =>  wckTime=134.351  cpuTime=133.61  mem=66M849
208.61	   
208.61	   search
208.61	     run=18  nbConstraintChecks=129482096  nbValidityChecks=266866264  nbPropagations=3896646  nbRevisions=48182619
208.61	     nbUselessRevisions=38156069  nbAssignments=104584  nbFailedAssignments=60120  nbBacktracks=44318
208.61	     nbVisitedNodes=192430  nbRestartNogoods=151
208.61	       =>  wckTime=206.001  cpuTime=205.2  mem=66M849
314.63	   
314.63	   search
314.63	     run=19  nbConstraintChecks=199233902  nbValidityChecks=410958010  nbPropagations=6032197  nbRevisions=74582075
314.63	     nbUselessRevisions=58984906  nbAssignments=160287  nbFailedAssignments=93650  nbBacktracks=66486
314.63	     nbVisitedNodes=296022  nbRestartNogoods=165
314.63	       =>  wckTime=312.03  cpuTime=311.14  mem=66M849
463.36	   
463.36	   search
463.36	     run=20  nbConstraintChecks=293895420  nbValidityChecks=604870925  nbPropagations=9171674  nbRevisions=113376515
463.36	     nbUselessRevisions=89689700  nbAssignments=234900  nbFailedAssignments=135004  nbBacktracks=99738
463.36	     nbVisitedNodes=432468  nbRestartNogoods=180
463.36	       =>  wckTime=460.759  cpuTime=459.71  mem=66M849
699.27	   
699.27	   search
699.27	     run=21  nbConstraintChecks=446474220  nbValidityChecks=919730694  nbPropagations=13854478  nbRevisions=171148808
699.27	     nbUselessRevisions=135437020  nbAssignments=348373  nbFailedAssignments=198593  nbBacktracks=149616
699.27	     nbVisitedNodes=641592  nbRestartNogoods=196
699.27	       =>  wckTime=696.666  cpuTime=695.4  mem=66M849
970.20	   
970.20	   search
970.20	     run=22  nbConstraintChecks=619965619  nbValidityChecks=1273893871  nbPropagations=20443046  nbRevisions=252020492
970.20	     nbUselessRevisions=199533137  nbAssignments=496065  nbFailedAssignments=271460  nbBacktracks=224434
970.20	     nbVisitedNodes=903472  nbRestartNogoods=211
970.20	       =>  wckTime=967.592  cpuTime=966.07  mem=66M849
1467.03	   
1467.03	   search
1467.03	     run=23  nbConstraintChecks=940578265  nbValidityChecks=1943628947  nbPropagations=30548236  nbRevisions=374820777
1467.03	     nbUselessRevisions=296539939  nbAssignments=760886  nbFailedAssignments=424044  nbBacktracks=336661
1467.03	     nbVisitedNodes=1391065  nbRestartNogoods=228
1467.03	       =>  wckTime=1464.421  cpuTime=1462.41  mem=66M849

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/node55/watcher-203067-1168072816 -o ROOT/results/node55/solver-203067-1168072816 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/203067-1168072816/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.89 1.48 1.18 4/80 11019
/proc/meminfo: memFree=1275304/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=11820 CPUtime=0
/proc/11018/stat : 11018 (java) D 11016 11018 10846 0 -1 0 760 0 1 0 0 0 0 0 16 0 1 0 155679904 12103680 510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 6849316 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/11018/statm: 2955 510 421 14 0 1602 0

[startup+0.103631 s]
/proc/loadavg: 1.89 1.48 1.18 4/80 11019
/proc/meminfo: memFree=1275304/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=914988 CPUtime=0.08
/proc/11018/stat : 11018 (java) S 11016 11018 10846 0 -1 0 2997 0 1 0 7 1 0 0 18 0 8 0 155679904 936947712 2743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11018/statm: 228747 2743 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51167 s]
/proc/loadavg: 1.89 1.48 1.18 4/80 11019
/proc/meminfo: memFree=1275304/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915328 CPUtime=0.49
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 7731 0 1 0 45 4 0 0 18 0 8 0 155679904 937295872 7470 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073560957 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11018/statm: 228832 7470 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33375 s]
/proc/loadavg: 1.89 1.48 1.18 3/87 11026
/proc/meminfo: memFree=1208232/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915328 CPUtime=1.31
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 19100 0 1 0 121 10 0 0 25 0 8 0 155679904 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445396 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11018/statm: 228832 18838 2149 14 0 215302 0
[pid=11018/tid=11020] ppid=11016 vsize=915328 CPUtime=0.05
/proc/11018/task/11020/stat : 11020 (java) S 11016 11018 10846 0 -1 64 2681 0 0 0 5 0 0 0 17 0 8 0 155679908 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11021] ppid=11016 vsize=915328 CPUtime=0
/proc/11018/task/11021/stat : 11021 (java) S 11016 11018 10846 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155679909 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11022] ppid=11016 vsize=915328 CPUtime=0
/proc/11018/task/11022/stat : 11022 (java) S 11016 11018 10846 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155679909 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11023] ppid=11016 vsize=915328 CPUtime=0
/proc/11018/task/11023/stat : 11023 (java) S 11016 11018 10846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155679912 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11024] ppid=11016 vsize=915328 CPUtime=0.07
/proc/11018/task/11024/stat : 11024 (java) S 11016 11018 10846 0 -1 64 309 0 0 0 7 0 0 0 16 0 8 0 155679912 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11025] ppid=11016 vsize=915328 CPUtime=0
/proc/11018/task/11025/stat : 11025 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155679912 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11026] ppid=11016 vsize=915328 CPUtime=0
/proc/11018/task/11026/stat : 11026 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155679912 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915328

[startup+2.98691 s]
/proc/loadavg: 1.89 1.48 1.18 3/87 11026
/proc/meminfo: memFree=1167208/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915440 CPUtime=2.95
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 32561 0 1 0 278 17 0 0 25 0 8 0 155679904 937410560 32295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11018/statm: 228860 32295 2521 14 0 215330 0
[pid=11018/tid=11020] ppid=11016 vsize=915440 CPUtime=0.44
/proc/11018/task/11020/stat : 11020 (java) S 11016 11018 10846 0 -1 64 15583 0 0 0 38 6 0 0 16 0 8 0 155679908 937410560 32295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11021] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11021/stat : 11021 (java) S 11016 11018 10846 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11022] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11022/stat : 11022 (java) S 11016 11018 10846 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11023] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11023/stat : 11023 (java) S 11016 11018 10846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155679912 937410560 32295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11024] ppid=11016 vsize=915440 CPUtime=0.2
/proc/11018/task/11024/stat : 11024 (java) S 11016 11018 10846 0 -1 64 379 0 0 0 20 0 0 0 15 0 8 0 155679912 937410560 32295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11025] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11025/stat : 11025 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155679912 937410560 32295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11026] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11026/stat : 11026 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155679912 937410560 32295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915440

[startup+6.28323 s]
/proc/loadavg: 1.90 1.49 1.19 3/87 11026
/proc/meminfo: memFree=1155624/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915440 CPUtime=6.23
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 32581 0 1 0 606 17 0 0 25 0 8 0 155679904 937410560 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812008 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11018/statm: 228860 32312 2521 14 0 215330 0
[pid=11018/tid=11020] ppid=11016 vsize=915440 CPUtime=0.44
/proc/11018/task/11020/stat : 11020 (java) S 11016 11018 10846 0 -1 64 15583 0 0 0 38 6 0 0 17 0 8 0 155679908 937410560 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11021] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11021/stat : 11021 (java) S 11016 11018 10846 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11022] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11022/stat : 11022 (java) S 11016 11018 10846 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11023] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11023/stat : 11023 (java) S 11016 11018 10846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155679912 937410560 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11024] ppid=11016 vsize=915440 CPUtime=0.25
/proc/11018/task/11024/stat : 11024 (java) S 11016 11018 10846 0 -1 64 398 0 0 0 24 1 0 0 15 0 8 0 155679912 937410560 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11025] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11025/stat : 11025 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155679912 937410560 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11026] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11026/stat : 11026 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155679912 937410560 32312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915440

[startup+12.7739 s]
/proc/loadavg: 1.91 1.50 1.19 3/87 11026
/proc/meminfo: memFree=1155696/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915440 CPUtime=12.68
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 32588 0 1 0 1251 17 0 0 25 0 8 0 155679904 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480084 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11018/statm: 228860 32317 2521 14 0 215330 0
[pid=11018/tid=11020] ppid=11016 vsize=915440 CPUtime=0.44
/proc/11018/task/11020/stat : 11020 (java) S 11016 11018 10846 0 -1 64 15583 0 0 0 38 6 0 0 16 0 8 0 155679908 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11021] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11021/stat : 11021 (java) S 11016 11018 10846 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11022] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11022/stat : 11022 (java) S 11016 11018 10846 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11023] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11023/stat : 11023 (java) S 11016 11018 10846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11024] ppid=11016 vsize=915440 CPUtime=0.26
/proc/11018/task/11024/stat : 11024 (java) S 11016 11018 10846 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11025] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11025/stat : 11025 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11026] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11026/stat : 11026 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915440

[startup+25.6231 s]
/proc/loadavg: 1.93 1.52 1.20 3/87 11026
/proc/meminfo: memFree=1155824/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915440 CPUtime=25.47
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 32588 0 1 0 2530 17 0 0 25 0 8 0 155679904 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11018/statm: 228860 32317 2521 14 0 215330 0
[pid=11018/tid=11020] ppid=11016 vsize=915440 CPUtime=0.44
/proc/11018/task/11020/stat : 11020 (java) S 11016 11018 10846 0 -1 64 15583 0 0 0 38 6 0 0 16 0 8 0 155679908 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11021] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11021/stat : 11021 (java) S 11016 11018 10846 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11022] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11022/stat : 11022 (java) S 11016 11018 10846 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11023] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11023/stat : 11023 (java) S 11016 11018 10846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11024] ppid=11016 vsize=915440 CPUtime=0.26
/proc/11018/task/11024/stat : 11024 (java) S 11016 11018 10846 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11025] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11025/stat : 11025 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11026] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11026/stat : 11026 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 915440

[startup+51.2546 s]
/proc/loadavg: 1.95 1.56 1.22 3/87 11026
/proc/meminfo: memFree=1155760/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915440 CPUtime=50.98
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 32588 0 1 0 5081 17 0 0 25 0 8 0 155679904 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803522 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11018/statm: 228860 32317 2521 14 0 215330 0
[pid=11018/tid=11020] ppid=11016 vsize=915440 CPUtime=0.44
/proc/11018/task/11020/stat : 11020 (java) S 11016 11018 10846 0 -1 64 15583 0 0 0 38 6 0 0 16 0 8 0 155679908 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11021] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11021/stat : 11021 (java) S 11016 11018 10846 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11022] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11022/stat : 11022 (java) S 11016 11018 10846 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11023] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11023/stat : 11023 (java) S 11016 11018 10846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11024] ppid=11016 vsize=915440 CPUtime=0.26
/proc/11018/task/11024/stat : 11024 (java) S 11016 11018 10846 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11025] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11025/stat : 11025 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11026] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11026/stat : 11026 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 915440

[startup+102.511 s]
/proc/loadavg: 2.05 1.64 1.27 3/87 11026
/proc/meminfo: memFree=1155824/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915440 CPUtime=101.99
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 32588 0 1 0 10182 17 0 0 25 0 8 0 155679904 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665396 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11018/statm: 228860 32317 2521 14 0 215330 0
[pid=11018/tid=11020] ppid=11016 vsize=915440 CPUtime=0.44
/proc/11018/task/11020/stat : 11020 (java) S 11016 11018 10846 0 -1 64 15583 0 0 0 38 6 0 0 16 0 8 0 155679908 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11021] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11021/stat : 11021 (java) S 11016 11018 10846 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11022] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11022/stat : 11022 (java) S 11016 11018 10846 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11023] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11023/stat : 11023 (java) S 11016 11018 10846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11024] ppid=11016 vsize=915440 CPUtime=0.26
/proc/11018/task/11024/stat : 11024 (java) S 11016 11018 10846 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11025] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11025/stat : 11025 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11026] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11026/stat : 11026 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155679912 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 915440

[startup+162.512 s]
/proc/loadavg: 2.06 1.72 1.32 3/87 11082
/proc/meminfo: memFree=1048424/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915440 CPUtime=161.82
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 32588 0 1 0 16160 22 0 0 25 0 8 0 155679904 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073861104 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1420.93
Current children cumulated vsize (KiB) 915440

[startup+1482.91 s]
/proc/loadavg: 2.03 2.01 1.82 3/87 11280
/proc/meminfo: memFree=1048040/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915440 CPUtime=1480.95
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 32590 0 1 0 148052 43 0 0 25 0 8 0 155679904 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665396 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11018/statm: 228860 32318 2521 14 0 215330 0
[pid=11018/tid=11020] ppid=11016 vsize=915440 CPUtime=0.44
/proc/11018/task/11020/stat : 11020 (java) S 11016 11018 10846 0 -1 64 15583 0 0 0 38 6 0 0 16 0 8 0 155679908 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11018/tid=11021] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11021/stat : 11021 (java) S 11016 11018 10846 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11022] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11022/stat : 11022 (java) S 11016 11018 10846 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11023] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11023/stat : 11023 (java) S 11016 11018 10846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11024] ppid=11016 vsize=915440 CPUtime=0.26
/proc/11018/task/11024/stat : 11024 (java) S 11016 11018 10846 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11018/tid=11025] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11025/stat : 11025 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11026] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11026/stat : 11026 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.95
Current children cumulated vsize (KiB) 915440

[startup+1542.92 s]
/proc/loadavg: 2.01 2.01 1.82 3/87 11280
/proc/meminfo: memFree=1048040/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915440 CPUtime=1540.89
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 32590 0 1 0 154046 43 0 0 25 0 8 0 155679904 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11018/statm: 228860 32318 2521 14 0 215330 0
[pid=11018/tid=11020] ppid=11016 vsize=915440 CPUtime=0.44
/proc/11018/task/11020/stat : 11020 (java) S 11016 11018 10846 0 -1 64 15583 0 0 0 38 6 0 0 16 0 8 0 155679908 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11018/tid=11021] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11021/stat : 11021 (java) S 11016 11018 10846 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11022] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11022/stat : 11022 (java) S 11016 11018 10846 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11023] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11023/stat : 11023 (java) S 11016 11018 10846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11024] ppid=11016 vsize=915440 CPUtime=0.26
/proc/11018/task/11024/stat : 11024 (java) S 11016 11018 10846 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11018/tid=11025] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11025/stat : 11025 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11026] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11026/stat : 11026 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.89
Current children cumulated vsize (KiB) 915440

[startup+1602.93 s]
/proc/loadavg: 2.00 2.00 1.83 3/87 11280
/proc/meminfo: memFree=1048040/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915440 CPUtime=1600.86
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 32590 0 1 0 160043 43 0 0 25 0 8 0 155679904 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629997 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11018/statm: 228860 32318 2521 14 0 215330 0
[pid=11018/tid=11020] ppid=11016 vsize=915440 CPUtime=0.44
/proc/11018/task/11020/stat : 11020 (java) S 11016 11018 10846 0 -1 64 15583 0 0 0 38 6 0 0 16 0 8 0 155679908 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11018/tid=11021] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11021/stat : 11021 (java) S 11016 11018 10846 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11022] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11022/stat : 11022 (java) S 11016 11018 10846 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11023] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11023/stat : 11023 (java) S 11016 11018 10846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11024] ppid=11016 vsize=915440 CPUtime=0.26
/proc/11018/task/11024/stat : 11024 (java) S 11016 11018 10846 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11018/tid=11025] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11025/stat : 11025 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11026] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11026/stat : 11026 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.86
Current children cumulated vsize (KiB) 915440

[startup+1662.99 s]
/proc/loadavg: 2.00 2.00 1.84 4/87 11280
/proc/meminfo: memFree=1048104/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915440 CPUtime=1660.86
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 32590 0 1 0 166043 43 0 0 25 0 8 0 155679904 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629916 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11018/statm: 228860 32318 2521 14 0 215330 0
[pid=11018/tid=11020] ppid=11016 vsize=915440 CPUtime=0.44
/proc/11018/task/11020/stat : 11020 (java) S 11016 11018 10846 0 -1 64 15583 0 0 0 38 6 0 0 16 0 8 0 155679908 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11018/tid=11021] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11021/stat : 11021 (java) S 11016 11018 10846 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11022] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11022/stat : 11022 (java) S 11016 11018 10846 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11023] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11023/stat : 11023 (java) S 11016 11018 10846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11024] ppid=11016 vsize=915440 CPUtime=0.26
/proc/11018/task/11024/stat : 11024 (java) S 11016 11018 10846 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11018/tid=11025] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11025/stat : 11025 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11026] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11026/stat : 11026 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.86
Current children cumulated vsize (KiB) 915440

[startup+1723.04 s]
/proc/loadavg: 2.00 2.00 1.84 3/87 11280
/proc/meminfo: memFree=1048104/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915440 CPUtime=1720.66
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 32590 0 1 0 172022 44 0 0 25 0 8 0 155679904 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11018/statm: 228860 32318 2521 14 0 215330 0
[pid=11018/tid=11020] ppid=11016 vsize=915440 CPUtime=0.44
/proc/11018/task/11020/stat : 11020 (java) S 11016 11018 10846 0 -1 64 15583 0 0 0 38 6 0 0 16 0 8 0 155679908 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11018/tid=11021] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11021/stat : 11021 (java) S 11016 11018 10846 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11022] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11022/stat : 11022 (java) S 11016 11018 10846 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11023] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11023/stat : 11023 (java) S 11016 11018 10846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11024] ppid=11016 vsize=915440 CPUtime=0.26
/proc/11018/task/11024/stat : 11024 (java) S 11016 11018 10846 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11018/tid=11025] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11025/stat : 11025 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11026] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11026/stat : 11026 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.66
Current children cumulated vsize (KiB) 915440

[startup+1783.05 s]
/proc/loadavg: 2.00 2.00 1.85 3/87 11280
/proc/meminfo: memFree=1048104/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915440 CPUtime=1780.37
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 32590 0 1 0 177993 44 0 0 25 0 8 0 155679904 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665396 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11018/statm: 228860 32318 2521 14 0 215330 0
[pid=11018/tid=11020] ppid=11016 vsize=915440 CPUtime=0.44
/proc/11018/task/11020/stat : 11020 (java) S 11016 11018 10846 0 -1 64 15583 0 0 0 38 6 0 0 16 0 8 0 155679908 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11018/tid=11021] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11021/stat : 11021 (java) S 11016 11018 10846 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11022] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11022/stat : 11022 (java) S 11016 11018 10846 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11023] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11023/stat : 11023 (java) S 11016 11018 10846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11024] ppid=11016 vsize=915440 CPUtime=0.26
/proc/11018/task/11024/stat : 11024 (java) S 11016 11018 10846 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11018/tid=11025] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11025/stat : 11025 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11026] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11026/stat : 11026 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.37
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.81 s]
/proc/loadavg: 2.00 2.00 1.85 3/87 11280
/proc/meminfo: memFree=1048104/2055920 swapFree=4192812/4192956
[pid=11018] ppid=11016 vsize=915440 CPUtime=1800.02
/proc/11018/stat : 11018 (java) R 11016 11018 10846 0 -1 0 32590 0 1 0 179958 44 0 0 25 0 8 0 155679904 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805495 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11018/statm: 228860 32318 2521 14 0 215330 0
[pid=11018/tid=11020] ppid=11016 vsize=915440 CPUtime=0.44
/proc/11018/task/11020/stat : 11020 (java) S 11016 11018 10846 0 -1 64 15583 0 0 0 38 6 0 0 16 0 8 0 155679908 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11018/tid=11021] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11021/stat : 11021 (java) S 11016 11018 10846 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11022] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11022/stat : 11022 (java) S 11016 11018 10846 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155679909 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11023] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11023/stat : 11023 (java) S 11016 11018 10846 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11024] ppid=11016 vsize=915440 CPUtime=0.26
/proc/11018/task/11024/stat : 11024 (java) S 11016 11018 10846 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11018/tid=11025] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11025/stat : 11025 (java) S 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11018/tid=11026] ppid=11016 vsize=915440 CPUtime=0
/proc/11018/task/11026/stat : 11026 (java) R 11016 11018 10846 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155679912 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915440

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

Child status: 143
Real time (s): 1802.89
CPU time (s): 1800.1
CPU user time (s): 1799.64
CPU system time (s): 0.467928
CPU usage (%): 99.8452
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.467928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32606
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= 37626
involuntary context switches= 43295

runsolver used 2.41563 s user time and 5.60915 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sat Jan  6 08:40:16 UTC 2007


IDJOB= 203067
IDBENCH= 3908
FILE ID= node55/203067-1168072816

PBS_JOBID= 3475985

Free space on /tmp= 66537 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f55d1fc709c25ef8511b332342ca7e42

RANDOM SEED= 17168661

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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
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:       1275784 kB
Buffers:         54924 kB
Cached:         597468 kB
SwapCached:          0 kB
Active:         138728 kB
Inactive:       558016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1275784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7504 kB
Writeback:           0 kB
Mapped:          64532 kB
Slab:            68824 kB
Committed_AS:  3785128 kB
PageTables:       1828 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= 66531 MiB



End job on node55 on Sat Jan  6 09:10:19 UTC 2007