Trace number 280415

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 2411.63

General information on the benchmark

Namerandom/rand-10-20-10/
rand-10-20-10-5-10000-6_ext.xml
MD5SUM17d1fdcdcf59945af48d18d3e7775061
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints2
Best CPU time to get the best result obtained on this benchmark2400.09
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/280415-1169305617/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=20  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.41	       =>  wckTime=0.098  cpuTime=0.1  mem=6M910
0.41	   
0.41	   relations being loaded...
0.62	   
0.62	   constraints being loaded...
0.72	     nbConstraints=5  nbRelationTypes=5  nbDisconnectedVariables=2  nbExtensionStructures=5
0.72	     nbSharedExtensionStructures=0  nbUnbuiltConflictsStructures=5  nbSharedBinaryRepresentations=0  maxDegree=4
0.72	     maxArity=10
0.72	       =>  wckTime=0.415  cpuTime=0.38  mem=37M821
0.79	   
0.79	   solver LocalSearchSolver being built... 
0.83	       =>  wckTime=0.522  cpuTime=0.43  mem=10M983
0.84	
0.84	s SATISFIABLE
0.84	o 0
0.84	c 5
6.47	   
6.47	   search
6.47	     run=0  nbConstraintChecks=4300005  nbAssignments=10000
6.47	       =>  wckTime=5.639  cpuTime=5.59  mem=10M983
7.58	o 1
7.58	c 4
11.84	   
11.84	   search
11.84	     run=1  nbConstraintChecks=8524076  nbAssignments=20000
11.84	       =>  wckTime=11.009  cpuTime=10.93  mem=10M983
17.21	   
17.21	   search
17.21	     run=2  nbConstraintChecks=12878591  nbAssignments=30000
17.21	       =>  wckTime=16.379  cpuTime=16.28  mem=10M983
22.58	   
22.58	   search
22.58	     run=3  nbConstraintChecks=17234597  nbAssignments=40000
22.58	       =>  wckTime=21.753  cpuTime=21.63  mem=10M983
27.98	   
27.98	   search
27.98	     run=4  nbConstraintChecks=21558291  nbAssignments=50000
27.98	       =>  wckTime=27.154  cpuTime=27.0  mem=10M983
33.20	   
33.20	   search
33.20	     run=5  nbConstraintChecks=25724429  nbAssignments=60000
33.20	       =>  wckTime=32.371  cpuTime=32.19  mem=10M983
37.74	   
37.74	   search
37.74	     run=6  nbConstraintChecks=29403520  nbAssignments=68446
37.74	       =>  wckTime=36.908  cpuTime=36.71  mem=10M983
37.74	   
37.74	   global
37.74	     nbConstraintChecks=29403520  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
37.74	     solvingWckTime=36.907  solvingCpuTime=36.7  expiredTime=no  totalExploration=no  nbFoundSolutions=0
37.74	     globalCpuTime=37.18
37.74	       =>  wckTime=37.431  cpuTime=37.13  mem=10M983
37.74	   
37.74	   solver IterativeSystematicSolver being built... 
37.88	       =>  wckTime=37.568  cpuTime=37.22  mem=21M784
37.89	   
37.89	   preprocessing
37.89	     nbConstraintChecks=178  nbValidityChecks=500  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
37.89	     nbRemovedValues=0  detectedInconsistency=no
37.89	       =>  wckTime=0.0080  cpuTime=0.01  mem=21M784
38.04	o 2
38.04	c 3
38.05	   
38.05	   search
38.05	     run=0  nbConstraintChecks=107268  nbValidityChecks=115655  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
38.05	     nbAssignments=32  nbFailedAssignments=6  nbBacktracks=19  nbVisitedNodes=44  nbRestartNogoods=0
38.05	       =>  wckTime=0.175  cpuTime=0.15  mem=22M741
38.38	   
38.38	   search
38.38	     run=1  nbConstraintChecks=368737  nbValidityChecks=398268  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
38.38	     nbAssignments=74  nbFailedAssignments=27  nbBacktracks=35  nbVisitedNodes=117  nbRestartNogoods=3
38.38	       =>  wckTime=0.5  cpuTime=0.47  mem=22M741
38.90	   
38.90	   search
38.90	     run=2  nbConstraintChecks=811142  nbValidityChecks=884989  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
38.90	     nbAssignments=153  nbFailedAssignments=77  nbBacktracks=57  nbVisitedNodes=262  nbRestartNogoods=8
38.90	       =>  wckTime=1.023  cpuTime=0.98  mem=22M741
39.22	   
39.22	   search
39.22	     run=3  nbConstraintChecks=1051596  nbValidityChecks=1191753  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
39.22	     nbAssignments=275  nbFailedAssignments=160  nbBacktracks=90  nbVisitedNodes=488  nbRestartNogoods=11
39.22	       =>  wckTime=1.34  cpuTime=1.3  mem=22M741
39.54	   
39.54	   search
39.54	     run=4  nbConstraintChecks=1300734  nbValidityChecks=1515842  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
39.54	     nbAssignments=416  nbFailedAssignments=245  nbBacktracks=140  nbVisitedNodes=744  nbRestartNogoods=20
39.54	       =>  wckTime=1.659  cpuTime=1.61  mem=22M741
40.55	   
40.55	   search
40.55	     run=5  nbConstraintChecks=2145494  nbValidityChecks=2444940  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
40.55	     nbAssignments=588  nbFailedAssignments=335  nbBacktracks=217  nbVisitedNodes=1040  nbRestartNogoods=25
40.55	       =>  wckTime=2.67  cpuTime=2.62  mem=22M741
41.30	   
41.30	   search
41.30	     run=6  nbConstraintChecks=2768485  nbValidityChecks=3216985  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
41.30	     nbAssignments=877  nbFailedAssignments=504  nbBacktracks=330  nbVisitedNodes=1550  nbRestartNogoods=29
41.30	       =>  wckTime=3.418  cpuTime=3.36  mem=22M741
43.62	   
43.62	   search
43.62	     run=7  nbConstraintChecks=4706820  nbValidityChecks=5419840  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
43.62	     nbAssignments=1365  nbFailedAssignments=815  nbBacktracks=500  nbVisitedNodes=2450  nbRestartNogoods=39
43.62	       =>  wckTime=5.746  cpuTime=5.67  mem=22M741
45.97	   
45.97	   search
45.97	     run=8  nbConstraintChecks=6629334  nbValidityChecks=7724807  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
45.97	     nbAssignments=2065  nbFailedAssignments=1252  nbBacktracks=756  nbVisitedNodes=3747  nbRestartNogoods=44
45.97	       =>  wckTime=8.092  cpuTime=7.99  mem=22M741
48.48	   
48.48	   search
48.48	     run=9  nbConstraintChecks=8549728  nbValidityChecks=10182860  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
48.48	     nbAssignments=3088  nbFailedAssignments=1885  nbBacktracks=1140  nbVisitedNodes=5564  nbRestartNogoods=61
48.48	       =>  wckTime=10.605  cpuTime=10.49  mem=22M741
52.83	   
52.83	   search
52.83	     run=10  nbConstraintChecks=12134814  nbValidityChecks=14697739  nbPropagations=0  nbRevisions=0
52.83	     nbUselessRevisions=0  nbAssignments=4797  nbFailedAssignments=3011  nbBacktracks=1716  nbVisitedNodes=8725
52.83	     nbRestartNogoods=73
52.83	       =>  wckTime=14.956  cpuTime=14.81  mem=22M741
59.68	   
59.69	   search
59.69	     run=11  nbConstraintChecks=17578786  nbValidityChecks=21371981  nbPropagations=0  nbRevisions=0
59.69	     nbUselessRevisions=0  nbAssignments=7105  nbFailedAssignments=4449  nbBacktracks=2580  nbVisitedNodes=12846
59.69	     nbRestartNogoods=102
59.69	       =>  wckTime=21.808  cpuTime=21.63  mem=22M741
73.25	   
73.25	   search
73.25	     run=12  nbConstraintChecks=29323143  nbValidityChecks=34931568  nbPropagations=0  nbRevisions=0
73.25	     nbUselessRevisions=0  nbAssignments=10531  nbFailedAssignments=6571  nbBacktracks=3878  nbVisitedNodes=19155
73.25	     nbRestartNogoods=114
73.25	       =>  wckTime=35.376  cpuTime=35.13  mem=22M741
90.45	   
90.45	   search
90.45	     run=13  nbConstraintChecks=43378802  nbValidityChecks=51722130  nbPropagations=0  nbRevisions=0
90.45	     nbUselessRevisions=0  nbAssignments=15630  nbFailedAssignments=9716  nbBacktracks=5824  nbVisitedNodes=28467
90.45	     nbRestartNogoods=130
90.45	       =>  wckTime=52.573  cpuTime=52.25  mem=22M741
112.47	   
112.47	   search
112.47	     run=14  nbConstraintChecks=61839457  nbValidityChecks=74170846  nbPropagations=0  nbRevisions=0
112.47	     nbUselessRevisions=0  nbAssignments=23096  nbFailedAssignments=14257  nbBacktracks=8744  nbVisitedNodes=42096
112.47	     nbRestartNogoods=141
112.47	       =>  wckTime=74.589  cpuTime=74.16  mem=22M741
143.17	   
143.17	   search
143.17	     run=15  nbConstraintChecks=86588328  nbValidityChecks=104326743  nbPropagations=0  nbRevisions=0
143.17	     nbUselessRevisions=0  nbAssignments=33565  nbFailedAssignments=20343  nbBacktracks=13122  nbVisitedNodes=60484
143.17	     nbRestartNogoods=156
143.17	       =>  wckTime=105.289  cpuTime=104.71  mem=22M741
217.98	   
217.98	   search
217.98	     run=16  nbConstraintChecks=148830675  nbValidityChecks=176176047  nbPropagations=0  nbRevisions=0
217.98	     nbUselessRevisions=0  nbAssignments=51463  nbFailedAssignments=31666  nbBacktracks=19691  nbVisitedNodes=93789
217.98	     nbRestartNogoods=174
217.98	       =>  wckTime=180.104  cpuTime=179.17  mem=22M741
335.38	   
335.38	   search
335.38	     run=17  nbConstraintChecks=251462326  nbValidityChecks=293539068  nbPropagations=0  nbRevisions=0
335.38	     nbUselessRevisions=0  nbAssignments=79396  nbFailedAssignments=49742  nbBacktracks=29543  nbVisitedNodes=144768
335.38	     nbRestartNogoods=187
335.38	       =>  wckTime=297.505  cpuTime=296.01  mem=22M741
509.09	   
509.09	   search
509.09	     run=18  nbConstraintChecks=397303324  nbValidityChecks=458988571  nbPropagations=0  nbRevisions=0
509.09	     nbUselessRevisions=0  nbAssignments=117307  nbFailedAssignments=72869  nbBacktracks=44321  nbVisitedNodes=213272
509.09	     nbRestartNogoods=199
509.09	       =>  wckTime=471.211  cpuTime=468.9  mem=22M741
722.83	   
722.83	   search
722.83	     run=19  nbConstraintChecks=580680524  nbValidityChecks=675499793  nbPropagations=0  nbRevisions=0
722.83	     nbUselessRevisions=0  nbAssignments=179535  nbFailedAssignments=112923  nbBacktracks=66489  nbVisitedNodes=328727
722.83	     nbRestartNogoods=220
722.83	       =>  wckTime=684.954  cpuTime=681.62  mem=22M741
1025.81	   
1025.81	   search
1025.81	     run=20  nbConstraintChecks=828276805  nbValidityChecks=969678049  nbPropagations=0  nbRevisions=0
1025.81	     nbUselessRevisions=0  nbAssignments=267113  nbFailedAssignments=167241  nbBacktracks=99741  nbVisitedNodes=490316
1025.81	     nbRestartNogoods=237
1025.81	       =>  wckTime=987.934  cpuTime=983.15  mem=22M741
1536.50	   
1536.50	   search
1536.50	     run=21  nbConstraintChecks=1261780522  nbValidityChecks=1468880940  nbPropagations=0  nbRevisions=0
1536.50	     nbUselessRevisions=0  nbAssignments=393767  nbFailedAssignments=244011  nbBacktracks=149619  nbVisitedNodes=716541
1536.50	     nbRestartNogoods=264
1536.50	       =>  wckTime=1498.618  cpuTime=1491.4  mem=22M741
2080.82	   
2080.82	   search
2080.82	     run=22  nbConstraintChecks=1695481715  nbValidityChecks=2015807862  nbPropagations=0  nbRevisions=0
2080.82	     nbUselessRevisions=0  nbAssignments=603619  nbFailedAssignments=379038  nbBacktracks=224437  nbVisitedNodes=1108108
2080.82	     nbRestartNogoods=289
2080.82	       =>  wckTime=2042.938  cpuTime=2033.13  mem=22M741
2411.59	v 3 6 0 8 0 2 0 0 0 8 1 0 4 0 0 7 2 8 7 0 

