Trace number 195962

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 ACSAT 622.444 623.67

DiagnosticValue
CHECKS476394233
NODES353175

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-21_ext.xml
MD5SUM06118edf9ae5aebaf6ced014016cdc21
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.8142
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/195962-1168070329/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.42	       =>  wckTime=0.1  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
1.07	   
1.07	   constraints being loaded...
1.35	     nbConstraints=74  nbRelationTypes=74  nbExtensionStructures=74  nbSharedExtensionStructures=0
1.35	     nbConflictsStructures=74  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
1.35	       =>  wckTime=1.024  cpuTime=0.89  mem=47M646
1.47	   
1.47	   solver IterativeSystematicSolver being built... 
1.64	       =>  wckTime=1.313  cpuTime=1.03  mem=34M646
1.64	   
1.64	   preprocessing
1.64	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.64	     detectedInconsistency=no
1.64	       =>  wckTime=0.0040  cpuTime=0.01  mem=34M646
1.76	   
1.76	   search
1.76	     run=0  nbConstraintChecks=30223  nbValidityChecks=49605  nbPropagations=331  nbRevisions=3684
1.76	     nbUselessRevisions=2907  nbAssignments=27  nbFailedAssignments=10  nbBacktracks=11  nbVisitedNodes=43
1.76	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
1.76	       =>  wckTime=0.121  cpuTime=0.09  mem=34M646
1.90	   
1.90	   search
1.90	     run=1  nbConstraintChecks=109884  nbValidityChecks=208464  nbPropagations=1368  nbRevisions=16547
1.90	     nbUselessRevisions=13065  nbAssignments=89  nbFailedAssignments=51  nbBacktracks=26  nbVisitedNodes=160
1.90	     nbRestartNogoods=3  mapSize=22  nbInferences=0  nbTooLargeKeys=0
1.90	       =>  wckTime=0.259  cpuTime=0.22  mem=34M646
2.03	   
2.03	   search
2.03	     run=2  nbConstraintChecks=183929  nbValidityChecks=344549  nbPropagations=2989  nbRevisions=36438
2.03	     nbUselessRevisions=28833  nbAssignments=145  nbFailedAssignments=80  nbBacktracks=48  nbVisitedNodes=257
2.03	     nbRestartNogoods=11  mapSize=38  nbInferences=0  nbTooLargeKeys=0
2.03	       =>  wckTime=0.387  cpuTime=0.33  mem=34M646
2.33	   
2.33	   search
2.33	     run=3  nbConstraintChecks=381532  nbValidityChecks=713712  nbPropagations=6146  nbRevisions=77947
2.33	     nbUselessRevisions=61728  nbAssignments=270  nbFailedAssignments=166  nbBacktracks=82  nbVisitedNodes=500
2.33	     nbRestartNogoods=20  mapSize=72  nbInferences=0  nbTooLargeKeys=0
2.33	       =>  wckTime=0.692  cpuTime=0.62  mem=34M646
2.74	   
2.74	   search
2.74	     run=4  nbConstraintChecks=660655  nbValidityChecks=1257540  nbPropagations=11780  nbRevisions=151716
2.74	     nbUselessRevisions=119766  nbAssignments=514  nbFailedAssignments=355  nbBacktracks=132  nbVisitedNodes=972
2.74	     nbRestartNogoods=30  mapSize=120  nbInferences=0  nbTooLargeKeys=0
2.74	       =>  wckTime=1.1  cpuTime=1.02  mem=34M646
3.21	   
3.21	   search
3.21	     run=5  nbConstraintChecks=992573  nbValidityChecks=1925385  nbPropagations=20297  nbRevisions=260391
3.21	     nbUselessRevisions=205647  nbAssignments=798  nbFailedAssignments=558  nbBacktracks=207  nbVisitedNodes=1510
3.21	     nbRestartNogoods=47  mapSize=187  nbInferences=0  nbTooLargeKeys=0
3.21	       =>  wckTime=1.575  cpuTime=1.5  mem=34M646
3.73	   
3.73	   search
3.73	     run=6  nbConstraintChecks=1322076  nbValidityChecks=2582875  nbPropagations=32370  nbRevisions=411592
3.73	     nbUselessRevisions=325438  nbAssignments=1083  nbFailedAssignments=725  nbBacktracks=321  nbVisitedNodes=2042
3.73	     nbRestartNogoods=56  mapSize=296  nbInferences=0  nbTooLargeKeys=0
3.73	       =>  wckTime=2.089  cpuTime=2.0  mem=34M646
4.49	   
4.49	   search
4.49	     run=7  nbConstraintChecks=1847524  nbValidityChecks=3550823  nbPropagations=49272  nbRevisions=622216
4.49	     nbUselessRevisions=492115  nbAssignments=1478  nbFailedAssignments=947  nbBacktracks=492  nbVisitedNodes=2767
4.49	     nbRestartNogoods=60  mapSize=443  nbInferences=0  nbTooLargeKeys=0
4.49	       =>  wckTime=2.847  cpuTime=2.75  mem=34M646
5.90	   
5.90	   search
5.90	     run=8  nbConstraintChecks=2817625  nbValidityChecks=5425110  nbPropagations=75683  nbRevisions=951769
5.90	     nbUselessRevisions=752211  nbAssignments=2225  nbFailedAssignments=1435  nbBacktracks=748  nbVisitedNodes=4204
5.90	     nbRestartNogoods=65  mapSize=692  nbInferences=0  nbTooLargeKeys=0
5.90	       =>  wckTime=4.264  cpuTime=4.12  mem=34M646
7.93	   
7.93	   INFO : Stopping hyperNogood (mapSize=1009, nbTooLargekeys=0, mem=34M646)
8.14	   
8.14	   search
8.14	     run=9  nbConstraintChecks=4423514  nbValidityChecks=8533964  nbPropagations=115891  nbRevisions=1452736
8.14	     nbUselessRevisions=1147582  nbAssignments=3444  nbFailedAssignments=2264  nbBacktracks=1133  nbVisitedNodes=6528
8.14	     nbRestartNogoods=68
8.14	       =>  wckTime=6.503  cpuTime=6.34  mem=34M646
12.14	   
12.14	   search
12.14	     run=10  nbConstraintChecks=7269826  nbValidityChecks=13850868  nbPropagations=178403  nbRevisions=2263819
12.14	     nbUselessRevisions=1791004  nbAssignments=5302  nbFailedAssignments=3541  nbBacktracks=1709  nbVisitedNodes=10087
12.14	     nbRestartNogoods=78
12.14	       =>  wckTime=10.502  cpuTime=10.3  mem=34M646
16.39	   
16.39	   search
16.39	     run=11  nbConstraintChecks=10278431  nbValidityChecks=19993961  nbPropagations=270610  nbRevisions=3433652
16.39	     nbUselessRevisions=2718402  nbAssignments=7890  nbFailedAssignments=5260  nbBacktracks=2574  nbVisitedNodes=15030
16.39	     nbRestartNogoods=110
16.40	       =>  wckTime=14.756  cpuTime=14.51  mem=34M646
25.03	   
25.03	   search
25.03	     run=12  nbConstraintChecks=16362528  nbValidityChecks=31415450  nbPropagations=413447  nbRevisions=5287098
25.03	     nbUselessRevisions=4187991  nbAssignments=12001  nbFailedAssignments=8070  nbBacktracks=3872  nbVisitedNodes=22956
25.03	     nbRestartNogoods=119
25.03	       =>  wckTime=23.395  cpuTime=23.06  mem=34M646
37.58	   
37.58	   search
37.58	     run=13  nbConstraintChecks=25601302  nbValidityChecks=49211596  nbPropagations=634956  nbRevisions=8127641
37.58	     nbUselessRevisions=6437249  nbAssignments=19176  nbFailedAssignments=13293  nbBacktracks=5819  nbVisitedNodes=36825
37.58	     nbRestartNogoods=130
37.58	       =>  wckTime=35.945  cpuTime=35.49  mem=34M646
53.18	   
53.18	   search
53.18	     run=14  nbConstraintChecks=36691666  nbValidityChecks=70227432  nbPropagations=953713  nbRevisions=12225836
53.18	     nbUselessRevisions=9688536  nbAssignments=27252  nbFailedAssignments=18445  nbBacktracks=8738  nbVisitedNodes=52034
53.18	     nbRestartNogoods=146
53.18	       =>  wckTime=51.537  cpuTime=50.95  mem=34M646
81.21	   
81.21	   search
81.21	     run=15  nbConstraintChecks=58199122  nbValidityChecks=112307652  nbPropagations=1455488  nbRevisions=18601259
81.21	     nbUselessRevisions=14739346  nbAssignments=43929  nbFailedAssignments=30739  nbBacktracks=13118
81.21	     nbVisitedNodes=84385  nbRestartNogoods=173
81.21	       =>  wckTime=79.568  cpuTime=78.83  mem=34M646
116.96	   
116.96	   search
116.96	     run=16  nbConstraintChecks=85266597  nbValidityChecks=165551794  nbPropagations=2218218  nbRevisions=28325419
116.96	     nbUselessRevisions=22443558  nbAssignments=64840  nbFailedAssignments=45079  nbBacktracks=19687
116.96	     nbVisitedNodes=124935  nbRestartNogoods=186
116.96	       =>  wckTime=115.319  cpuTime=114.57  mem=34M646
159.33	   
159.33	   search
159.33	     run=17  nbConstraintChecks=117426635  nbValidityChecks=225801960  nbPropagations=3262020  nbRevisions=41614317
159.33	     nbUselessRevisions=32987502  nbAssignments=88008  nbFailedAssignments=58392  nbBacktracks=29539
159.33	     nbVisitedNodes=167536  nbRestartNogoods=201
159.33	       =>  wckTime=157.688  cpuTime=156.86  mem=34M646
233.50	   
233.50	   search
233.50	     run=18  nbConstraintChecks=174483650  nbValidityChecks=337172001  nbPropagations=4852701  nbRevisions=61810111
233.50	     nbUselessRevisions=48984705  nbAssignments=133263  nbFailedAssignments=88865  nbBacktracks=44318
233.50	     nbVisitedNodes=254275  nbRestartNogoods=230
233.50	       =>  wckTime=231.857  cpuTime=230.92  mem=34M646
366.18	   
366.19	   search
366.19	     run=19  nbConstraintChecks=276790975  nbValidityChecks=531686500  nbPropagations=7261046  nbRevisions=92813871
366.19	     nbUselessRevisions=73601030  nbAssignments=205281  nbFailedAssignments=138710  nbBacktracks=66486
366.19	     nbVisitedNodes=392105  nbRestartNogoods=259
366.19	       =>  wckTime=364.547  cpuTime=363.48  mem=34M646
545.40	   
545.40	   search
545.40	     run=20  nbConstraintChecks=416515419  nbValidityChecks=804978102  nbPropagations=10857542  nbRevisions=138861909
545.40	     nbUselessRevisions=110231116  nbAssignments=312534  nbFailedAssignments=212705  nbBacktracks=99738
545.40	     nbVisitedNodes=596703  nbRestartNogoods=286
545.40	       =>  wckTime=543.765  cpuTime=542.53  mem=34M646
623.64	   
623.64	   search
623.64	     run=21  nbConstraintChecks=476394233  nbValidityChecks=918120985  nbPropagations=14926146  nbRevisions=191253329
623.64	     nbUselessRevisions=151918006  nbAssignments=353175  nbFailedAssignments=240424  nbBacktracks=112636
623.64	     nbVisitedNodes=674194  nbRestartNogoods=311
623.64	       =>  wckTime=622.005  cpuTime=620.7  mem=34M646
623.64	   
623.64	   global
623.64	     nbConstraintChecks=476394233  nbValidityChecks=918120985  nbPropagations=14926170  nbRevisions=191253329
623.65	     nbUselessRevisions=151918006  nbRestartNogoods=311  solvingWckTime=622.006  solvingCpuTime=620.7  expiredTime=no
623.65	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=621.77
623.65	       =>  wckTime=623.322  cpuTime=621.73  mem=34M646
623.65	   
623.65	s SATISFIABLE
623.65	v 4 9 6 13 6 17 3 14 14 7 3 18 1 19 3 13 11 12 23 0 21 0 23 10 
623.65	d NODES 353175
623.65	d CHECKS 476394233
623.65	   
623.65	   totalWckTime=623.405  totalCpuTime=621.77

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node44/watcher-195962-1168070329 -o ROOT/results/node44/solver-195962-1168070329 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195962-1168070329/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.86 1.97 1.91 4/80 8439
/proc/meminfo: memFree=1580192/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=11820 CPUtime=0
/proc/8438/stat : 8438 (java) D 8436 8438 7915 0 -1 0 760 0 1 0 0 0 0 0 17 0 1 0 155432232 12103680 510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 11281188 0 2147483391 0 7368 18446744072099855350 0 0 17 1 0 0
/proc/8438/statm: 2967 515 425 14 0 1602 0

