Trace number 280379

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.14 2420.2

General information on the benchmark

Namerandom/rand-10-20-10/
rand-10-20-10-5-10000-10_ext.xml
MD5SUM64198b128887c57ba056de06910900e2
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.11
Satisfiable
(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.39	   
0.39	Abscon 109 (November, 2006)
0.39	   
0.39	   configuration
0.39	     name=pfc.xml
0.43	   
0.43	   instance
0.43	     name=/tmp/evaluation/280379-1169305401/unknown.xml
0.46	   
0.46	   domains being loaded...
0.46	   
0.46	   variables being loaded...
0.50	     nbVariables=20  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.50	       =>  wckTime=0.1  cpuTime=0.09  mem=6M910
0.50	   
0.50	   relations being loaded...
0.71	   
0.71	   constraints being loaded...
0.82	     nbConstraints=5  nbRelationTypes=5  nbDisconnectedVariables=1  nbExtensionStructures=5
0.82	     nbSharedExtensionStructures=0  nbUnbuiltConflictsStructures=5  nbSharedBinaryRepresentations=0  maxDegree=5
0.82	     maxArity=10
0.82	       =>  wckTime=0.425  cpuTime=0.37  mem=37M821
0.89	   
0.89	   solver LocalSearchSolver being built... 
0.93	       =>  wckTime=0.534  cpuTime=0.42  mem=10M983
0.94	
0.94	s SATISFIABLE
0.94	o 0
0.94	c 5
1.94	o 1
1.94	c 4
2.97	o 2
2.97	c 3
6.06	   
6.06	   search
6.06	     run=0  nbConstraintChecks=4169500  nbAssignments=10000
6.06	       =>  wckTime=5.128  cpuTime=5.06  mem=10M983
10.93	   
10.93	   search
10.93	     run=1  nbConstraintChecks=8277703  nbAssignments=20000
10.93	       =>  wckTime=10.007  cpuTime=9.89  mem=10M983
15.86	   
15.86	   search
15.86	     run=2  nbConstraintChecks=12395482  nbAssignments=30000
15.86	       =>  wckTime=14.931  cpuTime=14.77  mem=10M983
20.81	   
20.81	   search
20.81	     run=3  nbConstraintChecks=16512766  nbAssignments=40000
20.81	       =>  wckTime=19.878  cpuTime=19.67  mem=10M983
25.74	   
25.74	   search
25.74	     run=4  nbConstraintChecks=20629843  nbAssignments=50000
25.74	       =>  wckTime=24.817  cpuTime=24.56  mem=10M983
30.65	   
30.65	   search
30.65	     run=5  nbConstraintChecks=24746983  nbAssignments=60000
30.65	       =>  wckTime=29.725  cpuTime=29.42  mem=10M983
33.25	   
33.25	   search
33.25	     run=6  nbConstraintChecks=26930020  nbAssignments=65303
33.25	       =>  wckTime=32.326  cpuTime=32.01  mem=10M983
33.26	   
33.26	   global
33.26	     nbConstraintChecks=26930020  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.26	     solvingWckTime=32.325  solvingCpuTime=32.01  expiredTime=no  totalExploration=no  nbFoundSolutions=0
33.26	     globalCpuTime=32.48
33.26	       =>  wckTime=32.861  cpuTime=32.43  mem=10M983
33.26	   
33.26	   solver IterativeSystematicSolver being built... 
33.39	       =>  wckTime=32.998  cpuTime=32.53  mem=21M784
33.40	   
33.40	   preprocessing
33.40	     nbConstraintChecks=184  nbValidityChecks=500  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.40	     nbRemovedValues=0  detectedInconsistency=no
33.40	       =>  wckTime=0.0080  cpuTime=0.0  mem=21M784
33.61	   
33.61	   search
33.61	     run=0  nbConstraintChecks=150662  nbValidityChecks=159052  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.61	     nbAssignments=23  nbFailedAssignments=7  nbBacktracks=10  nbVisitedNodes=32  nbRestartNogoods=0
33.61	       =>  wckTime=0.21  cpuTime=0.18  mem=22M741
33.68	   
33.68	   search
33.68	     run=1  nbConstraintChecks=193106  nbValidityChecks=214093  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.68	     nbAssignments=55  nbFailedAssignments=18  nbBacktracks=25  nbVisitedNodes=78  nbRestartNogoods=5
33.68	       =>  wckTime=0.282  cpuTime=0.24  mem=22M741
33.85	   
33.85	   search
33.85	     run=2  nbConstraintChecks=305241  nbValidityChecks=353933  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.85	     nbAssignments=112  nbFailedAssignments=47  nbBacktracks=47  nbVisitedNodes=176  nbRestartNogoods=11
33.85	       =>  wckTime=0.451  cpuTime=0.4  mem=22M741
34.10	   
34.10	   search
34.10	     run=3  nbConstraintChecks=508381  nbValidityChecks=601235  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.10	     nbAssignments=205  nbFailedAssignments=101  nbBacktracks=80  nbVisitedNodes=336  nbRestartNogoods=13
34.10	       =>  wckTime=0.702  cpuTime=0.64  mem=22M741
34.22	   
34.22	   search
34.22	     run=4  nbConstraintChecks=609766  nbValidityChecks=727673  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.22	     nbAssignments=277  nbFailedAssignments=117  nbBacktracks=131  nbVisitedNodes=425  nbRestartNogoods=24
34.22	       =>  wckTime=0.829  cpuTime=0.77  mem=22M741
34.40	   
34.40	   search
34.40	     run=5  nbConstraintChecks=740949  nbValidityChecks=914145  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.40	     nbAssignments=408  nbFailedAssignments=167  nbBacktracks=206  nbVisitedNodes=611  nbRestartNogoods=30
34.40	       =>  wckTime=1.009  cpuTime=0.94  mem=22M741
34.81	   
34.81	   search
34.81	     run=6  nbConstraintChecks=1020764  nbValidityChecks=1317581  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.81	     nbAssignments=661  nbFailedAssignments=301  nbBacktracks=319  nbVisitedNodes=1032  nbRestartNogoods=41
34.81	       =>  wckTime=1.412  cpuTime=1.33  mem=22M741
36.38	   
36.38	   search
36.38	     run=7  nbConstraintChecks=2324801  nbValidityChecks=2795202  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
36.38	     nbAssignments=1043  nbFailedAssignments=506  nbBacktracks=490  nbVisitedNodes=1665  nbRestartNogoods=53
36.38	       =>  wckTime=2.987  cpuTime=2.89  mem=22M741
37.60	   
37.60	   search
37.60	     run=8  nbConstraintChecks=3289960  nbValidityChecks=4033156  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
37.60	     nbAssignments=1649  nbFailedAssignments=848  nbBacktracks=749  nbVisitedNodes=2708  nbRestartNogoods=60
37.60	       =>  wckTime=4.201  cpuTime=4.07  mem=22M741
47.01	   
47.01	   search
47.01	     run=9  nbConstraintChecks=11885668  nbValidityChecks=13020953  nbPropagations=0  nbRevisions=0
47.01	     nbUselessRevisions=0  nbAssignments=2500  nbFailedAssignments=1307  nbBacktracks=1134  nbVisitedNodes=4188
47.01	     nbRestartNogoods=64
47.01	       =>  wckTime=13.618  cpuTime=13.4  mem=22M741
48.54	   
48.55	   search
48.55	     run=10  nbConstraintChecks=12920469  nbValidityChecks=14624459  nbPropagations=0  nbRevisions=0
48.55	     nbUselessRevisions=0  nbAssignments=3693  nbFailedAssignments=1917  nbBacktracks=1710  nbVisitedNodes=6155
48.55	     nbRestartNogoods=77
48.55	       =>  wckTime=15.151  cpuTime=14.91  mem=22M741
53.89	   
53.89	   search
53.89	     run=11  nbConstraintChecks=17660821  nbValidityChecks=20017091  nbPropagations=0  nbRevisions=0
53.89	     nbUselessRevisions=0  nbAssignments=5229  nbFailedAssignments=2583  nbBacktracks=2574  nbVisitedNodes=8553
53.89	     nbRestartNogoods=90
53.89	       =>  wckTime=20.493  cpuTime=20.21  mem=22M741
61.97	   
61.97	   search
61.97	     run=12  nbConstraintChecks=24174402  nbValidityChecks=27794263  nbPropagations=0  nbRevisions=0
61.97	     nbUselessRevisions=0  nbAssignments=7968  nbFailedAssignments=4018  nbBacktracks=3871  nbVisitedNodes=13090
61.97	     nbRestartNogoods=111
61.97	       =>  wckTime=28.579  cpuTime=28.22  mem=22M741
75.64	   
75.64	   search
75.64	     run=13  nbConstraintChecks=36393415  nbValidityChecks=41694445  nbPropagations=0  nbRevisions=0
75.64	     nbUselessRevisions=0  nbAssignments=11718  nbFailedAssignments=5814  nbBacktracks=5817  nbVisitedNodes=19294
75.64	     nbRestartNogoods=130
75.64	       =>  wckTime=42.245  cpuTime=41.77  mem=22M741
91.85	   
91.85	   search
91.85	     run=14  nbConstraintChecks=49562055  nbValidityChecks=57673087  nbPropagations=0  nbRevisions=0
91.85	     nbUselessRevisions=0  nbAssignments=17874  nbFailedAssignments=9043  nbBacktracks=8736  nbVisitedNodes=29447
91.85	     nbRestartNogoods=166
91.85	       =>  wckTime=58.458  cpuTime=57.83  mem=22M741
117.65	   
117.65	   search
117.65	     run=15  nbConstraintChecks=71458737  nbValidityChecks=84384233  nbPropagations=0  nbRevisions=0
117.65	     nbUselessRevisions=0  nbAssignments=27986  nbFailedAssignments=14771  nbBacktracks=13114  nbVisitedNodes=46735
117.65	     nbRestartNogoods=184
117.65	       =>  wckTime=84.258  cpuTime=83.39  mem=22M741
161.72	   
161.72	   search
161.72	     run=16  nbConstraintChecks=108229618  nbValidityChecks=126962096  nbPropagations=0  nbRevisions=0
161.72	     nbUselessRevisions=0  nbAssignments=41090  nbFailedAssignments=21301  nbBacktracks=19682  nbVisitedNodes=67855
161.72	     nbRestartNogoods=200
161.72	       =>  wckTime=128.324  cpuTime=127.05  mem=22M741
240.65	   
240.65	   search
240.65	     run=17  nbConstraintChecks=177927908  nbValidityChecks=205775589  nbPropagations=0  nbRevisions=0
240.65	     nbUselessRevisions=0  nbAssignments=61119  nbFailedAssignments=31473  nbBacktracks=29535  nbVisitedNodes=100657
240.65	     nbRestartNogoods=217
240.65	       =>  wckTime=207.255  cpuTime=205.27  mem=22M741
338.54	   
338.54	   search
338.54	     run=18  nbConstraintChecks=260664046  nbValidityChecks=301299421  nbPropagations=0  nbRevisions=0
338.54	     nbUselessRevisions=0  nbAssignments=90424  nbFailedAssignments=45993  nbBacktracks=44314  nbVisitedNodes=147955
338.54	     nbRestartNogoods=234
338.54	       =>  wckTime=305.149  cpuTime=302.27  mem=22M741
545.97	   
545.97	   search
545.97	     run=19  nbConstraintChecks=438492242  nbValidityChecks=502689640  nbPropagations=0  nbRevisions=0
545.97	     nbUselessRevisions=0  nbAssignments=140163  nbFailedAssignments=73557  nbBacktracks=66482  nbVisitedNodes=233308
545.97	     nbRestartNogoods=251
545.98	       =>  wckTime=512.581  cpuTime=507.81  mem=22M741
671.06	   
671.06	   search
671.06	     run=20  nbConstraintChecks=535153089  nbValidityChecks=634606394  nbPropagations=0  nbRevisions=0
671.06	     nbUselessRevisions=0  nbAssignments=212851  nbFailedAssignments=112987  nbBacktracks=99734  nbVisitedNodes=356773
671.06	     nbRestartNogoods=276
671.06	       =>  wckTime=637.667  cpuTime=631.76  mem=22M741
980.02	   
980.02	   search
980.02	     run=21  nbConstraintChecks=785963343  nbValidityChecks=935686080  nbPropagations=0  nbRevisions=0
980.02	     nbUselessRevisions=0  nbAssignments=319755  nbFailedAssignments=170006  nbBacktracks=149612  nbVisitedNodes=533667
980.02	     nbRestartNogoods=297
980.02	       =>  wckTime=946.626  cpuTime=937.91  mem=22M741
1288.10	   
1288.10	   search
1288.10	     run=22  nbConstraintChecks=1028072523  nbValidityChecks=1253635831  nbPropagations=0  nbRevisions=0
1288.10	     nbUselessRevisions=0  nbAssignments=481524  nbFailedAssignments=256951  nbBacktracks=224430  nbVisitedNodes=806485
1288.10	     nbRestartNogoods=316
1288.10	       =>  wckTime=1254.706  cpuTime=1243.18  mem=22M741
1811.22	   
1811.22	   search
1811.22	     run=23  nbConstraintChecks=1444282138  nbValidityChecks=1785973810  nbPropagations=0  nbRevisions=0
1811.22	     nbUselessRevisions=0  nbAssignments=725738  nbFailedAssignments=388931  nbBacktracks=336658  nbVisitedNodes=1215497
1811.22	     nbRestartNogoods=329
1811.22	       =>  wckTime=1777.823  cpuTime=1761.54  mem=22M741
1958.54	o 3
1958.54	c 2
2420.14	v 0 4 1 0 4 4 0 0 0 1 8 0 7 6 4 7 1 9 5 1 

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/node7/watcher-280379-1169305401 -o ROOT/results/node7/solver-280379-1169305401 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280379-1169305401/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.99 2.00 2.00 4/93 29319
/proc/meminfo: memFree=1270296/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=1784 CPUtime=0
/proc/29318/stat : 29318 (java) D 29316 29318 29048 0 -1 0 169 0 0 0 0 0 0 0 18 0 1 0 278935549 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/29318/statm: 446 140 106 14 0 91 0

[startup+0.103357 s]
/proc/loadavg: 1.99 2.00 2.00 4/93 29319
/proc/meminfo: memFree=1270296/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=47416 CPUtime=0
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 960 0 1 0 0 0 0 0 17 0 1 0 278935549 48553984 709 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4151972978 0 4 0 7368 0 0 0 17 1 0 0
/proc/29318/statm: 11854 709 576 14 0 1707 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47416

[startup+0.51291 s]
/proc/loadavg: 1.99 2.00 2.00 4/93 29319
/proc/meminfo: memFree=1270296/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=0.4
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 6295 0 1 0 37 3 0 0 21 0 8 0 278935549 937299968 6034 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155769989 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29318/statm: 228833 6034 2139 14 0 215303 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 915332

[startup+1.33949 s]
/proc/loadavg: 1.99 2.00 2.00 3/100 29326
/proc/meminfo: memFree=1218272/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=1.22
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 15675 0 1 0 111 11 0 0 25 0 8 0 278935549 937299968 15413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29318/statm: 228833 15413 2477 14 0 215303 0
[pid=29318/tid=29320] ppid=29316 vsize=915332 CPUtime=0.05
/proc/29318/task/29320/stat : 29320 (java) S 29316 29318 29048 0 -1 64 1536 0 0 0 5 0 0 0 16 0 8 0 278935562 937299968 15413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29321] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29321/stat : 29321 (java) S 29316 29318 29048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278935562 937299968 15413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29322] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29322/stat : 29322 (java) S 29316 29318 29048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278935562 937299968 15413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29323] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29323/stat : 29323 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278935565 937299968 15413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29324] ppid=29316 vsize=915332 CPUtime=0.1
/proc/29318/task/29324/stat : 29324 (java) S 29316 29318 29048 0 -1 64 318 0 0 0 10 0 0 0 16 0 8 0 278935565 937299968 15413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29325] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29325/stat : 29325 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278935565 937299968 15413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29326] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29326/stat : 29326 (java) S 29316 29318 29048 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278935565 937299968 15413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 915332

