Trace number 214041

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 1810.07

General information on the benchmark

NamepseudoSeries/par/
par-32-4.xml
MD5SUM9c351985b3c0fab0e0a2671ea674c5f3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables6352
Number of constraints13348
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13348
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.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/214041-1168077580/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.62	     nbVariables=6352  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2
0.62	       =>  wckTime=0.307  cpuTime=0.23  mem=17M615
0.62	   
0.62	   predicates being loaded...
0.62	   
0.62	   constraints being loaded...
2.29	     nbConstraints=13348  nbSingletonDomainVariables=141  nbConvertedConstraints=6188  nbConvertConstraintsChecks=62
2.29	     nbExtensionStructures=5  nbSharedExtensionStructures=6183  nbConflictsStructures=15
2.29	     nbSharedConflictsStructures=13333  nbSharedBinaryRepresentations=13  nbEvaluationManagers=10
2.29	     nbSharedEvaluationManagers=7150  maxDegree=89  maxArity=3
2.29	       =>  wckTime=1.976  cpuTime=1.75  mem=49M359
2.44	   
2.44	   solver IterativeSystematicSolver being built... 
2.96	       =>  wckTime=2.648  cpuTime=2.17  mem=40M825
3.06	   
3.06	   preprocessing
3.06	     nbConstraintChecks=5602  nbValidityChecks=1007  nbPropagations=7645  nbRevisions=6303  nbUselessRevisions=4862
3.06	     nbRemovedValues=1441  detectedInconsistency=no
3.06	       =>  wckTime=0.084  cpuTime=0.06  mem=41M826
3.59	   
3.59	   search
3.59	     run=0  nbConstraintChecks=51638  nbValidityChecks=18156  nbPropagations=24307  nbRevisions=60718
3.59	     nbUselessRevisions=42615  nbAssignments=74  nbFailedAssignments=4  nbBacktracks=14  nbVisitedNodes=83
3.59	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
3.59	       =>  wckTime=0.618  cpuTime=0.56  mem=42M828
4.08	   
4.08	   search
4.08	     run=1  nbConstraintChecks=101240  nbValidityChecks=41983  nbPropagations=65578  nbRevisions=177088
4.08	     nbUselessRevisions=123917  nbAssignments=148  nbFailedAssignments=8  nbBacktracks=30  nbVisitedNodes=165
4.08	     nbRestartNogoods=1  mapSize=14  nbInferences=0  nbTooLargeKeys=0
4.08	       =>  wckTime=1.109  cpuTime=1.03  mem=42M828
4.70	   
4.70	   search
4.70	     run=2  nbConstraintChecks=185510  nbValidityChecks=82028  nbPropagations=135541  nbRevisions=386990
4.70	     nbUselessRevisions=270035  nbAssignments=237  nbFailedAssignments=15  nbBacktracks=52  nbVisitedNodes=268
4.70	     nbRestartNogoods=2  mapSize=25  nbInferences=0  nbTooLargeKeys=0
4.70	       =>  wckTime=1.728  cpuTime=1.64  mem=42M828
5.45	   
5.45	   search
5.45	     run=3  nbConstraintChecks=293969  nbValidityChecks=134776  nbPropagations=242502  nbRevisions=718616
5.45	     nbUselessRevisions=500840  nbAssignments=340  nbFailedAssignments=24  nbBacktracks=92  nbVisitedNodes=389
5.45	     nbRestartNogoods=5  mapSize=41  nbInferences=0  nbTooLargeKeys=0
5.45	       =>  wckTime=2.476  cpuTime=2.39  mem=42M828
6.38	   
6.38	   search
6.38	     run=4  nbConstraintChecks=446864  nbValidityChecks=208474  nbPropagations=401425  nbRevisions=1220087
6.38	     nbUselessRevisions=849451  nbAssignments=463  nbFailedAssignments=37  nbBacktracks=142  nbVisitedNodes=538
6.38	     nbRestartNogoods=7  mapSize=64  nbInferences=0  nbTooLargeKeys=0
6.38	       =>  wckTime=3.41  cpuTime=3.32  mem=42M828
7.57	   
7.57	   search
7.57	     run=5  nbConstraintChecks=666170  nbValidityChecks=314765  nbPropagations=634862  nbRevisions=1965457
7.57	     nbUselessRevisions=1367323  nbAssignments=612  nbFailedAssignments=56  nbBacktracks=218  nbVisitedNodes=725
7.57	     nbRestartNogoods=10  mapSize=100  nbInferences=0  nbTooLargeKeys=0
7.57	       =>  wckTime=4.604  cpuTime=4.51  mem=42M828
9.22	   
9.22	   search
9.22	     run=6  nbConstraintChecks=969544  nbValidityChecks=462742  nbPropagations=970982  nbRevisions=3049441
9.22	     nbUselessRevisions=2120953  nbAssignments=812  nbFailedAssignments=83  nbBacktracks=332  nbVisitedNodes=979
9.22	     nbRestartNogoods=12  mapSize=151  nbInferences=0  nbTooLargeKeys=0
9.22	       =>  wckTime=6.25  cpuTime=6.14  mem=42M828
11.30	   
11.30	   search
11.30	     run=7  nbConstraintChecks=1247348  nbValidityChecks=598692  nbPropagations=1401345  nbRevisions=4444712
11.30	     nbUselessRevisions=3091468  nbAssignments=1071  nbFailedAssignments=108  nbBacktracks=506  nbVisitedNodes=1287
11.30	     nbRestartNogoods=15  mapSize=197  nbInferences=0  nbTooLargeKeys=0
11.30	       =>  wckTime=8.326  cpuTime=8.21  mem=42M828
14.05	   
14.05	   search
14.05	     run=8  nbConstraintChecks=1563812  nbValidityChecks=754983  nbPropagations=1939103  nbRevisions=6196765
14.05	     nbUselessRevisions=4311175  nbAssignments=1423  nbFailedAssignments=136  nbBacktracks=762  nbVisitedNodes=1695
14.05	     nbRestartNogoods=18  mapSize=250  nbInferences=0  nbTooLargeKeys=0
14.05	       =>  wckTime=11.078  cpuTime=10.94  mem=43M830
18.05	   
18.05	   search
18.05	     run=9  nbConstraintChecks=2047655  nbValidityChecks=992852  nbPropagations=2640845  nbRevisions=8491724
18.05	     nbUselessRevisions=5909510  nbAssignments=1922  nbFailedAssignments=180  nbBacktracks=1146  nbVisitedNodes=2280
18.05	     nbRestartNogoods=21  mapSize=331  nbInferences=0  nbTooLargeKeys=0
18.05	       =>  wckTime=15.076  cpuTime=14.9  mem=43M830
23.84	   
23.84	   search
23.84	     run=10  nbConstraintChecks=2719548  nbValidityChecks=1322756  nbPropagations=3569558  nbRevisions=11543576
23.84	     nbUselessRevisions=8037321  nbAssignments=2645  nbFailedAssignments=256  nbBacktracks=1723  nbVisitedNodes=3140
23.84	     nbRestartNogoods=26  mapSize=465  nbInferences=0  nbTooLargeKeys=0
23.84	       =>  wckTime=20.866  cpuTime=20.64  mem=44M831
32.20	   
32.20	   search
32.20	     run=11  nbConstraintChecks=3529309  nbValidityChecks=1727140  nbPropagations=4770595  nbRevisions=15520868
32.20	     nbUselessRevisions=10817515  nbAssignments=3714  nbFailedAssignments=386  nbBacktracks=2590  nbVisitedNodes=4421
32.20	     nbRestartNogoods=29  mapSize=672  nbInferences=0  nbTooLargeKeys=0
32.20	       =>  wckTime=29.232  cpuTime=28.98  mem=44M831
43.96	   
43.96	   search
43.96	     run=12  nbConstraintChecks=4348191  nbValidityChecks=2131547  nbPropagations=6247613  nbRevisions=20425490
43.96	     nbUselessRevisions=14248387  nbAssignments=5211  nbFailedAssignments=497  nbBacktracks=3896  nbVisitedNodes=6115
43.96	     nbRestartNogoods=34  mapSize=864  nbInferences=0  nbTooLargeKeys=0
43.96	       =>  wckTime=40.987  cpuTime=40.68  mem=46M835
54.59	   
54.59	   INFO : Stopping hyperNogood (mapSize=1005, nbTooLargekeys=0, mem=47M836)
56.10	   
56.10	   search
56.10	     run=13  nbConstraintChecks=5070797  nbValidityChecks=2495521  nbPropagations=7967825  nbRevisions=26163413
56.10	     nbUselessRevisions=18268563  nbAssignments=7377  nbFailedAssignments=636  nbBacktracks=5846  nbVisitedNodes=8518
56.10	     nbRestartNogoods=39
56.10	       =>  wckTime=53.132  cpuTime=52.76  mem=47M836
61.80	   
61.80	   search
61.80	     run=14  nbConstraintChecks=5690939  nbValidityChecks=2841329  nbPropagations=9895196  nbRevisions=32673879
61.80	     nbUselessRevisions=22852373  nbAssignments=10617  nbFailedAssignments=863  nbBacktracks=8767  nbVisitedNodes=12175
61.80	     nbRestartNogoods=44
61.80	       =>  wckTime=58.83  cpuTime=58.43  mem=47M836
72.63	   
72.63	   search
72.63	     run=15  nbConstraintChecks=7868619  nbValidityChecks=3998422  nbPropagations=12564987  nbRevisions=41818501
72.63	     nbUselessRevisions=29319237  nbAssignments=15578  nbFailedAssignments=1352  nbBacktracks=13159
72.63	     nbVisitedNodes=18109  nbRestartNogoods=49
72.63	       =>  wckTime=69.659  cpuTime=69.2  mem=47M836
90.18	   
90.18	   search
90.18	     run=16  nbConstraintChecks=12140223  nbValidityChecks=6185133  nbPropagations=16709234  nbRevisions=56002487
90.18	     nbUselessRevisions=39332404  nbAssignments=22877  nbFailedAssignments=1998  nbBacktracks=19733
90.18	     nbVisitedNodes=26752  nbRestartNogoods=52
90.18	       =>  wckTime=87.208  cpuTime=86.61  mem=47M836
125.08	   
125.08	   search
125.08	     run=17  nbConstraintChecks=22768699  nbValidityChecks=11764376  nbPropagations=24448115  nbRevisions=82730495
125.08	     nbUselessRevisions=58200554  nbAssignments=34407  nbFailedAssignments=3575  nbBacktracks=29595
125.08	     nbVisitedNodes=41462  nbRestartNogoods=57
125.08	       =>  wckTime=122.114  cpuTime=121.28  mem=47M836
181.59	   
181.59	   search
181.59	     run=18  nbConstraintChecks=43617931  nbValidityChecks=22034418  nbPropagations=39427820  nbRevisions=133184177
181.59	     nbUselessRevisions=93461608  nbAssignments=50931  nbFailedAssignments=5228  nbBacktracks=44396
181.59	     nbVisitedNodes=61346  nbRestartNogoods=63
181.59	       =>  wckTime=178.623  cpuTime=177.52  mem=47M836
269.86	   
269.86	   search
269.86	     run=19  nbConstraintChecks=77409243  nbValidityChecks=39240678  nbPropagations=65964046  nbRevisions=222808536
269.86	     nbUselessRevisions=156162154  nbAssignments=76114  nbFailedAssignments=8162  nbBacktracks=66594
269.86	     nbVisitedNodes=92403  nbRestartNogoods=68
269.86	       =>  wckTime=266.889  cpuTime=265.31  mem=47M836
369.10	   
369.10	   search
369.10	     run=20  nbConstraintChecks=106538659  nbValidityChecks=55039616  nbPropagations=102336977  nbRevisions=347494861
369.10	     nbUselessRevisions=243879046  nbAssignments=112842  nbFailedAssignments=11574  nbBacktracks=99850
369.10	     nbVisitedNodes=135997  nbRestartNogoods=71
369.10	       =>  wckTime=366.127  cpuTime=364.02  mem=47M836
545.18	   
545.18	   search
545.18	     run=21  nbConstraintChecks=169107331  nbValidityChecks=88116752  nbPropagations=159491445  nbRevisions=545178626
545.18	     nbUselessRevisions=383400034  nbAssignments=168618  nbFailedAssignments=17405  nbBacktracks=149733
545.18	     nbVisitedNodes=203411  nbRestartNogoods=76
545.18	       =>  wckTime=542.207  cpuTime=539.14  mem=47M836
768.98	   
768.98	   search
768.98	     run=22  nbConstraintChecks=237294181  nbValidityChecks=125959448  nbPropagations=238827343  nbRevisions=823625682
768.98	     nbUselessRevisions=581012458  nbAssignments=250536  nbFailedAssignments=24447  nbBacktracks=224553
768.98	     nbVisitedNodes=299548  nbRestartNogoods=80
768.98	       =>  wckTime=766.01  cpuTime=761.71  mem=47M836
1112.69	   
1112.69	   search
1112.69	     run=23  nbConstraintChecks=345308609  nbValidityChecks=183295152  nbPropagations=353661012  nbRevisions=1227435883
1112.69	     nbUselessRevisions=867826121  nbAssignments=373628  nbFailedAssignments=35250  nbBacktracks=336789
1112.69	     nbVisitedNodes=444263  nbRestartNogoods=88
1112.69	       =>  wckTime=1109.715  cpuTime=1103.53  mem=47M836
1649.27	   
1649.27	   search
1649.27	     run=24  nbConstraintChecks=523205489  nbValidityChecks=278274687  nbPropagations=527446614  nbRevisions=1840041608
1649.27	     nbUselessRevisions=1303775834  nbAssignments=557244  nbFailedAssignments=50441  nbBacktracks=505130
1649.27	     nbVisitedNodes=658247  nbRestartNogoods=94
1649.27	       =>  wckTime=1646.297  cpuTime=1637.17  mem=47M836

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node12/watcher-214041-1168077580 -o ROOT/results/node12/solver-214041-1168077580 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/214041-1168077580/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: 2.00 2.00 1.94 4/93 21268
/proc/meminfo: memFree=1587288/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=47892 CPUtime=0
/proc/21267/stat : 21267 (java) D 21265 21267 21200 0 -1 0 1219 0 1 0 0 0 0 0 17 0 1 0 156153041 49041408 968 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/21267/statm: 11973 968 766 14 0 1707 0

