Trace number 275191

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 EPFCMSAT (TO) 2400.06 2410.76

General information on the benchmark

Namerandom/rand-2-23/
rand-23-23-253-131-51021_ext.xml
MD5SUMdfd37b796ddfc1cae49c6231c5a6ea71
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints252
Best CPU time to get the best result obtained on this benchmark74.7516
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
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=epfc.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/275191-1169218434/unknown.xml
0.40	   
0.40	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.44	     nbVariables=23  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.44	       =>  wckTime=0.122  cpuTime=0.07  mem=6M887
0.44	   
0.44	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.63	     nbConstraints=253  nbRelationTypes=253  nbExtensionStructures=253  nbSharedExtensionStructures=0
0.63	     nbConflictsStructures=253  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=836  maxDegree=22
0.63	     maxArity=2
0.63	       =>  wckTime=0.314  cpuTime=0.2  mem=12M738
0.67	   
0.67	   solver LocalSearchSolver being built... 
0.71	       =>  wckTime=0.398  cpuTime=0.24  mem=5M987
0.72	
0.72	s SATISFIABLE
0.72	o 193
0.72	c 60
0.72	o 200
0.72	c 53
0.72	o 206
0.72	c 47
0.72	o 211
0.72	c 42
0.72	o 215
0.72	c 38
0.72	o 219
0.72	c 34
0.73	o 222
0.73	c 31
0.73	o 225
0.73	c 28
0.73	o 227
0.73	c 26
0.73	o 228
0.73	c 25
0.73	o 229
0.73	c 24
0.73	o 230
0.73	c 23
0.73	o 233
0.73	c 20
0.73	o 236
0.73	c 17
0.73	o 237
0.73	c 16
0.74	o 238
0.74	c 15
0.74	o 240
0.74	c 13
0.74	o 242
0.74	c 11
0.74	o 243
0.74	c 10
0.74	o 244
0.74	c 9
0.74	o 245
0.74	c 8
0.75	o 246
0.75	c 7
0.77	o 248
0.77	c 5
0.77	o 249
0.77	c 4
0.80	o 250
0.80	c 3
0.89	o 251
0.89	c 2
0.92	o 252
0.92	c 1
0.92	   
0.92	   search
0.92	     run=0  nbConstraintChecks=1278608  nbAssignments=719
0.92	       =>  wckTime=0.209  cpuTime=0.19  mem=5M987
0.92	   
0.92	   global
0.92	     nbConstraintChecks=1278608  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.92	     solvingWckTime=0.208  solvingCpuTime=0.19  expiredTime=no  totalExploration=no  nbFoundSolutions=0
0.92	     globalCpuTime=0.48
0.92	       =>  wckTime=0.607  cpuTime=0.43  mem=5M987
0.92	   
0.92	   solver IterativeSystematicSolver being built... 
1.04	       =>  wckTime=0.727  cpuTime=0.53  mem=16M895
1.10	   
1.10	   preprocessing
1.10	     nbConstraintChecks=71875  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.10	     detectedInconsistency=no
1.10	       =>  wckTime=0.059  cpuTime=0.04  mem=16M895
1.14	   
1.14	   search
1.14	     run=0  nbConstraintChecks=141159  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=42
1.14	     nbFailedAssignments=27  nbBacktracks=10  nbVisitedNodes=80  nbRestartNogoods=0
1.14	       =>  wckTime=0.099  cpuTime=0.08  mem=16M895
1.19	   
1.19	   search
1.19	     run=1  nbConstraintChecks=271634  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=86
1.19	     nbFailedAssignments=51  nbBacktracks=25  nbVisitedNodes=163  nbRestartNogoods=13
1.19	       =>  wckTime=0.141  cpuTime=0.11  mem=16M895
1.25	   
1.25	   search
1.25	     run=2  nbConstraintChecks=583964  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=174
1.25	     nbFailedAssignments=112  nbBacktracks=47  nbVisitedNodes=334  nbRestartNogoods=23
1.25	       =>  wckTime=0.205  cpuTime=0.17  mem=16M895
1.34	   
1.34	   search
1.34	     run=3  nbConstraintChecks=1061578  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=296
1.34	     nbFailedAssignments=197  nbBacktracks=80  nbVisitedNodes=573  nbRestartNogoods=31
1.34	       =>  wckTime=0.3  cpuTime=0.26  mem=16M895
1.46	   
1.46	   search
1.46	     run=4  nbConstraintChecks=1647772  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=456
1.46	     nbFailedAssignments=302  nbBacktracks=130  nbVisitedNodes=888  nbRestartNogoods=44
1.46	       =>  wckTime=0.411  cpuTime=0.37  mem=16M895
1.61	   
1.61	   search
1.61	     run=5  nbConstraintChecks=2502229  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=689
1.61	     nbFailedAssignments=455  nbBacktracks=205  nbVisitedNodes=1348  nbRestartNogoods=56
1.61	       =>  wckTime=0.57  cpuTime=0.53  mem=16M895
1.89	   
1.89	   search
1.89	     run=6  nbConstraintChecks=3956453  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1070
1.89	     nbFailedAssignments=718  nbBacktracks=319  nbVisitedNodes=2096  nbRestartNogoods=73
1.89	       =>  wckTime=0.843  cpuTime=0.8  mem=16M895
2.23	   
2.23	   search
2.23	     run=7  nbConstraintChecks=5742408  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1515
2.23	     nbFailedAssignments=988  nbBacktracks=489  nbVisitedNodes=2931  nbRestartNogoods=85
2.23	       =>  wckTime=1.184  cpuTime=1.12  mem=16M895
2.67	   
2.67	   search
2.67	     run=8  nbConstraintChecks=8166399  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2145
2.67	     nbFailedAssignments=1357  nbBacktracks=745  nbVisitedNodes=4100  nbRestartNogoods=100
2.67	       =>  wckTime=1.625  cpuTime=1.55  mem=16M895
3.31	   
3.31	   search
3.31	     run=9  nbConstraintChecks=11798012  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3049
3.31	     nbFailedAssignments=1873  nbBacktracks=1129  nbVisitedNodes=5731  nbRestartNogoods=120
3.31	       =>  wckTime=2.269  cpuTime=2.19  mem=16M895
4.28	   
4.28	   search
4.28	     run=10  nbConstraintChecks=17193021  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4424
4.28	     nbFailedAssignments=2667  nbBacktracks=1705  nbVisitedNodes=8198  nbRestartNogoods=142
4.28	       =>  wckTime=3.233  cpuTime=3.15  mem=16M895
5.59	   
5.59	   search
5.59	     run=11  nbConstraintChecks=24563362  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6242
5.59	     nbFailedAssignments=3616  nbBacktracks=2569  nbVisitedNodes=11341  nbRestartNogoods=177
5.59	       =>  wckTime=4.542  cpuTime=4.44  mem=16M895
7.53	   
7.53	   search
7.53	     run=12  nbConstraintChecks=35522372  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9048
7.53	     nbFailedAssignments=5121  nbBacktracks=3866  nbVisitedNodes=16194  nbRestartNogoods=196
7.53	       =>  wckTime=6.491  cpuTime=6.39  mem=16M895
10.56	   
10.56	   search
10.56	     run=13  nbConstraintChecks=52627083  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=13339
10.56	     nbFailedAssignments=7463  nbBacktracks=5812  nbVisitedNodes=23709  nbRestartNogoods=218
10.56	       =>  wckTime=9.514  cpuTime=9.39  mem=16M895
14.66	   
14.66	   search
14.66	     run=14  nbConstraintChecks=76022135  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=19282
14.66	     nbFailedAssignments=10483  nbBacktracks=8731  nbVisitedNodes=33847  nbRestartNogoods=227
14.67	       =>  wckTime=13.621  cpuTime=13.48  mem=16M895
21.19	   
21.19	   search
21.19	     run=15  nbConstraintChecks=112838154  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=28479
21.19	     nbFailedAssignments=15298  nbBacktracks=13109  nbVisitedNodes=49576  nbRestartNogoods=253
21.19	       =>  wckTime=20.145  cpuTime=19.95  mem=16M895
31.17	   
31.17	   search
31.17	     run=16  nbConstraintChecks=169694841  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=42438
31.17	     nbFailedAssignments=22684  nbBacktracks=19679  nbVisitedNodes=73747  nbRestartNogoods=265
31.17	       =>  wckTime=30.126  cpuTime=29.93  mem=16M895
46.01	   
46.01	   search
46.01	     run=17  nbConstraintChecks=254523555  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=63433
46.01	     nbFailedAssignments=33822  nbBacktracks=29532  nbVisitedNodes=110006  nbRestartNogoods=284
46.01	       =>  wckTime=44.967  cpuTime=44.77  mem=16M895
67.62	   
67.62	   search
67.62	     run=18  nbConstraintChecks=377827027  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=94151
67.62	     nbFailedAssignments=49758  nbBacktracks=44310  nbVisitedNodes=162689  nbRestartNogoods=302
67.62	       =>  wckTime=66.58  cpuTime=66.35  mem=16M895
100.01	   
100.02	   search
100.02	     run=19  nbConstraintChecks=562685292  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=140418
100.02	     nbFailedAssignments=73854  nbBacktracks=66478  nbVisitedNodes=241845  nbRestartNogoods=340
100.02	       =>  wckTime=98.971  cpuTime=98.72  mem=16M895
147.41	   
147.41	   search
147.41	     run=20  nbConstraintChecks=828719578  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=208589
147.41	     nbFailedAssignments=108769  nbBacktracks=99730  nbVisitedNodes=357790  nbRestartNogoods=385
147.41	       =>  wckTime=146.365  cpuTime=145.9  mem=16M895
222.18	   
222.18	   search
222.18	     run=21  nbConstraintChecks=1249435449  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=312313
222.18	     nbFailedAssignments=162611  nbBacktracks=149608  nbVisitedNodes=535696  nbRestartNogoods=425
222.18	       =>  wckTime=221.138  cpuTime=220.35  mem=16M895
330.95	   
330.95	   search
330.96	     run=22  nbConstraintChecks=1864951452  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=466541
330.96	     nbFailedAssignments=242017  nbBacktracks=224427  nbVisitedNodes=798847  nbRestartNogoods=472
330.96	       =>  wckTime=329.911  cpuTime=328.63  mem=16M895
496.75	   
496.75	   search
496.75	     run=23  nbConstraintChecks=2802837847  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=697264
496.75	     nbFailedAssignments=360509  nbBacktracks=336654  nbVisitedNodes=1192834  nbRestartNogoods=503
496.75	       =>  wckTime=495.71  cpuTime=493.58  mem=16M895
743.72	   
743.72	   search
743.72	     run=24  nbConstraintChecks=4200781907  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1041726
743.72	     nbFailedAssignments=536626  nbBacktracks=504995  nbVisitedNodes=1778770  nbRestartNogoods=530
743.72	       =>  wckTime=742.673  cpuTime=739.41  mem=16M895
1115.63	   
1115.63	   search
1115.63	     run=25  nbConstraintChecks=6305195506  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1557631
1115.63	     nbFailedAssignments=800017  nbBacktracks=757506  nbVisitedNodes=2656167  nbRestartNogoods=556
1115.63	       =>  wckTime=1114.585  cpuTime=1109.67  mem=16M895
1656.61	   
1656.61	   search
1656.61	     run=26  nbConstraintChecks=9361958158  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2319864
1656.61	     nbFailedAssignments=1183479  nbBacktracks=1136273  nbVisitedNodes=3943898  nbRestartNogoods=627
1656.61	       =>  wckTime=1655.57  cpuTime=1648.24  mem=16M895
2410.71	v 17 5 22 22 22 8 19 11 15 2 6 13 12 1 19 17 1 9 13 4 12 5 4 

