Trace number 280442

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
AbsconMax 109 PFCMSAT (TO) 2400.12 2421.95

General information on the benchmark

Namerandom/rand-10-20-10/
rand-10-20-10-5-10000-19_ext.xml
MD5SUMf8a6610ad9164c4321527d1173795619
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints3
Best CPU time to get the best result obtained on this benchmark2400.12
SatisfiableNO
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=pfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/280442-1169305867/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=20  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.41	       =>  wckTime=0.1  cpuTime=0.08  mem=6M910
0.41	   
0.41	   relations being loaded...
0.63	   
0.63	   constraints being loaded...
0.74	     nbConstraints=5  nbRelationTypes=5  nbExtensionStructures=5  nbSharedExtensionStructures=0
0.74	     nbUnbuiltConflictsStructures=5  nbSharedBinaryRepresentations=0  maxDegree=5  maxArity=10
0.74	       =>  wckTime=0.423  cpuTime=0.38  mem=37M821
0.81	   
0.81	   solver LocalSearchSolver being built... 
0.85	       =>  wckTime=0.532  cpuTime=0.42  mem=10M983
0.85	
0.85	s SATISFIABLE
0.85	o 0
0.85	c 5
1.01	o 1
1.01	c 4
6.33	   
6.33	   search
6.33	     run=0  nbConstraintChecks=4325403  nbAssignments=10000
6.33	       =>  wckTime=5.481  cpuTime=5.42  mem=10M983
11.80	   
11.80	   search
11.80	     run=1  nbConstraintChecks=8675727  nbAssignments=20000
11.80	       =>  wckTime=10.959  cpuTime=10.83  mem=10M983
17.33	   
17.33	   search
17.33	     run=2  nbConstraintChecks=13031733  nbAssignments=30000
17.33	       =>  wckTime=16.482  cpuTime=16.3  mem=10M983
22.76	   
22.76	   search
22.76	     run=3  nbConstraintChecks=17336893  nbAssignments=40000
22.76	       =>  wckTime=21.919  cpuTime=21.69  mem=10M983
28.15	   
28.15	   search
28.15	     run=4  nbConstraintChecks=21653096  nbAssignments=50000
28.15	       =>  wckTime=27.303  cpuTime=27.03  mem=10M983
31.31	   
31.31	   search
31.31	     run=5  nbConstraintChecks=24175190  nbAssignments=55844
31.31	       =>  wckTime=30.465  cpuTime=30.17  mem=10M983
31.31	   
31.31	   global
31.31	     nbConstraintChecks=24175190  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.31	     solvingWckTime=30.464  solvingCpuTime=30.17  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.31	     globalCpuTime=30.64
31.31	       =>  wckTime=30.998  cpuTime=30.59  mem=10M983
31.31	   
31.31	   solver IterativeSystematicSolver being built... 
31.45	       =>  wckTime=31.138  cpuTime=30.69  mem=21M784
31.46	   
31.46	   preprocessing
31.46	     nbConstraintChecks=187  nbValidityChecks=500  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.46	     nbRemovedValues=0  detectedInconsistency=no
31.46	       =>  wckTime=0.0080  cpuTime=0.0  mem=21M784
31.87	   
31.87	   search
31.87	     run=0  nbConstraintChecks=312523  nbValidityChecks=319829  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.87	     nbAssignments=21  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=28  nbRestartNogoods=0
31.87	       =>  wckTime=0.412  cpuTime=0.38  mem=22M741
32.08	o 2
32.08	c 3
32.13	   
32.13	   search
32.13	     run=1  nbConstraintChecks=525857  nbValidityChecks=542163  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.13	     nbAssignments=53  nbFailedAssignments=12  nbBacktracks=30  nbVisitedNodes=73  nbRestartNogoods=2
32.13	       =>  wckTime=0.678  cpuTime=0.63  mem=22M741
32.26	   
32.26	   search
32.26	     run=2  nbConstraintChecks=615184  nbValidityChecks=653840  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.26	     nbAssignments=102  nbFailedAssignments=33  nbBacktracks=52  nbVisitedNodes=148  nbRestartNogoods=5
32.26	       =>  wckTime=0.8  cpuTime=0.75  mem=22M741
32.46	   
32.46	   search
32.46	     run=3  nbConstraintChecks=756593  nbValidityChecks=847933  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.46	     nbAssignments=201  nbFailedAssignments=92  nbBacktracks=85  nbVisitedNodes=330  nbRestartNogoods=13
32.46	       =>  wckTime=1.006  cpuTime=0.95  mem=22M741
33.10	   
33.10	   search
33.10	     run=4  nbConstraintChecks=1279622  nbValidityChecks=1433368  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.10	     nbAssignments=326  nbFailedAssignments=162  nbBacktracks=135  nbVisitedNodes=543  nbRestartNogoods=21
33.10	       =>  wckTime=1.647  cpuTime=1.58  mem=22M741
34.19	   
34.19	   search
34.19	     run=5  nbConstraintChecks=2198997  nbValidityChecks=2449473  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.19	     nbAssignments=521  nbFailedAssignments=275  nbBacktracks=210  nbVisitedNodes=888  nbRestartNogoods=26
34.19	       =>  wckTime=2.739  cpuTime=2.66  mem=22M741
34.91	   
34.91	   search
34.91	     run=6  nbConstraintChecks=2729612  nbValidityChecks=3160005  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.91	     nbAssignments=867  nbFailedAssignments=501  nbBacktracks=323  nbVisitedNodes=1518  nbRestartNogoods=41
34.91	       =>  wckTime=3.461  cpuTime=3.38  mem=22M741
36.79	   
36.79	   search
36.79	     run=7  nbConstraintChecks=4277627  nbValidityChecks=4922405  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
36.79	     nbAssignments=1300  nbFailedAssignments=758  nbBacktracks=493  nbVisitedNodes=2292  nbRestartNogoods=50
36.79	       =>  wckTime=5.332  cpuTime=5.22  mem=22M741
38.60	   
38.60	   search
38.61	     run=8  nbConstraintChecks=5713456  nbValidityChecks=6641078  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
38.61	     nbAssignments=1898  nbFailedAssignments=1091  nbBacktracks=749  nbVisitedNodes=3316  nbRestartNogoods=63
38.61	       =>  wckTime=7.151  cpuTime=7.0  mem=22M741
42.44	   
42.44	   search
42.44	     run=9  nbConstraintChecks=8874011  nbValidityChecks=10305517  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
42.44	     nbAssignments=2889  nbFailedAssignments=1689  nbBacktracks=1134  nbVisitedNodes=5115  nbRestartNogoods=80
42.44	       =>  wckTime=10.984  cpuTime=10.8  mem=22M741
48.94	   
48.94	   search
48.94	     run=10  nbConstraintChecks=14426812  nbValidityChecks=16619665  nbPropagations=0  nbRevisions=0
48.94	     nbUselessRevisions=0  nbAssignments=4418  nbFailedAssignments=2634  nbBacktracks=1710  nbVisitedNodes=7886
48.94	     nbRestartNogoods=96
48.94	       =>  wckTime=17.488  cpuTime=17.24  mem=22M741
59.79	   
59.79	   search
59.79	     run=11  nbConstraintChecks=23455788  nbValidityChecks=26861023  nbPropagations=0  nbRevisions=0
59.79	     nbUselessRevisions=0  nbAssignments=6727  nbFailedAssignments=4073  nbBacktracks=2574  nbVisitedNodes=12233
59.79	     nbRestartNogoods=109
59.79	       =>  wckTime=28.332  cpuTime=27.99  mem=22M741
70.97	   
70.97	   search
70.97	     run=12  nbConstraintChecks=32900147  nbValidityChecks=37775331  nbPropagations=0  nbRevisions=0
70.97	     nbUselessRevisions=0  nbAssignments=9634  nbFailedAssignments=5675  nbBacktracks=3872  nbVisitedNodes=17204
70.97	     nbRestartNogoods=126
70.97	       =>  wckTime=39.52  cpuTime=39.07  mem=22M741
86.74	   
86.74	   search
86.74	     run=13  nbConstraintChecks=46006944  nbValidityChecks=52946393  nbPropagations=0  nbRevisions=0
86.74	     nbUselessRevisions=0  nbAssignments=14241  nbFailedAssignments=8328  nbBacktracks=5818  nbVisitedNodes=25136
86.74	     nbRestartNogoods=148
86.74	       =>  wckTime=55.288  cpuTime=54.7  mem=22M741
109.27	   
109.27	   search
109.27	     run=14  nbConstraintChecks=64746189  nbValidityChecks=75065195  nbPropagations=0  nbRevisions=0
109.27	     nbUselessRevisions=0  nbAssignments=20807  nbFailedAssignments=11967  nbBacktracks=8737  nbVisitedNodes=36636
109.27	     nbRestartNogoods=171
109.27	       =>  wckTime=77.82  cpuTime=77.02  mem=22M741
145.39	   
145.39	   search
145.39	     run=15  nbConstraintChecks=94654618  nbValidityChecks=110150760  nbPropagations=0  nbRevisions=0
145.39	     nbUselessRevisions=0  nbAssignments=31653  nbFailedAssignments=18427  nbBacktracks=13116  nbVisitedNodes=56143
145.39	     nbRestartNogoods=188
145.39	       =>  wckTime=113.941  cpuTime=112.8  mem=22M741
199.60	   
199.60	   search
199.60	     run=16  nbConstraintChecks=139432895  nbValidityChecks=162945214  nbPropagations=0  nbRevisions=0
199.60	     nbUselessRevisions=0  nbAssignments=47878  nbFailedAssignments=28077  nbBacktracks=19685  nbVisitedNodes=84796
199.60	     nbRestartNogoods=198
199.60	       =>  wckTime=168.149  cpuTime=166.52  mem=22M741
278.46	   
278.46	   search
278.46	     run=17  nbConstraintChecks=203529845  nbValidityChecks=238515027  nbPropagations=0  nbRevisions=0
278.46	     nbUselessRevisions=0  nbAssignments=71516  nbFailedAssignments=41856  nbBacktracks=29537  nbVisitedNodes=127279
278.46	     nbRestartNogoods=210
278.46	       =>  wckTime=247.007  cpuTime=244.64  mem=22M741
362.46	   
362.46	   search
362.46	     run=18  nbConstraintChecks=269931482  nbValidityChecks=326322472  nbPropagations=0  nbRevisions=0
362.46	     nbUselessRevisions=0  nbAssignments=111680  nbFailedAssignments=67235  nbBacktracks=44315  nbVisitedNodes=202005
362.46	     nbRestartNogoods=233
362.46	       =>  wckTime=331.003  cpuTime=327.87  mem=22M741
506.93	   
506.93	   search
506.93	     run=19  nbConstraintChecks=386326571  nbValidityChecks=468461424  nbPropagations=0  nbRevisions=0
506.93	     nbUselessRevisions=0  nbAssignments=164447  nbFailedAssignments=97828  nbBacktracks=66483  nbVisitedNodes=296824
506.93	     nbRestartNogoods=251
506.93	       =>  wckTime=475.476  cpuTime=471.02  mem=22M741
722.73	   
722.73	   search
722.73	     run=20  nbConstraintChecks=554441287  nbValidityChecks=674920930  nbPropagations=0  nbRevisions=0
722.73	     nbUselessRevisions=0  nbAssignments=242422  nbFailedAssignments=142544  nbBacktracks=99736  nbVisitedNodes=435584
722.73	     nbRestartNogoods=275
722.73	       =>  wckTime=691.281  cpuTime=684.84  mem=22M741
987.80	   
987.80	   search
987.80	     run=21  nbConstraintChecks=765646182  nbValidityChecks=944906391  nbPropagations=0  nbRevisions=0
987.80	     nbUselessRevisions=0  nbAssignments=361596  nbFailedAssignments=211834  nbBacktracks=149614  nbVisitedNodes=646986
987.80	     nbRestartNogoods=304
987.80	       =>  wckTime=956.349  cpuTime=947.47  mem=22M741
1497.65	   
1497.65	   search
1497.65	     run=22  nbConstraintChecks=1172510605  nbValidityChecks=1459412782  nbPropagations=0  nbRevisions=0
1497.65	     nbUselessRevisions=0  nbAssignments=563721  nbFailedAssignments=339134  nbBacktracks=224432  nbVisitedNodes=1016073
1497.65	     nbRestartNogoods=318
1497.65	       =>  wckTime=1466.193  cpuTime=1452.63  mem=22M741
1889.43	o 3
1889.43	c 2
2265.27	   
2265.27	   search
2265.27	     run=23  nbConstraintChecks=1789943508  nbValidityChecks=2214538562  nbPropagations=0  nbRevisions=0
2265.27	     nbUselessRevisions=0  nbAssignments=817281  nbFailedAssignments=480461  nbBacktracks=336659  nbVisitedNodes=1460574
2265.27	     nbRestartNogoods=345
2265.27	       =>  wckTime=2233.814  cpuTime=2213.22  mem=22M741
2421.88	v 3 0 2 6 0 8 7 2 6 3 9 2 2 7 1 4 9 3 8 4 

