Trace number 194490

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 ESAC? (TO) 1800.13 1815.69

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-12_ext.xml
MD5SUM64e6f847c96104277628cca066acf87f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints455
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension455
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/194490-1168101932/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.43	       =>  wckTime=0.098  cpuTime=0.08  mem=6M951
0.43	   
0.43	   relations being loaded...
0.57	   
0.57	   constraints being loaded...
0.70	     nbConstraints=455  nbRelationTypes=455  nbExtensionStructures=455  nbSharedExtensionStructures=0
0.70	     nbConflictsStructures=455  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2269  maxDegree=25
0.70	     maxArity=2
0.70	       =>  wckTime=0.367  cpuTime=0.27  mem=16M902
0.74	   
0.74	   solver IterativeSystematicSolver being built... 
0.89	       =>  wckTime=0.562  cpuTime=0.4  mem=15M558
0.95	   
0.95	   preprocessing
0.95	     nbConstraintChecks=113211  nbPropagations=1258  nbRevisions=10247  nbUselessRevisions=8527  nbSingletonTests=61
0.95	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.95	       =>  wckTime=0.057  cpuTime=0.04  mem=15M558
0.98	   
0.98	   search
0.98	     run=0  nbConstraintChecks=46835  nbPropagations=1791  nbRevisions=16705  nbUselessRevisions=13913  nbAssignments=27
0.98	     nbFailedAssignments=6  nbBacktracks=11  nbVisitedNodes=40  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.98	     nbTooLargeKeys=0
0.98	       =>  wckTime=0.084  cpuTime=0.06  mem=15M558
1.00	   
1.00	   search
1.00	     run=1  nbConstraintChecks=93156  nbPropagations=4155  nbRevisions=40684  nbUselessRevisions=33929  nbAssignments=60
1.00	     nbFailedAssignments=14  nbBacktracks=26  nbVisitedNodes=88  nbRestartNogoods=2  mapSize=20  nbInferences=0
1.00	     nbTooLargeKeys=0
1.00	       =>  wckTime=0.102  cpuTime=0.07  mem=15M558
1.01	   
1.01	   search
1.01	     run=2  nbConstraintChecks=172066  nbPropagations=7538  nbRevisions=78967  nbUselessRevisions=65965
1.01	     nbAssignments=114  nbFailedAssignments=32  nbBacktracks=48  nbVisitedNodes=175  nbRestartNogoods=3  mapSize=40
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.117  cpuTime=0.08  mem=15M558
1.03	   
1.03	   search
1.03	     run=3  nbConstraintChecks=283408  nbPropagations=12288  nbRevisions=136399  nbUselessRevisions=113736
1.03	     nbAssignments=189  nbFailedAssignments=60  nbBacktracks=83  nbVisitedNodes=294  nbRestartNogoods=7  mapSize=70
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.139  cpuTime=0.1  mem=15M558
1.06	   
1.06	   search
1.06	     run=4  nbConstraintChecks=434940  nbPropagations=18799  nbRevisions=219459  nbUselessRevisions=182460
1.06	     nbAssignments=283  nbFailedAssignments=92  nbBacktracks=134  nbVisitedNodes=449  nbRestartNogoods=12  mapSize=112
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.167  cpuTime=0.12  mem=15M558
1.10	   
1.10	   search
1.10	     run=5  nbConstraintChecks=629621  nbPropagations=27980  nbRevisions=341319  nbUselessRevisions=283534
1.10	     nbAssignments=421  nbFailedAssignments=143  nbBacktracks=209  nbVisitedNodes=681  nbRestartNogoods=15  mapSize=176
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.207  cpuTime=0.16  mem=15M558
1.17	   
1.17	   search
1.17	     run=6  nbConstraintChecks=959173  nbPropagations=41303  nbRevisions=524739  nbUselessRevisions=435044
1.17	     nbAssignments=634  nbFailedAssignments=232  nbBacktracks=323  nbVisitedNodes=1047  nbRestartNogoods=18  mapSize=277
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.274  cpuTime=0.22  mem=15M558
1.24	   
1.24	   search
1.24	     run=7  nbConstraintChecks=1361673  nbPropagations=59760  nbRevisions=785468  nbUselessRevisions=650262
1.24	     nbAssignments=919  nbFailedAssignments=336  nbBacktracks=494  nbVisitedNodes=1523  nbRestartNogoods=22  mapSize=411
1.24	     nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.345  cpuTime=0.29  mem=15M558
1.37	   
1.37	   search
1.37	     run=8  nbConstraintChecks=2131024  nbPropagations=87139  nbRevisions=1182038  nbUselessRevisions=976131
1.37	     nbAssignments=1361  nbFailedAssignments=513  nbBacktracks=751  nbVisitedNodes=2283  nbRestartNogoods=26
1.37	     mapSize=625  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.472  cpuTime=0.41  mem=15M558
1.53	   
1.53	   search
1.53	     run=9  nbConstraintChecks=3078613  nbPropagations=126497  nbRevisions=1752669  nbUselessRevisions=1444520
1.53	     nbAssignments=1968  nbFailedAssignments=727  nbBacktracks=1135  nbVisitedNodes=3308  nbRestartNogoods=31
1.53	     mapSize=945  nbInferences=0  nbTooLargeKeys=0
1.53	       =>  wckTime=0.636  cpuTime=0.56  mem=15M558
1.59	   
1.59	   INFO : Stopping hyperNogood (mapSize=1041, nbTooLargekeys=0, mem=15M558)
1.77	   
1.77	   search
1.77	     run=10  nbConstraintChecks=4578978  nbPropagations=184839  nbRevisions=2611658  nbUselessRevisions=2150470
1.77	     nbAssignments=2931  nbFailedAssignments=1103  nbBacktracks=1711  nbVisitedNodes=4974  nbRestartNogoods=37
1.77	       =>  wckTime=0.878  cpuTime=0.79  mem=15M558
2.10	   
2.10	   search
2.10	     run=11  nbConstraintChecks=6816597  nbPropagations=270957  nbRevisions=3888439  nbUselessRevisions=3198401
2.10	     nbAssignments=4365  nbFailedAssignments=1661  nbBacktracks=2576  nbVisitedNodes=7427  nbRestartNogoods=41
2.10	       =>  wckTime=1.207  cpuTime=1.11  mem=15M558
2.62	   
2.62	   search
2.62	     run=12  nbConstraintChecks=10285246  nbPropagations=399604  nbRevisions=5824747  nbUselessRevisions=4788407
2.62	     nbAssignments=6550  nbFailedAssignments=2536  nbBacktracks=3874  nbVisitedNodes=11187  nbRestartNogoods=51
2.62	       =>  wckTime=1.726  cpuTime=1.62  mem=15M558
3.36	   
3.37	   search
3.37	     run=13  nbConstraintChecks=15333543  nbPropagations=593039  nbRevisions=8721078  nbUselessRevisions=7164028
3.37	     nbAssignments=9797  nbFailedAssignments=3824  nbBacktracks=5823  nbVisitedNodes=16788  nbRestartNogoods=56
3.37	       =>  wckTime=2.471  cpuTime=2.37  mem=15M558
4.46	   
4.46	   search
4.46	     run=14  nbConstraintChecks=22744178  nbPropagations=878060  nbRevisions=13043121  nbUselessRevisions=10715130
4.46	     nbAssignments=14581  nbFailedAssignments=5679  nbBacktracks=8742  nbVisitedNodes=25013  nbRestartNogoods=60
4.46	       =>  wckTime=3.566  cpuTime=3.45  mem=15M558
6.02	   
6.02	   search
6.02	     run=15  nbConstraintChecks=32999394  nbPropagations=1296144  nbRevisions=19358519  nbUselessRevisions=15905816
6.02	     nbAssignments=21728  nbFailedAssignments=8436  nbBacktracks=13120  nbVisitedNodes=37182  nbRestartNogoods=68
6.02	       =>  wckTime=5.131  cpuTime=4.99  mem=15M558
8.38	   
8.38	   search
8.38	     run=16  nbConstraintChecks=48940583  nbPropagations=1914025  nbRevisions=28695187  nbUselessRevisions=23577734
8.38	     nbAssignments=32197  nbFailedAssignments=12323  nbBacktracks=19692  nbVisitedNodes=54945  nbRestartNogoods=80
8.38	       =>  wckTime=7.485  cpuTime=7.33  mem=16M533
12.09	   
12.09	   search
12.09	     run=17  nbConstraintChecks=73917432  nbPropagations=2837226  nbRevisions=42949051  nbUselessRevisions=35334617
12.09	     nbAssignments=48159  nbFailedAssignments=18420  nbBacktracks=29546  nbVisitedNodes=82299  nbRestartNogoods=89
12.09	       =>  wckTime=11.191  cpuTime=11.01  mem=16M533
17.82	   
17.82	   search
17.82	     run=18  nbConstraintChecks=112748416  nbPropagations=4242611  nbRevisions=64500729  nbUselessRevisions=53072951
17.82	     nbAssignments=72717  nbFailedAssignments=28186  nbBacktracks=44325  nbVisitedNodes=124699  nbRestartNogoods=100
17.82	       =>  wckTime=16.925  cpuTime=16.7  mem=16M533
26.19	   
26.19	   search
26.19	     run=19  nbConstraintChecks=169333020  nbPropagations=6348539  nbRevisions=96877845  nbUselessRevisions=79731781
26.19	     nbAssignments=109292  nbFailedAssignments=42583  nbBacktracks=66494  nbVisitedNodes=187641  nbRestartNogoods=113
26.19	       =>  wckTime=25.296  cpuTime=25.0  mem=16M533
38.79	   
38.79	   search
38.79	     run=20  nbConstraintChecks=254740083  nbPropagations=9514763  nbRevisions=145351104  nbUselessRevisions=119611454
38.79	     nbAssignments=163703  nbFailedAssignments=63731  nbBacktracks=99749  nbVisitedNodes=281495  nbRestartNogoods=123
38.79	       =>  wckTime=37.892  cpuTime=37.5  mem=16M533
58.17	   
58.17	   search
58.17	     run=21  nbConstraintChecks=384689631  nbPropagations=14311228  nbRevisions=219007610  nbUselessRevisions=180263036
58.17	     nbAssignments=246608  nbFailedAssignments=96749  nbBacktracks=149627  nbVisitedNodes=424588  nbRestartNogoods=130
58.17	       =>  wckTime=57.279  cpuTime=56.72  mem=16M533
86.14	   
86.14	   search
86.14	     run=22  nbConstraintChecks=573715669  nbPropagations=21466804  nbRevisions=328751903  nbUselessRevisions=270631545
86.14	     nbAssignments=367825  nbFailedAssignments=143117  nbBacktracks=224445  nbVisitedNodes=632506  nbRestartNogoods=146
86.14	       =>  wckTime=85.243  cpuTime=84.48  mem=16M533
129.38	   
129.38	   search
129.38	     run=23  nbConstraintChecks=871549390  nbPropagations=32210406  nbRevisions=494219006  nbUselessRevisions=406889456
129.38	     nbAssignments=551128  nbFailedAssignments=214133  nbBacktracks=336676  nbVisitedNodes=947673  nbRestartNogoods=161
129.38	       =>  wckTime=128.489  cpuTime=127.37  mem=16M533
193.87	   
193.87	   search
193.87	     run=24  nbConstraintChecks=1311038800  nbPropagations=48345378  nbRevisions=741947203  nbUselessRevisions=610671163
193.87	     nbAssignments=826029  nbFailedAssignments=320684  nbBacktracks=505017  nbVisitedNodes=1421076  nbRestartNogoods=171
193.87	       =>  wckTime=192.978  cpuTime=191.32  mem=16M533
291.67	   
291.67	   search
291.67	     run=25  nbConstraintChecks=1980489363  nbPropagations=72631112  nbRevisions=1115957264
291.67	     nbUselessRevisions=918562051  nbAssignments=1237223  nbFailedAssignments=479358  nbBacktracks=757529
291.67	     nbVisitedNodes=2127774  nbRestartNogoods=184
291.67	       =>  wckTime=290.774  cpuTime=288.28  mem=16M533
434.76	   
434.76	   search
434.76	     run=26  nbConstraintChecks=2949807852  nbPropagations=108976997  nbRevisions=1674197085
434.76	     nbUselessRevisions=1378024178  nbAssignments=1854700  nbFailedAssignments=718057  nbBacktracks=1136298
434.76	     nbVisitedNodes=3187387  nbRestartNogoods=193
434.76	       =>  wckTime=433.87  cpuTime=430.15  mem=16M533
647.63	   
647.63	   search
647.63	     run=27  nbConstraintChecks=4385435194  nbPropagations=163159185  nbRevisions=2506478165
647.63	     nbUselessRevisions=2063007175  nbAssignments=2777978  nbFailedAssignments=1073170  nbBacktracks=1704450
647.63	     nbVisitedNodes=4769064  nbRestartNogoods=206
647.63	       =>  wckTime=646.733  cpuTime=641.19  mem=16M533
973.12	   
973.13	   search
973.13	     run=28  nbConstraintChecks=6645483916  nbPropagations=244330222  nbRevisions=3754249878
973.13	     nbUselessRevisions=3089025663  nbAssignments=4151503  nbFailedAssignments=1594443  nbBacktracks=2556676
973.13	     nbVisitedNodes=7112316  nbRestartNogoods=220
973.13	       =>  wckTime=972.231  cpuTime=963.81  mem=16M533
1449.97	   
1449.97	   search
1449.97	     run=29  nbConstraintChecks=9897547688  nbPropagations=365106064  nbRevisions=5612963913
1449.97	     nbUselessRevisions=4617763094  nbAssignments=6200320  nbFailedAssignments=2364909  nbBacktracks=3835016
1449.97	     nbVisitedNodes=10601769  nbRestartNogoods=237
1449.97	       =>  wckTime=1449.073  cpuTime=1436.5  mem=16M533

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node51/watcher-194490-1168101932 -o ROOT/results/node51/solver-194490-1168101932 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194490-1168101932/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: 0.08 0.92 1.34 2/70 7387
/proc/meminfo: memFree=1564320/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=18540 CPUtime=0
/proc/7386/stat : 7386 (runsolver) R 7383 7386 6680 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 158592032 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 235371293991 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7386/statm: 4635 279 244 17 0 2626 0