Verifier Data (download as text)

3 unsatisfied constraints, 2 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/node65/watcher-280415-1169305617 -o ROOT/results/node65/solver-280415-1169305617 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280415-1169305617/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: 0.85 0.97 1.03 5/80 5576
/proc/meminfo: memFree=1404156/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=18540 CPUtime=0
/proc/5575/stat : 5575 (runsolver) R 5573 5575 5358 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 78058935 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 257203694887 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/5575/statm: 4635 279 244 17 0 2626 0

[startup+0.103062 s]
/proc/loadavg: 0.85 0.97 1.03 5/80 5576
/proc/meminfo: memFree=1404156/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=914988 CPUtime=0.08
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 2981 0 1 0 7 1 0 0 18 0 8 0 78058935 936947712 2727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153795339 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5575/statm: 228747 2727 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511125 s]
/proc/loadavg: 0.85 0.97 1.03 5/80 5576
/proc/meminfo: memFree=1404156/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915332 CPUtime=0.49
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 8128 0 1 0 45 4 0 0 18 0 8 0 78058935 937299968 7867 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445305 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5575/statm: 228833 7867 2139 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33226 s]
/proc/loadavg: 0.94 0.98 1.03 3/87 5583
/proc/meminfo: memFree=1352068/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915332 CPUtime=1.3
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 15675 0 1 0 119 11 0 0 24 0 8 0 78058935 937299968 15413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073595992 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5575/statm: 228833 15413 2477 14 0 215303 0
[pid=5575/tid=5577] ppid=5573 vsize=915332 CPUtime=0.04
/proc/5575/task/5577/stat : 5577 (java) S 5573 5575 5358 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 78058939 937299968 15413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5578] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5578/stat : 5578 (java) S 5573 5575 5358 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78058940 937299968 15413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5579] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5358 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78058940 937299968 15413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5580] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5580/stat : 5580 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78058943 937299968 15413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5581] ppid=5573 vsize=915332 CPUtime=0.08
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5358 0 -1 64 319 0 0 0 8 0 0 0 16 0 8 0 78058943 937299968 15413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5582] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78058943 937299968 15413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5583] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5358 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78058943 937299968 15413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915332