[startup+0.103186 s]
/proc/loadavg: 1.86 1.97 1.91 4/80 8439
/proc/meminfo: memFree=1580192/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=913068 CPUtime=0.08
/proc/8438/stat : 8438 (java) S 8436 8438 7915 0 -1 0 2876 0 1 0 7 1 0 0 19 0 8 0 155432232 934981632 2622 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8438/statm: 228267 2622 1396 14 0 215168 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913068

[startup+0.511228 s]
/proc/loadavg: 1.86 1.97 1.91 4/80 8439
/proc/meminfo: memFree=1580192/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915328 CPUtime=0.49
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 7307 0 1 0 44 5 0 0 18 0 8 0 155432232 937295872 7046 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445412 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8438/statm: 228832 7046 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33831 s]
/proc/loadavg: 1.95 1.98 1.91 3/87 8446
/proc/meminfo: memFree=1513000/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915328 CPUtime=1.3
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 19120 0 1 0 119 11 0 0 24 0 8 0 155432232 937295872 18858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155769925 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8438/statm: 228832 18858 2160 14 0 215302 0
[pid=8438/tid=8440] ppid=8436 vsize=915328 CPUtime=0.05
/proc/8438/task/8440/stat : 8440 (java) S 8436 8438 7915 0 -1 64 2657 0 0 0 4 1 0 0 17 0 8 0 155432235 937295872 18858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8441] ppid=8436 vsize=915328 CPUtime=0
/proc/8438/task/8441/stat : 8441 (java) S 8436 8438 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155432237 937295872 18858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8442] ppid=8436 vsize=915328 CPUtime=0
/proc/8438/task/8442/stat : 8442 (java) S 8436 8438 7915 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155432237 937295872 18858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8443] ppid=8436 vsize=915328 CPUtime=0
/proc/8438/task/8443/stat : 8443 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155432240 937295872 18858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8444] ppid=8436 vsize=915328 CPUtime=0.1
/proc/8438/task/8444/stat : 8444 (java) S 8436 8438 7915 0 -1 64 320 0 0 0 10 0 0 0 16 0 8 0 155432240 937295872 18858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8445] ppid=8436 vsize=915328 CPUtime=0
/proc/8438/task/8445/stat : 8445 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155432240 937295872 18858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8446] ppid=8436 vsize=915328 CPUtime=0
/proc/8438/task/8446/stat : 8446 (java) S 8436 8438 7915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155432240 937295872 18858 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915328