[startup+2.99065 s]
/proc/loadavg: 1.99 2.00 2.00 3/100 29326
/proc/meminfo: memFree=1218208/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=2.86
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 15679 0 1 0 263 23 0 0 25 0 8 0 278935549 937299968 15416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073630068 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29318/statm: 228833 15416 2477 14 0 215303 0
[pid=29318/tid=29320] ppid=29316 vsize=915332 CPUtime=0.05
/proc/29318/task/29320/stat : 29320 (java) S 29316 29318 29048 0 -1 64 1536 0 0 0 5 0 0 0 16 0 8 0 278935562 937299968 15416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29321] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29321/stat : 29321 (java) S 29316 29318 29048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278935562 937299968 15416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29322] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29322/stat : 29322 (java) S 29316 29318 29048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278935562 937299968 15416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29323] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29323/stat : 29323 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278935565 937299968 15416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29324] ppid=29316 vsize=915332 CPUtime=0.1
/proc/29318/task/29324/stat : 29324 (java) S 29316 29318 29048 0 -1 64 321 0 0 0 10 0 0 0 16 0 8 0 278935565 937299968 15416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29325] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29325/stat : 29325 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278935565 937299968 15416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29326] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29326/stat : 29326 (java) S 29316 29318 29048 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278935565 937299968 15416 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 915332