[startup+0.103786 s]
/proc/loadavg: 2.00 2.00 1.94 4/93 21268
/proc/meminfo: memFree=1587288/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=914988 CPUtime=0.08
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 2996 0 1 0 7 1 0 0 17 0 8 0 156153041 936947712 2742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072934642 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21267/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511859 s]
/proc/loadavg: 2.00 2.00 1.94 4/93 21268
/proc/meminfo: memFree=1587288/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915328 CPUtime=0.49
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 6546 0 1 0 45 4 0 0 18 0 8 0 156153041 937295872 6285 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072924627 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21267/statm: 228832 6285 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34102 s]
/proc/loadavg: 2.00 2.00 1.94 3/100 21275
/proc/meminfo: memFree=1524768/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915644 CPUtime=1.31
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 17998 0 1 0 117 14 0 0 25 0 8 0 156153041 937619456 17736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21267/statm: 228911 17736 2178 14 0 215381 0
[pid=21267/tid=21269] ppid=21265 vsize=915644 CPUtime=0.05
/proc/21267/task/21269/stat : 21269 (java) S 21265 21267 21200 0 -1 64 1384 0 0 0 5 0 0 0 17 0 8 0 156153045 937619456 17736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21270] ppid=21265 vsize=915644 CPUtime=0
/proc/21267/task/21270/stat : 21270 (java) S 21265 21267 21200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156153046 937619456 17736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21271] ppid=21265 vsize=915644 CPUtime=0
/proc/21267/task/21271/stat : 21271 (java) S 21265 21267 21200 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156153046 937619456 17736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21272] ppid=21265 vsize=915644 CPUtime=0
/proc/21267/task/21272/stat : 21272 (java) S 21265 21267 21200 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156153049 937619456 17736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21273] ppid=21265 vsize=915644 CPUtime=0.17
/proc/21267/task/21273/stat : 21273 (java) S 21265 21267 21200 0 -1 64 423 0 0 0 17 0 0 0 16 0 8 0 156153049 937619456 17736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21274] ppid=21265 vsize=915644 CPUtime=0
/proc/21267/task/21274/stat : 21274 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156153049 937619456 17736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21275] ppid=21265 vsize=915644 CPUtime=0
/proc/21267/task/21275/stat : 21275 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156153049 937619456 17736 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915644