[startup+2.98448 s]
/proc/loadavg: 1.95 1.98 1.91 3/87 8446
/proc/meminfo: memFree=1497320/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915416 CPUtime=2.94
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 23391 0 1 0 280 14 0 0 25 0 8 0 155432232 937385984 23126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754420 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8438/statm: 228854 23126 2521 14 0 215324 0
[pid=8438/tid=8440] ppid=8436 vsize=915416 CPUtime=0.16
/proc/8438/task/8440/stat : 8440 (java) S 8436 8438 7915 0 -1 64 6427 0 0 0 14 2 0 0 17 0 8 0 155432235 937385984 23126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8441] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8441/stat : 8441 (java) S 8436 8438 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155432237 937385984 23126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8442] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8442/stat : 8442 (java) S 8436 8438 7915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155432237 937385984 23126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8443] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8443/stat : 8443 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155432240 937385984 23126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8444] ppid=8436 vsize=915416 CPUtime=0.2
/proc/8438/task/8444/stat : 8444 (java) S 8436 8438 7915 0 -1 64 372 0 0 0 20 0 0 0 15 0 8 0 155432240 937385984 23126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8445] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8445/stat : 8445 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155432240 937385984 23126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8446] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8446/stat : 8446 (java) S 8436 8438 7915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155432240 937385984 23126 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915416

