Trace number 232119

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESACUNSAT 533.618 533.788

DiagnosticValue
CHECKS3581421535
NODES2409979

General information on the benchmark

Namerandom/rand-2-25/
rand-25-25-300-147-55021_ext.xml
MD5SUM11bcdee15d3ba2466b3fd421b99abebd
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark132.125
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/232119-1168320157/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=25  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.40	       =>  wckTime=0.094  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.61	     nbConstraints=300  nbRelationTypes=300  nbExtensionStructures=300  nbSharedExtensionStructures=0
0.61	     nbConflictsStructures=300  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=914  maxDegree=24
0.61	     maxArity=2
0.61	       =>  wckTime=0.312  cpuTime=0.25  mem=13M778
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.504  cpuTime=0.37  mem=15M170
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=46878  nbPropagations=564  nbRevisions=5831  nbUselessRevisions=5161  nbSingletonTests=29
0.85	     nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
0.85	       =>  wckTime=0.04  cpuTime=0.04  mem=15M170
0.87	   
0.87	   search
0.87	     run=0  nbConstraintChecks=36651  nbPropagations=998  nbRevisions=13111  nbUselessRevisions=11447  nbAssignments=30
0.87	     nbFailedAssignments=14  nbBacktracks=11  nbVisitedNodes=53  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.062  cpuTime=0.06  mem=15M170
0.89	   
0.89	   search
0.89	     run=1  nbConstraintChecks=100140  nbPropagations=2661  nbRevisions=39136  nbUselessRevisions=34097
0.89	     nbAssignments=71  nbFailedAssignments=35  nbBacktracks=27  nbVisitedNodes=128  nbRestartNogoods=2  mapSize=27
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.082  cpuTime=0.07  mem=15M170
0.91	   
0.91	   search
0.91	     run=2  nbConstraintChecks=171689  nbPropagations=5130  nbRevisions=80628  nbUselessRevisions=70129
0.91	     nbAssignments=124  nbFailedAssignments=61  nbBacktracks=50  nbVisitedNodes=222  nbRestartNogoods=4  mapSize=50
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.1  cpuTime=0.09  mem=15M170
0.93	   
0.93	   search
0.93	     run=3  nbConstraintChecks=258102  nbPropagations=8629  nbRevisions=141505  nbUselessRevisions=123039
0.93	     nbAssignments=192  nbFailedAssignments=91  nbBacktracks=84  nbVisitedNodes=343  nbRestartNogoods=6  mapSize=83
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.122  cpuTime=0.1  mem=15M170
0.96	   
0.96	   search
0.96	     run=4  nbConstraintChecks=411878  nbPropagations=13805  nbRevisions=235590  nbUselessRevisions=204708
0.96	     nbAssignments=297  nbFailedAssignments=141  nbBacktracks=134  nbVisitedNodes=537  nbRestartNogoods=8  mapSize=132
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.151  cpuTime=0.13  mem=15M170
1.00	   
1.00	   search
1.00	     run=5  nbConstraintChecks=614908  nbPropagations=21182  nbRevisions=373325  nbUselessRevisions=324300
1.00	     nbAssignments=443  nbFailedAssignments=207  nbBacktracks=209  nbVisitedNodes=802  nbRestartNogoods=13  mapSize=203
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.191  cpuTime=0.17  mem=15M170
1.06	   
1.06	   search
1.06	     run=6  nbConstraintChecks=958715  nbPropagations=32224  nbRevisions=586416  nbUselessRevisions=509487
1.06	     nbAssignments=677  nbFailedAssignments=322  nbBacktracks=322  nbVisitedNodes=1240  nbRestartNogoods=20  mapSize=316
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.252  cpuTime=0.22  mem=15M170
1.14	   
1.14	   search
1.14	     run=7  nbConstraintChecks=1445615  nbPropagations=48506  nbRevisions=905191  nbUselessRevisions=786222
1.14	     nbAssignments=1028  nbFailedAssignments=499  nbBacktracks=492  nbVisitedNodes=1890  nbRestartNogoods=26
1.14	     mapSize=484  nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.337  cpuTime=0.31  mem=15M170
1.28	   
1.28	   search
1.28	     run=8  nbConstraintChecks=2142464  nbPropagations=72457  nbRevisions=1379507  nbUselessRevisions=1198454
1.28	     nbAssignments=1531  nbFailedAssignments=740  nbBacktracks=748  nbVisitedNodes=2823  nbRestartNogoods=33
1.28	     mapSize=735  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.47  cpuTime=0.43  mem=15M170
1.42	   
1.42	   INFO : Stopping hyperNogood (mapSize=1034, nbTooLargekeys=0, mem=15M170)
1.46	   
1.46	   search
1.46	     run=9  nbConstraintChecks=3240932  nbPropagations=108414  nbRevisions=2102314  nbUselessRevisions=1827833
1.46	     nbAssignments=2300  nbFailedAssignments=1119  nbBacktracks=1132  nbVisitedNodes=4261  nbRestartNogoods=40
1.46	       =>  wckTime=0.652  cpuTime=0.6  mem=15M170
1.72	   
1.72	   search
1.72	     run=10  nbConstraintChecks=4836318  nbPropagations=161838  nbRevisions=3188086  nbUselessRevisions=2773442
1.72	     nbAssignments=3456  nbFailedAssignments=1695  nbBacktracks=1708  nbVisitedNodes=6418  nbRestartNogoods=50
1.72	       =>  wckTime=0.909  cpuTime=0.85  mem=15M170
2.07	   
2.07	   search
2.07	     run=11  nbConstraintChecks=7160073  nbPropagations=240449  nbRevisions=4794231  nbUselessRevisions=4172304
2.07	     nbAssignments=5145  nbFailedAssignments=2514  nbBacktracks=2572  nbVisitedNodes=9540  nbRestartNogoods=57
2.07	       =>  wckTime=1.263  cpuTime=1.2  mem=15M170
2.62	   
2.62	   search
2.62	     run=12  nbConstraintChecks=10826045  nbPropagations=358378  nbRevisions=7213803  nbUselessRevisions=6279534
2.62	     nbAssignments=7712  nbFailedAssignments=3779  nbBacktracks=3869  nbVisitedNodes=14314  nbRestartNogoods=66
2.62	       =>  wckTime=1.813  cpuTime=1.75  mem=15M170
3.41	   
3.41	   search
3.41	     run=13  nbConstraintChecks=15959072  nbPropagations=533120  nbRevisions=10798470  nbUselessRevisions=9402149
3.41	     nbAssignments=11468  nbFailedAssignments=5582  nbBacktracks=5815  nbVisitedNodes=21293  nbRestartNogoods=78
3.41	       =>  wckTime=2.603  cpuTime=2.54  mem=15M170
4.64	   
4.64	   search
4.64	     run=14  nbConstraintChecks=24038046  nbPropagations=795336  nbRevisions=16211781  nbUselessRevisions=14120650
4.64	     nbAssignments=17193  nbFailedAssignments=8382  nbBacktracks=8734  nbVisitedNodes=31950  nbRestartNogoods=91
4.64	       =>  wckTime=3.829  cpuTime=3.77  mem=15M170
6.41	   
6.41	   search
6.41	     run=15  nbConstraintChecks=35658724  nbPropagations=1184578  nbRevisions=24244548  nbUselessRevisions=21123052
6.41	     nbAssignments=25635  nbFailedAssignments=12429  nbBacktracks=13114  nbVisitedNodes=47558  nbRestartNogoods=106
6.41	       =>  wckTime=5.6  cpuTime=5.54  mem=15M170
9.26	   
9.26	   search
9.26	     run=16  nbConstraintChecks=54773628  nbPropagations=1774516  nbRevisions=36516472  nbUselessRevisions=31821804
9.26	     nbAssignments=38623  nbFailedAssignments=18845  nbBacktracks=19682  nbVisitedNodes=71779  nbRestartNogoods=119
9.26	       =>  wckTime=8.453  cpuTime=8.39  mem=15M170
13.49	   
13.49	   search
13.49	     run=17  nbConstraintChecks=82711184  nbPropagations=2661843  nbRevisions=55040196  nbUselessRevisions=47976913
13.49	     nbAssignments=57965  nbFailedAssignments=28330  nbBacktracks=29534  nbVisitedNodes=107799  nbRestartNogoods=131
13.49	       =>  wckTime=12.684  cpuTime=12.62  mem=15M170
19.79	   
19.79	   search
19.79	     run=18  nbConstraintChecks=124510300  nbPropagations=3994884  nbRevisions=82885333  nbUselessRevisions=72258083
19.79	     nbAssignments=86996  nbFailedAssignments=42577  nbBacktracks=44313  nbVisitedNodes=161939  nbRestartNogoods=156
19.79	       =>  wckTime=18.984  cpuTime=18.92  mem=15M170
29.19	   
29.19	   search
29.19	     run=19  nbConstraintChecks=187094724  nbPropagations=5995104  nbRevisions=124722002  nbUselessRevisions=108741685
29.19	     nbAssignments=130532  nbFailedAssignments=63939  nbBacktracks=66482  nbVisitedNodes=243102  nbRestartNogoods=168
29.19	       =>  wckTime=28.381  cpuTime=28.31  mem=15M170
43.23	   
43.23	   search
43.23	     run=20  nbConstraintChecks=279894720  nbPropagations=8990084  nbRevisions=187340966  nbUselessRevisions=163357723
43.23	     nbAssignments=195476  nbFailedAssignments=95624  nbBacktracks=99735  nbVisitedNodes=363957  nbRestartNogoods=184
43.23	       =>  wckTime=42.42  cpuTime=42.35  mem=15M170
64.29	   
64.29	   search
64.29	     run=21  nbConstraintChecks=419358471  nbPropagations=13472797  nbRevisions=281158235  nbUselessRevisions=245207024
64.29	     nbAssignments=292792  nbFailedAssignments=143056  nbBacktracks=149614  nbVisitedNodes=545070  nbRestartNogoods=207
64.29	       =>  wckTime=63.48  cpuTime=63.4  mem=15M170
96.66	   
96.66	   search
96.66	     run=22  nbConstraintChecks=635633676  nbPropagations=20230548  nbRevisions=423008594  nbUselessRevisions=368971881
96.66	     nbAssignments=440656  nbFailedAssignments=216099  nbBacktracks=224432  nbVisitedNodes=820932  nbRestartNogoods=234
96.66	       =>  wckTime=95.855  cpuTime=95.77  mem=15M170
144.66	   
144.66	   search
144.66	     run=23  nbConstraintChecks=955416839  nbPropagations=30378453  nbRevisions=636062965  nbUselessRevisions=554848455
144.66	     nbAssignments=661420  nbFailedAssignments=324632  nbBacktracks=336659  nbVisitedNodes=1232493  nbRestartNogoods=240
144.66	       =>  wckTime=143.852  cpuTime=143.75  mem=15M170
217.31	   
217.31	   search
217.31	     run=24  nbConstraintChecks=1441438426  nbPropagations=45637060  nbRevisions=956966371  nbUselessRevisions=834854791
217.31	     nbAssignments=993429  nbFailedAssignments=488296  nbBacktracks=505000  nbVisitedNodes=1851514  nbRestartNogoods=264
217.31	       =>  wckTime=216.505  cpuTime=216.38  mem=15M170
328.20	   
328.20	   search
328.20	     run=25  nbConstraintChecks=2189785464  nbPropagations=68648042  nbRevisions=1442800373
328.20	     nbUselessRevisions=1258838095  nbAssignments=1493361  nbFailedAssignments=735711  nbBacktracks=757511
328.20	     nbVisitedNodes=2784267  nbRestartNogoods=296
328.20	       =>  wckTime=327.394  cpuTime=327.24  mem=15M170
496.14	   
496.14	   search
496.14	     run=26  nbConstraintChecks=3325473800  nbPropagations=103347774  nbRevisions=2178984451
496.14	     nbUselessRevisions=1901515906  nbAssignments=2243238  nbFailedAssignments=1106816  nbBacktracks=1136280
496.14	     nbVisitedNodes=4183707  nbRestartNogoods=314
496.14	       =>  wckTime=495.33  cpuTime=495.13  mem=15M170
533.76	   
533.76	   search
533.76	     run=27  nbConstraintChecks=3581374657  nbPropagations=140661568  nbRevisions=2971364389
533.76	     nbUselessRevisions=2593277547  nbAssignments=2409979  nbFailedAssignments=1189411  nbBacktracks=1220427
533.76	     nbVisitedNodes=4495028  nbRestartNogoods=325
533.76	       =>  wckTime=532.953  cpuTime=532.74  mem=15M170
533.76	   
533.76	   global
533.76	     nbConstraintChecks=3581421535  nbPropagations=140662132  nbRevisions=2971370220  nbUselessRevisions=2593282708
533.76	     nbRestartNogoods=325  solvingWckTime=532.955  solvingCpuTime=532.74  expiredTime=no  totalExploration=yes
533.76	     nbFoundSolutions=0  globalCpuTime=533.15
533.76	       =>  wckTime=533.461  cpuTime=533.11  mem=15M170
533.77	   
533.77	s UNSATISFIABLE
533.77	d NODES 2409979
533.77	d CHECKS 3581421535
533.77	   
533.77	   totalWckTime=533.538  totalCpuTime=533.15

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node59/watcher-232119-1168320157 -o ROOT/results/node59/solver-232119-1168320157 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/232119-1168320157/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.00 1.00 1.00 4/65 16556
/proc/meminfo: memFree=1584408/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=18540 CPUtime=0
/proc/16555/stat : 16555 (runsolver) R 16553 16555 14932 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 180413749 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16555/statm: 4635 279 244 17 0 2626 0

