Trace number 221233

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 ESAC? (TO) 1800.11 1811

General information on the benchmark

NamequeenAttacking/
queenAttacking-10.xml
MD5SUMaa5341730e8cf150addd79e0150f2d6f
Bench Category2-ARY-INT (binary 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 variables101
Number of constraints4975
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4975
Global constraints used (with number of constraints)

Solver Data (download as text)

0.40	   
0.40	Abscon 109 (November, 2006)
0.40	   
0.40	   configuration
0.40	     name=esac.xml
0.43	   
0.43	   instance
0.43	     name=/tmp/evaluation/221233-1168256777/unknown.xml
0.47	   
0.47	   domains being loaded...
0.47	   
0.47	   variables being loaded...
0.52	     nbVariables=101  nbDomainTypes=2  minDomainSize=15  maxDomainSize=100
0.52	       =>  wckTime=0.116  cpuTime=0.09  mem=7M862
0.52	   
0.52	   predicates being loaded...
0.53	   
0.53	   constraints being loaded...
1.33	     nbConstraints=4975  nbConvertedConstraints=4975  nbConvertConstraintsChecks=21500  nbExtensionStructures=3
1.33	     nbSharedExtensionStructures=4972  nbConflictsStructures=3  nbSharedConflictsStructures=4972
1.33	     nbSharedBinaryRepresentations=233  maxDegree=100  maxArity=2
1.33	       =>  wckTime=0.925  cpuTime=0.75  mem=29M349
1.40	   
1.40	   solver IterativeSystematicSolver being built... 
1.57	       =>  wckTime=1.173  cpuTime=0.9  mem=16M829
1.90	   
1.90	   preprocessing
1.90	     nbConstraintChecks=984079  nbPropagations=6510  nbRevisions=25995  nbUselessRevisions=17977  nbSingletonTests=138
1.90	     nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=250  detectedInconsistency=no
1.90	       =>  wckTime=0.316  cpuTime=0.29  mem=16M829
2.03	   
2.03	   search
2.03	     run=0  nbConstraintChecks=206502  nbPropagations=7781  nbRevisions=32497  nbUselessRevisions=21744
2.03	     nbAssignments=31  nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=50  nbRestartNogoods=0  mapSize=10
2.03	     nbInferences=0  nbTooLargeKeys=0
2.03	       =>  wckTime=0.447  cpuTime=0.41  mem=16M829
2.11	   
2.11	   search
2.11	     run=1  nbConstraintChecks=478602  nbPropagations=17436  nbRevisions=73327  nbUselessRevisions=48065
2.11	     nbAssignments=68  nbFailedAssignments=24  nbBacktracks=26  nbVisitedNodes=109  nbRestartNogoods=1  mapSize=22
2.11	     nbInferences=0  nbTooLargeKeys=0
2.11	       =>  wckTime=0.533  cpuTime=0.5  mem=16M829
2.20	   
2.20	   search
2.20	     run=2  nbConstraintChecks=804714  nbPropagations=28995  nbRevisions=124903  nbUselessRevisions=80537
2.20	     nbAssignments=120  nbFailedAssignments=44  nbBacktracks=50  nbVisitedNodes=195  nbRestartNogoods=3  mapSize=43
2.20	     nbInferences=0  nbTooLargeKeys=0
2.20	       =>  wckTime=0.617  cpuTime=0.58  mem=16M829
2.31	   
2.31	   search
2.31	     run=3  nbConstraintChecks=1177586  nbPropagations=43140  nbRevisions=190340  nbUselessRevisions=121261
2.31	     nbAssignments=191  nbFailedAssignments=71  nbBacktracks=83  nbVisitedNodes=311  nbRestartNogoods=4  mapSize=74
2.31	     nbInferences=0  nbTooLargeKeys=0
2.31	       =>  wckTime=0.735  cpuTime=0.69  mem=16M829
2.49	   
2.49	   search
2.49	     run=4  nbConstraintChecks=1782997  nbPropagations=61438  nbRevisions=277193  nbUselessRevisions=174068
2.49	     nbAssignments=289  nbFailedAssignments=108  nbBacktracks=133  nbVisitedNodes=475  nbRestartNogoods=6  mapSize=113
2.49	     nbInferences=0  nbTooLargeKeys=0
2.49	       =>  wckTime=0.914  cpuTime=0.87  mem=17M803
2.76	   
2.76	   search
2.76	     run=5  nbConstraintChecks=2626099  nbPropagations=85932  nbRevisions=395578  nbUselessRevisions=244740
2.76	     nbAssignments=428  nbFailedAssignments=161  nbBacktracks=208  nbVisitedNodes=709  nbRestartNogoods=11  mapSize=175
2.76	     nbInferences=0  nbTooLargeKeys=0
2.76	       =>  wckTime=1.181  cpuTime=1.13  mem=17M803
2.95	   
2.95	   search
2.95	     run=6  nbConstraintChecks=3382811  nbPropagations=115389  nbRevisions=555112  nbUselessRevisions=340701
2.95	     nbAssignments=662  nbFailedAssignments=229  nbBacktracks=324  nbVisitedNodes=1045  nbRestartNogoods=15  mapSize=243
2.95	     nbInferences=1  nbTooLargeKeys=0
2.95	       =>  wckTime=1.373  cpuTime=1.32  mem=17M803
3.45	   
3.45	   search
3.45	     run=7  nbConstraintChecks=5355546  nbPropagations=158215  nbRevisions=791965  nbUselessRevisions=485878
3.45	     nbAssignments=1144  nbFailedAssignments=326  nbBacktracks=498  nbVisitedNodes=1523  nbRestartNogoods=19
3.45	     mapSize=335  nbInferences=7  nbTooLargeKeys=0
3.45	       =>  wckTime=1.871  cpuTime=1.81  mem=17M803
3.81	   
3.81	   search
3.81	     run=8  nbConstraintChecks=6543237  nbPropagations=210985  nbRevisions=1102876  nbUselessRevisions=677542
3.81	     nbAssignments=1613  nbFailedAssignments=491  nbBacktracks=756  nbVisitedNodes=2260  nbRestartNogoods=23
3.81	     mapSize=513  nbInferences=7  nbTooLargeKeys=0
3.81	       =>  wckTime=2.229  cpuTime=2.16  mem=17M803
4.40	   
4.40	   search
4.40	     run=9  nbConstraintChecks=8806318  nbPropagations=280632  nbRevisions=1557003  nbUselessRevisions=958588
4.40	     nbAssignments=2344  nbFailedAssignments=790  nbBacktracks=1140  nbVisitedNodes=3431  nbRestartNogoods=27
4.40	     mapSize=747  nbInferences=7  nbTooLargeKeys=0
4.40	       =>  wckTime=2.819  cpuTime=2.74  mem=18M777
5.42	   
5.42	   search
5.42	     run=10  nbConstraintChecks=12669165  nbPropagations=377634  nbRevisions=2215643  nbUselessRevisions=1365730
5.42	     nbAssignments=3473  nbFailedAssignments=1303  nbBacktracks=1717  nbVisitedNodes=5282  nbRestartNogoods=33
5.42	     mapSize=1103  nbInferences=7  nbTooLargeKeys=0
5.43	       =>  wckTime=3.846  cpuTime=3.74  mem=18M777
6.26	   
6.26	   INFO : Stopping hyperNogood (mapSize=1418, nbTooLargekeys=0, mem=19M750)
6.46	   
6.46	   search
6.46	     run=11  nbConstraintChecks=16592423  nbPropagations=503753  nbRevisions=3131062  nbUselessRevisions=1936060
6.46	     nbAssignments=4899  nbFailedAssignments=1810  nbBacktracks=2595  nbVisitedNodes=7489  nbRestartNogoods=40
6.46	       =>  wckTime=4.878  cpuTime=4.77  mem=19M750
8.85	   
8.85	   search
8.85	     run=12  nbConstraintChecks=25602492  nbPropagations=694385  nbRevisions=4558562  nbUselessRevisions=2831339
8.86	     nbAssignments=7404  nbFailedAssignments=2950  nbBacktracks=3895  nbVisitedNodes=11592  nbRestartNogoods=46
8.86	       =>  wckTime=7.277  cpuTime=7.15  mem=19M750
12.76	   
12.76	   search
12.76	     run=13  nbConstraintChecks=39673738  nbPropagations=990900  nbRevisions=6836540  nbUselessRevisions=4299566
12.76	     nbAssignments=11271  nbFailedAssignments=4844  nbBacktracks=5841  nbVisitedNodes=18205  nbRestartNogoods=50
12.76	       =>  wckTime=11.181  cpuTime=11.04  mem=19M750
17.25	   
17.25	   search
17.25	     run=14  nbConstraintChecks=56289488  nbPropagations=1408811  nbRevisions=10296949  nbUselessRevisions=6594764
17.25	     nbAssignments=15891  nbFailedAssignments=6477  nbBacktracks=8760  nbVisitedNodes=25549  nbRestartNogoods=66
17.25	       =>  wckTime=15.67  cpuTime=15.5  mem=19M750
26.14	   
26.14	   search
26.14	     run=15  nbConstraintChecks=95390690  nbPropagations=2066246  nbRevisions=16267974  nbUselessRevisions=10607312
26.14	     nbAssignments=24628  nbFailedAssignments=10705  nbBacktracks=13138  nbVisitedNodes=40463  nbRestartNogoods=75
26.14	       =>  wckTime=24.56  cpuTime=24.35  mem=19M750
34.40	   
34.40	   search
34.40	     run=16  nbConstraintChecks=130607322  nbPropagations=2954529  nbRevisions=25296572  nbUselessRevisions=16932250
34.40	     nbAssignments=36089  nbFailedAssignments=15497  nbBacktracks=19706  nbVisitedNodes=59117  nbRestartNogoods=87
34.40	       =>  wckTime=32.819  cpuTime=32.57  mem=19M750
50.31	   
50.31	   search
50.31	     run=17  nbConstraintChecks=200177542  nbPropagations=4273048  nbRevisions=39861478  nbUselessRevisions=27445687
50.31	     nbAssignments=55293  nbFailedAssignments=24702  nbBacktracks=29559  nbVisitedNodes=91552  nbRestartNogoods=96
50.31	       =>  wckTime=48.727  cpuTime=48.4  mem=19M750
78.78	   
78.78	   search
78.78	     run=18  nbConstraintChecks=330709564  nbPropagations=6367252  nbRevisions=62687841  nbUselessRevisions=43602481
78.78	     nbAssignments=83075  nbFailedAssignments=37567  nbBacktracks=44338  nbVisitedNodes=138862  nbRestartNogoods=105
78.78	       =>  wckTime=77.205  cpuTime=76.74  mem=19M750
118.10	   
118.10	   search
118.10	     run=19  nbConstraintChecks=482825535  nbPropagations=9483485  nbRevisions=96999183  nbUselessRevisions=68084022
118.10	     nbAssignments=125270  nbFailedAssignments=57493  nbBacktracks=66506  nbVisitedNodes=210127  nbRestartNogoods=119
118.10	       =>  wckTime=116.523  cpuTime=115.87  mem=19M750
163.69	   
163.69	   search
163.69	     run=20  nbConstraintChecks=668108323  nbPropagations=13852790  nbRevisions=145939836  nbUselessRevisions=103917777
163.69	     nbAssignments=183350  nbFailedAssignments=82213  nbBacktracks=99760  nbVisitedNodes=308329  nbRestartNogoods=135
163.69	       =>  wckTime=162.111  cpuTime=161.1  mem=19M750
234.34	   
234.34	   search
234.34	     run=21  nbConstraintChecks=934073794  nbPropagations=20063404  nbRevisions=217067861  nbUselessRevisions=157144738
234.34	     nbAssignments=270332  nbFailedAssignments=119295  nbBacktracks=149641  nbVisitedNodes=454530  nbRestartNogoods=158
234.34	       =>  wckTime=232.764  cpuTime=230.7  mem=19M750
371.69	   
371.69	   search
371.69	     run=22  nbConstraintChecks=1514547937  nbPropagations=29869978  nbRevisions=325945247  nbUselessRevisions=238734007
371.69	     nbAssignments=419821  nbFailedAssignments=193927  nbBacktracks=224460  nbVisitedNodes=721809  nbRestartNogoods=176
371.69	       =>  wckTime=370.113  cpuTime=366.81  mem=19M750
467.22	   
467.22	   search
467.22	     run=23  nbConstraintChecks=1819914892  nbPropagations=42333003  nbRevisions=484748048  nbUselessRevisions=363151697
467.22	     nbAssignments=577113  nbFailedAssignments=238921  nbBacktracks=336687  nbVisitedNodes=960449  nbRestartNogoods=200
467.22	       =>  wckTime=465.642  cpuTime=461.89  mem=19M750
681.09	   
681.09	   search
681.09	     run=24  nbConstraintChecks=2644965126  nbPropagations=60761728  nbRevisions=727713873  nbUselessRevisions=555448152
681.09	     nbAssignments=894805  nbFailedAssignments=388183  nbBacktracks=505031  nbVisitedNodes=1491803  nbRestartNogoods=217
681.09	       =>  wckTime=679.507  cpuTime=674.74  mem=19M750
1092.40	   
1092.40	   search
1092.40	     run=25  nbConstraintChecks=4473494332  nbPropagations=90444827  nbRevisions=1102358731
1092.40	     nbUselessRevisions=848841092  nbAssignments=1396275  nbFailedAssignments=636950  nbBacktracks=757543
1092.40	     nbVisitedNodes=2372193  nbRestartNogoods=239
1092.40	       =>  wckTime=1090.818  cpuTime=1083.87  mem=19M750
1673.13	   
1673.13	   search
1673.13	     run=26  nbConstraintChecks=7066224116  nbPropagations=136185157  nbRevisions=1705089342
1673.13	     nbUselessRevisions=1320059023  nbAssignments=2120493  nbFailedAssignments=982334  nbBacktracks=1136310
1673.13	     nbVisitedNodes=3603144  nbRestartNogoods=273
1673.13	       =>  wckTime=1671.551  cpuTime=1661.43  mem=19M750

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/node45/watcher-221233-1168256777 -o ROOT/results/node45/solver-221233-1168256777 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/221233-1168256777/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.09 0.70 0.84 4/75 14785
/proc/meminfo: memFree=1766952/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=18540 CPUtime=0
/proc/14784/stat : 14784 (runsolver) R 14782 14784 13999 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 174076668 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14784/statm: 4635 279 244 17 0 2626 0

[startup+0.102638 s]
/proc/loadavg: 1.09 0.70 0.84 4/75 14785
/proc/meminfo: memFree=1766952/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=47976 CPUtime=0
/proc/14784/stat : 14784 (java) D 14782 14784 13999 0 -1 0 1223 0 1 0 0 0 0 0 17 0 1 0 174076668 49127424 972 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/14784/statm: 11994 972 769 14 0 1707 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47976

[startup+0.510713 s]
/proc/loadavg: 1.09 0.70 0.84 4/75 14785
/proc/meminfo: memFree=1766952/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915328 CPUtime=0.4
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 6127 0 1 0 36 4 0 0 18 0 8 0 174076668 937295872 5866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072941832 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14784/statm: 228832 5866 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 915328

[startup+1.33186 s]
/proc/loadavg: 1.09 0.70 0.84 3/82 14792
/proc/meminfo: memFree=1732784/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915632 CPUtime=1.21
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 11726 0 1 0 92 29 0 0 24 0 8 0 174076668 937607168 11464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072932911 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14784/statm: 228908 11464 2177 14 0 215378 0
[pid=14784/tid=14786] ppid=14782 vsize=915632 CPUtime=0
/proc/14784/task/14786/stat : 14786 (java) S 14782 14784 13999 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 174076680 937607168 11464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14787] ppid=14782 vsize=915632 CPUtime=0
/proc/14784/task/14787/stat : 14787 (java) S 14782 14784 13999 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 174076681 937607168 11464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14788] ppid=14782 vsize=915632 CPUtime=0
/proc/14784/task/14788/stat : 14788 (java) S 14782 14784 13999 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 174076681 937607168 11464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14789] ppid=14782 vsize=915632 CPUtime=0
/proc/14784/task/14789/stat : 14789 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174076684 937607168 11464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14790] ppid=14782 vsize=915632 CPUtime=0.19
/proc/14784/task/14790/stat : 14790 (java) S 14782 14784 13999 0 -1 64 434 0 0 0 19 0 0 0 16 0 8 0 174076684 937607168 11464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14791] ppid=14782 vsize=915632 CPUtime=0
/proc/14784/task/14791/stat : 14791 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174076684 937607168 11464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14792] ppid=14782 vsize=915632 CPUtime=0
/proc/14784/task/14792/stat : 14792 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174076684 937607168 11464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 915632