[startup+6.26482 s]
/proc/loadavg: 1.95 1.98 1.91 3/87 8446
/proc/meminfo: memFree=1497200/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915416 CPUtime=6.18
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 23409 0 1 0 604 14 0 0 25 0 8 0 155432232 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8438/statm: 228854 23141 2521 14 0 215324 0
[pid=8438/tid=8440] ppid=8436 vsize=915416 CPUtime=0.16
/proc/8438/task/8440/stat : 8440 (java) S 8436 8438 7915 0 -1 64 6427 0 0 0 14 2 0 0 17 0 8 0 155432235 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8441] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8441/stat : 8441 (java) S 8436 8438 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155432237 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8442] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8442/stat : 8442 (java) S 8436 8438 7915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155432237 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8443] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8443/stat : 8443 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155432240 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8444] ppid=8436 vsize=915416 CPUtime=0.24
/proc/8438/task/8444/stat : 8444 (java) S 8436 8438 7915 0 -1 64 388 0 0 0 23 1 0 0 16 0 8 0 155432240 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8445] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8445/stat : 8445 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155432240 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8446] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8446/stat : 8446 (java) S 8436 8438 7915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155432240 937385984 23141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915416

[startup+12.7605 s]
/proc/loadavg: 1.96 1.98 1.91 3/87 8446
/proc/meminfo: memFree=1497136/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915416 CPUtime=12.61
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 23413 0 1 0 1247 14 0 0 25 0 8 0 155432232 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754420 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8438/statm: 228854 23144 2521 14 0 215324 0
[pid=8438/tid=8440] ppid=8436 vsize=915416 CPUtime=0.16
/proc/8438/task/8440/stat : 8440 (java) S 8436 8438 7915 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155432235 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8441] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8441/stat : 8441 (java) S 8436 8438 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8442] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8442/stat : 8442 (java) S 8436 8438 7915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8443] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8443/stat : 8443 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8444] ppid=8436 vsize=915416 CPUtime=0.25
/proc/8438/task/8444/stat : 8444 (java) S 8436 8438 7915 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8445] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8445/stat : 8445 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8446] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8446/stat : 8446 (java) S 8436 8438 7915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915416