[startup+6.27 s]
/proc/loadavg: 1.99 2.00 2.00 3/100 29326
/proc/meminfo: memFree=1218144/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=6.11
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 15683 0 1 0 562 49 0 0 25 0 8 0 278935549 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073631017 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29318/statm: 228833 15420 2477 14 0 215303 0
[pid=29318/tid=29320] ppid=29316 vsize=915332 CPUtime=0.05
/proc/29318/task/29320/stat : 29320 (java) S 29316 29318 29048 0 -1 64 1536 0 0 0 5 0 0 0 16 0 8 0 278935562 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29321] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29321/stat : 29321 (java) S 29316 29318 29048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278935562 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29322] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29322/stat : 29322 (java) S 29316 29318 29048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278935562 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29323] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29323/stat : 29323 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278935565 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29324] ppid=29316 vsize=915332 CPUtime=0.11
/proc/29318/task/29324/stat : 29324 (java) S 29316 29318 29048 0 -1 64 325 0 0 0 11 0 0 0 16 0 8 0 278935565 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29325] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29325/stat : 29325 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278935565 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29326] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29326/stat : 29326 (java) S 29316 29318 29048 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278935565 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915332

[startup+12.7577 s]
/proc/loadavg: 1.99 2.00 2.00 3/100 29326
/proc/meminfo: memFree=1218144/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=12.53
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 15683 0 1 0 1154 99 0 0 25 0 8 0 278935549 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073630068 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29318/statm: 228833 15420 2477 14 0 215303 0
[pid=29318/tid=29320] ppid=29316 vsize=915332 CPUtime=0.05
/proc/29318/task/29320/stat : 29320 (java) S 29316 29318 29048 0 -1 64 1536 0 0 0 5 0 0 0 16 0 8 0 278935562 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29321] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29321/stat : 29321 (java) S 29316 29318 29048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278935562 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29322] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29322/stat : 29322 (java) S 29316 29318 29048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278935562 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29323] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29323/stat : 29323 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278935565 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29324] ppid=29316 vsize=915332 CPUtime=0.11
/proc/29318/task/29324/stat : 29324 (java) S 29316 29318 29048 0 -1 64 325 0 0 0 11 0 0 0 16 0 8 0 278935565 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29325] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29325/stat : 29325 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278935565 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29326] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29326/stat : 29326 (java) S 29316 29318 29048 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278935565 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 915332