[startup+0.10329 s]
/proc/loadavg: 1.00 1.00 1.00 4/65 16556
/proc/meminfo: memFree=1584408/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916012 CPUtime=0.08
/proc/16555/stat : 16555 (java) R 16553 16555 14932 0 -1 0 2997 0 1 0 7 1 0 0 24 0 8 0 180413749 937996288 2743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925704 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16555/statm: 229003 2743 1427 14 0 215498 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 916012

[startup+0.511332 s]
/proc/loadavg: 1.00 1.00 1.00 4/65 16556
/proc/meminfo: memFree=1584408/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916352 CPUtime=0.49
/proc/16555/stat : 16555 (java) S 16553 16555 14932 0 -1 0 7122 0 1 0 45 4 0 0 16 0 8 0 180413749 938344448 6861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16555/statm: 229088 6861 2138 14 0 215558 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 916352

[startup+1.33342 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 16563
/proc/meminfo: memFree=1560224/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916480 CPUtime=1.31
/proc/16555/stat : 16555 (java) R 16553 16555 14932 0 -1 0 8774 0 1 0 125 6 0 0 17 0 8 0 180413749 938475520 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918549 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16555/statm: 229120 8512 2524 14 0 215590 0
[pid=16555/tid=16557] ppid=16553 vsize=916480 CPUtime=0.03
/proc/16555/task/16557/stat : 16557 (java) S 16553 16555 14932 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 180413753 938475520 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16555/tid=16558] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16558/stat : 16558 (java) S 16553 16555 14932 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16559] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16559/stat : 16559 (java) S 16553 16555 14932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16560] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16560/stat : 16560 (java) S 16553 16555 14932 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 180413756 938475520 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16561] ppid=16553 vsize=916480 CPUtime=0.2
/proc/16555/task/16561/stat : 16561 (java) S 16553 16555 14932 0 -1 64 384 0 0 0 19 1 0 0 16 0 8 0 180413756 938475520 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16562] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16562/stat : 16562 (java) S 16553 16555 14932 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 180413756 938475520 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16563] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16563/stat : 16563 (java) S 16553 16555 14932 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 180413756 938475520 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 916480