[startup+25.6218 s]
/proc/loadavg: 1.96 1.98 1.91 3/87 8446
/proc/meminfo: memFree=1497328/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915416 CPUtime=25.36
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 23414 0 1 0 2522 14 0 0 25 0 8 0 155432232 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073764933 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8438/statm: 228854 23144 2521 14 0 215324 0
[pid=8438/tid=8440] ppid=8436 vsize=915416 CPUtime=0.16
/proc/8438/task/8440/stat : 8440 (java) S 8436 8438 7915 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155432235 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8441] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8441/stat : 8441 (java) S 8436 8438 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8442] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8442/stat : 8442 (java) S 8436 8438 7915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8443] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8443/stat : 8443 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8444] ppid=8436 vsize=915416 CPUtime=0.25
/proc/8438/task/8444/stat : 8444 (java) S 8436 8438 7915 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8445] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8445/stat : 8445 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8446] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8446/stat : 8446 (java) S 8436 8438 7915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915416

[startup+51.2494 s]
/proc/loadavg: 1.98 1.98 1.91 3/87 8446
/proc/meminfo: memFree=1497392/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915416 CPUtime=50.74
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 23414 0 1 0 5060 14 0 0 25 0 8 0 155432232 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073787851 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8438/statm: 228854 23144 2521 14 0 215324 0
[pid=8438/tid=8440] ppid=8436 vsize=915416 CPUtime=0.16
/proc/8438/task/8440/stat : 8440 (java) S 8436 8438 7915 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155432235 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8441] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8441/stat : 8441 (java) S 8436 8438 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8442] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8442/stat : 8442 (java) S 8436 8438 7915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8443] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8443/stat : 8443 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8444] ppid=8436 vsize=915416 CPUtime=0.25
/proc/8438/task/8444/stat : 8444 (java) S 8436 8438 7915 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8445] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8445/stat : 8445 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8446] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8446/stat : 8446 (java) S 8436 8438 7915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 915416