Verifier Data (download as text)

2 unsatisfied constraints, 3 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node12/watcher-280442-1169305867 -o ROOT/results/node12/solver-280442-1169305867 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280442-1169305867/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.84 1.95 1.98 2/93 11373
/proc/meminfo: memFree=1306776/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=18540 CPUtime=0
/proc/11372/stat : 11372 (runsolver) R 11370 11372 11304 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 278981752 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 252429528359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11372/statm: 4635 279 244 17 0 2626 0

[startup+0.102805 s]
/proc/loadavg: 1.84 1.95 1.98 2/93 11373
/proc/meminfo: memFree=1306776/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=913236 CPUtime=0.08
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 2920 0 1 0 6 2 0 0 17 0 8 0 278981752 935153664 2666 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072941368 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11372/statm: 228309 2666 1397 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913236

[startup+0.510877 s]
/proc/loadavg: 1.84 1.95 1.98 2/93 11373
/proc/meminfo: memFree=1306776/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=0.49
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 7939 0 1 0 44 5 0 0 18 0 8 0 278981752 937299968 7678 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073563200 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11372/statm: 228833 7678 2139 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33402 s]
/proc/loadavg: 1.84 1.95 1.98 3/100 11380
/proc/meminfo: memFree=1254688/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=1.29
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 15667 0 1 0 117 12 0 0 24 0 8 0 278981752 937299968 15405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073596123 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11372/statm: 228833 15405 2477 14 0 215303 0
[pid=11372/tid=11374] ppid=11370 vsize=915332 CPUtime=0.04
/proc/11372/task/11374/stat : 11374 (java) S 11370 11372 11304 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 278981756 937299968 15405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11375] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11375/stat : 11375 (java) S 11370 11372 11304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278981756 937299968 15405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11376] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11376/stat : 11376 (java) S 11370 11372 11304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278981756 937299968 15405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11377] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11377/stat : 11377 (java) S 11370 11372 11304 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278981760 937299968 15405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11378] ppid=11370 vsize=915332 CPUtime=0.09
/proc/11372/task/11378/stat : 11378 (java) S 11370 11372 11304 0 -1 64 317 0 0 0 9 0 0 0 16 0 8 0 278981760 937299968 15405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11379] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11379/stat : 11379 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278981760 937299968 15405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11380] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11380/stat : 11380 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 16 0 8 0 278981760 937299968 15405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915332