[startup+2.9783 s]
/proc/loadavg: 2.00 2.00 1.94 3/100 21275
/proc/meminfo: memFree=1524512/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915740 CPUtime=2.93
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 21595 0 1 0 228 65 0 0 25 0 8 0 156153041 937717760 21330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072925704 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21267/statm: 228935 21330 2524 14 0 215405 0
[pid=21267/tid=21269] ppid=21265 vsize=915740 CPUtime=0.22
/proc/21267/task/21269/stat : 21269 (java) S 21265 21267 21200 0 -1 64 4523 0 0 0 21 1 0 0 16 0 8 0 156153045 937717760 21330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21270] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21270/stat : 21270 (java) S 21265 21267 21200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21271] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21271/stat : 21271 (java) S 21265 21267 21200 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21272] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21272/stat : 21272 (java) S 21265 21267 21200 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156153049 937717760 21330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21273] ppid=21265 vsize=915740 CPUtime=0.27
/proc/21267/task/21273/stat : 21273 (java) S 21265 21267 21200 0 -1 64 477 0 0 0 26 1 0 0 15 0 8 0 156153049 937717760 21330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21274] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21274/stat : 21274 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156153049 937717760 21330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21275] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21275/stat : 21275 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156153049 937717760 21330 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915740

[startup+6.17988 s]
/proc/loadavg: 2.08 2.02 1.94 3/100 21275
/proc/meminfo: memFree=1511392/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915740 CPUtime=6.1
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 21634 0 1 0 545 65 0 0 25 0 8 0 156153041 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074144419 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21267/statm: 228935 21367 2529 14 0 215405 0
[pid=21267/tid=21269] ppid=21265 vsize=915740 CPUtime=0.22
/proc/21267/task/21269/stat : 21269 (java) S 21265 21267 21200 0 -1 64 4524 0 0 0 21 1 0 0 16 0 8 0 156153045 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21270] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21270/stat : 21270 (java) S 21265 21267 21200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21271] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21271/stat : 21271 (java) S 21265 21267 21200 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21272] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21272/stat : 21272 (java) S 21265 21267 21200 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156153049 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21273] ppid=21265 vsize=915740 CPUtime=0.33
/proc/21267/task/21273/stat : 21273 (java) S 21265 21267 21200 0 -1 64 505 0 0 0 31 2 0 0 16 0 8 0 156153049 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21274] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21274/stat : 21274 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156153049 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21275] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21275/stat : 21275 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156153049 937717760 21367 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 915740