[startup+102.496 s]
/proc/loadavg: 1.99 1.98 1.91 3/87 8502
/proc/meminfo: memFree=1494056/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915416 CPUtime=101.83
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 23414 0 1 0 10166 17 0 0 25 0 8 0 155432232 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073776698 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8438/statm: 228854 23144 2521 14 0 215324 0
[pid=8438/tid=8440] ppid=8436 vsize=915416 CPUtime=0.16
/proc/8438/task/8440/stat : 8440 (java) S 8436 8438 7915 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155432235 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8441] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8441/stat : 8441 (java) S 8436 8438 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8442] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8442/stat : 8442 (java) S 8436 8438 7915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8443] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8443/stat : 8443 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8444] ppid=8436 vsize=915416 CPUtime=0.25
/proc/8438/task/8444/stat : 8444 (java) S 8436 8438 7915 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8445] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8445/stat : 8445 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8446] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8446/stat : 8446 (java) S 8436 8438 7915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 915416

[startup+162.513 s]
/proc/loadavg: 1.99 1.98 1.91 3/93 8620
/proc/meminfo: memFree=1492904/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915416 CPUtime=161.76
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 23414 0 1 0 16150 26 0 0 25 0 8 0 155432232 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759299 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/8438/task/8443/stat : 8443 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8444] ppid=8436 vsize=915416 CPUtime=0.25
/proc/8438/task/8444/stat : 8444 (java) S 8436 8438 7915 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8445] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8445/stat : 8445 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8446] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8446/stat : 8446 (java) R 8436 8438 7915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.76
Current children cumulated vsize (KiB) 915416

[startup+222.544 s]
/proc/loadavg: 1.99 1.98 1.91 3/93 8680
/proc/meminfo: memFree=1492784/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915416 CPUtime=221.69
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 23414 0 1 0 22133 36 0 0 25 0 8 0 155432232 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8438/statm: 228854 23144 2521 14 0 215324 0
[pid=8438/tid=8440] ppid=8436 vsize=915416 CPUtime=0.16
/proc/8438/task/8440/stat : 8440 (java) S 8436 8438 7915 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155432235 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8441] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8441/stat : 8441 (java) S 8436 8438 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8442] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8442/stat : 8442 (java) S 8436 8438 7915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8443] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8443/stat : 8443 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8444] ppid=8436 vsize=915416 CPUtime=0.25
/proc/8438/task/8444/stat : 8444 (java) S 8436 8438 7915 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8445] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8445/stat : 8445 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8446] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8446/stat : 8446 (java) S 8436 8438 7915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.69
Current children cumulated vsize (KiB) 915416