[startup+0.104397 s]
/proc/loadavg: 0.08 0.92 1.34 2/70 7387
/proc/meminfo: memFree=1564320/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=911488 CPUtime=0.06
/proc/7386/stat : 7386 (java) D 7383 7386 6680 0 -1 0 2636 0 1 0 5 1 0 0 24 0 8 0 158592032 933363712 2383 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7386/statm: 227872 2383 1284 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 911488

[startup+0.512467 s]
/proc/loadavg: 0.08 0.92 1.34 2/70 7387
/proc/meminfo: memFree=1564320/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915328 CPUtime=0.45
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 6896 0 1 0 42 3 0 0 25 0 8 0 158592032 937295872 6635 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445374 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7386/statm: 228832 6635 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.3336 s]
/proc/loadavg: 0.08 0.92 1.34 3/88 7406
/proc/meminfo: memFree=1524816/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915460 CPUtime=1.27
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 9587 0 1 0 121 6 0 0 25 0 8 0 158592032 937431040 9325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804233 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7386/statm: 228865 9325 2524 14 0 215335 0
[pid=7386/tid=7393] ppid=7383 vsize=915460 CPUtime=0.03
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 6680 0 -1 64 402 0 0 0 3 0 0 0 16 0 8 0 158592036 937431040 9325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 6680 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158592037 937431040 9325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 6680 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158592037 937431040 9325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 6680 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158592040 937431040 9325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=915460 CPUtime=0.21
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 6680 0 -1 64 382 0 0 0 20 1 0 0 15 0 8 0 158592040 937431040 9325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 158592040 937431040 9325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158592040 937431040 9325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 915460