[startup+2.98132 s]
/proc/loadavg: 1.84 1.95 1.98 3/100 11380
/proc/meminfo: memFree=1254624/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=2.93
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 15671 0 1 0 268 25 0 0 25 0 8 0 278981752 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073635335 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11372/statm: 228833 15408 2477 14 0 215303 0
[pid=11372/tid=11374] ppid=11370 vsize=915332 CPUtime=0.04
/proc/11372/task/11374/stat : 11374 (java) S 11370 11372 11304 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 278981756 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11375] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11375/stat : 11375 (java) S 11370 11372 11304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278981756 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11376] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11376/stat : 11376 (java) S 11370 11372 11304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278981756 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11377] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11377/stat : 11377 (java) S 11370 11372 11304 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278981760 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11378] ppid=11370 vsize=915332 CPUtime=0.1
/proc/11372/task/11378/stat : 11378 (java) S 11370 11372 11304 0 -1 64 320 0 0 0 10 0 0 0 16 0 8 0 278981760 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11379] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11379/stat : 11379 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278981760 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11380] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11380/stat : 11380 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278981760 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915332

[startup+6.26691 s]
/proc/loadavg: 1.85 1.95 1.98 3/100 11380
/proc/meminfo: memFree=1254624/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=6.19
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 15671 0 1 0 569 50 0 0 25 0 8 0 278981752 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073596089 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11372/statm: 228833 15408 2477 14 0 215303 0
[pid=11372/tid=11374] ppid=11370 vsize=915332 CPUtime=0.04
/proc/11372/task/11374/stat : 11374 (java) S 11370 11372 11304 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 278981756 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11375] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11375/stat : 11375 (java) S 11370 11372 11304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278981756 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11376] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11376/stat : 11376 (java) S 11370 11372 11304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278981756 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11377] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11377/stat : 11377 (java) S 11370 11372 11304 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278981760 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11378] ppid=11370 vsize=915332 CPUtime=0.1
/proc/11372/task/11378/stat : 11378 (java) S 11370 11372 11304 0 -1 64 320 0 0 0 10 0 0 0 16 0 8 0 278981760 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11379] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11379/stat : 11379 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278981760 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11380] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11380/stat : 11380 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278981760 937299968 15408 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915332