[startup+2.97316 s]
/proc/loadavg: 1.16 0.72 0.84 3/82 14792
/proc/meminfo: memFree=1725936/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915764 CPUtime=2.84
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 12960 0 1 0 253 31 0 0 25 0 8 0 174076668 937742336 12696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073994742 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14784/statm: 228941 12696 2541 14 0 215411 0
[pid=14784/tid=14786] ppid=14782 vsize=915764 CPUtime=0.06
/proc/14784/task/14786/stat : 14786 (java) S 14782 14784 13999 0 -1 64 746 0 0 0 6 0 0 0 17 0 8 0 174076680 937742336 12696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14787] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14787/stat : 14787 (java) S 14782 14784 13999 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14788] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14788/stat : 14788 (java) S 14782 14784 13999 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14789] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14789/stat : 14789 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174076684 937742336 12696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14790] ppid=14782 vsize=915764 CPUtime=0.27
/proc/14784/task/14790/stat : 14790 (java) S 14782 14784 13999 0 -1 64 483 0 0 0 26 1 0 0 15 0 8 0 174076684 937742336 12696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14791] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14791/stat : 14791 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174076684 937742336 12696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14792] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14792/stat : 14792 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174076684 937742336 12696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 915764

[startup+6.27376 s]
/proc/loadavg: 1.16 0.72 0.84 3/82 14792
/proc/meminfo: memFree=1725936/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915764 CPUtime=6.13
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 12979 0 1 0 582 31 0 0 25 0 8 0 174076668 937742336 12712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073982298 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14784/statm: 228941 12712 2541 14 0 215411 0
[pid=14784/tid=14786] ppid=14782 vsize=915764 CPUtime=0.06
/proc/14784/task/14786/stat : 14786 (java) S 14782 14784 13999 0 -1 64 746 0 0 0 6 0 0 0 17 0 8 0 174076680 937742336 12712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14787] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14787/stat : 14787 (java) S 14782 14784 13999 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14788] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14788/stat : 14788 (java) S 14782 14784 13999 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14789] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14789/stat : 14789 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174076684 937742336 12712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14790] ppid=14782 vsize=915764 CPUtime=0.31
/proc/14784/task/14790/stat : 14790 (java) S 14782 14784 13999 0 -1 64 500 0 0 0 30 1 0 0 16 0 8 0 174076684 937742336 12712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14791] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14791/stat : 14791 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174076684 937742336 12712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14792] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14792/stat : 14792 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174076684 937742336 12712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 915764