[startup+2.96953 s]
/proc/loadavg: 0.94 0.98 1.03 3/87 5583
/proc/meminfo: memFree=1352012/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915332 CPUtime=2.94
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 15679 0 1 0 272 22 0 0 25 0 8 0 78058935 937299968 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073596077 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5575/statm: 228833 15416 2477 14 0 215303 0
[pid=5575/tid=5577] ppid=5573 vsize=915332 CPUtime=0.04
/proc/5575/task/5577/stat : 5577 (java) S 5573 5575 5358 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 78058939 937299968 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5578] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5578/stat : 5578 (java) S 5573 5575 5358 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78058940 937299968 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5579] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5358 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78058940 937299968 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5580] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5580/stat : 5580 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78058943 937299968 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5581] ppid=5573 vsize=915332 CPUtime=0.09
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5358 0 -1 64 322 0 0 0 9 0 0 0 16 0 8 0 78058943 937299968 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5582] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78058943 937299968 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5583] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5358 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78058943 937299968 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915332

[startup+6.26808 s]
/proc/loadavg: 1.02 1.00 1.04 3/87 5583
/proc/meminfo: memFree=1352028/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915336 CPUtime=6.21
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 15679 0 1 0 575 46 0 0 25 0 8 0 78058935 937304064 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5575/statm: 228834 15416 2477 14 0 215304 0
[pid=5575/tid=5577] ppid=5573 vsize=915336 CPUtime=0.04
/proc/5575/task/5577/stat : 5577 (java) S 5573 5575 5358 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 78058939 937304064 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5578] ppid=5573 vsize=915336 CPUtime=0
/proc/5575/task/5578/stat : 5578 (java) S 5573 5575 5358 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78058940 937304064 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5579] ppid=5573 vsize=915336 CPUtime=0
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5358 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78058940 937304064 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5580] ppid=5573 vsize=915336 CPUtime=0
/proc/5575/task/5580/stat : 5580 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78058943 937304064 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5581] ppid=5573 vsize=915336 CPUtime=0.09
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5358 0 -1 64 322 0 0 0 9 0 0 0 16 0 8 0 78058943 937304064 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5582] ppid=5573 vsize=915336 CPUtime=0
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78058943 937304064 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5583] ppid=5573 vsize=915336 CPUtime=0
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5358 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78058943 937304064 15416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915336