Verifier Data (download as text)

1 unsatisfied constraints, 252 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/node39/watcher-275191-1169218434 -o ROOT/results/node39/solver-275191-1169218434 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275191-1169218434/unknown.xml 

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

/proc/loadavg: 1.92 1.98 1.91 4/74 25210
/proc/meminfo: memFree=1547168/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=172 CPUtime=0
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 270243038 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 11092772 0 0 4096 0 0 0 0 17 0 0 0
/proc/25209/statm: 43 24 18 14 0 3 0

[startup+0.108365 s]
/proc/loadavg: 1.92 1.98 1.91 4/74 25210
/proc/meminfo: memFree=1547168/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=914988 CPUtime=0.09
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 3083 0 1 0 8 1 0 0 22 0 8 0 270243038 936947712 2829 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228747 2829 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516399 s]
/proc/loadavg: 1.92 1.98 1.91 4/74 25210
/proc/meminfo: memFree=1547168/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915332 CPUtime=0.45
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 6679 0 12 0 39 6 0 0 22 0 8 0 270243038 937299968 6429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073565358 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228833 6429 2142 14 0 215303 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915332

[startup+1.33847 s]
/proc/loadavg: 1.92 1.98 1.91 3/81 25217
/proc/meminfo: memFree=1518504/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915464 CPUtime=1.26
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 9106 0 12 0 115 11 0 0 25 0 8 0 270243038 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073812102 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228866 8854 2532 14 0 215336 0
[pid=25209/tid=25211] ppid=25207 vsize=915464 CPUtime=0.02
/proc/25209/task/25211/stat : 25211 (java) S 25207 25209 24950 0 -1 64 275 0 0 0 2 0 0 0 16 0 8 0 270243041 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25212] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25212/stat : 25212 (java) S 25207 25209 24950 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270243042 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25213] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25213/stat : 25213 (java) S 25207 25209 24950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270243042 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25214] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25214/stat : 25214 (java) S 25207 25209 24950 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 270243045 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25215] ppid=25207 vsize=915464 CPUtime=0.21
/proc/25209/task/25215/stat : 25215 (java) S 25207 25209 24950 0 -1 64 380 0 0 0 19 2 0 0 15 0 8 0 270243045 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25216] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25216/stat : 25216 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270243045 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25217] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25217/stat : 25217 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270243045 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915464