[startup+12.7539 s]
/proc/loadavg: 1.29 0.76 0.85 3/82 14792
/proc/meminfo: memFree=1725808/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915764 CPUtime=12.57
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 12982 0 1 0 1226 31 0 0 25 0 8 0 174076668 937742336 12713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073982513 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14784/statm: 228941 12713 2541 14 0 215411 0
[pid=14784/tid=14786] ppid=14782 vsize=915764 CPUtime=0.06
/proc/14784/task/14786/stat : 14786 (java) S 14782 14784 13999 0 -1 64 746 0 0 0 6 0 0 0 16 0 8 0 174076680 937742336 12713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14787] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14787/stat : 14787 (java) S 14782 14784 13999 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14788] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14788/stat : 14788 (java) S 14782 14784 13999 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14789] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14789/stat : 14789 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174076684 937742336 12713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14790] ppid=14782 vsize=915764 CPUtime=0.31
/proc/14784/task/14790/stat : 14790 (java) S 14782 14784 13999 0 -1 64 501 0 0 0 30 1 0 0 15 0 8 0 174076684 937742336 12713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14791] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14791/stat : 14791 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174076684 937742336 12713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14792] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14792/stat : 14792 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174076684 937742336 12713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 915764

[startup+25.6293 s]
/proc/loadavg: 1.40 0.80 0.87 3/82 14792
/proc/meminfo: memFree=1725872/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915764 CPUtime=25.39
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 12984 0 1 0 2508 31 0 0 25 0 8 0 174076668 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073980463 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14784/statm: 228941 12714 2541 14 0 215411 0
[pid=14784/tid=14786] ppid=14782 vsize=915764 CPUtime=0.06
/proc/14784/task/14786/stat : 14786 (java) S 14782 14784 13999 0 -1 64 746 0 0 0 6 0 0 0 16 0 8 0 174076680 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14787] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14787/stat : 14787 (java) S 14782 14784 13999 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14788] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14788/stat : 14788 (java) S 14782 14784 13999 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14789] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14789/stat : 14789 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174076684 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14790] ppid=14782 vsize=915764 CPUtime=0.32
/proc/14784/task/14790/stat : 14790 (java) S 14782 14784 13999 0 -1 64 502 0 0 0 31 1 0 0 16 0 8 0 174076684 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14791] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14791/stat : 14791 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174076684 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14792] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14792/stat : 14792 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174076684 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 915764