[startup+12.6641 s]
/proc/loadavg: 2.07 2.02 1.94 3/100 21275
/proc/meminfo: memFree=1511336/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915740 CPUtime=12.55
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 21638 0 1 0 1190 65 0 0 25 0 8 0 156153041 937717760 21370 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074148111 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21267/statm: 228935 21370 2529 14 0 215405 0
[pid=21267/tid=21269] ppid=21265 vsize=915740 CPUtime=0.22
/proc/21267/task/21269/stat : 21269 (java) S 21265 21267 21200 0 -1 64 4524 0 0 0 21 1 0 0 16 0 8 0 156153045 937717760 21370 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21270] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21270/stat : 21270 (java) S 21265 21267 21200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21370 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21271] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21271/stat : 21271 (java) S 21265 21267 21200 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21370 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21272] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21272/stat : 21272 (java) S 21265 21267 21200 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156153049 937717760 21370 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21273] ppid=21265 vsize=915740 CPUtime=0.34
/proc/21267/task/21273/stat : 21273 (java) S 21265 21267 21200 0 -1 64 508 0 0 0 32 2 0 0 15 0 8 0 156153049 937717760 21370 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21274] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21274/stat : 21274 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156153049 937717760 21370 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21275] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21275/stat : 21275 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156153049 937717760 21370 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 915740