[startup+2.97688 s]
/proc/loadavg: 0.23 0.94 1.34 3/88 7406
/proc/meminfo: memFree=1524688/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915460 CPUtime=2.9
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 9603 0 1 0 284 6 0 0 25 0 8 0 158592032 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073825043 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7386/statm: 228865 9340 2524 14 0 215335 0
[pid=7386/tid=7393] ppid=7383 vsize=915460 CPUtime=0.03
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 6680 0 -1 64 402 0 0 0 3 0 0 0 17 0 8 0 158592036 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 6680 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158592037 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 6680 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158592037 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 6680 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=915460 CPUtime=0.24
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 6680 0 -1 64 397 0 0 0 23 1 0 0 15 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915460

[startup+6.27044 s]
/proc/loadavg: 0.23 0.94 1.34 3/88 7406
/proc/meminfo: memFree=1524560/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915460 CPUtime=6.16
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 9604 0 1 0 610 6 0 0 25 0 8 0 158592032 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806188 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7386/statm: 228865 9340 2524 14 0 215335 0
[pid=7386/tid=7393] ppid=7383 vsize=915460 CPUtime=0.03
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 6680 0 -1 64 402 0 0 0 3 0 0 0 16 0 8 0 158592036 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 6680 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158592037 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 6680 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158592037 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 6680 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=915460 CPUtime=0.24
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 6680 0 -1 64 397 0 0 0 23 1 0 0 15 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915460