[startup+51.2579 s]
/proc/loadavg: 1.60 0.89 0.89 3/82 14792
/proc/meminfo: memFree=1725936/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915764 CPUtime=50.89
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 12985 0 1 0 5058 31 0 0 25 0 8 0 174076668 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14784/statm: 228941 12714 2541 14 0 215411 0
[pid=14784/tid=14786] ppid=14782 vsize=915764 CPUtime=0.06
/proc/14784/task/14786/stat : 14786 (java) S 14782 14784 13999 0 -1 64 746 0 0 0 6 0 0 0 16 0 8 0 174076680 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14787] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14787/stat : 14787 (java) S 14782 14784 13999 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14788] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14788/stat : 14788 (java) S 14782 14784 13999 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14789] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14789/stat : 14789 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174076684 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14790] ppid=14782 vsize=915764 CPUtime=0.32
/proc/14784/task/14790/stat : 14790 (java) S 14782 14784 13999 0 -1 64 502 0 0 0 31 1 0 0 16 0 8 0 174076684 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14791] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14791/stat : 14791 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174076684 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14792] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14792/stat : 14792 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174076684 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 915764

[startup+102.507 s]
/proc/loadavg: 1.91 1.09 0.96 3/82 14792
/proc/meminfo: memFree=1725936/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915764 CPUtime=101.9
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 12985 0 1 0 10159 31 0 0 25 0 8 0 174076668 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074060525 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14784/statm: 228941 12714 2541 14 0 215411 0
[pid=14784/tid=14786] ppid=14782 vsize=915764 CPUtime=0.06
/proc/14784/task/14786/stat : 14786 (java) S 14782 14784 13999 0 -1 64 746 0 0 0 6 0 0 0 16 0 8 0 174076680 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14787] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14787/stat : 14787 (java) S 14782 14784 13999 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14788] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14788/stat : 14788 (java) S 14782 14784 13999 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14789] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14789/stat : 14789 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174076684 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14790] ppid=14782 vsize=915764 CPUtime=0.32
/proc/14784/task/14790/stat : 14790 (java) S 14782 14784 13999 0 -1 64 502 0 0 0 31 1 0 0 16 0 8 0 174076684 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14791] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14791/stat : 14791 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174076684 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14792] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14792/stat : 14792 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174076684 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 915764