[startup+25.605 s]
/proc/loadavg: 1.99 2.00 2.00 3/100 29326
/proc/meminfo: memFree=1218272/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=25.26
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 15683 0 1 0 2326 200 0 0 25 0 8 0 278935549 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073596020 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29318/statm: 228833 15420 2477 14 0 215303 0
[pid=29318/tid=29320] ppid=29316 vsize=915332 CPUtime=0.05
/proc/29318/task/29320/stat : 29320 (java) S 29316 29318 29048 0 -1 64 1536 0 0 0 5 0 0 0 16 0 8 0 278935562 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29321] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29321/stat : 29321 (java) S 29316 29318 29048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278935562 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29322] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29322/stat : 29322 (java) S 29316 29318 29048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278935562 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29323] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29323/stat : 29323 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278935565 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29324] ppid=29316 vsize=915332 CPUtime=0.11
/proc/29318/task/29324/stat : 29324 (java) S 29316 29318 29048 0 -1 64 325 0 0 0 11 0 0 0 16 0 8 0 278935565 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29325] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29325/stat : 29325 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278935565 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29326] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29326/stat : 29326 (java) S 29316 29318 29048 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278935565 937299968 15420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 915332

[startup+51.2267 s]
/proc/loadavg: 1.99 2.00 2.00 3/100 29326
/proc/meminfo: memFree=1217888/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=50.65
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 15849 0 1 0 4800 265 0 0 25 0 8 0 278935549 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073596046 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29318/statm: 228833 15578 2530 14 0 215303 0
[pid=29318/tid=29320] ppid=29316 vsize=915332 CPUtime=0.05
/proc/29318/task/29320/stat : 29320 (java) S 29316 29318 29048 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 278935562 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29321] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29321/stat : 29321 (java) S 29316 29318 29048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278935562 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29322] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29322/stat : 29322 (java) S 29316 29318 29048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278935562 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29323] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29323/stat : 29323 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278935565 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29324] ppid=29316 vsize=915332 CPUtime=0.23
/proc/29318/task/29324/stat : 29324 (java) S 29316 29318 29048 0 -1 64 387 0 0 0 23 0 0 0 16 0 8 0 278935565 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29325] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29325/stat : 29325 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278935565 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29326] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29326/stat : 29326 (java) S 29316 29318 29048 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278935565 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 915332