[startup+12.7551 s]
/proc/loadavg: 1.86 1.95 1.98 3/100 11380
/proc/meminfo: memFree=1254632/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=12.61
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 15675 0 1 0 1163 98 0 0 25 0 8 0 278981752 937299968 15412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073630100 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11372/statm: 228833 15412 2477 14 0 215303 0
[pid=11372/tid=11374] ppid=11370 vsize=915332 CPUtime=0.04
/proc/11372/task/11374/stat : 11374 (java) S 11370 11372 11304 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 278981756 937299968 15412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11375] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11375/stat : 11375 (java) S 11370 11372 11304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278981756 937299968 15412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11376] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11376/stat : 11376 (java) S 11370 11372 11304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278981756 937299968 15412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11377] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11377/stat : 11377 (java) S 11370 11372 11304 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278981760 937299968 15412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11378] ppid=11370 vsize=915332 CPUtime=0.1
/proc/11372/task/11378/stat : 11378 (java) S 11370 11372 11304 0 -1 64 324 0 0 0 10 0 0 0 16 0 8 0 278981760 937299968 15412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11379] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11379/stat : 11379 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278981760 937299968 15412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11380] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11380/stat : 11380 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278981760 937299968 15412 18446744073709551615 134512640 134570532 4294956464 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) 915332