[startup+162.605 s]
/proc/loadavg: 2.07 1.29 1.03 3/91 14846
/proc/meminfo: memFree=1257200/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915764 CPUtime=161.57
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 12985 0 1 0 16125 32 0 0 25 0 8 0 174076668 937742336 12714 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073981511 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1415.04
Current children cumulated vsize (KiB) 915764

[startup+1483.91 s]
/proc/loadavg: 2.04 2.01 1.75 3/81 15119
/proc/meminfo: memFree=1384640/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915764 CPUtime=1474.8
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 12986 0 1 0 147430 50 0 0 25 0 8 0 174076668 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074016771 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14784/statm: 228941 12715 2541 14 0 215411 0
[pid=14784/tid=14786] ppid=14782 vsize=915764 CPUtime=0.06
/proc/14784/task/14786/stat : 14786 (java) S 14782 14784 13999 0 -1 64 746 0 0 0 6 0 0 0 16 0 8 0 174076680 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14784/tid=14787] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14787/stat : 14787 (java) S 14782 14784 13999 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14788] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14788/stat : 14788 (java) S 14782 14784 13999 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14789] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14789/stat : 14789 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14790] ppid=14782 vsize=915764 CPUtime=0.32
/proc/14784/task/14790/stat : 14790 (java) S 14782 14784 13999 0 -1 64 503 0 0 0 31 1 0 0 15 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14791] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14791/stat : 14791 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14792] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14792/stat : 14792 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.8
Current children cumulated vsize (KiB) 915764