[startup+12.7425 s]
/proc/loadavg: 0.51 0.97 1.35 3/88 7406
/proc/meminfo: memFree=1524576/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915460 CPUtime=12.58
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 9604 0 1 0 1252 6 0 0 25 0 8 0 158592032 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820317 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7386/statm: 228865 9340 2524 14 0 215335 0
[pid=7386/tid=7393] ppid=7383 vsize=915460 CPUtime=0.03
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 6680 0 -1 64 402 0 0 0 3 0 0 0 16 0 8 0 158592036 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 6680 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158592037 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 6680 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158592037 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 6680 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=915460 CPUtime=0.24
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 6680 0 -1 64 397 0 0 0 23 1 0 0 15 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 915460

[startup+25.5987 s]
/proc/loadavg: 0.74 1.01 1.36 3/88 7406
/proc/meminfo: memFree=1524640/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915460 CPUtime=25.34
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 9604 0 1 0 2528 6 0 0 25 0 8 0 158592032 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807707 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7386/statm: 228865 9340 2524 14 0 215335 0
[pid=7386/tid=7393] ppid=7383 vsize=915460 CPUtime=0.03
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 6680 0 -1 64 402 0 0 0 3 0 0 0 16 0 8 0 158592036 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 6680 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158592037 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 6680 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158592037 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 6680 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=915460 CPUtime=0.24
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 6680 0 -1 64 397 0 0 0 23 1 0 0 16 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915460