[startup+25.6004 s]
/proc/loadavg: 1.89 1.96 1.98 3/100 11380
/proc/meminfo: memFree=1254632/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=25.34
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 15675 0 1 0 2340 194 0 0 25 0 8 0 278981752 937299968 15412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073596067 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11372/statm: 228833 15412 2477 14 0 215303 0
[pid=11372/tid=11374] ppid=11370 vsize=915332 CPUtime=0.04
/proc/11372/task/11374/stat : 11374 (java) S 11370 11372 11304 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 278981756 937299968 15412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11375] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11375/stat : 11375 (java) S 11370 11372 11304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278981756 937299968 15412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11376] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11376/stat : 11376 (java) S 11370 11372 11304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278981756 937299968 15412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11377] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11377/stat : 11377 (java) S 11370 11372 11304 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278981760 937299968 15412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11378] ppid=11370 vsize=915332 CPUtime=0.1
/proc/11372/task/11378/stat : 11378 (java) S 11370 11372 11304 0 -1 64 324 0 0 0 10 0 0 0 16 0 8 0 278981760 937299968 15412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11379] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11379/stat : 11379 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278981760 937299968 15412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11380] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11380/stat : 11380 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278981760 937299968 15412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915332

[startup+51.221 s]
/proc/loadavg: 1.93 1.96 1.98 3/100 11380
/proc/meminfo: memFree=1254248/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=50.72
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 15844 0 1 0 4832 240 0 0 25 0 8 0 278981752 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073596067 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11372/statm: 228833 15570 2530 14 0 215303 0
[pid=11372/tid=11374] ppid=11370 vsize=915332 CPUtime=0.04
/proc/11372/task/11374/stat : 11374 (java) S 11370 11372 11304 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278981756 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11375] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11375/stat : 11375 (java) S 11370 11372 11304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278981756 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11376] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11376/stat : 11376 (java) S 11370 11372 11304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278981756 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11377] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11377/stat : 11377 (java) S 11370 11372 11304 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278981760 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11378] ppid=11370 vsize=915332 CPUtime=0.22
/proc/11372/task/11378/stat : 11378 (java) S 11370 11372 11304 0 -1 64 388 0 0 0 21 1 0 0 16 0 8 0 278981760 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11379] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11379/stat : 11379 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278981760 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11380] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11380/stat : 11380 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278981760 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915332

