Trace number 252569

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.12 1800.7

General information on the benchmark

NamesocialGolfers/
socialGolfer-6-4-7.xml
MD5SUMcf9302b9fa097f674728737a407cbc53
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark415.484
SatisfiableYES
(Un)Satisfiability was proved
Number of variables3444
Number of constraints16464
Maximum constraint arity28
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16464
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/252569-1168087157/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.49	     nbVariables=3444  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.50	       =>  wckTime=0.2  cpuTime=0.13  mem=7M861
0.50	   
0.50	   predicates being loaded...
0.50	   
0.50	   constraints being loaded...
2.52	     nbConstraints=16464  nbConflictsStructures=3  nbSharedConflictsStructures=16419  nbUnbuiltConflictsStructures=1
2.52	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=4  nbSharedEvaluationManagers=16460  maxDegree=29
2.52	     maxArity=28
2.52	       =>  wckTime=2.226  cpuTime=1.89  mem=34M382
2.68	   
2.68	   solver IterativeSystematicSolver being built... 
3.28	       =>  wckTime=2.985  cpuTime=2.34  mem=51M259
3.34	   
3.34	   preprocessing
3.34	     nbConstraintChecks=0  nbPropagations=3444  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.34	     detectedInconsistency=no
3.34	       =>  wckTime=0.046  cpuTime=0.04  mem=52M260
3.52	   
3.52	   search
3.52	     run=0  nbConstraintChecks=798  nbValidityChecks=920  nbPropagations=3715  nbRevisions=816  nbUselessRevisions=650
3.52	     nbAssignments=126  nbFailedAssignments=4  nbBacktracks=11  nbVisitedNodes=134  nbRestartNogoods=0  mapSize=6
3.52	     nbInferences=0  nbTooLargeKeys=0
3.52	       =>  wckTime=0.236  cpuTime=0.2  mem=53M262
3.70	   
3.70	   search
3.70	     run=1  nbConstraintChecks=2442  nbValidityChecks=2929  nbPropagations=7916  nbRevisions=3370
3.70	     nbUselessRevisions=2671  nbAssignments=299  nbFailedAssignments=8  nbBacktracks=30  nbVisitedNodes=320
3.70	     nbRestartNogoods=1  mapSize=18  nbInferences=0  nbTooLargeKeys=0
3.70	       =>  wckTime=0.417  cpuTime=0.36  mem=53M262
3.90	   
3.90	   search
3.90	     run=2  nbConstraintChecks=4691  nbValidityChecks=5937  nbPropagations=12761  nbRevisions=8559
3.90	     nbUselessRevisions=6854  nbAssignments=520  nbFailedAssignments=14  nbBacktracks=53  nbVisitedNodes=556
3.90	     nbRestartNogoods=2  mapSize=31  nbInferences=0  nbTooLargeKeys=0
3.90	       =>  wckTime=0.615  cpuTime=0.56  mem=53M262
4.15	   
4.15	   search
4.15	     run=3  nbConstraintChecks=7801  nbValidityChecks=10449  nbPropagations=18450  nbRevisions=17771
4.15	     nbUselessRevisions=14454  nbAssignments=794  nbFailedAssignments=21  nbBacktracks=89  nbVisitedNodes=846
4.15	     nbRestartNogoods=4  mapSize=45  nbInferences=0  nbTooLargeKeys=0
4.15	       =>  wckTime=0.864  cpuTime=0.8  mem=53M262
4.46	   
4.46	   search
4.46	     run=4  nbConstraintChecks=12562  nbValidityChecks=17439  nbPropagations=25370  nbRevisions=33305
4.46	     nbUselessRevisions=27421  nbAssignments=1139  nbFailedAssignments=30  nbBacktracks=148  nbVisitedNodes=1216
4.46	     nbRestartNogoods=6  mapSize=67  nbInferences=0  nbTooLargeKeys=0
4.46	       =>  wckTime=1.169  cpuTime=1.11  mem=53M262
11.60	   
11.60	   search
11.60	     run=5  nbConstraintChecks=4215747  nbValidityChecks=29766  nbPropagations=33334  nbRevisions=60294
11.60	     nbUselessRevisions=51157  nbAssignments=1561  nbFailedAssignments=33  nbBacktracks=251  nbVisitedNodes=1649
11.60	     nbRestartNogoods=9  mapSize=79  nbInferences=0  nbTooLargeKeys=0
11.60	       =>  wckTime=8.316  cpuTime=8.22  mem=54M263
76.70	   
76.70	   search
76.70	     run=6  nbConstraintChecks=45114769  nbValidityChecks=38451  nbPropagations=42473  nbRevisions=95011
76.70	     nbUselessRevisions=81683  nbAssignments=1801  nbFailedAssignments=71  nbBacktracks=372  nbVisitedNodes=1927
76.70	     nbRestartNogoods=10  mapSize=115  nbInferences=0  nbTooLargeKeys=0
76.70	       =>  wckTime=73.419  cpuTime=73.3  mem=54M263
84.01	   
84.01	   search
84.01	     run=7  nbConstraintChecks=48391152  nbValidityChecks=160535  nbPropagations=58582  nbRevisions=237758
84.01	     nbUselessRevisions=213576  nbAssignments=3055  nbFailedAssignments=105  nbBacktracks=559  nbVisitedNodes=3265
84.01	     nbRestartNogoods=11  mapSize=177  nbInferences=0  nbTooLargeKeys=0
84.01	       =>  wckTime=80.729  cpuTime=80.61  mem=58M269
91.90	   
91.90	   search
91.90	     run=8  nbConstraintChecks=52135305  nbValidityChecks=237198  nbPropagations=78488  nbRevisions=443002
91.90	     nbUselessRevisions=405057  nbAssignments=4316  nbFailedAssignments=138  nbBacktracks=864  nbVisitedNodes=4592
91.90	     nbRestartNogoods=33  mapSize=239  nbInferences=0  nbTooLargeKeys=0
91.90	       =>  wckTime=88.614  cpuTime=88.49  mem=61M273
97.68	   
97.68	   search
97.68	     run=9  nbConstraintChecks=54449601  nbValidityChecks=339450  nbPropagations=103815  nbRevisions=735193
97.68	     nbUselessRevisions=679028  nbAssignments=5801  nbFailedAssignments=173  nbBacktracks=1282  nbVisitedNodes=6159
97.68	     nbRestartNogoods=38  mapSize=317  nbInferences=0  nbTooLargeKeys=0
97.68	       =>  wckTime=94.389  cpuTime=94.26  mem=67M282
99.13	   
99.13	   search
99.13	     run=10  nbConstraintChecks=54558071  nbValidityChecks=430703  nbPropagations=133061  nbRevisions=1101553
99.13	     nbUselessRevisions=1022913  nbAssignments=7138  nbFailedAssignments=267  nbBacktracks=1862  nbVisitedNodes=7740
99.13	     nbRestartNogoods=43  mapSize=537  nbInferences=0  nbTooLargeKeys=0
99.13	       =>  wckTime=95.846  cpuTime=95.7  mem=69M285
101.35	   
101.35	   search
101.35	     run=11  nbConstraintChecks=54684216  nbValidityChecks=629546  nbPropagations=172605  nbRevisions=1640061
101.35	     nbUselessRevisions=1527726  nbAssignments=9066  nbFailedAssignments=388  nbBacktracks=2726  nbVisitedNodes=9966
101.35	     nbRestartNogoods=49  mapSize=791  nbInferences=0  nbTooLargeKeys=0
101.35	       =>  wckTime=98.063  cpuTime=97.92  mem=76M295
103.28	   
103.28	   INFO : Stopping hyperNogood (mapSize=1015, nbTooLargekeys=0, mem=42M72)
103.81	   
103.81	   search
103.81	     run=12  nbConstraintChecks=54772347  nbValidityChecks=826010  nbPropagations=220242  nbRevisions=2344236
103.81	     nbUselessRevisions=2189968  nbAssignments=11419  nbFailedAssignments=578  nbBacktracks=4023  nbVisitedNodes=12708
103.81	     nbRestartNogoods=56
103.81	       =>  wckTime=100.529  cpuTime=100.32  mem=43M81
106.47	   
106.47	   search
106.47	     run=13  nbConstraintChecks=54916969  nbValidityChecks=1074374  nbPropagations=281104  nbRevisions=3264982
106.47	     nbUselessRevisions=3056638  nbAssignments=14625  nbFailedAssignments=757  nbBacktracks=5969  nbVisitedNodes=16301
106.47	     nbRestartNogoods=70
106.47	       =>  wckTime=103.189  cpuTime=102.98  mem=43M81
110.05	   
110.05	   search
110.05	     run=14  nbConstraintChecks=55165363  nbValidityChecks=1504992  nbPropagations=360960  nbRevisions=4570525
110.05	     nbUselessRevisions=4288326  nbAssignments=18778  nbFailedAssignments=1022  nbBacktracks=8909  nbVisitedNodes=21138
110.05	     nbRestartNogoods=83
110.05	       =>  wckTime=106.767  cpuTime=106.55  mem=43M81
114.69	   
114.69	   search
114.69	     run=15  nbConstraintChecks=55453922  nbValidityChecks=2034644  nbPropagations=463551  nbRevisions=6347751
114.69	     nbUselessRevisions=5968829  nbAssignments=24442  nbFailedAssignments=1374  nbBacktracks=13307  nbVisitedNodes=27611
114.69	     nbRestartNogoods=102
114.69	       =>  wckTime=111.403  cpuTime=111.19  mem=43M81
121.79	   
121.79	   search
121.79	     run=16  nbConstraintChecks=55949655  nbValidityChecks=2835368  nbPropagations=606821  nbRevisions=8840072
121.79	     nbUselessRevisions=8321699  nbAssignments=32619  nbFailedAssignments=2085  nbBacktracks=19887  nbVisitedNodes=37336
121.79	     nbRestartNogoods=125
121.79	       =>  wckTime=118.504  cpuTime=118.29  mem=43M81
131.42	   
131.42	   search
131.42	     run=17  nbConstraintChecks=56620195  nbValidityChecks=3949904  nbPropagations=801874  nbRevisions=12333179
131.42	     nbUselessRevisions=11619927  nbAssignments=44396  nbFailedAssignments=2994  nbBacktracks=29760
131.42	     nbVisitedNodes=51302  nbRestartNogoods=140
131.42	       =>  wckTime=128.131  cpuTime=127.91  mem=43M81
145.79	   
145.79	   search
145.79	     run=18  nbConstraintChecks=57788454  nbValidityChecks=5961283  nbPropagations=1082835  nbRevisions=17722194
145.79	     nbUselessRevisions=16720811  nbAssignments=61382  nbFailedAssignments=4076  nbBacktracks=44549
145.79	     nbVisitedNodes=71355  nbRestartNogoods=166
145.79	       =>  wckTime=142.501  cpuTime=142.28  mem=43M81
168.34	   
168.34	   search
168.34	     run=19  nbConstraintChecks=59524469  nbValidityChecks=8748340  nbPropagations=1512519  nbRevisions=25671923
168.34	     nbUselessRevisions=24217495  nbAssignments=86853  nbFailedAssignments=6347  nbBacktracks=66729
168.34	     nbVisitedNodes=102280  nbRestartNogoods=196
168.34	       =>  wckTime=165.052  cpuTime=164.82  mem=43M81
197.16	   
197.16	   search
197.16	     run=20  nbConstraintChecks=61414904  nbValidityChecks=12378133  nbPropagations=2108299  nbRevisions=36942533
197.16	     nbUselessRevisions=34861790  nbAssignments=123737  nbFailedAssignments=8886  nbBacktracks=99983
197.16	     nbVisitedNodes=146159  nbRestartNogoods=226
197.16	       =>  wckTime=193.873  cpuTime=193.65  mem=43M81
244.13	   
244.13	   search
244.13	     run=21  nbConstraintChecks=65113553  nbValidityChecks=18281907  nbPropagations=3013982  nbRevisions=53581014
244.13	     nbUselessRevisions=50533845  nbAssignments=179211  nbFailedAssignments=13537  nbBacktracks=149874
244.13	     nbVisitedNodes=212723  nbRestartNogoods=259
244.13	       =>  wckTime=240.846  cpuTime=240.61  mem=43M81
312.66	   
312.66	   search
312.66	     run=22  nbConstraintChecks=69853907  nbValidityChecks=26679314  nbPropagations=4405662  nbRevisions=78158209
312.66	     nbUselessRevisions=73640440  nbAssignments=261156  nbFailedAssignments=19598  nbBacktracks=224709
312.66	     nbVisitedNodes=308818  nbRestartNogoods=290
312.66	       =>  wckTime=309.377  cpuTime=309.12  mem=43M81
403.78	   
403.78	   search
403.78	     run=23  nbConstraintChecks=74476987  nbValidityChecks=35869356  nbPropagations=6301845  nbRevisions=112021364
403.78	     nbUselessRevisions=105517811  nbAssignments=382350  nbFailedAssignments=27582  nbBacktracks=336947
403.78	     nbVisitedNodes=450124  nbRestartNogoods=319
403.78	       =>  wckTime=400.491  cpuTime=400.21  mem=43M81
560.11	   
560.11	   search
560.11	     run=24  nbConstraintChecks=86336335  nbValidityChecks=55715080  nbPropagations=9324765  nbRevisions=164705927
560.11	     nbUselessRevisions=154960162  nbAssignments=569926  nbFailedAssignments=45842  nbBacktracks=505288
560.11	     nbVisitedNodes=685004  nbRestartNogoods=358
560.11	       =>  wckTime=556.822  cpuTime=556.5  mem=43M81
802.83	   
802.83	   search
802.83	     run=25  nbConstraintChecks=104135396  nbValidityChecks=88035246  nbPropagations=14158434  nbRevisions=248425431
802.83	     nbUselessRevisions=233522424  nbAssignments=842366  nbFailedAssignments=64818  nbBacktracks=757836
802.83	     nbVisitedNodes=1003081  nbRestartNogoods=390
802.83	       =>  wckTime=799.542  cpuTime=799.16  mem=44M89
1131.12	   
1131.12	   search
1131.12	     run=26  nbConstraintChecks=126339234  nbValidityChecks=126283578  nbPropagations=21387652  nbRevisions=370422622
1131.12	     nbUselessRevisions=347902952  nbAssignments=1252180  nbFailedAssignments=94862  nbBacktracks=1136617
1131.12	     nbVisitedNodes=1484416  nbRestartNogoods=417
1131.12	       =>  wckTime=1127.833  cpuTime=1127.37  mem=44M89
1624.11	   
1624.11	   search
1624.11	     run=27  nbConstraintChecks=158025494  nbValidityChecks=184915679  nbPropagations=31914000  nbRevisions=551508142
1624.11	     nbUselessRevisions=517731220  nbAssignments=1876629  nbFailedAssignments=150206  nbBacktracks=1704777
1624.11	     nbVisitedNodes=2253408  nbRestartNogoods=442
1624.11	       =>  wckTime=1620.822  cpuTime=1620.16  mem=44M89

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/node41/watcher-252569-1168087157 -o ROOT/results/node41/solver-252569-1168087157 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/252569-1168087157/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: 0.92 0.97 0.92 3/65 10067
/proc/meminfo: memFree=1634904/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=292 CPUtime=0
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 52 0 0 0 0 0 0 0 20 0 1 0 157114983 299008 35 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 1962788 0 0 4096 0 0 0 0 17 1 0 0
/proc/10066/statm: 73 35 27 14 0 5 0