[startup+12.7441 s]
/proc/loadavg: 1.10 1.02 1.04 3/87 5583
/proc/meminfo: memFree=1352044/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915332 CPUtime=12.65
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 15683 0 1 0 1172 93 0 0 25 0 8 0 78058935 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073600892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5575/statm: 228833 15420 2477 14 0 215303 0
[pid=5575/tid=5577] ppid=5573 vsize=915332 CPUtime=0.04
/proc/5575/task/5577/stat : 5577 (java) S 5573 5575 5358 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 78058939 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5578] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5578/stat : 5578 (java) S 5573 5575 5358 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78058940 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5579] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5358 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78058940 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5580] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5580/stat : 5580 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78058943 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5581] ppid=5573 vsize=915332 CPUtime=0.09
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5358 0 -1 64 326 0 0 0 9 0 0 0 16 0 8 0 78058943 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5582] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78058943 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5583] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5358 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78058943 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915332

[startup+25.6043 s]
/proc/loadavg: 1.24 1.05 1.05 3/87 5583
/proc/meminfo: memFree=1352172/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915332 CPUtime=25.45
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 15683 0 1 0 2356 189 0 0 25 0 8 0 78058935 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632908 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5575/statm: 228833 15420 2477 14 0 215303 0
[pid=5575/tid=5577] ppid=5573 vsize=915332 CPUtime=0.04
/proc/5575/task/5577/stat : 5577 (java) S 5573 5575 5358 0 -1 64 1536 0 0 0 4 0 0 0 16 0 8 0 78058939 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5578] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5578/stat : 5578 (java) S 5573 5575 5358 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78058940 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5579] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5358 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78058940 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5580] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5580/stat : 5580 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78058943 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5581] ppid=5573 vsize=915332 CPUtime=0.09
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5358 0 -1 64 326 0 0 0 9 0 0 0 16 0 8 0 78058943 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5582] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78058943 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5583] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5358 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78058943 937299968 15420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915332