[startup+25.5304 s]
/proc/loadavg: 2.06 2.01 1.94 3/100 21275
/proc/meminfo: memFree=1511464/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915740 CPUtime=25.36
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 21657 0 1 0 2470 66 0 0 25 0 8 0 156153041 937717760 21383 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074080218 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21267/statm: 228935 21383 2529 14 0 215405 0
[pid=21267/tid=21269] ppid=21265 vsize=915740 CPUtime=0.22
/proc/21267/task/21269/stat : 21269 (java) S 21265 21267 21200 0 -1 64 4524 0 0 0 21 1 0 0 17 0 8 0 156153045 937717760 21383 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21270] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21270/stat : 21270 (java) S 21265 21267 21200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21383 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21271] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21271/stat : 21271 (java) S 21265 21267 21200 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21383 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21272] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21272/stat : 21272 (java) S 21265 21267 21200 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156153049 937717760 21383 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21273] ppid=21265 vsize=915740 CPUtime=0.36
/proc/21267/task/21273/stat : 21273 (java) S 21265 21267 21200 0 -1 64 522 0 0 0 34 2 0 0 17 0 8 0 156153049 937717760 21383 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21274] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21274/stat : 21274 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156153049 937717760 21383 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21275] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21275/stat : 21275 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156153049 937717760 21383 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915740