[startup+0.10363 s]
/proc/loadavg: 0.92 0.97 0.92 3/65 10067
/proc/meminfo: memFree=1634904/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=915848 CPUtime=0.08
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 2997 0 1 0 7 1 0 0 17 0 8 0 157114983 937828352 2743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154113530 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10066/statm: 228962 2743 1429 14 0 215457 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 915848

[startup+0.511665 s]
/proc/loadavg: 0.92 0.97 0.92 3/65 10067
/proc/meminfo: memFree=1634904/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916076 CPUtime=0.49
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 6451 0 1 0 44 5 0 0 16 0 8 0 157114983 938061824 6190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10066/statm: 229019 6190 2135 14 0 215489 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 916076

[startup+1.33274 s]
/proc/loadavg: 0.92 0.97 0.92 2/72 10074
/proc/meminfo: memFree=1573344/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916340 CPUtime=1.3
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 17853 0 1 0 115 15 0 0 16 0 8 0 157114983 938332160 17591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10066/statm: 229085 17591 2179 14 0 215555 0
[pid=10066/tid=10068] ppid=10064 vsize=916340 CPUtime=0.05
/proc/10066/task/10068/stat : 10068 (java) S 10064 10066 9571 0 -1 64 1245 0 0 0 5 0 0 0 17 0 8 0 157114987 938332160 17591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10069] ppid=10064 vsize=916340 CPUtime=0
/proc/10066/task/10069/stat : 10069 (java) S 10064 10066 9571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157114987 938332160 17591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10070] ppid=10064 vsize=916340 CPUtime=0
/proc/10066/task/10070/stat : 10070 (java) S 10064 10066 9571 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157114987 938332160 17591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10071] ppid=10064 vsize=916340 CPUtime=0
/proc/10066/task/10071/stat : 10071 (java) S 10064 10066 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157114990 938332160 17591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10072] ppid=10064 vsize=916340 CPUtime=0.16
/proc/10066/task/10072/stat : 10072 (java) S 10064 10066 9571 0 -1 64 412 0 0 0 15 1 0 0 16 0 8 0 157114990 938332160 17591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10073] ppid=10064 vsize=916340 CPUtime=0
/proc/10066/task/10073/stat : 10073 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157114990 938332160 17591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10074] ppid=10064 vsize=916340 CPUtime=0
/proc/10066/task/10074/stat : 10074 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157114990 938332160 17591 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 916340