[startup+51.2205 s]
/proc/loadavg: 1.54 1.14 1.08 3/87 5583
/proc/meminfo: memFree=1351596/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915332 CPUtime=50.93
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 15849 0 1 0 4810 283 0 0 25 0 8 0 78058935 937299968 15576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073750915 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5575/statm: 228833 15576 2530 14 0 215303 0
[pid=5575/tid=5577] ppid=5573 vsize=915332 CPUtime=0.04
/proc/5575/task/5577/stat : 5577 (java) S 5573 5575 5358 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 78058939 937299968 15576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5578] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5578/stat : 5578 (java) S 5573 5575 5358 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78058940 937299968 15576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5579] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5358 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78058940 937299968 15576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5580] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5580/stat : 5580 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78058943 937299968 15576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5581] ppid=5573 vsize=915332 CPUtime=0.21
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5358 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 78058943 937299968 15576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5582] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78058943 937299968 15576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5583] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5358 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78058943 937299968 15576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 915332

[startup+102.447 s]
/proc/loadavg: 1.80 1.27 1.13 3/87 5583
/proc/meminfo: memFree=1351596/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915332 CPUtime=101.92
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 15851 0 1 0 9909 283 0 0 25 0 8 0 78058935 937299968 15578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758597 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5575/statm: 228833 15578 2530 14 0 215303 0
[pid=5575/tid=5577] ppid=5573 vsize=915332 CPUtime=0.04
/proc/5575/task/5577/stat : 5577 (java) S 5573 5575 5358 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 78058939 937299968 15578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5578] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5578/stat : 5578 (java) S 5573 5575 5358 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78058940 937299968 15578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5579] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5358 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78058940 937299968 15578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5580] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5580/stat : 5580 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78058943 937299968 15578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5581] ppid=5573 vsize=915332 CPUtime=0.21
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5358 0 -1 64 390 0 0 0 20 1 0 0 16 0 8 0 78058943 937299968 15578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5582] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78058943 937299968 15578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5583] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5358 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78058943 937299968 15578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 915332