[startup+2.99063 s]
/proc/loadavg: 1.92 1.98 1.91 3/81 25217
/proc/meminfo: memFree=1518312/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915464 CPUtime=2.91
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 9135 0 12 0 280 11 0 0 25 0 8 0 270243038 937435136 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073873428 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228866 8882 2532 14 0 215336 0
[pid=25209/tid=25211] ppid=25207 vsize=915464 CPUtime=0.02
/proc/25209/task/25211/stat : 25211 (java) S 25207 25209 24950 0 -1 64 275 0 0 0 2 0 0 0 17 0 8 0 270243041 937435136 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25212] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25212/stat : 25212 (java) S 25207 25209 24950 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270243042 937435136 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25213] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25213/stat : 25213 (java) S 25207 25209 24950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270243042 937435136 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25214] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25214/stat : 25214 (java) S 25207 25209 24950 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 270243045 937435136 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25215] ppid=25207 vsize=915464 CPUtime=0.23
/proc/25209/task/25215/stat : 25215 (java) S 25207 25209 24950 0 -1 64 395 0 0 0 21 2 0 0 16 0 8 0 270243045 937435136 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25216] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25216/stat : 25216 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270243045 937435136 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25217] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25217/stat : 25217 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270243045 937435136 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915464

[startup+6.27993 s]
/proc/loadavg: 1.93 1.98 1.91 3/81 25217
/proc/meminfo: memFree=1518184/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915464 CPUtime=6.17
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 9147 0 12 0 606 11 0 0 25 0 8 0 270243038 937435136 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073812102 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228866 8892 2532 14 0 215336 0
[pid=25209/tid=25211] ppid=25207 vsize=915464 CPUtime=0.02
/proc/25209/task/25211/stat : 25211 (java) S 25207 25209 24950 0 -1 64 275 0 0 0 2 0 0 0 16 0 8 0 270243041 937435136 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25212] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25212/stat : 25212 (java) S 25207 25209 24950 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270243042 937435136 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25213] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25213/stat : 25213 (java) S 25207 25209 24950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270243042 937435136 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25214] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25214/stat : 25214 (java) S 25207 25209 24950 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 270243045 937435136 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25215] ppid=25207 vsize=915464 CPUtime=0.24
/proc/25209/task/25215/stat : 25215 (java) S 25207 25209 24950 0 -1 64 399 0 0 0 22 2 0 0 15 0 8 0 270243045 937435136 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25216] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25216/stat : 25216 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270243045 937435136 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25217] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25217/stat : 25217 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270243045 937435136 8892 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915464