[startup+102.46 s]
/proc/loadavg: 1.97 1.96 1.98 3/100 11380
/proc/meminfo: memFree=1254312/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=101.5
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 15844 0 1 0 9909 241 0 0 25 0 8 0 278981752 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073757188 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11372/statm: 228833 15570 2530 14 0 215303 0
[pid=11372/tid=11374] ppid=11370 vsize=915332 CPUtime=0.04
/proc/11372/task/11374/stat : 11374 (java) S 11370 11372 11304 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278981756 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11375] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11375/stat : 11375 (java) S 11370 11372 11304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278981756 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11376] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11376/stat : 11376 (java) S 11370 11372 11304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278981756 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11377] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11377/stat : 11377 (java) S 11370 11372 11304 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278981760 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11378] ppid=11370 vsize=915332 CPUtime=0.22
/proc/11372/task/11378/stat : 11378 (java) S 11370 11372 11304 0 -1 64 388 0 0 0 21 1 0 0 16 0 8 0 278981760 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11379] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11379/stat : 11379 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278981760 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11380] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11380/stat : 11380 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278981760 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 915332

[startup+162.531 s]
/proc/loadavg: 1.99 1.97 1.98 3/100 11380
/proc/meminfo: memFree=1254312/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=161.01
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 15845 0 1 0 15860 241 0 0 25 0 8 0 278981752 937299968 15570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073754012 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 2006.5
Current children cumulated vsize (KiB) 915332

[startup+2085.21 s]
/proc/loadavg: 2.00 2.00 2.00 4/100 11382
/proc/meminfo: memFree=1254120/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=2066.04
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 15849 0 1 0 206347 257 0 0 25 0 8 0 278981752 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073600959 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11372/statm: 228833 15572 2530 14 0 215303 0
[pid=11372/tid=11374] ppid=11370 vsize=915332 CPUtime=0.04
/proc/11372/task/11374/stat : 11374 (java) S 11370 11372 11304 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11375] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11375/stat : 11375 (java) S 11370 11372 11304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11376] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11376/stat : 11376 (java) S 11370 11372 11304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11377] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11377/stat : 11377 (java) S 11370 11372 11304 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11378] ppid=11370 vsize=915332 CPUtime=0.23
/proc/11372/task/11378/stat : 11378 (java) S 11370 11372 11304 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11379] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11379/stat : 11379 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11380] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11380/stat : 11380 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2066.04
Current children cumulated vsize (KiB) 915332