[startup+2.9856 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 16563
/proc/meminfo: memFree=1560096/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916480 CPUtime=2.97
/proc/16555/stat : 16555 (java) R 16553 16555 14932 0 -1 0 8782 0 1 0 290 7 0 0 17 0 8 0 180413749 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16555/statm: 229120 8519 2524 14 0 215590 0
[pid=16555/tid=16557] ppid=16553 vsize=916480 CPUtime=0.03
/proc/16555/task/16557/stat : 16557 (java) S 16553 16555 14932 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 180413753 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16558] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16558/stat : 16558 (java) S 16553 16555 14932 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16559] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16559/stat : 16559 (java) S 16553 16555 14932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16560] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16560/stat : 16560 (java) S 16553 16555 14932 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 180413756 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16561] ppid=16553 vsize=916480 CPUtime=0.21
/proc/16555/task/16561/stat : 16561 (java) S 16553 16555 14932 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 180413756 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16562] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16562/stat : 16562 (java) S 16553 16555 14932 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 180413756 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16563] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16563/stat : 16563 (java) S 16553 16555 14932 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 180413756 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 916480

[startup+6.26396 s]
/proc/loadavg: 1.00 1.00 1.00 3/72 16563
/proc/meminfo: memFree=1559976/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916480 CPUtime=6.25
/proc/16555/stat : 16555 (java) R 16553 16555 14932 0 -1 0 8783 0 1 0 618 7 0 0 18 0 8 0 180413749 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073792168 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16555/statm: 229120 8519 2524 14 0 215590 0
[pid=16555/tid=16557] ppid=16553 vsize=916480 CPUtime=0.03
/proc/16555/task/16557/stat : 16557 (java) S 16553 16555 14932 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 180413753 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16558] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16558/stat : 16558 (java) S 16553 16555 14932 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16559] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16559/stat : 16559 (java) S 16553 16555 14932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16560] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16560/stat : 16560 (java) S 16553 16555 14932 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 180413756 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16561] ppid=16553 vsize=916480 CPUtime=0.21
/proc/16555/task/16561/stat : 16561 (java) S 16553 16555 14932 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 180413756 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16562] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16562/stat : 16562 (java) S 16553 16555 14932 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 180413756 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16563] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16563/stat : 16563 (java) S 16553 16555 14932 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 180413756 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 916480