[startup+51.162 s]
/proc/loadavg: 2.04 2.01 1.94 3/100 21275
/proc/meminfo: memFree=1511464/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915740 CPUtime=50.86
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 21659 0 1 0 5020 66 0 0 25 0 8 0 156153041 937717760 21384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074071565 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21267/statm: 228935 21384 2529 14 0 215405 0
[pid=21267/tid=21269] ppid=21265 vsize=915740 CPUtime=0.22
/proc/21267/task/21269/stat : 21269 (java) S 21265 21267 21200 0 -1 64 4524 0 0 0 21 1 0 0 16 0 8 0 156153045 937717760 21384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21270] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21270/stat : 21270 (java) S 21265 21267 21200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21271] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21271/stat : 21271 (java) S 21265 21267 21200 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21272] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21272/stat : 21272 (java) S 21265 21267 21200 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156153049 937717760 21384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21273] ppid=21265 vsize=915740 CPUtime=0.37
/proc/21267/task/21273/stat : 21273 (java) S 21265 21267 21200 0 -1 64 523 0 0 0 35 2 0 0 16 0 8 0 156153049 937717760 21384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21274] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21274/stat : 21274 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156153049 937717760 21384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21275] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21275/stat : 21275 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156153049 937717760 21384 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 915740

[startup+102.433 s]
/proc/loadavg: 2.01 2.01 1.94 3/106 21359
/proc/meminfo: memFree=1510240/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915740 CPUtime=101.8
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 21662 0 1 0 10114 66 0 0 25 0 8 0 156153041 937717760 21385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073845110 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21267/statm: 228935 21385 2529 14 0 215405 0
[pid=21267/tid=21269] ppid=21265 vsize=915740 CPUtime=0.22
/proc/21267/task/21269/stat : 21269 (java) S 21265 21267 21200 0 -1 64 4524 0 0 0 21 1 0 0 16 0 8 0 156153045 937717760 21385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21270] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21270/stat : 21270 (java) S 21265 21267 21200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21271] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21271/stat : 21271 (java) S 21265 21267 21200 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21272] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21272/stat : 21272 (java) S 21265 21267 21200 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156153049 937717760 21385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21273] ppid=21265 vsize=915740 CPUtime=0.37
/proc/21267/task/21273/stat : 21273 (java) S 21265 21267 21200 0 -1 64 524 0 0 0 35 2 0 0 17 0 8 0 156153049 937717760 21385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21274] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21274/stat : 21274 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156153049 937717760 21385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21275] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21275/stat : 21275 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156153049 937717760 21385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 915740

[startup+162.468 s]
/proc/loadavg: 2.04 2.02 1.95 3/106 21445
/proc/meminfo: memFree=1510192/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915740 CPUtime=161.48
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 21662 0 1 0 16081 67 0 0 25 0 8 0 156153041 937717760 21385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074095075 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1416.43
Current children cumulated vsize (KiB) 915740

[startup+1484.36 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 21789
/proc/meminfo: memFree=1439848/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915740 CPUtime=1476.17
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 21664 0 1 0 147542 75 0 0 25 0 8 0 156153041 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074083833 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21267/statm: 228935 21386 2529 14 0 215405 0
[pid=21267/tid=21269] ppid=21265 vsize=915740 CPUtime=0.22
/proc/21267/task/21269/stat : 21269 (java) S 21265 21267 21200 0 -1 64 4524 0 0 0 21 1 0 0 16 0 8 0 156153045 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21267/tid=21270] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21270/stat : 21270 (java) S 21265 21267 21200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21271] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21271/stat : 21271 (java) S 21265 21267 21200 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21272] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21272/stat : 21272 (java) S 21265 21267 21200 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21273] ppid=21265 vsize=915740 CPUtime=0.37
/proc/21267/task/21273/stat : 21273 (java) S 21265 21267 21200 0 -1 64 525 0 0 0 35 2 0 0 16 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21267/tid=21274] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21274/stat : 21274 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21275] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21275/stat : 21275 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.17
Current children cumulated vsize (KiB) 915740