[startup+12.7715 s]
/proc/loadavg: 1.93 1.98 1.91 3/81 25217
/proc/meminfo: memFree=1518248/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915464 CPUtime=12.64
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 9152 0 12 0 1253 11 0 0 25 0 8 0 270243038 937435136 8897 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228866 8897 2532 14 0 215336 0
[pid=25209/tid=25211] ppid=25207 vsize=915464 CPUtime=0.02
/proc/25209/task/25211/stat : 25211 (java) S 25207 25209 24950 0 -1 64 275 0 0 0 2 0 0 0 16 0 8 0 270243041 937435136 8897 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25212] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25212/stat : 25212 (java) S 25207 25209 24950 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270243042 937435136 8897 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25213] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25213/stat : 25213 (java) S 25207 25209 24950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270243042 937435136 8897 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25214] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25214/stat : 25214 (java) S 25207 25209 24950 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 270243045 937435136 8897 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25215] ppid=25207 vsize=915464 CPUtime=0.24
/proc/25209/task/25215/stat : 25215 (java) S 25207 25209 24950 0 -1 64 399 0 0 0 22 2 0 0 15 0 8 0 270243045 937435136 8897 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25216] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25216/stat : 25216 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270243045 937435136 8897 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25217] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25217/stat : 25217 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270243045 937435136 8897 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915464