[startup+2.97388 s]
/proc/loadavg: 0.92 0.97 0.92 2/72 10074
/proc/meminfo: memFree=1560032/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916404 CPUtime=2.93
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 25733 0 1 0 223 70 0 0 16 0 8 0 157114983 938397696 25448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380160 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10066/statm: 229101 25448 2496 14 0 215571 0
[pid=10066/tid=10068] ppid=10064 vsize=916404 CPUtime=0.34
/proc/10066/task/10068/stat : 10068 (java) S 10064 10066 9571 0 -1 64 8724 0 0 0 32 2 0 0 17 0 8 0 157114987 938397696 25448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10069] ppid=10064 vsize=916404 CPUtime=0
/proc/10066/task/10069/stat : 10069 (java) S 10064 10066 9571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157114987 938397696 25448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10070] ppid=10064 vsize=916404 CPUtime=0
/proc/10066/task/10070/stat : 10070 (java) S 10064 10066 9571 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157114987 938397696 25448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10071] ppid=10064 vsize=916404 CPUtime=0
/proc/10066/task/10071/stat : 10071 (java) S 10064 10066 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157114990 938397696 25448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10072] ppid=10064 vsize=916404 CPUtime=0.21
/proc/10066/task/10072/stat : 10072 (java) S 10064 10066 9571 0 -1 64 451 0 0 0 20 1 0 0 16 0 8 0 157114990 938397696 25448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10073] ppid=10064 vsize=916404 CPUtime=0
/proc/10066/task/10073/stat : 10073 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157114990 938397696 25448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10074] ppid=10064 vsize=916404 CPUtime=0
/proc/10066/task/10074/stat : 10074 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157114990 938397696 25448 18446744073709551615 134512640 134570532 4294956480 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) 916404