[startup+2145.29 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 11382
/proc/meminfo: memFree=1254120/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=2125.58
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 15849 0 1 0 212300 258 0 0 25 0 8 0 278981752 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073600950 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11372/statm: 228833 15572 2530 14 0 215303 0
[pid=11372/tid=11374] ppid=11370 vsize=915332 CPUtime=0.04
/proc/11372/task/11374/stat : 11374 (java) S 11370 11372 11304 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11375] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11375/stat : 11375 (java) S 11370 11372 11304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11376] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11376/stat : 11376 (java) S 11370 11372 11304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11377] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11377/stat : 11377 (java) S 11370 11372 11304 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11378] ppid=11370 vsize=915332 CPUtime=0.23
/proc/11372/task/11378/stat : 11378 (java) S 11370 11372 11304 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11379] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11379/stat : 11379 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11380] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11380/stat : 11380 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2125.58
Current children cumulated vsize (KiB) 915332

[startup+2205.38 s]
/proc/loadavg: 2.03 2.01 2.00 3/100 11382
/proc/meminfo: memFree=1254120/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=2185.11
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 15849 0 1 0 218253 258 0 0 25 0 8 0 278981752 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073750930 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11372/statm: 228833 15572 2530 14 0 215303 0
[pid=11372/tid=11374] ppid=11370 vsize=915332 CPUtime=0.04
/proc/11372/task/11374/stat : 11374 (java) S 11370 11372 11304 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11375] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11375/stat : 11375 (java) S 11370 11372 11304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11376] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11376/stat : 11376 (java) S 11370 11372 11304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11377] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11377/stat : 11377 (java) S 11370 11372 11304 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11378] ppid=11370 vsize=915332 CPUtime=0.23
/proc/11372/task/11378/stat : 11378 (java) S 11370 11372 11304 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11379] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11379/stat : 11379 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11380] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11380/stat : 11380 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2185.11
Current children cumulated vsize (KiB) 915332

[startup+2265.47 s]
/proc/loadavg: 2.05 2.02 2.00 3/100 11382
/proc/meminfo: memFree=1254120/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=2244.65
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 15849 0 1 0 224206 259 0 0 25 0 8 0 278981752 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073595960 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11372/statm: 228833 15572 2530 14 0 215303 0
[pid=11372/tid=11374] ppid=11370 vsize=915332 CPUtime=0.04
/proc/11372/task/11374/stat : 11374 (java) S 11370 11372 11304 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11375] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11375/stat : 11375 (java) S 11370 11372 11304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11376] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11376/stat : 11376 (java) S 11370 11372 11304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11377] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11377/stat : 11377 (java) S 11370 11372 11304 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11378] ppid=11370 vsize=915332 CPUtime=0.23
/proc/11372/task/11378/stat : 11378 (java) S 11370 11372 11304 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11379] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11379/stat : 11379 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11380] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11380/stat : 11380 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2244.65
Current children cumulated vsize (KiB) 915332

[startup+2325.48 s]
/proc/loadavg: 2.09 2.03 2.00 3/100 11382
/proc/meminfo: memFree=1254056/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=2304.1
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 15849 0 1 0 230151 259 0 0 25 0 8 0 278981752 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073600964 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11372/statm: 228833 15572 2530 14 0 215303 0
[pid=11372/tid=11374] ppid=11370 vsize=915332 CPUtime=0.04
/proc/11372/task/11374/stat : 11374 (java) S 11370 11372 11304 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11375] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11375/stat : 11375 (java) S 11370 11372 11304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11376] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11376/stat : 11376 (java) S 11370 11372 11304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11377] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11377/stat : 11377 (java) S 11370 11372 11304 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11378] ppid=11370 vsize=915332 CPUtime=0.23
/proc/11372/task/11378/stat : 11378 (java) S 11370 11372 11304 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11379] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11379/stat : 11379 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11380] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11380/stat : 11380 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2304.1
Current children cumulated vsize (KiB) 915332