[startup+12.7437 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 16563
/proc/meminfo: memFree=1559984/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916480 CPUtime=12.73
/proc/16555/stat : 16555 (java) R 16553 16555 14932 0 -1 0 8783 0 1 0 1266 7 0 0 19 0 8 0 180413749 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073787818 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16555/statm: 229120 8519 2524 14 0 215590 0
[pid=16555/tid=16557] ppid=16553 vsize=916480 CPUtime=0.03
/proc/16555/task/16557/stat : 16557 (java) S 16553 16555 14932 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 180413753 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16558] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16558/stat : 16558 (java) S 16553 16555 14932 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16559] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16559/stat : 16559 (java) S 16553 16555 14932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16560] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16560/stat : 16560 (java) S 16553 16555 14932 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 180413756 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16561] ppid=16553 vsize=916480 CPUtime=0.21
/proc/16555/task/16561/stat : 16561 (java) S 16553 16555 14932 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 180413756 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16562] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16562/stat : 16562 (java) S 16553 16555 14932 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 180413756 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16563] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16563/stat : 16563 (java) S 16553 16555 14932 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 180413756 938475520 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 916480

[startup+25.5661 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 16563
/proc/meminfo: memFree=1560048/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916480 CPUtime=25.55
/proc/16555/stat : 16555 (java) R 16553 16555 14932 0 -1 0 8788 0 1 0 2548 7 0 0 25 0 8 0 180413749 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796081 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16555/statm: 229120 8523 2524 14 0 215590 0
[pid=16555/tid=16557] ppid=16553 vsize=916480 CPUtime=0.03
/proc/16555/task/16557/stat : 16557 (java) S 16553 16555 14932 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 180413753 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16558] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16558/stat : 16558 (java) S 16553 16555 14932 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16559] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16559/stat : 16559 (java) S 16553 16555 14932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16560] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16560/stat : 16560 (java) S 16553 16555 14932 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 180413756 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16561] ppid=16553 vsize=916480 CPUtime=0.21
/proc/16555/task/16561/stat : 16561 (java) S 16553 16555 14932 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 180413756 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16562] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16562/stat : 16562 (java) S 16553 16555 14932 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 180413756 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16563] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16563/stat : 16563 (java) S 16553 16555 14932 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 180413756 938475520 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 916480