[startup+51.2901 s]
/proc/loadavg: 1.23 1.10 1.38 3/88 7406
/proc/meminfo: memFree=1524704/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915460 CPUtime=50.82
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 9605 0 1 0 5076 6 0 0 25 0 8 0 158592032 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819782 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7386/statm: 228865 9340 2524 14 0 215335 0
[pid=7386/tid=7393] ppid=7383 vsize=915460 CPUtime=0.03
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 6680 0 -1 64 402 0 0 0 3 0 0 0 16 0 8 0 158592036 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 6680 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158592037 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 6680 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158592037 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 6680 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=915460 CPUtime=0.25
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 6680 0 -1 64 397 0 0 0 24 1 0 0 16 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158592040 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 915460

[startup+102.569 s]
/proc/loadavg: 1.69 1.25 1.41 3/88 7406
/proc/meminfo: memFree=1524640/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915460 CPUtime=101.68
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 9606 0 1 0 10162 6 0 0 25 0 8 0 158592032 937431040 9341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813491 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7386/statm: 228865 9341 2524 14 0 215335 0
[pid=7386/tid=7393] ppid=7383 vsize=915460 CPUtime=0.03
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 6680 0 -1 64 402 0 0 0 3 0 0 0 16 0 8 0 158592036 937431040 9341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 6680 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158592037 937431040 9341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 6680 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158592037 937431040 9341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 6680 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158592040 937431040 9341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=915460 CPUtime=0.25
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 6680 0 -1 64 398 0 0 0 24 1 0 0 16 0 8 0 158592040 937431040 9341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 158592040 937431040 9341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158592040 937431040 9341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 915460