[startup+282.544 s]
/proc/loadavg: 1.99 1.98 1.91 3/87 8700
/proc/meminfo: memFree=1493864/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915416 CPUtime=281.63
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 23414 0 1 0 28127 36 0 0 25 0 8 0 155432232 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630211 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8438/statm: 228854 23144 2521 14 0 215324 0
[pid=8438/tid=8440] ppid=8436 vsize=915416 CPUtime=0.16
/proc/8438/task/8440/stat : 8440 (java) S 8436 8438 7915 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155432235 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8441] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8441/stat : 8441 (java) S 8436 8438 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8442] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8442/stat : 8442 (java) S 8436 8438 7915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8443] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8443/stat : 8443 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8444] ppid=8436 vsize=915416 CPUtime=0.25
/proc/8438/task/8444/stat : 8444 (java) S 8436 8438 7915 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8445] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8445/stat : 8445 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8446] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8446/stat : 8446 (java) S 8436 8438 7915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.63
Current children cumulated vsize (KiB) 915416

[startup+342.547 s]
/proc/loadavg: 1.99 1.98 1.91 3/87 8700
/proc/meminfo: memFree=1493864/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915416 CPUtime=341.59
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 23414 0 1 0 34123 36 0 0 25 0 8 0 155432232 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814965 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8438/statm: 228854 23144 2521 14 0 215324 0
[pid=8438/tid=8440] ppid=8436 vsize=915416 CPUtime=0.16
/proc/8438/task/8440/stat : 8440 (java) S 8436 8438 7915 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155432235 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8441] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8441/stat : 8441 (java) S 8436 8438 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8442] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8442/stat : 8442 (java) S 8436 8438 7915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8443] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8443/stat : 8443 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8444] ppid=8436 vsize=915416 CPUtime=0.25
/proc/8438/task/8444/stat : 8444 (java) S 8436 8438 7915 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8445] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8445/stat : 8445 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8446] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8446/stat : 8446 (java) S 8436 8438 7915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.59
Current children cumulated vsize (KiB) 915416

[startup+402.547 s]
/proc/loadavg: 1.99 1.98 1.91 3/87 8700
/proc/meminfo: memFree=1493864/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915416 CPUtime=401.52
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 23414 0 1 0 40115 37 0 0 25 0 8 0 155432232 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8438/statm: 228854 23144 2521 14 0 215324 0
[pid=8438/tid=8440] ppid=8436 vsize=915416 CPUtime=0.16
/proc/8438/task/8440/stat : 8440 (java) S 8436 8438 7915 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155432235 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8441] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8441/stat : 8441 (java) S 8436 8438 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8442] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8442/stat : 8442 (java) S 8436 8438 7915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8443] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8443/stat : 8443 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8444] ppid=8436 vsize=915416 CPUtime=0.25
/proc/8438/task/8444/stat : 8444 (java) S 8436 8438 7915 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8445] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8445/stat : 8445 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8446] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8446/stat : 8446 (java) S 8436 8438 7915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.52
Current children cumulated vsize (KiB) 915416

[startup+462.55 s]
/proc/loadavg: 1.99 1.98 1.91 3/87 8700
/proc/meminfo: memFree=1493928/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915416 CPUtime=461.47
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 23414 0 1 0 46110 37 0 0 25 0 8 0 155432232 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073755211 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8438/statm: 228854 23144 2521 14 0 215324 0
[pid=8438/tid=8440] ppid=8436 vsize=915416 CPUtime=0.16
/proc/8438/task/8440/stat : 8440 (java) S 8436 8438 7915 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155432235 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8441] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8441/stat : 8441 (java) S 8436 8438 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8442] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8442/stat : 8442 (java) S 8436 8438 7915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8443] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8443/stat : 8443 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8444] ppid=8436 vsize=915416 CPUtime=0.25
/proc/8438/task/8444/stat : 8444 (java) S 8436 8438 7915 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8445] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8445/stat : 8445 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8446] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8446/stat : 8446 (java) S 8436 8438 7915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.47
Current children cumulated vsize (KiB) 915416