[startup+51.2469 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 16563
/proc/meminfo: memFree=1560048/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916480 CPUtime=51.22
/proc/16555/stat : 16555 (java) R 16553 16555 14932 0 -1 0 8794 0 1 0 5115 7 0 0 25 0 8 0 180413749 938475520 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073789825 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16555/statm: 229120 8529 2524 14 0 215590 0
[pid=16555/tid=16557] ppid=16553 vsize=916480 CPUtime=0.03
/proc/16555/task/16557/stat : 16557 (java) S 16553 16555 14932 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 180413753 938475520 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16558] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16558/stat : 16558 (java) S 16553 16555 14932 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16559] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16559/stat : 16559 (java) S 16553 16555 14932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16560] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16560/stat : 16560 (java) S 16553 16555 14932 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 180413756 938475520 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16561] ppid=16553 vsize=916480 CPUtime=0.21
/proc/16555/task/16561/stat : 16561 (java) S 16553 16555 14932 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 180413756 938475520 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16562] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16562/stat : 16562 (java) S 16553 16555 14932 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 180413756 938475520 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16563] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16563/stat : 16563 (java) S 16553 16555 14932 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 180413756 938475520 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.22
Current children cumulated vsize (KiB) 916480

[startup+102.496 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 16563
/proc/meminfo: memFree=1560176/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916480 CPUtime=102.45
/proc/16555/stat : 16555 (java) R 16553 16555 14932 0 -1 0 8799 0 1 0 10238 7 0 0 25 0 8 0 180413749 938475520 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796217 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16555/statm: 229120 8534 2524 14 0 215590 0
[pid=16555/tid=16557] ppid=16553 vsize=916480 CPUtime=0.03
/proc/16555/task/16557/stat : 16557 (java) S 16553 16555 14932 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 180413753 938475520 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16558] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16558/stat : 16558 (java) S 16553 16555 14932 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16559] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16559/stat : 16559 (java) S 16553 16555 14932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16560] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16560/stat : 16560 (java) S 16553 16555 14932 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 180413756 938475520 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16561] ppid=16553 vsize=916480 CPUtime=0.22
/proc/16555/task/16561/stat : 16561 (java) S 16553 16555 14932 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 180413756 938475520 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16562] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16562/stat : 16562 (java) S 16553 16555 14932 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 180413756 938475520 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16563] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16563/stat : 16563 (java) S 16553 16555 14932 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 180413756 938475520 8534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.45
Current children cumulated vsize (KiB) 916480