[startup+6.17915 s]
/proc/loadavg: 0.93 0.97 0.92 2/72 10074
/proc/meminfo: memFree=1538976/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916556 CPUtime=6.14
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 26697 0 1 0 542 72 0 0 19 0 8 0 157114983 938553344 26407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074144073 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10066/statm: 229139 26407 2538 14 0 215609 0
[pid=10066/tid=10068] ppid=10064 vsize=916556 CPUtime=0.39
/proc/10066/task/10068/stat : 10068 (java) S 10064 10066 9571 0 -1 64 9514 0 0 0 36 3 0 0 17 0 8 0 157114987 938553344 26407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10069] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10069/stat : 10069 (java) S 10064 10066 9571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 26407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10070] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10070/stat : 10070 (java) S 10064 10066 9571 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 26407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10071] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10071/stat : 10071 (java) S 10064 10066 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157114990 938553344 26407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10072] ppid=10064 vsize=916556 CPUtime=0.34
/proc/10066/task/10072/stat : 10072 (java) S 10064 10066 9571 0 -1 64 528 0 0 0 32 2 0 0 16 0 8 0 157114990 938553344 26407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10073] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10073/stat : 10073 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157114990 938553344 26407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10074] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10074/stat : 10074 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157114990 938553344 26407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 916556