[startup+1543.98 s]
/proc/loadavg: 2.01 2.01 1.76 3/81 15119
/proc/meminfo: memFree=1366144/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915764 CPUtime=1534.55
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 12986 0 1 0 153405 50 0 0 25 0 8 0 174076668 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073973454 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14784/statm: 228941 12715 2541 14 0 215411 0
[pid=14784/tid=14786] ppid=14782 vsize=915764 CPUtime=0.06
/proc/14784/task/14786/stat : 14786 (java) S 14782 14784 13999 0 -1 64 746 0 0 0 6 0 0 0 16 0 8 0 174076680 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14784/tid=14787] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14787/stat : 14787 (java) S 14782 14784 13999 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14788] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14788/stat : 14788 (java) S 14782 14784 13999 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14789] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14789/stat : 14789 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14790] ppid=14782 vsize=915764 CPUtime=0.32
/proc/14784/task/14790/stat : 14790 (java) S 14782 14784 13999 0 -1 64 503 0 0 0 31 1 0 0 15 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14791] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14791/stat : 14791 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14792] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14792/stat : 14792 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.55
Current children cumulated vsize (KiB) 915764

[startup+1604.05 s]
/proc/loadavg: 2.00 2.00 1.78 3/81 15119
/proc/meminfo: memFree=1348480/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915764 CPUtime=1594.27
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 12986 0 1 0 159377 50 0 0 25 0 8 0 174076668 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073994680 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14784/statm: 228941 12715 2541 14 0 215411 0
[pid=14784/tid=14786] ppid=14782 vsize=915764 CPUtime=0.06
/proc/14784/task/14786/stat : 14786 (java) S 14782 14784 13999 0 -1 64 746 0 0 0 6 0 0 0 16 0 8 0 174076680 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14784/tid=14787] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14787/stat : 14787 (java) S 14782 14784 13999 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14788] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14788/stat : 14788 (java) S 14782 14784 13999 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14789] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14789/stat : 14789 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14790] ppid=14782 vsize=915764 CPUtime=0.32
/proc/14784/task/14790/stat : 14790 (java) S 14782 14784 13999 0 -1 64 503 0 0 0 31 1 0 0 15 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14791] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14791/stat : 14791 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14792] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14792/stat : 14792 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.27
Current children cumulated vsize (KiB) 915764