[startup+162.575 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 16563
/proc/meminfo: memFree=1560112/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916480 CPUtime=162.51
/proc/16555/stat : 16555 (java) R 16553 16555 14932 0 -1 0 8802 0 1 0 16244 7 0 0 25 0 8 0 180413749 938475520 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807641 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16555/statm: 229120 8537 2524 14 0 215590 0
[pid=16555/tid=16557] ppid=16553 vsize=916480 CPUtime=0.03
/proc/16555/task/16557/stat : 16557 (java) S 16553 16555 14932 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 180413753 938475520 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16558] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16558/stat : 16558 (java) S 16553 16555 14932 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16559] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16559/stat : 16559 (java) S 16553 16555 14932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16560] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16560/stat : 16560 (java) S 16553 16555 14932 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 180413756 938475520 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16561] ppid=16553 vsize=916480 CPUtime=0.22
/proc/16555/task/16561/stat : 16561 (java) S 16553 16555 14932 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 180413756 938475520 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16562] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16562/stat : 16562 (java) S 16553 16555 14932 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 180413756 938475520 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16563] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16563/stat : 16563 (java) S 16553 16555 14932 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 180413756 938475520 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.51
Current children cumulated vsize (KiB) 916480

[startup+222.658 s]
/proc/loadavg: 1.06 1.01 1.00 2/72 16563
/proc/meminfo: memFree=1560112/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916480 CPUtime=222.58
/proc/16555/stat : 16555 (java) R 16553 16555 14932 0 -1 0 8805 0 1 0 22251 7 0 0 25 0 8 0 180413749 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073792145 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16555/statm: 229120 8540 2524 14 0 215590 0
[pid=16555/tid=16557] ppid=16553 vsize=916480 CPUtime=0.03
/proc/16555/task/16557/stat : 16557 (java) S 16553 16555 14932 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 180413753 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16558] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16558/stat : 16558 (java) S 16553 16555 14932 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16559] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16559/stat : 16559 (java) S 16553 16555 14932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16560] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16560/stat : 16560 (java) S 16553 16555 14932 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 180413756 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16561] ppid=16553 vsize=916480 CPUtime=0.22
/proc/16555/task/16561/stat : 16561 (java) S 16553 16555 14932 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 180413756 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16562] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16562/stat : 16562 (java) S 16553 16555 14932 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 180413756 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16563] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16563/stat : 16563 (java) S 16553 16555 14932 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 180413756 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.58
Current children cumulated vsize (KiB) 916480