[startup+102.464 s]
/proc/loadavg: 2.07 2.02 2.00 3/100 29326
/proc/meminfo: memFree=1218016/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=101.42
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 15850 0 1 0 9877 265 0 0 25 0 8 0 278935549 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073600889 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29318/statm: 228833 15578 2530 14 0 215303 0
[pid=29318/tid=29320] ppid=29316 vsize=915332 CPUtime=0.05
/proc/29318/task/29320/stat : 29320 (java) S 29316 29318 29048 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 278935562 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29321] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29321/stat : 29321 (java) S 29316 29318 29048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278935562 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29322] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29322/stat : 29322 (java) S 29316 29318 29048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278935562 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29323] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29323/stat : 29323 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278935565 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29324] ppid=29316 vsize=915332 CPUtime=0.23
/proc/29318/task/29324/stat : 29324 (java) S 29316 29318 29048 0 -1 64 387 0 0 0 23 0 0 0 16 0 8 0 278935565 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29325] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29325/stat : 29325 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278935565 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29326] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29326/stat : 29326 (java) S 29316 29318 29048 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278935565 937299968 15578 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 915332

[startup+162.556 s]
/proc/loadavg: 2.10 2.04 2.01 3/100 29326
/proc/meminfo: memFree=1217952/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=160.96
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 15852 0 1 0 15830 266 0 0 25 0 8 0 278935549 937299968 15579 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073758588 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+2084.94 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 29328
/proc/meminfo: memFree=1217960/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=2065.85
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 15853 0 1 0 206305 280 0 0 25 0 8 0 278935549 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073752128 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29318/statm: 228833 15580 2530 14 0 215303 0
[pid=29318/tid=29320] ppid=29316 vsize=915332 CPUtime=0.05
/proc/29318/task/29320/stat : 29320 (java) S 29316 29318 29048 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29321] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29321/stat : 29321 (java) S 29316 29318 29048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29322] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29322/stat : 29322 (java) S 29316 29318 29048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29323] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29323/stat : 29323 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29324] ppid=29316 vsize=915332 CPUtime=0.24
/proc/29318/task/29324/stat : 29324 (java) S 29316 29318 29048 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29325] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29325/stat : 29325 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29326] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29326/stat : 29326 (java) S 29316 29318 29048 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2065.85
Current children cumulated vsize (KiB) 915332