[startup+1664.14 s]
/proc/loadavg: 2.00 2.00 1.79 3/81 15119
/proc/meminfo: memFree=1334784/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915764 CPUtime=1654.04
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 12986 0 1 0 165353 51 0 0 25 0 8 0 174076668 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073989786 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14784/statm: 228941 12715 2541 14 0 215411 0
[pid=14784/tid=14786] ppid=14782 vsize=915764 CPUtime=0.06
/proc/14784/task/14786/stat : 14786 (java) S 14782 14784 13999 0 -1 64 746 0 0 0 6 0 0 0 16 0 8 0 174076680 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14784/tid=14787] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14787/stat : 14787 (java) S 14782 14784 13999 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14788] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14788/stat : 14788 (java) S 14782 14784 13999 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14789] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14789/stat : 14789 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14790] ppid=14782 vsize=915764 CPUtime=0.32
/proc/14784/task/14790/stat : 14790 (java) S 14782 14784 13999 0 -1 64 503 0 0 0 31 1 0 0 15 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14791] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14791/stat : 14791 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14792] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14792/stat : 14792 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.04
Current children cumulated vsize (KiB) 915764

[startup+1724.22 s]
/proc/loadavg: 2.00 2.00 1.80 3/81 15119
/proc/meminfo: memFree=1324992/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915764 CPUtime=1713.8
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 12987 0 1 0 171329 51 0 0 25 0 8 0 174076668 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073988613 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14784/statm: 228941 12715 2541 14 0 215411 0
[pid=14784/tid=14786] ppid=14782 vsize=915764 CPUtime=0.06
/proc/14784/task/14786/stat : 14786 (java) S 14782 14784 13999 0 -1 64 746 0 0 0 6 0 0 0 16 0 8 0 174076680 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14784/tid=14787] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14787/stat : 14787 (java) S 14782 14784 13999 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14788] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14788/stat : 14788 (java) S 14782 14784 13999 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14789] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14789/stat : 14789 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14790] ppid=14782 vsize=915764 CPUtime=0.32
/proc/14784/task/14790/stat : 14790 (java) S 14782 14784 13999 0 -1 64 503 0 0 0 31 1 0 0 15 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14791] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14791/stat : 14791 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14792] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14792/stat : 14792 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.8
Current children cumulated vsize (KiB) 915764