[startup+12.6387 s]
/proc/loadavg: 0.93 0.97 0.92 2/72 10074
/proc/meminfo: memFree=1538992/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916556 CPUtime=12.59
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 26705 0 1 0 1187 72 0 0 25 0 8 0 157114983 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074103659 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10066/statm: 229139 26413 2538 14 0 215609 0
[pid=10066/tid=10068] ppid=10064 vsize=916556 CPUtime=0.39
/proc/10066/task/10068/stat : 10068 (java) S 10064 10066 9571 0 -1 64 9514 0 0 0 36 3 0 0 17 0 8 0 157114987 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10069] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10069/stat : 10069 (java) S 10064 10066 9571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10070] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10070/stat : 10070 (java) S 10064 10066 9571 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10071] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10071/stat : 10071 (java) S 10064 10066 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157114990 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10072] ppid=10064 vsize=916556 CPUtime=0.35
/proc/10066/task/10072/stat : 10072 (java) S 10064 10066 9571 0 -1 64 536 0 0 0 33 2 0 0 15 0 8 0 157114990 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10073] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10073/stat : 10073 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157114990 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10074] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10074/stat : 10074 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157114990 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 916556

[startup+25.4828 s]
/proc/loadavg: 0.95 0.97 0.92 2/72 10074
/proc/meminfo: memFree=1539120/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916556 CPUtime=25.43
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 26705 0 1 0 2471 72 0 0 25 0 8 0 157114983 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10066/statm: 229139 26413 2538 14 0 215609 0
[pid=10066/tid=10068] ppid=10064 vsize=916556 CPUtime=0.39
/proc/10066/task/10068/stat : 10068 (java) S 10064 10066 9571 0 -1 64 9514 0 0 0 36 3 0 0 16 0 8 0 157114987 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10069] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10069/stat : 10069 (java) S 10064 10066 9571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10070] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10070/stat : 10070 (java) S 10064 10066 9571 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10071] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10071/stat : 10071 (java) S 10064 10066 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157114990 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10072] ppid=10064 vsize=916556 CPUtime=0.35
/proc/10066/task/10072/stat : 10072 (java) S 10064 10066 9571 0 -1 64 536 0 0 0 33 2 0 0 15 0 8 0 157114990 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10073] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10073/stat : 10073 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157114990 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10074] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10074/stat : 10074 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157114990 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 916556