[startup+2145.02 s]
/proc/loadavg: 2.07 2.02 2.00 3/100 29328
/proc/meminfo: memFree=1217960/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=2125.39
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 15853 0 1 0 212258 281 0 0 25 0 8 0 278935549 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073750918 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29318/statm: 228833 15580 2530 14 0 215303 0
[pid=29318/tid=29320] ppid=29316 vsize=915332 CPUtime=0.05
/proc/29318/task/29320/stat : 29320 (java) S 29316 29318 29048 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29321] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29321/stat : 29321 (java) S 29316 29318 29048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29322] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29322/stat : 29322 (java) S 29316 29318 29048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29323] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29323/stat : 29323 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29324] ppid=29316 vsize=915332 CPUtime=0.24
/proc/29318/task/29324/stat : 29324 (java) S 29316 29318 29048 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29325] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29325/stat : 29325 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29326] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29326/stat : 29326 (java) S 29316 29318 29048 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2125.39
Current children cumulated vsize (KiB) 915332

[startup+2205.08 s]
/proc/loadavg: 1.87 1.98 1.99 3/96 29647
/proc/meminfo: memFree=1261696/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=2185.24
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 15853 0 1 0 218240 284 0 0 25 0 8 0 278935549 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073630100 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29318/statm: 228833 15580 2530 14 0 215303 0
[pid=29318/tid=29320] ppid=29316 vsize=915332 CPUtime=0.05
/proc/29318/task/29320/stat : 29320 (java) S 29316 29318 29048 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29321] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29321/stat : 29321 (java) S 29316 29318 29048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29322] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29322/stat : 29322 (java) S 29316 29318 29048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29323] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29323/stat : 29323 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29324] ppid=29316 vsize=915332 CPUtime=0.24
/proc/29318/task/29324/stat : 29324 (java) S 29316 29318 29048 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29325] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29325/stat : 29325 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29326] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29326/stat : 29326 (java) S 29316 29318 29048 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2185.24
Current children cumulated vsize (KiB) 915332