[startup+1544.45 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 21789
/proc/meminfo: memFree=1439848/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915740 CPUtime=1535.94
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 21664 0 1 0 153519 75 0 0 25 0 8 0 156153041 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074169480 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21267/statm: 228935 21386 2529 14 0 215405 0
[pid=21267/tid=21269] ppid=21265 vsize=915740 CPUtime=0.22
/proc/21267/task/21269/stat : 21269 (java) S 21265 21267 21200 0 -1 64 4524 0 0 0 21 1 0 0 16 0 8 0 156153045 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21267/tid=21270] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21270/stat : 21270 (java) S 21265 21267 21200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21271] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21271/stat : 21271 (java) S 21265 21267 21200 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21272] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21272/stat : 21272 (java) S 21265 21267 21200 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21273] ppid=21265 vsize=915740 CPUtime=0.37
/proc/21267/task/21273/stat : 21273 (java) S 21265 21267 21200 0 -1 64 525 0 0 0 35 2 0 0 16 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21267/tid=21274] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21274/stat : 21274 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21275] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21275/stat : 21275 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.94
Current children cumulated vsize (KiB) 915740

[startup+1604.54 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 21789
/proc/meminfo: memFree=1439784/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915740 CPUtime=1595.72
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 21664 0 1 0 159496 76 0 0 25 0 8 0 156153041 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074095091 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21267/statm: 228935 21386 2529 14 0 215405 0
[pid=21267/tid=21269] ppid=21265 vsize=915740 CPUtime=0.22
/proc/21267/task/21269/stat : 21269 (java) S 21265 21267 21200 0 -1 64 4524 0 0 0 21 1 0 0 16 0 8 0 156153045 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21267/tid=21270] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21270/stat : 21270 (java) S 21265 21267 21200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21271] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21271/stat : 21271 (java) S 21265 21267 21200 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21272] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21272/stat : 21272 (java) S 21265 21267 21200 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21273] ppid=21265 vsize=915740 CPUtime=0.37
/proc/21267/task/21273/stat : 21273 (java) S 21265 21267 21200 0 -1 64 525 0 0 0 35 2 0 0 16 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21267/tid=21274] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21274/stat : 21274 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21275] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21275/stat : 21275 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.72
Current children cumulated vsize (KiB) 915740

[startup+1664.64 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 21789
/proc/meminfo: memFree=1439784/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915740 CPUtime=1655.46
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 21664 0 1 0 165470 76 0 0 25 0 8 0 156153041 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074108275 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21267/statm: 228935 21386 2529 14 0 215405 0
[pid=21267/tid=21269] ppid=21265 vsize=915740 CPUtime=0.22
/proc/21267/task/21269/stat : 21269 (java) S 21265 21267 21200 0 -1 64 4524 0 0 0 21 1 0 0 16 0 8 0 156153045 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21267/tid=21270] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21270/stat : 21270 (java) S 21265 21267 21200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21271] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21271/stat : 21271 (java) S 21265 21267 21200 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21272] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21272/stat : 21272 (java) S 21265 21267 21200 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21273] ppid=21265 vsize=915740 CPUtime=0.37
/proc/21267/task/21273/stat : 21273 (java) S 21265 21267 21200 0 -1 64 525 0 0 0 35 2 0 0 16 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21267/tid=21274] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21274/stat : 21274 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21275] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21275/stat : 21275 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.46
Current children cumulated vsize (KiB) 915740

[startup+1724.73 s]
/proc/loadavg: 2.27 2.06 1.95 3/100 21789
/proc/meminfo: memFree=1439720/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915740 CPUtime=1715.23
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 21664 0 1 0 171447 76 0 0 25 0 8 0 156153041 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074071714 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21267/statm: 228935 21386 2529 14 0 215405 0
[pid=21267/tid=21269] ppid=21265 vsize=915740 CPUtime=0.22
/proc/21267/task/21269/stat : 21269 (java) S 21265 21267 21200 0 -1 64 4524 0 0 0 21 1 0 0 16 0 8 0 156153045 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21267/tid=21270] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21270/stat : 21270 (java) S 21265 21267 21200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21271] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21271/stat : 21271 (java) S 21265 21267 21200 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21272] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21272/stat : 21272 (java) S 21265 21267 21200 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21273] ppid=21265 vsize=915740 CPUtime=0.37
/proc/21267/task/21273/stat : 21273 (java) S 21265 21267 21200 0 -1 64 525 0 0 0 35 2 0 0 16 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21267/tid=21274] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21274/stat : 21274 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21275] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21275/stat : 21275 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.23
Current children cumulated vsize (KiB) 915740