[startup+162.52 s]
/proc/loadavg: 1.92 1.40 1.18 3/87 5583
/proc/meminfo: memFree=1351532/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915332 CPUtime=161.7
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 15852 0 1 0 15887 283 0 0 25 0 8 0 78058935 937299968 15578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754054 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+2085.03 s]
/proc/loadavg: 2.00 2.01 1.87 3/87 5585
/proc/meminfo: memFree=1351404/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915332 CPUtime=2075.06
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 15855 0 1 0 207219 287 0 0 25 0 8 0 78058935 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073596080 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5575/statm: 228833 15580 2530 14 0 215303 0
[pid=5575/tid=5577] ppid=5573 vsize=915332 CPUtime=0.04
/proc/5575/task/5577/stat : 5577 (java) S 5573 5575 5358 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 78058939 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5578] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5578/stat : 5578 (java) S 5573 5575 5358 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78058940 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5579] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5358 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78058940 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5580] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5580/stat : 5580 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5581] ppid=5573 vsize=915332 CPUtime=0.22
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5358 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5582] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5583] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5358 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2075.06
Current children cumulated vsize (KiB) 915332

[startup+2145.12 s]
/proc/loadavg: 2.00 2.00 1.87 3/87 5585
/proc/meminfo: memFree=1351340/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915332 CPUtime=2134.86
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 15855 0 1 0 213199 287 0 0 25 0 8 0 78058935 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073600880 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5575/statm: 228833 15580 2530 14 0 215303 0
[pid=5575/tid=5577] ppid=5573 vsize=915332 CPUtime=0.04
/proc/5575/task/5577/stat : 5577 (java) S 5573 5575 5358 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 78058939 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5578] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5578/stat : 5578 (java) S 5573 5575 5358 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78058940 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5579] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5358 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78058940 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5580] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5580/stat : 5580 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5581] ppid=5573 vsize=915332 CPUtime=0.22
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5358 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5582] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5583] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5358 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2134.86
Current children cumulated vsize (KiB) 915332

[startup+2205.21 s]
/proc/loadavg: 2.00 2.00 1.88 3/87 5585
/proc/meminfo: memFree=1351404/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915332 CPUtime=2194.67
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 15855 0 1 0 219180 287 0 0 25 0 8 0 78058935 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5575/statm: 228833 15580 2530 14 0 215303 0
[pid=5575/tid=5577] ppid=5573 vsize=915332 CPUtime=0.04
/proc/5575/task/5577/stat : 5577 (java) S 5573 5575 5358 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 78058939 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5578] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5578/stat : 5578 (java) S 5573 5575 5358 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78058940 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5579] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5358 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78058940 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5580] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5580/stat : 5580 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5581] ppid=5573 vsize=915332 CPUtime=0.22
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5358 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5582] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5583] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5358 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2194.67
Current children cumulated vsize (KiB) 915332

[startup+2265.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/87 5585
/proc/meminfo: memFree=1351404/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915332 CPUtime=2254.48
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 15855 0 1 0 225160 288 0 0 25 0 8 0 78058935 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630198 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5575/statm: 228833 15580 2530 14 0 215303 0
[pid=5575/tid=5577] ppid=5573 vsize=915332 CPUtime=0.04
/proc/5575/task/5577/stat : 5577 (java) S 5573 5575 5358 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 78058939 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5578] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5578/stat : 5578 (java) S 5573 5575 5358 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78058940 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5579] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5358 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78058940 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5580] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5580/stat : 5580 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5581] ppid=5573 vsize=915332 CPUtime=0.22
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5358 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5582] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5583] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5358 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2254.48
Current children cumulated vsize (KiB) 915332