[startup+162.589 s]
/proc/loadavg: 1.87 1.37 1.44 3/88 7406
/proc/meminfo: memFree=1524640/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915460 CPUtime=161.22
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 9607 0 1 0 16116 6 0 0 25 0 8 0 158592032 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807678 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1411.46
Current children cumulated vsize (KiB) 915460

[startup+1483.83 s]
/proc/loadavg: 2.04 2.00 1.85 3/88 7604
/proc/meminfo: memFree=1524256/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915460 CPUtime=1470.99
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 9607 0 1 0 147081 18 0 0 25 0 8 0 158592032 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073828801 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7386/statm: 228865 9342 2524 14 0 215335 0
[pid=7386/tid=7393] ppid=7383 vsize=915460 CPUtime=0.03
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 6680 0 -1 64 402 0 0 0 3 0 0 0 16 0 8 0 158592036 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 6680 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158592037 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 6680 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158592037 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 6680 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=915460 CPUtime=0.25
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 6680 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.99
Current children cumulated vsize (KiB) 915460

[startup+1543.89 s]
/proc/loadavg: 2.01 2.00 1.85 3/88 7604
/proc/meminfo: memFree=1524320/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915460 CPUtime=1530.55
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 9607 0 1 0 153037 18 0 0 25 0 8 0 158592032 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813331 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7386/statm: 228865 9342 2524 14 0 215335 0
[pid=7386/tid=7393] ppid=7383 vsize=915460 CPUtime=0.03
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 6680 0 -1 64 402 0 0 0 3 0 0 0 16 0 8 0 158592036 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 6680 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158592037 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 6680 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158592037 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 6680 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=915460 CPUtime=0.25
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 6680 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.55
Current children cumulated vsize (KiB) 915460

[startup+1603.94 s]
/proc/loadavg: 2.00 2.00 1.86 3/88 7604
/proc/meminfo: memFree=1524256/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915460 CPUtime=1590.09
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 9607 0 1 0 158991 18 0 0 25 0 8 0 158592032 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073824819 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7386/statm: 228865 9342 2524 14 0 215335 0
[pid=7386/tid=7393] ppid=7383 vsize=915460 CPUtime=0.03
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 6680 0 -1 64 402 0 0 0 3 0 0 0 16 0 8 0 158592036 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 6680 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158592037 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 6680 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158592037 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 6680 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=915460 CPUtime=0.25
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 6680 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.09
Current children cumulated vsize (KiB) 915460

[startup+1664 s]
/proc/loadavg: 2.00 2.00 1.86 3/88 7604
/proc/meminfo: memFree=1524256/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915460 CPUtime=1649.61
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 9607 0 1 0 164943 18 0 0 25 0 8 0 158592032 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073824853 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7386/statm: 228865 9342 2524 14 0 215335 0
[pid=7386/tid=7393] ppid=7383 vsize=915460 CPUtime=0.03
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 6680 0 -1 64 402 0 0 0 3 0 0 0 16 0 8 0 158592036 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 6680 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158592037 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 6680 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158592037 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 6680 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=915460 CPUtime=0.25
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 6680 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.61
Current children cumulated vsize (KiB) 915460