[startup+25.6087 s]
/proc/loadavg: 1.87 1.97 1.90 3/82 25302
/proc/meminfo: memFree=1513952/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915464 CPUtime=25.42
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 9157 0 12 0 2529 13 0 0 25 0 8 0 270243038 937435136 8902 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073813121 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228866 8902 2532 14 0 215336 0
[pid=25209/tid=25211] ppid=25207 vsize=915464 CPUtime=0.02
/proc/25209/task/25211/stat : 25211 (java) S 25207 25209 24950 0 -1 64 275 0 0 0 2 0 0 0 17 0 8 0 270243041 937435136 8902 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25212] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25212/stat : 25212 (java) S 25207 25209 24950 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270243042 937435136 8902 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25213] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25213/stat : 25213 (java) S 25207 25209 24950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270243042 937435136 8902 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25214] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25214/stat : 25214 (java) S 25207 25209 24950 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 270243045 937435136 8902 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25215] ppid=25207 vsize=915464 CPUtime=0.24
/proc/25209/task/25215/stat : 25215 (java) S 25207 25209 24950 0 -1 64 399 0 0 0 22 2 0 0 16 0 8 0 270243045 937435136 8902 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25216] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25216/stat : 25216 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270243045 937435136 8902 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25217] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25217/stat : 25217 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270243045 937435136 8902 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 915464