[startup+282.74 s]
/proc/loadavg: 1.02 1.01 1.00 2/72 16563
/proc/meminfo: memFree=1560112/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916480 CPUtime=282.64
/proc/16555/stat : 16555 (java) R 16553 16555 14932 0 -1 0 8805 0 1 0 28257 7 0 0 25 0 8 0 180413749 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16555/statm: 229120 8540 2524 14 0 215590 0
[pid=16555/tid=16557] ppid=16553 vsize=916480 CPUtime=0.03
/proc/16555/task/16557/stat : 16557 (java) S 16553 16555 14932 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 180413753 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16558] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16558/stat : 16558 (java) S 16553 16555 14932 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16559] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16559/stat : 16559 (java) S 16553 16555 14932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16560] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16560/stat : 16560 (java) S 16553 16555 14932 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 180413756 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16561] ppid=16553 vsize=916480 CPUtime=0.22
/proc/16555/task/16561/stat : 16561 (java) S 16553 16555 14932 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 180413756 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16562] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16562/stat : 16562 (java) S 16553 16555 14932 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 180413756 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16563] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16563/stat : 16563 (java) S 16553 16555 14932 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 180413756 938475520 8540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.64
Current children cumulated vsize (KiB) 916480

[startup+342.821 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 16563
/proc/meminfo: memFree=1560112/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916480 CPUtime=342.71
/proc/16555/stat : 16555 (java) R 16553 16555 14932 0 -1 0 8807 0 1 0 34264 7 0 0 25 0 8 0 180413749 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16555/statm: 229120 8542 2524 14 0 215590 0
[pid=16555/tid=16557] ppid=16553 vsize=916480 CPUtime=0.03
/proc/16555/task/16557/stat : 16557 (java) S 16553 16555 14932 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 180413753 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16558] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16558/stat : 16558 (java) S 16553 16555 14932 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16559] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16559/stat : 16559 (java) S 16553 16555 14932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16560] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16560/stat : 16560 (java) S 16553 16555 14932 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 180413756 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16561] ppid=16553 vsize=916480 CPUtime=0.22
/proc/16555/task/16561/stat : 16561 (java) S 16553 16555 14932 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 180413756 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16562] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16562/stat : 16562 (java) S 16553 16555 14932 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 180413756 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16563] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16563/stat : 16563 (java) S 16553 16555 14932 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 180413756 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.71
Current children cumulated vsize (KiB) 916480

[startup+402.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 16563
/proc/meminfo: memFree=1560048/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916480 CPUtime=402.77
/proc/16555/stat : 16555 (java) R 16553 16555 14932 0 -1 0 8807 0 1 0 40270 7 0 0 25 0 8 0 180413749 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809793 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16555/statm: 229120 8542 2524 14 0 215590 0
[pid=16555/tid=16557] ppid=16553 vsize=916480 CPUtime=0.03
/proc/16555/task/16557/stat : 16557 (java) S 16553 16555 14932 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 180413753 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16558] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16558/stat : 16558 (java) S 16553 16555 14932 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16559] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16559/stat : 16559 (java) S 16553 16555 14932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16560] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16560/stat : 16560 (java) S 16553 16555 14932 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 180413756 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16561] ppid=16553 vsize=916480 CPUtime=0.22
/proc/16555/task/16561/stat : 16561 (java) S 16553 16555 14932 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 180413756 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16562] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16562/stat : 16562 (java) S 16553 16555 14932 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 180413756 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16563] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16563/stat : 16563 (java) S 16553 16555 14932 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 180413756 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.77
Current children cumulated vsize (KiB) 916480