[startup+2325.37 s]
/proc/loadavg: 2.00 2.00 1.89 3/87 5585
/proc/meminfo: memFree=1351340/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915332 CPUtime=2314.26
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 15855 0 1 0 231138 288 0 0 25 0 8 0 78058935 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752106 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5575/statm: 228833 15580 2530 14 0 215303 0
[pid=5575/tid=5577] ppid=5573 vsize=915332 CPUtime=0.04
/proc/5575/task/5577/stat : 5577 (java) S 5573 5575 5358 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 78058939 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5578] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5578/stat : 5578 (java) S 5573 5575 5358 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78058940 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5579] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5358 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78058940 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5580] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5580/stat : 5580 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5581] ppid=5573 vsize=915332 CPUtime=0.22
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5358 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5582] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5583] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5358 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2314.26
Current children cumulated vsize (KiB) 915332

[startup+2385.45 s]
/proc/loadavg: 2.00 2.00 1.90 3/87 5585
/proc/meminfo: memFree=1351340/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915332 CPUtime=2374.05
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 15855 0 1 0 237117 288 0 0 25 0 8 0 78058935 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759493 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5575/statm: 228833 15580 2530 14 0 215303 0
[pid=5575/tid=5577] ppid=5573 vsize=915332 CPUtime=0.04
/proc/5575/task/5577/stat : 5577 (java) S 5573 5575 5358 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 78058939 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5578] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5578/stat : 5578 (java) S 5573 5575 5358 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78058940 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5579] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5358 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78058940 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5580] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5580/stat : 5580 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5581] ppid=5573 vsize=915332 CPUtime=0.22
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5358 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5582] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5583] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5358 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2374.05
Current children cumulated vsize (KiB) 915332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.58 s]
/proc/loadavg: 2.00 2.00 1.90 3/83 5674
/proc/meminfo: memFree=1400956/2055920 swapFree=4191892/4192956
[pid=5575] ppid=5573 vsize=915332 CPUtime=2400.08
/proc/5575/stat : 5575 (java) R 5573 5575 5358 0 -1 0 15855 0 1 0 239719 289 0 0 25 0 8 0 78058935 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073596020 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5575/statm: 228833 15580 2530 14 0 215303 0
[pid=5575/tid=5577] ppid=5573 vsize=915332 CPUtime=0.04
/proc/5575/task/5577/stat : 5577 (java) S 5573 5575 5358 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 78058939 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5578] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5578/stat : 5578 (java) S 5573 5575 5358 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78058940 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5579] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5579/stat : 5579 (java) S 5573 5575 5358 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78058940 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5580] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5580/stat : 5580 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5581] ppid=5573 vsize=915332 CPUtime=0.22
/proc/5575/task/5581/stat : 5581 (java) S 5573 5575 5358 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5582] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5582/stat : 5582 (java) S 5573 5575 5358 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5575/tid=5583] ppid=5573 vsize=915332 CPUtime=0
/proc/5575/task/5583/stat : 5583 (java) S 5573 5575 5358 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 78058943 937299968 15580 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 915332

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

Child status: 143
Real time (s): 2411.63
CPU time (s): 2400.12
CPU user time (s): 2397.22
CPU system time (s): 2.90156
CPU usage (%): 99.5229
Max. virtual memory (cumulated for all children) (KiB): 915336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.22
system time used= 2.90156
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15874
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= 49703
involuntary context switches= 75852

runsolver used 2.94455 s user time and 7.73382 s system time

The end

Launcher Data (download as text)

Begin job on node65 on Sat Jan 20 15:06:57 UTC 2007


IDJOB= 280415
IDBENCH= 11091
IDSOLVER= 69
FILE ID= node65/280415-1169305617

PBS_JOBID= 3610157

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  17d1fdcdcf59945af48d18d3e7775061

RANDOM SEED= 462833686

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.263
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.263
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:       1404636 kB
Buffers:         49540 kB
Cached:         459384 kB
SwapCached:        396 kB
Active:         173040 kB
Inactive:       407704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1404636 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5656 kB
Writeback:           0 kB
Mapped:          90712 kB
Slab:            55704 kB
Committed_AS:  1951332 kB
PageTables:       1988 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= 66560 MiB



End job on node65 on Sat Jan 20 15:47:09 UTC 2007