[startup+1724.06 s]
/proc/loadavg: 2.00 2.00 1.87 3/88 7604
/proc/meminfo: memFree=1524256/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915460 CPUtime=1709.17
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 9607 0 1 0 170899 18 0 0 25 0 8 0 158592032 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811379 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7386/statm: 228865 9342 2524 14 0 215335 0
[pid=7386/tid=7393] ppid=7383 vsize=915460 CPUtime=0.03
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 6680 0 -1 64 402 0 0 0 3 0 0 0 16 0 8 0 158592036 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 6680 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158592037 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 6680 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158592037 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 6680 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=915460 CPUtime=0.25
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 6680 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.17
Current children cumulated vsize (KiB) 915460

[startup+1784.12 s]
/proc/loadavg: 2.00 2.00 1.87 3/88 7604
/proc/meminfo: memFree=1524256/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915460 CPUtime=1768.72
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 9607 0 1 0 176854 18 0 0 25 0 8 0 158592032 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918517 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7386/statm: 228865 9342 2524 14 0 215335 0
[pid=7386/tid=7393] ppid=7383 vsize=915460 CPUtime=0.03
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 6680 0 -1 64 402 0 0 0 3 0 0 0 16 0 8 0 158592036 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 6680 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158592037 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 6680 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158592037 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 6680 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=915460 CPUtime=0.25
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 6680 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.72
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.67 s]
/proc/loadavg: 1.78 1.95 1.86 2/75 7618
/proc/meminfo: memFree=1536648/2055920 swapFree=4192812/4192956
[pid=7386] ppid=7383 vsize=915460 CPUtime=1800.1
/proc/7386/stat : 7386 (java) R 7383 7386 6680 0 -1 0 9607 0 1 0 179991 19 0 0 25 0 8 0 158592032 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838780 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7386/statm: 228865 9342 2524 14 0 215335 0
[pid=7386/tid=7393] ppid=7383 vsize=915460 CPUtime=0.03
/proc/7386/task/7393/stat : 7393 (java) S 7383 7386 6680 0 -1 64 402 0 0 0 3 0 0 0 16 0 8 0 158592036 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7395] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7395/stat : 7395 (java) S 7383 7386 6680 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158592037 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7396] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7396/stat : 7396 (java) S 7383 7386 6680 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158592037 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7399] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7399/stat : 7399 (java) S 7383 7386 6680 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7400] ppid=7383 vsize=915460 CPUtime=0.25
/proc/7386/task/7400/stat : 7400 (java) S 7383 7386 6680 0 -1 64 399 0 0 0 24 1 0 0 16 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7401] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7401/stat : 7401 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7386/tid=7402] ppid=7383 vsize=915460 CPUtime=0
/proc/7386/task/7402/stat : 7402 (java) S 7383 7386 6680 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158592040 937431040 9342 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1815.69
CPU time (s): 1800.13
CPU user time (s): 1799.93
CPU system time (s): 0.198969
CPU usage (%): 99.1426
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.198969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9626
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= 37921
involuntary context switches= 75204

runsolver used 2.14267 s user time and 5.07023 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Sat Jan  6 16:45:33 UTC 2007


IDJOB= 194490
IDBENCH= 3217
FILE ID= node51/194490-1168101932

PBS_JOBID= 3477274

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23/rand-2-50-23-587-230-12_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194490-1168101932/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-194490-1168101932 -o ROOT/results/node51/solver-194490-1168101932 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194490-1168101932/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  64e6f847c96104277628cca066acf87f

RANDOM SEED= 703434367

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.277
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.277
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:       1564792 kB
Buffers:         38084 kB
Cached:         364816 kB
SwapCached:          0 kB
Active:          80600 kB
Inactive:       342956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2668 kB
Writeback:           0 kB
Mapped:          30888 kB
Slab:            53220 kB
Committed_AS:  3154396 kB
PageTables:       1720 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= 66547 MiB



End job on node51 on Sat Jan  6 17:15:54 UTC 2007