[startup+1784.82 s]
/proc/loadavg: 2.18 2.08 1.97 3/100 21789
/proc/meminfo: memFree=1439656/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915740 CPUtime=1775
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 21664 0 1 0 177424 76 0 0 25 0 8 0 156153041 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074124989 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21267/statm: 228935 21386 2529 14 0 215405 0
[pid=21267/tid=21269] ppid=21265 vsize=915740 CPUtime=0.22
/proc/21267/task/21269/stat : 21269 (java) S 21265 21267 21200 0 -1 64 4524 0 0 0 21 1 0 0 16 0 8 0 156153045 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21267/tid=21270] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21270/stat : 21270 (java) S 21265 21267 21200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21271] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21271/stat : 21271 (java) S 21265 21267 21200 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21272] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21272/stat : 21272 (java) S 21265 21267 21200 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21273] ppid=21265 vsize=915740 CPUtime=0.37
/proc/21267/task/21273/stat : 21273 (java) S 21265 21267 21200 0 -1 64 525 0 0 0 35 2 0 0 16 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21267/tid=21274] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21274/stat : 21274 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21275] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21275/stat : 21275 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775
Current children cumulated vsize (KiB) 915740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.03 s]
/proc/loadavg: 2.12 2.07 1.97 3/100 21789
/proc/meminfo: memFree=1439656/2055920 swapFree=4160348/4192956
[pid=21267] ppid=21265 vsize=915740 CPUtime=1800.06
/proc/21267/stat : 21267 (java) R 21265 21267 21200 0 -1 0 21664 0 1 0 179930 76 0 0 25 0 8 0 156153041 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074103702 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21267/statm: 228935 21386 2529 14 0 215405 0
[pid=21267/tid=21269] ppid=21265 vsize=915740 CPUtime=0.22
/proc/21267/task/21269/stat : 21269 (java) S 21265 21267 21200 0 -1 64 4524 0 0 0 21 1 0 0 16 0 8 0 156153045 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21267/tid=21270] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21270/stat : 21270 (java) S 21265 21267 21200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21271] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21271/stat : 21271 (java) S 21265 21267 21200 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156153046 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21272] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21272/stat : 21272 (java) S 21265 21267 21200 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21273] ppid=21265 vsize=915740 CPUtime=0.37
/proc/21267/task/21273/stat : 21273 (java) S 21265 21267 21200 0 -1 64 525 0 0 0 35 2 0 0 16 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21267/tid=21274] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21274/stat : 21274 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21267/tid=21275] ppid=21265 vsize=915740 CPUtime=0
/proc/21267/task/21275/stat : 21275 (java) S 21265 21267 21200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156153049 937717760 21386 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915740

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

Child status: 143
Real time (s): 1810.07
CPU time (s): 1800.1
CPU user time (s): 1799.32
CPU system time (s): 0.78288
CPU usage (%): 99.4493
Max. virtual memory (cumulated for all children) (KiB): 915772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 0.78288
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21680
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= 38248
involuntary context switches= 41467

runsolver used 2.39064 s user time and 5.61115 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Jan  6 09:59:40 UTC 2007


IDJOB= 214041
IDBENCH= 4894
FILE ID= node12/214041-1168077580

PBS_JOBID= 3475821

Free space on /tmp= 66314 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/par/par-32-4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/214041-1168077580/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-214041-1168077580 -o ROOT/results/node12/solver-214041-1168077580 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/214041-1168077580/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9c351985b3c0fab0e0a2671ea674c5f3

RANDOM SEED= 532976279

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1587704 kB
Buffers:         32840 kB
Cached:         256440 kB
SwapCached:       4684 kB
Active:         158584 kB
Inactive:       228664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587704 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            3764 kB
Writeback:           0 kB
Mapped:         117732 kB
Slab:            65812 kB
Committed_AS:  4747184 kB
PageTables:       2256 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= 66311 MiB



End job on node12 on Sat Jan  6 10:29:50 UTC 2007