[startup+2265.09 s]
/proc/loadavg: 1.95 1.98 1.99 3/94 29648
/proc/meminfo: memFree=846744/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=2245.18
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 15853 0 1 0 224233 285 0 0 25 0 8 0 278935549 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073600855 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29318/statm: 228833 15580 2530 14 0 215303 0
[pid=29318/tid=29320] ppid=29316 vsize=915332 CPUtime=0.05
/proc/29318/task/29320/stat : 29320 (java) S 29316 29318 29048 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29321] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29321/stat : 29321 (java) S 29316 29318 29048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29322] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29322/stat : 29322 (java) S 29316 29318 29048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29323] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29323/stat : 29323 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29324] ppid=29316 vsize=915332 CPUtime=0.24
/proc/29318/task/29324/stat : 29324 (java) S 29316 29318 29048 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29325] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29325/stat : 29325 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29326] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29326/stat : 29326 (java) S 29316 29318 29048 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2245.18
Current children cumulated vsize (KiB) 915332

[startup+2325.11 s]
/proc/loadavg: 1.98 1.98 1.99 3/94 29648
/proc/meminfo: memFree=846808/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=2305.14
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 15853 0 1 0 230229 285 0 0 25 0 8 0 278935549 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073752111 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29318/statm: 228833 15580 2530 14 0 215303 0
[pid=29318/tid=29320] ppid=29316 vsize=915332 CPUtime=0.05
/proc/29318/task/29320/stat : 29320 (java) S 29316 29318 29048 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29321] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29321/stat : 29321 (java) S 29316 29318 29048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29322] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29322/stat : 29322 (java) S 29316 29318 29048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29323] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29323/stat : 29323 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29324] ppid=29316 vsize=915332 CPUtime=0.24
/proc/29318/task/29324/stat : 29324 (java) S 29316 29318 29048 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29325] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29325/stat : 29325 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29326] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29326/stat : 29326 (java) S 29316 29318 29048 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2305.14
Current children cumulated vsize (KiB) 915332