[startup+2385.57 s]
/proc/loadavg: 1.89 1.99 1.99 2/88 11580
/proc/meminfo: memFree=1308744/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=2363.79
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 15849 0 1 0 236118 261 0 0 25 0 8 0 278981752 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073600864 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11372/statm: 228833 15572 2530 14 0 215303 0
[pid=11372/tid=11374] ppid=11370 vsize=915332 CPUtime=0.04
/proc/11372/task/11374/stat : 11374 (java) S 11370 11372 11304 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11375] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11375/stat : 11375 (java) S 11370 11372 11304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11376] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11376/stat : 11376 (java) S 11370 11372 11304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11377] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11377/stat : 11377 (java) S 11370 11372 11304 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11378] ppid=11370 vsize=915332 CPUtime=0.23
/proc/11372/task/11378/stat : 11378 (java) S 11370 11372 11304 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11379] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11379/stat : 11379 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11380] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11380/stat : 11380 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2363.79
Current children cumulated vsize (KiB) 915332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2421.87 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 11907
/proc/meminfo: memFree=1304912/2055920 swapFree=4160348/4192956
[pid=11372] ppid=11370 vsize=915332 CPUtime=2400.04
/proc/11372/stat : 11372 (java) R 11370 11372 11304 0 -1 0 15849 0 1 0 239740 264 0 0 25 0 8 0 278981752 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073759474 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11372/statm: 228833 15572 2530 14 0 215303 0
[pid=11372/tid=11374] ppid=11370 vsize=915332 CPUtime=0.04
/proc/11372/task/11374/stat : 11374 (java) S 11370 11372 11304 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11375] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11375/stat : 11375 (java) S 11370 11372 11304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11376] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11376/stat : 11376 (java) S 11370 11372 11304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278981756 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11377] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11377/stat : 11377 (java) S 11370 11372 11304 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11378] ppid=11370 vsize=915332 CPUtime=0.23
/proc/11372/task/11378/stat : 11378 (java) S 11370 11372 11304 0 -1 64 390 0 0 0 22 1 0 0 16 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11379] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11379/stat : 11379 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11372/tid=11380] ppid=11370 vsize=915332 CPUtime=0
/proc/11372/task/11380/stat : 11380 (java) S 11370 11372 11304 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278981760 937299968 15572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 915332

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

Child status: 143
Real time (s): 2421.95
CPU time (s): 2400.12
CPU user time (s): 2397.47
CPU system time (s): 2.6556
CPU usage (%): 99.0989
Max. virtual memory (cumulated for all children) (KiB): 915336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.47
system time used= 2.6556
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15867
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= 49940
involuntary context switches= 97894

runsolver used 3.10653 s user time and 7.62484 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Jan 20 15:11:07 UTC 2007


IDJOB= 280442
IDBENCH= 11094
IDSOLVER= 69
FILE ID= node12/280442-1169305867

PBS_JOBID= 3609925

Free space on /tmp= 66560 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-10-20-10/rand-10-20-10-5-10000-19_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280442-1169305867/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-280442-1169305867 -o ROOT/results/node12/solver-280442-1169305867 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280442-1169305867/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f8a6610ad9164c4321527d1173795619

RANDOM SEED= 350552834

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1307256 kB
Buffers:         61456 kB
Cached:         524744 kB
SwapCached:       5332 kB
Active:         324600 kB
Inactive:       348180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1307256 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            2784 kB
Writeback:           0 kB
Mapped:         105808 kB
Slab:            60704 kB
Committed_AS:  9158892 kB
PageTables:       2232 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= 66559 MiB



End job on node12 on Sat Jan 20 15:51:29 UTC 2007