[startup+51.215 s]
/proc/loadavg: 1.92 1.97 1.91 3/81 25303
/proc/meminfo: memFree=1465640/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915464 CPUtime=51.01
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 9162 0 12 0 5088 13 0 0 25 0 8 0 270243038 937435136 8906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073838486 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228866 8906 2532 14 0 215336 0
[pid=25209/tid=25211] ppid=25207 vsize=915464 CPUtime=0.02
/proc/25209/task/25211/stat : 25211 (java) S 25207 25209 24950 0 -1 64 275 0 0 0 2 0 0 0 16 0 8 0 270243041 937435136 8906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25212] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25212/stat : 25212 (java) S 25207 25209 24950 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270243042 937435136 8906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25213] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25213/stat : 25213 (java) S 25207 25209 24950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270243042 937435136 8906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25214] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25214/stat : 25214 (java) S 25207 25209 24950 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 270243045 937435136 8906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25215] ppid=25207 vsize=915464 CPUtime=0.24
/proc/25209/task/25215/stat : 25215 (java) S 25207 25209 24950 0 -1 64 399 0 0 0 22 2 0 0 16 0 8 0 270243045 937435136 8906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25216] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25216/stat : 25216 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270243045 937435136 8906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25217] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25217/stat : 25217 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270243045 937435136 8906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 915464

[startup+102.421 s]
/proc/loadavg: 1.96 1.97 1.91 3/81 25303
/proc/meminfo: memFree=1465832/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915464 CPUtime=102.17
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 9170 0 12 0 10203 14 0 0 25 0 8 0 270243038 937435136 8914 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918543 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228866 8914 2532 14 0 215336 0
[pid=25209/tid=25211] ppid=25207 vsize=915464 CPUtime=0.02
/proc/25209/task/25211/stat : 25211 (java) S 25207 25209 24950 0 -1 64 275 0 0 0 2 0 0 0 16 0 8 0 270243041 937435136 8914 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25212] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25212/stat : 25212 (java) S 25207 25209 24950 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270243042 937435136 8914 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25213] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25213/stat : 25213 (java) S 25207 25209 24950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270243042 937435136 8914 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25214] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25214/stat : 25214 (java) S 25207 25209 24950 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 270243045 937435136 8914 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25215] ppid=25207 vsize=915464 CPUtime=0.24
/proc/25209/task/25215/stat : 25215 (java) S 25207 25209 24950 0 -1 64 401 0 0 0 22 2 0 0 16 0 8 0 270243045 937435136 8914 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25216] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25216/stat : 25216 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270243045 937435136 8914 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25217] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25217/stat : 25217 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270243045 937435136 8914 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 915464

[startup+162.463 s]
/proc/loadavg: 1.92 1.96 1.91 3/88 25505
/proc/meminfo: memFree=1508248/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915464 CPUtime=161.93
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 9172 0 12 0 16178 15 0 0 25 0 8 0 270243038 937435136 8916 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 2014.16
Current children cumulated vsize (KiB) 915464

[startup+2083.15 s]
/proc/loadavg: 2.01 2.04 2.00 3/88 25705
/proc/meminfo: memFree=1507680/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915464 CPUtime=2073.92
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 9189 0 12 0 207365 27 0 0 25 0 8 0 270243038 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073873702 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228866 8932 2532 14 0 215336 0
[pid=25209/tid=25211] ppid=25207 vsize=915464 CPUtime=0.02
/proc/25209/task/25211/stat : 25211 (java) S 25207 25209 24950 0 -1 64 275 0 0 0 2 0 0 0 16 0 8 0 270243041 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25212] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25212/stat : 25212 (java) S 25207 25209 24950 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270243042 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25213] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25213/stat : 25213 (java) S 25207 25209 24950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270243042 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25214] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25214/stat : 25214 (java) S 25207 25209 24950 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25215] ppid=25207 vsize=915464 CPUtime=0.24
/proc/25209/task/25215/stat : 25215 (java) S 25207 25209 24950 0 -1 64 401 0 0 0 22 2 0 0 16 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25216] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25216/stat : 25216 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25217] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25217/stat : 25217 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2073.92
Current children cumulated vsize (KiB) 915464