[startup+1784.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/81 15119
/proc/meminfo: memFree=1312000/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915764 CPUtime=1773.53
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 12987 0 1 0 177302 51 0 0 25 0 8 0 174076668 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074015519 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14784/statm: 228941 12715 2541 14 0 215411 0
[pid=14784/tid=14786] ppid=14782 vsize=915764 CPUtime=0.06
/proc/14784/task/14786/stat : 14786 (java) S 14782 14784 13999 0 -1 64 746 0 0 0 6 0 0 0 16 0 8 0 174076680 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14784/tid=14787] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14787/stat : 14787 (java) S 14782 14784 13999 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14788] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14788/stat : 14788 (java) S 14782 14784 13999 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14789] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14789/stat : 14789 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14790] ppid=14782 vsize=915764 CPUtime=0.32
/proc/14784/task/14790/stat : 14790 (java) S 14782 14784 13999 0 -1 64 503 0 0 0 31 1 0 0 15 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14791] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14791/stat : 14791 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14792] ppid=14782 vsize=915764 CPUtime=0.01
/proc/14784/task/14792/stat : 14792 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 1 0 0 15 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.53
Current children cumulated vsize (KiB) 915764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.94 s]
/proc/loadavg: 2.00 2.00 1.82 3/81 15119
/proc/meminfo: memFree=1306560/2055920 swapFree=4184048/4192956
[pid=14784] ppid=14782 vsize=915764 CPUtime=1800.04
/proc/14784/stat : 14784 (java) R 14782 14784 13999 0 -1 0 12987 0 1 0 179953 51 0 0 25 0 8 0 174076668 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073989786 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14784/statm: 228941 12715 2541 14 0 215411 0
[pid=14784/tid=14786] ppid=14782 vsize=915764 CPUtime=0.06
/proc/14784/task/14786/stat : 14786 (java) S 14782 14784 13999 0 -1 64 746 0 0 0 6 0 0 0 16 0 8 0 174076680 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14784/tid=14787] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14787/stat : 14787 (java) S 14782 14784 13999 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14788] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14788/stat : 14788 (java) S 14782 14784 13999 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174076681 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14789] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14789/stat : 14789 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14790] ppid=14782 vsize=915764 CPUtime=0.32
/proc/14784/task/14790/stat : 14790 (java) S 14782 14784 13999 0 -1 64 503 0 0 0 31 1 0 0 15 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14791] ppid=14782 vsize=915764 CPUtime=0
/proc/14784/task/14791/stat : 14791 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14784/tid=14792] ppid=14782 vsize=915764 CPUtime=0.01
/proc/14784/task/14792/stat : 14792 (java) S 14782 14784 13999 0 -1 64 1 0 0 0 0 1 0 0 15 0 8 0 174076684 937742336 12715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915764

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

Child status: 143
Real time (s): 1811
CPU time (s): 1800.11
CPU user time (s): 1799.58
CPU system time (s): 0.52392
CPU usage (%): 99.3983
Max. virtual memory (cumulated for all children) (KiB): 915764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.52392
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13003
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= 38080
involuntary context switches= 43128

runsolver used 2.25466 s user time and 6.24805 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Mon Jan  8 11:46:17 UTC 2007


IDJOB= 221233
IDBENCH= 5403
FILE ID= node45/221233-1168256777

PBS_JOBID= 3482601

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/queenAttacking/queenAttacking-10.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/221233-1168256777/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-221233-1168256777 -o ROOT/results/node45/solver-221233-1168256777 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/221233-1168256777/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  aa5341730e8cf150addd79e0150f2d6f

RANDOM SEED= 282581881

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.259
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.259
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:       1767752 kB
Buffers:         47396 kB
Cached:         164792 kB
SwapCached:       3168 kB
Active:         109576 kB
Inactive:       124776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767752 kB
SwapTotal:     4192956 kB
SwapFree:      4184048 kB
Dirty:            2344 kB
Writeback:           0 kB
Mapped:          29292 kB
Slab:            39276 kB
Committed_AS:  3515428 kB
PageTables:       1788 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= 66543 MiB



End job on node45 on Mon Jan  8 12:16:29 UTC 2007