[startup+462.987 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 16563
/proc/meminfo: memFree=1560112/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916480 CPUtime=462.84
/proc/16555/stat : 16555 (java) R 16553 16555 14932 0 -1 0 8807 0 1 0 46277 7 0 0 25 0 8 0 180413749 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804649 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16555/statm: 229120 8542 2524 14 0 215590 0
[pid=16555/tid=16557] ppid=16553 vsize=916480 CPUtime=0.03
/proc/16555/task/16557/stat : 16557 (java) S 16553 16555 14932 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 180413753 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16558] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16558/stat : 16558 (java) S 16553 16555 14932 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16559] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16559/stat : 16559 (java) S 16553 16555 14932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16560] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16560/stat : 16560 (java) S 16553 16555 14932 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 180413756 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16561] ppid=16553 vsize=916480 CPUtime=0.22
/proc/16555/task/16561/stat : 16561 (java) S 16553 16555 14932 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 180413756 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16562] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16562/stat : 16562 (java) S 16553 16555 14932 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 180413756 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16563] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16563/stat : 16563 (java) S 16553 16555 14932 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 180413756 938475520 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.84
Current children cumulated vsize (KiB) 916480

[startup+523.069 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 16563
/proc/meminfo: memFree=1560048/2055920 swapFree=4192812/4192956
[pid=16555] ppid=16553 vsize=916480 CPUtime=522.9
/proc/16555/stat : 16555 (java) R 16553 16555 14932 0 -1 0 8810 0 1 0 52283 7 0 0 25 0 8 0 180413749 938475520 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796201 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16555/statm: 229120 8545 2524 14 0 215590 0
[pid=16555/tid=16557] ppid=16553 vsize=916480 CPUtime=0.03
/proc/16555/task/16557/stat : 16557 (java) S 16553 16555 14932 0 -1 64 323 0 0 0 3 0 0 0 16 0 8 0 180413753 938475520 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16558] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16558/stat : 16558 (java) S 16553 16555 14932 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16559] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16559/stat : 16559 (java) S 16553 16555 14932 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180413753 938475520 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16560] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16560/stat : 16560 (java) S 16553 16555 14932 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 180413756 938475520 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16561] ppid=16553 vsize=916480 CPUtime=0.22
/proc/16555/task/16561/stat : 16561 (java) S 16553 16555 14932 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 180413756 938475520 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16562] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16562/stat : 16562 (java) S 16553 16555 14932 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 180413756 938475520 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16555/tid=16563] ppid=16553 vsize=916480 CPUtime=0
/proc/16555/task/16563/stat : 16563 (java) S 16553 16555 14932 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 180413756 938475520 8545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.9
Current children cumulated vsize (KiB) 916480

Child status: 0
Real time (s): 533.788
CPU time (s): 533.618
CPU user time (s): 533.531
CPU system time (s): 0.086986
CPU usage (%): 99.9682
Max. virtual memory (cumulated for all children) (KiB): 916480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 533.531
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8902
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= 11630
involuntary context switches= 1069

runsolver used 0.439933 s user time and 1.45978 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Tue Jan  9 05:22:38 UTC 2007


IDJOB= 232119
IDBENCH= 6501
FILE ID= node59/232119-1168320157

PBS_JOBID= 3502831

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-25/rand-25-25-300-147-55021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/232119-1168320157/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-232119-1168320157 -o ROOT/results/node59/solver-232119-1168320157 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/232119-1168320157/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  11bcdee15d3ba2466b3fd421b99abebd

RANDOM SEED= 258380045

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
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.239
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:       1584824 kB
Buffers:         64672 kB
Cached:         334148 kB
SwapCached:          0 kB
Active:         169168 kB
Inactive:       245420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1912 kB
Writeback:           0 kB
Mapped:          26056 kB
Slab:            42468 kB
Committed_AS:  3796296 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66559 MiB



End job on node59 on Tue Jan  9 05:31:32 UTC 2007