[startup+2143.17 s]
/proc/loadavg: 2.00 2.03 2.00 3/88 25705
/proc/meminfo: memFree=1507616/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915464 CPUtime=2133.66
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 9189 0 12 0 213339 27 0 0 25 0 8 0 270243038 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073889348 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228866 8932 2532 14 0 215336 0
[pid=25209/tid=25211] ppid=25207 vsize=915464 CPUtime=0.02
/proc/25209/task/25211/stat : 25211 (java) S 25207 25209 24950 0 -1 64 275 0 0 0 2 0 0 0 16 0 8 0 270243041 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25212] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25212/stat : 25212 (java) S 25207 25209 24950 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270243042 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25213] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25213/stat : 25213 (java) S 25207 25209 24950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270243042 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25214] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25214/stat : 25214 (java) S 25207 25209 24950 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25215] ppid=25207 vsize=915464 CPUtime=0.24
/proc/25209/task/25215/stat : 25215 (java) S 25207 25209 24950 0 -1 64 401 0 0 0 22 2 0 0 16 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25216] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25216/stat : 25216 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25217] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25217/stat : 25217 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2133.66
Current children cumulated vsize (KiB) 915464

[startup+2203.19 s]
/proc/loadavg: 2.00 2.02 2.00 3/88 25705
/proc/meminfo: memFree=1507680/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915464 CPUtime=2193.42
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 9189 0 12 0 219315 27 0 0 25 0 8 0 270243038 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073872929 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228866 8932 2532 14 0 215336 0
[pid=25209/tid=25211] ppid=25207 vsize=915464 CPUtime=0.02
/proc/25209/task/25211/stat : 25211 (java) S 25207 25209 24950 0 -1 64 275 0 0 0 2 0 0 0 16 0 8 0 270243041 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25212] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25212/stat : 25212 (java) S 25207 25209 24950 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270243042 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25213] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25213/stat : 25213 (java) S 25207 25209 24950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270243042 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25214] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25214/stat : 25214 (java) S 25207 25209 24950 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25215] ppid=25207 vsize=915464 CPUtime=0.24
/proc/25209/task/25215/stat : 25215 (java) S 25207 25209 24950 0 -1 64 401 0 0 0 22 2 0 0 16 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25216] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25216/stat : 25216 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25217] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25217/stat : 25217 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2193.42
Current children cumulated vsize (KiB) 915464

[startup+2263.21 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 25705
/proc/meminfo: memFree=1507616/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915464 CPUtime=2253.19
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 9189 0 12 0 225291 28 0 0 25 0 8 0 270243038 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073884556 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228866 8932 2532 14 0 215336 0
[pid=25209/tid=25211] ppid=25207 vsize=915464 CPUtime=0.02
/proc/25209/task/25211/stat : 25211 (java) S 25207 25209 24950 0 -1 64 275 0 0 0 2 0 0 0 16 0 8 0 270243041 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25212] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25212/stat : 25212 (java) S 25207 25209 24950 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270243042 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25213] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25213/stat : 25213 (java) S 25207 25209 24950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270243042 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25214] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25214/stat : 25214 (java) S 25207 25209 24950 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25215] ppid=25207 vsize=915464 CPUtime=0.24
/proc/25209/task/25215/stat : 25215 (java) S 25207 25209 24950 0 -1 64 401 0 0 0 22 2 0 0 16 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25216] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25216/stat : 25216 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25217] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25217/stat : 25217 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2253.19
Current children cumulated vsize (KiB) 915464

[startup+2323.23 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 25705
/proc/meminfo: memFree=1507552/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915464 CPUtime=2312.93
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 9189 0 12 0 231265 28 0 0 25 0 8 0 270243038 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073814050 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228866 8932 2532 14 0 215336 0
[pid=25209/tid=25211] ppid=25207 vsize=915464 CPUtime=0.02
/proc/25209/task/25211/stat : 25211 (java) S 25207 25209 24950 0 -1 64 275 0 0 0 2 0 0 0 16 0 8 0 270243041 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25212] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25212/stat : 25212 (java) S 25207 25209 24950 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270243042 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25213] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25213/stat : 25213 (java) S 25207 25209 24950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270243042 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25214] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25214/stat : 25214 (java) S 25207 25209 24950 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25215] ppid=25207 vsize=915464 CPUtime=0.24
/proc/25209/task/25215/stat : 25215 (java) S 25207 25209 24950 0 -1 64 401 0 0 0 22 2 0 0 16 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25216] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25216/stat : 25216 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25217] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25217/stat : 25217 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2312.93
Current children cumulated vsize (KiB) 915464