[startup+2385.13 s]
/proc/loadavg: 1.99 1.98 1.99 3/94 29648
/proc/meminfo: memFree=846808/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=2365.1
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 15853 0 1 0 236225 285 0 0 25 0 8 0 278935549 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073600858 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29318/statm: 228833 15580 2530 14 0 215303 0
[pid=29318/tid=29320] ppid=29316 vsize=915332 CPUtime=0.05
/proc/29318/task/29320/stat : 29320 (java) S 29316 29318 29048 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29321] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29321/stat : 29321 (java) S 29316 29318 29048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29322] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29322/stat : 29322 (java) S 29316 29318 29048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29323] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29323/stat : 29323 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29324] ppid=29316 vsize=915332 CPUtime=0.24
/proc/29318/task/29324/stat : 29324 (java) S 29316 29318 29048 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29325] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29325/stat : 29325 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29326] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29326/stat : 29326 (java) S 29316 29318 29048 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2365.1
Current children cumulated vsize (KiB) 915332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2420.13 s]
/proc/loadavg: 1.99 1.98 1.99 3/94 29648
/proc/meminfo: memFree=846808/2055920 swapFree=4192812/4192956
[pid=29318] ppid=29316 vsize=915332 CPUtime=2400.06
/proc/29318/stat : 29318 (java) R 29316 29318 29048 0 -1 0 15853 0 1 0 239721 285 0 0 25 0 8 0 278935549 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073781382 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29318/statm: 228833 15580 2530 14 0 215303 0
[pid=29318/tid=29320] ppid=29316 vsize=915332 CPUtime=0.05
/proc/29318/task/29320/stat : 29320 (java) S 29316 29318 29048 0 -1 64 1537 0 0 0 5 0 0 0 16 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29321] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29321/stat : 29321 (java) S 29316 29318 29048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29322] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29322/stat : 29322 (java) S 29316 29318 29048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 278935562 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29323] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29323/stat : 29323 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29324] ppid=29316 vsize=915332 CPUtime=0.24
/proc/29318/task/29324/stat : 29324 (java) S 29316 29318 29048 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29325] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29325/stat : 29325 (java) S 29316 29318 29048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29318/tid=29326] ppid=29316 vsize=915332 CPUtime=0
/proc/29318/task/29326/stat : 29326 (java) R 29316 29318 29048 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 278935565 937299968 15580 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 915332

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

Child status: 143
Real time (s): 2420.2
CPU time (s): 2400.14
CPU user time (s): 2397.27
CPU system time (s): 2.86756
CPU usage (%): 99.171
Max. virtual memory (cumulated for all children) (KiB): 915336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.27
system time used= 2.86756
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15872
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= 49962
involuntary context switches= 111308

runsolver used 3.12153 s user time and 7.60284 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Jan 20 15:03:21 UTC 2007


IDJOB= 280379
IDBENCH= 11087
IDSOLVER= 69
FILE ID= node7/280379-1169305401

PBS_JOBID= 3609923

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-10_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280379-1169305401/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-280379-1169305401 -o ROOT/results/node7/solver-280379-1169305401 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280379-1169305401/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  64198b128887c57ba056de06910900e2

RANDOM SEED= 443425739

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.220
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.220
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:       1270712 kB
Buffers:         56080 kB
Cached:         532936 kB
SwapCached:          0 kB
Active:         274360 kB
Inactive:       427764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1270712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3060 kB
Writeback:           0 kB
Mapped:         142108 kB
Slab:            67496 kB
Committed_AS:  9770340 kB
PageTables:       2512 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= 66557 MiB



End job on node7 on Sat Jan 20 15:43:41 UTC 2007