[startup+51.1601 s]
/proc/loadavg: 0.96 0.97 0.92 2/72 10074
/proc/meminfo: memFree=1539248/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916556 CPUtime=51.1
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 26706 0 1 0 5038 72 0 0 25 0 8 0 157114983 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073846233 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10066/statm: 229139 26413 2538 14 0 215609 0
[pid=10066/tid=10068] ppid=10064 vsize=916556 CPUtime=0.39
/proc/10066/task/10068/stat : 10068 (java) S 10064 10066 9571 0 -1 64 9514 0 0 0 36 3 0 0 16 0 8 0 157114987 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10069] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10069/stat : 10069 (java) S 10064 10066 9571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10070] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10070/stat : 10070 (java) S 10064 10066 9571 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10071] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10071/stat : 10071 (java) S 10064 10066 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157114990 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10072] ppid=10064 vsize=916556 CPUtime=0.35
/proc/10066/task/10072/stat : 10072 (java) S 10064 10066 9571 0 -1 64 536 0 0 0 33 2 0 0 15 0 8 0 157114990 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10073] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10073/stat : 10073 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157114990 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10074] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10074/stat : 10074 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157114990 938553344 26413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 916556

[startup+102.41 s]
/proc/loadavg: 1.09 1.00 0.93 2/72 10074
/proc/meminfo: memFree=1539184/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916556 CPUtime=102.33
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 26716 0 1 0 10161 72 0 0 23 0 8 0 157114983 938553344 26419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074103654 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10066/statm: 229139 26419 2538 14 0 215609 0
[pid=10066/tid=10068] ppid=10064 vsize=916556 CPUtime=0.39
/proc/10066/task/10068/stat : 10068 (java) S 10064 10066 9571 0 -1 64 9514 0 0 0 36 3 0 0 16 0 8 0 157114987 938553344 26419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10069] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10069/stat : 10069 (java) S 10064 10066 9571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 26419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10070] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10070/stat : 10070 (java) S 10064 10066 9571 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 26419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10071] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10071/stat : 10071 (java) S 10064 10066 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157114990 938553344 26419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10072] ppid=10064 vsize=916556 CPUtime=0.36
/proc/10066/task/10072/stat : 10072 (java) S 10064 10066 9571 0 -1 64 542 0 0 0 34 2 0 0 16 0 8 0 157114990 938553344 26419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10073] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10073/stat : 10073 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157114990 938553344 26419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10074] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10074/stat : 10074 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157114990 938553344 26419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 916556

[startup+162.495 s]
/proc/loadavg: 1.03 1.00 0.93 2/72 10074
/proc/meminfo: memFree=1531824/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916556 CPUtime=162.4
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 28557 0 1 0 16167 73 0 0 25 0 8 0 157114983 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074141376 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1423.72
Current children cumulated vsize (KiB) 916556