[startup+2383.26 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 25705
/proc/meminfo: memFree=1507616/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915464 CPUtime=2372.69
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 9189 0 12 0 237241 28 0 0 25 0 8 0 270243038 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228866 8932 2532 14 0 215336 0
[pid=25209/tid=25211] ppid=25207 vsize=915464 CPUtime=0.02
/proc/25209/task/25211/stat : 25211 (java) S 25207 25209 24950 0 -1 64 275 0 0 0 2 0 0 0 16 0 8 0 270243041 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25212] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25212/stat : 25212 (java) S 25207 25209 24950 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270243042 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25213] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25213/stat : 25213 (java) S 25207 25209 24950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270243042 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25214] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25214/stat : 25214 (java) S 25207 25209 24950 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25215] ppid=25207 vsize=915464 CPUtime=0.24
/proc/25209/task/25215/stat : 25215 (java) S 25207 25209 24950 0 -1 64 401 0 0 0 22 2 0 0 16 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25216] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25216/stat : 25216 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25217] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25217/stat : 25217 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2372.69
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2410.71 s]
/proc/loadavg: 2.05 2.02 2.00 3/88 25705
/proc/meminfo: memFree=1507616/2055920 swapFree=4187336/4192956
[pid=25209] ppid=25207 vsize=915464 CPUtime=2400.01
/proc/25209/stat : 25209 (java) R 25207 25209 24950 0 -1 0 9189 0 12 0 239973 28 0 0 25 0 8 0 270243038 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073873498 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25209/statm: 228866 8932 2532 14 0 215336 0
[pid=25209/tid=25211] ppid=25207 vsize=915464 CPUtime=0.02
/proc/25209/task/25211/stat : 25211 (java) S 25207 25209 24950 0 -1 64 275 0 0 0 2 0 0 0 16 0 8 0 270243041 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25212] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25212/stat : 25212 (java) S 25207 25209 24950 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 270243042 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25213] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25213/stat : 25213 (java) S 25207 25209 24950 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270243042 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25214] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25214/stat : 25214 (java) S 25207 25209 24950 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25215] ppid=25207 vsize=915464 CPUtime=0.24
/proc/25209/task/25215/stat : 25215 (java) S 25207 25209 24950 0 -1 64 401 0 0 0 22 2 0 0 16 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25216] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25216/stat : 25216 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25209/tid=25217] ppid=25207 vsize=915464 CPUtime=0
/proc/25209/task/25217/stat : 25217 (java) S 25207 25209 24950 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270243045 937435136 8932 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 915464

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

Child status: 143
Real time (s): 2410.76
CPU time (s): 2400.06
CPU user time (s): 2399.78
CPU system time (s): 0.286956
CPU usage (%): 99.5562
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.78
system time used= 0.286956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9212
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49960
involuntary context switches= 77619

runsolver used 2.38464 s user time and 6.31504 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Fri Jan 19 14:53:54 UTC 2007


IDJOB= 275191
IDBENCH= 3634
IDSOLVER= 68
FILE ID= node39/275191-1169218434

PBS_JOBID= 3589168

Free space on /tmp= 66560 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-23/rand-23-23-253-131-51021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275191-1169218434/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-275191-1169218434 -o ROOT/results/node39/solver-275191-1169218434 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275191-1169218434/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  dfd37b796ddfc1cae49c6231c5a6ea71

RANDOM SEED= 143916041

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.236
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.236
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:       1547648 kB
Buffers:         37972 kB
Cached:         375204 kB
SwapCached:        944 kB
Active:         100644 kB
Inactive:       330536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1547648 kB
SwapTotal:     4192956 kB
SwapFree:      4187336 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:          27692 kB
Slab:            62560 kB
Committed_AS:  4709168 kB
PageTables:       1792 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= 66563 MiB



End job on node39 on Fri Jan 19 15:34:05 UTC 2007