[startup+522.551 s]
/proc/loadavg: 1.99 1.98 1.91 3/87 8700
/proc/meminfo: memFree=1493928/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915416 CPUtime=521.42
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 23414 0 1 0 52105 37 0 0 25 0 8 0 155432232 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754377 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8438/statm: 228854 23144 2521 14 0 215324 0
[pid=8438/tid=8440] ppid=8436 vsize=915416 CPUtime=0.16
/proc/8438/task/8440/stat : 8440 (java) S 8436 8438 7915 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155432235 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8441] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8441/stat : 8441 (java) S 8436 8438 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8442] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8442/stat : 8442 (java) S 8436 8438 7915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8443] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8443/stat : 8443 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8444] ppid=8436 vsize=915416 CPUtime=0.25
/proc/8438/task/8444/stat : 8444 (java) S 8436 8438 7915 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8445] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8445/stat : 8445 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8446] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8446/stat : 8446 (java) S 8436 8438 7915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.42
Current children cumulated vsize (KiB) 915416

[startup+582.556 s]
/proc/loadavg: 1.99 1.98 1.91 3/87 8700
/proc/meminfo: memFree=1493928/2055920 swapFree=4192812/4192956
[pid=8438] ppid=8436 vsize=915416 CPUtime=581.35
/proc/8438/stat : 8438 (java) R 8436 8438 7915 0 -1 0 23414 0 1 0 58098 37 0 0 25 0 8 0 155432232 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630204 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8438/statm: 228854 23144 2521 14 0 215324 0
[pid=8438/tid=8440] ppid=8436 vsize=915416 CPUtime=0.16
/proc/8438/task/8440/stat : 8440 (java) S 8436 8438 7915 0 -1 64 6427 0 0 0 14 2 0 0 16 0 8 0 155432235 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8441] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8441/stat : 8441 (java) S 8436 8438 7915 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8442] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8442/stat : 8442 (java) S 8436 8438 7915 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155432237 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8443] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8443/stat : 8443 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8444] ppid=8436 vsize=915416 CPUtime=0.25
/proc/8438/task/8444/stat : 8444 (java) S 8436 8438 7915 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8445] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8445/stat : 8445 (java) S 8436 8438 7915 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8438/tid=8446] ppid=8436 vsize=915416 CPUtime=0
/proc/8438/task/8446/stat : 8446 (java) S 8436 8438 7915 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155432240 937385984 23144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.35
Current children cumulated vsize (KiB) 915416

Child status: 0
Real time (s): 623.67
CPU time (s): 622.444
CPU user time (s): 622.049
CPU system time (s): 0.394939
CPU usage (%): 99.8034
Max. virtual memory (cumulated for all children) (KiB): 915416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 622.049
system time used= 0.394939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23421
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= 13714
involuntary context switches= 7396

runsolver used 0.649901 s user time and 2.11568 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sat Jan  6 07:58:50 UTC 2007


IDJOB= 195962
IDBENCH= 3315
FILE ID= node44/195962-1168070329

PBS_JOBID= 3475889

Free space on /tmp= 66532 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  06118edf9ae5aebaf6ced014016cdc21

RANDOM SEED= 507679798

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.213
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.213
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:       1580608 kB
Buffers:         18660 kB
Cached:         283872 kB
SwapCached:          0 kB
Active:         142764 kB
Inactive:       263336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1580608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9124 kB
Writeback:           0 kB
Mapped:         123776 kB
Slab:            54384 kB
Committed_AS:  3690532 kB
PageTables:       1964 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= 66532 MiB



End job on node44 on Sat Jan  6 08:09:16 UTC 2007