[startup+1484.3 s]
/proc/loadavg: 1.02 1.01 0.94 2/72 10272
/proc/meminfo: memFree=1531440/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916556 CPUtime=1483.79
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 28557 0 1 0 148304 75 0 0 25 0 8 0 157114983 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074134052 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10066/statm: 229139 28257 2538 14 0 215609 0
[pid=10066/tid=10068] ppid=10064 vsize=916556 CPUtime=0.44
/proc/10066/task/10068/stat : 10068 (java) S 10064 10066 9571 0 -1 64 11351 0 0 0 41 3 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10069] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10069/stat : 10069 (java) S 10064 10066 9571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10070] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10070/stat : 10070 (java) S 10064 10066 9571 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10071] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10071/stat : 10071 (java) S 10064 10066 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10072] ppid=10064 vsize=916556 CPUtime=0.37
/proc/10066/task/10072/stat : 10072 (java) S 10064 10066 9571 0 -1 64 543 0 0 0 35 2 0 0 17 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10073] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10073/stat : 10073 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10074] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10074/stat : 10074 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.79
Current children cumulated vsize (KiB) 916556

[startup+1544.38 s]
/proc/loadavg: 1.01 1.00 0.94 2/72 10272
/proc/meminfo: memFree=1531440/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916556 CPUtime=1543.86
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 28557 0 1 0 154311 75 0 0 25 0 8 0 157114983 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074140791 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10066/statm: 229139 28257 2538 14 0 215609 0
[pid=10066/tid=10068] ppid=10064 vsize=916556 CPUtime=0.44
/proc/10066/task/10068/stat : 10068 (java) S 10064 10066 9571 0 -1 64 11351 0 0 0 41 3 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10069] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10069/stat : 10069 (java) S 10064 10066 9571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10070] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10070/stat : 10070 (java) S 10064 10066 9571 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10071] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10071/stat : 10071 (java) S 10064 10066 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10072] ppid=10064 vsize=916556 CPUtime=0.37
/proc/10066/task/10072/stat : 10072 (java) S 10064 10066 9571 0 -1 64 543 0 0 0 35 2 0 0 17 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10073] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10073/stat : 10073 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10074] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10074/stat : 10074 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.86
Current children cumulated vsize (KiB) 916556

[startup+1604.47 s]
/proc/loadavg: 1.00 1.00 0.94 3/72 10272
/proc/meminfo: memFree=1531440/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916556 CPUtime=1603.93
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 28557 0 1 0 160318 75 0 0 25 0 8 0 157114983 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074137211 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10066/statm: 229139 28257 2538 14 0 215609 0
[pid=10066/tid=10068] ppid=10064 vsize=916556 CPUtime=0.44
/proc/10066/task/10068/stat : 10068 (java) S 10064 10066 9571 0 -1 64 11351 0 0 0 41 3 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10069] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10069/stat : 10069 (java) S 10064 10066 9571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10070] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10070/stat : 10070 (java) S 10064 10066 9571 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10071] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10071/stat : 10071 (java) S 10064 10066 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10072] ppid=10064 vsize=916556 CPUtime=0.37
/proc/10066/task/10072/stat : 10072 (java) S 10064 10066 9571 0 -1 64 543 0 0 0 35 2 0 0 17 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10073] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10073/stat : 10073 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10074] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10074/stat : 10074 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1603.93
Current children cumulated vsize (KiB) 916556

[startup+1664.55 s]
/proc/loadavg: 1.00 1.00 0.94 2/72 10272
/proc/meminfo: memFree=1531440/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916556 CPUtime=1664
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 28557 0 1 0 166325 75 0 0 25 0 8 0 157114983 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074158391 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10066/statm: 229139 28257 2538 14 0 215609 0
[pid=10066/tid=10068] ppid=10064 vsize=916556 CPUtime=0.44
/proc/10066/task/10068/stat : 10068 (java) S 10064 10066 9571 0 -1 64 11351 0 0 0 41 3 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10069] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10069/stat : 10069 (java) S 10064 10066 9571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10070] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10070/stat : 10070 (java) S 10064 10066 9571 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10071] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10071/stat : 10071 (java) S 10064 10066 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10072] ppid=10064 vsize=916556 CPUtime=0.37
/proc/10066/task/10072/stat : 10072 (java) S 10064 10066 9571 0 -1 64 543 0 0 0 35 2 0 0 17 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10073] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10073/stat : 10073 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10074] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10074/stat : 10074 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664
Current children cumulated vsize (KiB) 916556

[startup+1724.63 s]
/proc/loadavg: 1.00 1.00 0.94 2/72 10272
/proc/meminfo: memFree=1531376/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916556 CPUtime=1724.06
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 28557 0 1 0 172331 75 0 0 25 0 8 0 157114983 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074103626 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10066/statm: 229139 28257 2538 14 0 215609 0
[pid=10066/tid=10068] ppid=10064 vsize=916556 CPUtime=0.44
/proc/10066/task/10068/stat : 10068 (java) S 10064 10066 9571 0 -1 64 11351 0 0 0 41 3 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10069] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10069/stat : 10069 (java) S 10064 10066 9571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10070] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10070/stat : 10070 (java) S 10064 10066 9571 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10071] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10071/stat : 10071 (java) S 10064 10066 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10072] ppid=10064 vsize=916556 CPUtime=0.37
/proc/10066/task/10072/stat : 10072 (java) S 10064 10066 9571 0 -1 64 543 0 0 0 35 2 0 0 17 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10073] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10073/stat : 10073 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10074] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10074/stat : 10074 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.06
Current children cumulated vsize (KiB) 916556

[startup+1784.72 s]
/proc/loadavg: 1.00 1.00 0.94 2/72 10272
/proc/meminfo: memFree=1531376/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916556 CPUtime=1784.13
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 28557 0 1 0 178338 75 0 0 25 0 8 0 157114983 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074144100 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10066/statm: 229139 28257 2538 14 0 215609 0
[pid=10066/tid=10068] ppid=10064 vsize=916556 CPUtime=0.44
/proc/10066/task/10068/stat : 10068 (java) S 10064 10066 9571 0 -1 64 11351 0 0 0 41 3 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10069] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10069/stat : 10069 (java) S 10064 10066 9571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10070] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10070/stat : 10070 (java) S 10064 10066 9571 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10071] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10071/stat : 10071 (java) S 10064 10066 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10072] ppid=10064 vsize=916556 CPUtime=0.37
/proc/10066/task/10072/stat : 10072 (java) S 10064 10066 9571 0 -1 64 543 0 0 0 35 2 0 0 17 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10073] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10073/stat : 10073 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10074] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10074/stat : 10074 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.13
Current children cumulated vsize (KiB) 916556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.63 s]
/proc/loadavg: 1.00 1.00 0.94 2/72 10272
/proc/meminfo: memFree=1531376/2055920 swapFree=4192812/4192956
[pid=10066] ppid=10064 vsize=916556 CPUtime=1800.04
/proc/10066/stat : 10066 (java) R 10064 10066 9571 0 -1 0 28557 0 1 0 179929 75 0 0 25 0 8 0 157114983 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10066/statm: 229139 28257 2538 14 0 215609 0
[pid=10066/tid=10068] ppid=10064 vsize=916556 CPUtime=0.44
/proc/10066/task/10068/stat : 10068 (java) S 10064 10066 9571 0 -1 64 11351 0 0 0 41 3 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10069] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10069/stat : 10069 (java) S 10064 10066 9571 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10070] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10070/stat : 10070 (java) S 10064 10066 9571 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157114987 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10071] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10071/stat : 10071 (java) S 10064 10066 9571 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10072] ppid=10064 vsize=916556 CPUtime=0.37
/proc/10066/task/10072/stat : 10072 (java) S 10064 10066 9571 0 -1 64 543 0 0 0 35 2 0 0 17 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10066/tid=10073] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10073/stat : 10073 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 157114990 938553344 28257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10066/tid=10074] ppid=10064 vsize=916556 CPUtime=0
/proc/10066/task/10074/stat : 10074 (java) S 10064 10066 9571 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157114990 938553344 28257 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) 916556

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

Child status: 143
Real time (s): 1800.7
CPU time (s): 1800.12
CPU user time (s): 1799.35
CPU system time (s): 0.774882
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 916556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 0.774882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28572
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= 37712
involuntary context switches= 38862

runsolver used 1.85172 s user time and 4.53931 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sat Jan  6 12:39:17 UTC 2007


IDJOB= 252569
IDBENCH= 12954
FILE ID= node41/252569-1168087157

PBS_JOBID= 3476576

Free space on /tmp= 66529 MiB

BENCH NAME= HOME/pub/bench/CPAI06/socialGolfers/socialGolfer-6-4-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/252569-1168087157/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-252569-1168087157 -o ROOT/results/node41/solver-252569-1168087157 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/252569-1168087157/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  cf9302b9fa097f674728737a407cbc53

RANDOM SEED= 141894243

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.234
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.234
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:       1635512 kB
Buffers:         36380 kB
Cached:         293760 kB
SwapCached:          0 kB
Active:          62212 kB
Inactive:       283412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1635512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3960 kB
Writeback:           0 kB
Mapped:          25676 kB
Slab:            60828 kB
Committed_AS:  2589708 kB
PageTables:       1476 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= 66529 MiB



End job on node41 on Sat Jan  6 13:09:18 UTC 2007