Trace number 229699

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 AC? (TO) 1800.15 1803.28

General information on the benchmark

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

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/229699-1168080995/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.42	       =>  wckTime=0.098  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.57	   
0.57	   constraints being loaded...
0.70	     nbConstraints=477  nbRelationTypes=477  nbExtensionStructures=477  nbSharedExtensionStructures=0
0.70	     nbConflictsStructures=477  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2605  maxDegree=28
0.70	     maxArity=2
0.70	       =>  wckTime=0.378  cpuTime=0.28  mem=17M892
0.75	   
0.75	   solver IterativeSystematicSolver being built... 
0.89	       =>  wckTime=0.564  cpuTime=0.4  mem=15M386
0.90	   
0.90	   preprocessing
0.90	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.90	     detectedInconsistency=no
0.90	       =>  wckTime=0.0080  cpuTime=0.01  mem=15M386
0.95	   
0.95	   search
0.95	     run=0  nbConstraintChecks=48753  nbPropagations=623  nbRevisions=6965  nbUselessRevisions=5749  nbAssignments=27
0.95	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=40  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.95	     nbTooLargeKeys=0
0.95	       =>  wckTime=0.053  cpuTime=0.04  mem=15M386
0.97	   
0.97	   search
0.97	     run=1  nbConstraintChecks=106376  nbPropagations=1917  nbRevisions=22203  nbUselessRevisions=18176
0.97	     nbAssignments=61  nbFailedAssignments=13  nbBacktracks=29  nbVisitedNodes=91  nbRestartNogoods=3  mapSize=21
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.077  cpuTime=0.05  mem=15M386
0.99	   
0.99	   search
0.99	     run=2  nbConstraintChecks=175519  nbPropagations=4035  nbRevisions=48257  nbUselessRevisions=39378
0.99	     nbAssignments=102  nbFailedAssignments=23  nbBacktracks=51  nbVisitedNodes=154  nbRestartNogoods=4  mapSize=39
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.096  cpuTime=0.06  mem=15M386
1.01	   
1.01	   search
1.01	     run=3  nbConstraintChecks=293886  nbPropagations=7460  nbRevisions=92971  nbUselessRevisions=75723
1.01	     nbAssignments=167  nbFailedAssignments=43  nbBacktracks=86  nbVisitedNodes=257  nbRestartNogoods=5  mapSize=65
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.117  cpuTime=0.09  mem=15M386
1.04	   
1.04	   search
1.04	     run=4  nbConstraintChecks=458585  nbPropagations=12740  nbRevisions=165931  nbUselessRevisions=135617
1.04	     nbAssignments=259  nbFailedAssignments=73  nbBacktracks=136  nbVisitedNodes=411  nbRestartNogoods=8  mapSize=109
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.147  cpuTime=0.11  mem=15M386
1.08	   
1.08	   search
1.08	     run=5  nbConstraintChecks=703039  nbPropagations=20544  nbRevisions=275750  nbUselessRevisions=224830
1.08	     nbAssignments=385  nbFailedAssignments=118  nbBacktracks=211  nbVisitedNodes=620  nbRestartNogoods=13  mapSize=166
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.189  cpuTime=0.15  mem=15M386
1.14	   
1.14	   search
1.14	     run=6  nbConstraintChecks=989100  nbPropagations=31902  nbRevisions=438077  nbUselessRevisions=357159
1.14	     nbAssignments=584  nbFailedAssignments=191  nbBacktracks=324  nbVisitedNodes=944  nbRestartNogoods=15  mapSize=253
1.14	     nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.247  cpuTime=0.21  mem=15M386
1.22	   
1.22	   search
1.22	     run=7  nbConstraintChecks=1405568  nbPropagations=48243  nbRevisions=676062  nbUselessRevisions=552091
1.22	     nbAssignments=864  nbFailedAssignments=290  nbBacktracks=495  nbVisitedNodes=1405  nbRestartNogoods=19  mapSize=382
1.22	     nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.325  cpuTime=0.28  mem=15M386
1.36	   
1.36	   search
1.36	     run=8  nbConstraintChecks=2232316  nbPropagations=73578  nbRevisions=1056979  nbUselessRevisions=864131
1.36	     nbAssignments=1314  nbFailedAssignments=473  nbBacktracks=755  nbVisitedNodes=2193  nbRestartNogoods=23
1.36	     mapSize=597  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.469  cpuTime=0.42  mem=15M386
1.53	   
1.53	   search
1.53	     run=9  nbConstraintChecks=3242449  nbPropagations=110169  nbRevisions=1605062  nbUselessRevisions=1311931
1.53	     nbAssignments=1917  nbFailedAssignments=684  nbBacktracks=1139  nbVisitedNodes=3200  nbRestartNogoods=26
1.53	     mapSize=898  nbInferences=0  nbTooLargeKeys=0
1.53	       =>  wckTime=0.64  cpuTime=0.58  mem=15M386
1.61	   
1.61	   INFO : Stopping hyperNogood (mapSize=1032, nbTooLargekeys=0, mem=15M386)
1.79	   
1.79	   search
1.79	     run=10  nbConstraintChecks=4992096  nbPropagations=165956  nbRevisions=2461566  nbUselessRevisions=2013245
1.79	     nbAssignments=2861  nbFailedAssignments=1044  nbBacktracks=1715  nbVisitedNodes=4831  nbRestartNogoods=33
1.79	       =>  wckTime=0.899  cpuTime=0.82  mem=15M386
2.11	   
2.11	   search
2.11	     run=11  nbConstraintChecks=7201269  nbPropagations=248150  nbRevisions=3736348  nbUselessRevisions=3059001
2.11	     nbAssignments=4290  nbFailedAssignments=1600  nbBacktracks=2580  nbVisitedNodes=7278  nbRestartNogoods=41
2.11	       =>  wckTime=1.221  cpuTime=1.14  mem=15M386
2.63	   
2.63	   search
2.63	     run=12  nbConstraintChecks=10809940  nbPropagations=369851  nbRevisions=5616564  nbUselessRevisions=4597153
2.63	     nbAssignments=6300  nbFailedAssignments=2303  nbBacktracks=3878  nbVisitedNodes=10690  nbRestartNogoods=47
2.63	       =>  wckTime=1.739  cpuTime=1.66  mem=15M386
3.37	   
3.37	   search
3.37	     run=13  nbConstraintChecks=15652732  nbPropagations=549707  nbRevisions=8401266  nbUselessRevisions=6882994
3.37	     nbAssignments=9368  nbFailedAssignments=3415  nbBacktracks=5825  nbVisitedNodes=15891  nbRestartNogoods=54
3.37	       =>  wckTime=2.477  cpuTime=2.39  mem=15M386
4.54	   
4.54	   search
4.54	     run=14  nbConstraintChecks=23652834  nbPropagations=821305  nbRevisions=12595516  nbUselessRevisions=10323080
4.54	     nbAssignments=14110  nbFailedAssignments=5227  nbBacktracks=8747  nbVisitedNodes=24004  nbRestartNogoods=63
4.54	       =>  wckTime=3.651  cpuTime=3.57  mem=15M386
6.49	   
6.49	   search
6.49	     run=15  nbConstraintChecks=36929740  nbPropagations=1239870  nbRevisions=19192660  nbUselessRevisions=15745864
6.49	     nbAssignments=21510  nbFailedAssignments=8239  nbBacktracks=13126  nbVisitedNodes=36889  nbRestartNogoods=73
6.49	       =>  wckTime=5.594  cpuTime=5.51  mem=15M386
9.10	   
9.10	   search
9.10	     run=16  nbConstraintChecks=54696977  nbPropagations=1862297  nbRevisions=28994207  nbUselessRevisions=23803694
9.10	     nbAssignments=31970  nbFailedAssignments=12120  nbBacktracks=19695  nbVisitedNodes=54744  nbRestartNogoods=81
9.10	       =>  wckTime=8.206  cpuTime=8.12  mem=15M386
13.18	   
13.18	   search
13.18	     run=17  nbConstraintChecks=82975425  nbPropagations=2797558  nbRevisions=43596848  nbUselessRevisions=35780965
13.18	     nbAssignments=47621  nbFailedAssignments=17909  nbBacktracks=29549  nbVisitedNodes=81563  nbRestartNogoods=93
13.18	       =>  wckTime=12.292  cpuTime=12.2  mem=15M386
19.39	   
19.39	   search
19.39	     run=18  nbConstraintChecks=125506007  nbPropagations=4212766  nbRevisions=65493625  nbUselessRevisions=53704635
19.39	     nbAssignments=71773  nbFailedAssignments=27272  nbBacktracks=44327  nbVisitedNodes=123117  nbRestartNogoods=102
19.39	       =>  wckTime=18.501  cpuTime=18.4  mem=15M386
27.29	   
27.29	   search
27.29	     run=19  nbConstraintChecks=177265399  nbPropagations=6258263  nbRevisions=96858882  nbUselessRevisions=79375532
27.29	     nbAssignments=105831  nbFailedAssignments=39151  nbBacktracks=66496  nbVisitedNodes=180008  nbRestartNogoods=114
27.29	       =>  wckTime=26.394  cpuTime=26.28  mem=15M386
41.58	   
41.58	   search
41.58	     run=20  nbConstraintChecks=274565620  nbPropagations=9388363  nbRevisions=146049593  nbUselessRevisions=119776208
41.58	     nbAssignments=161581  nbFailedAssignments=61641  nbBacktracks=99750  nbVisitedNodes=276947  nbRestartNogoods=134
41.58	       =>  wckTime=40.689  cpuTime=40.55  mem=15M386
61.98	   
61.98	   search
61.98	     run=21  nbConstraintChecks=413566106  nbPropagations=14077430  nbRevisions=219944707  nbUselessRevisions=180523565
61.98	     nbAssignments=240597  nbFailedAssignments=90767  nbBacktracks=149628  nbVisitedNodes=412146  nbRestartNogoods=140
61.98	       =>  wckTime=61.093  cpuTime=60.94  mem=15M386
93.52	   
93.52	   search
93.52	     run=22  nbConstraintChecks=629975505  nbPropagations=21179569  nbRevisions=331177271  nbUselessRevisions=271787498
93.52	     nbAssignments=361670  nbFailedAssignments=137011  nbBacktracks=224446  nbVisitedNodes=620320  nbRestartNogoods=158
93.52	       =>  wckTime=92.633  cpuTime=92.47  mem=15M386
136.64	   
136.64	   search
136.64	     run=23  nbConstraintChecks=923411692  nbPropagations=31634984  nbRevisions=493763572  nbUselessRevisions=405066129
136.64	     nbAssignments=537125  nbFailedAssignments=200228  nbBacktracks=336675  nbVisitedNodes=916904  nbRestartNogoods=173
136.64	       =>  wckTime=135.749  cpuTime=135.56  mem=15M386
209.95	   
209.95	   search
209.95	     run=24  nbConstraintChecks=1410972566  nbPropagations=47674838  nbRevisions=748196913  nbUselessRevisions=614517680
209.95	     nbAssignments=820240  nbFailedAssignments=314990  nbBacktracks=505017  nbVisitedNodes=1411056  nbRestartNogoods=183
209.95	       =>  wckTime=209.057  cpuTime=208.83  mem=15M386
316.88	   
316.88	   search
316.88	     run=25  nbConstraintChecks=2136332555  nbPropagations=71872346  nbRevisions=1133136106
316.88	     nbUselessRevisions=931662633  nbAssignments=1228754  nbFailedAssignments=470983  nbBacktracks=757528
316.88	     nbVisitedNodes=2115720  nbRestartNogoods=198
316.88	       =>  wckTime=315.988  cpuTime=315.6  mem=15M386
464.47	   
464.47	   search
464.47	     run=26  nbConstraintChecks=3128588650  nbPropagations=107517584  nbRevisions=1694823537
464.47	     nbUselessRevisions=1393693826  nbAssignments=1824745  nbFailedAssignments=688197  nbBacktracks=1136295
464.47	     nbVisitedNodes=3127039  nbRestartNogoods=213
464.47	       =>  wckTime=463.58  cpuTime=463.09  mem=15M386
698.40	   
698.40	   search
698.40	     run=27  nbConstraintChecks=4736138484  nbPropagations=161111047  nbRevisions=2535795723
698.40	     nbUselessRevisions=2084564512  nbAssignments=2736196  nbFailedAssignments=1031486  nbBacktracks=1704448
698.40	     nbVisitedNodes=4688732  nbRestartNogoods=231
698.40	       =>  wckTime=697.51  cpuTime=696.94  mem=15M386
1051.23	   
1051.23	   search
1051.23	     run=28  nbConstraintChecks=7140411111  nbPropagations=241677711  nbRevisions=3799234022
1051.23	     nbUselessRevisions=3122203232  nbAssignments=4105031  nbFailedAssignments=1548085  nbBacktracks=2556674
1051.23	     nbVisitedNodes=7037307  nbRestartNogoods=247
1051.23	       =>  wckTime=1050.336  cpuTime=1049.64  mem=15M386
1595.39	   
1595.39	   search
1595.39	     run=29  nbConstraintChecks=10781876302  nbPropagations=363527538  nbRevisions=5728706419
1595.39	     nbUselessRevisions=4710771984  nbAssignments=6179932  nbFailedAssignments=2344634  nbBacktracks=3835014
1595.39	     nbVisitedNodes=10617036  nbRestartNogoods=270
1595.39	       =>  wckTime=1594.5  cpuTime=1592.32  mem=16M361

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/node38/watcher-229699-1168080995 -o ROOT/results/node38/solver-229699-1168080995 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229699-1168080995/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.12 1.10 1.64 1/69 16164
/proc/meminfo: memFree=1627712/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=18540 CPUtime=0
/proc/16163/stat : 16163 (runsolver) R 16161 16163 16094 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156500992 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 266890439975 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16163/statm: 4635 279 244 17 0 2626 0

[startup+0.102341 s]
/proc/loadavg: 0.12 1.10 1.64 1/69 16164
/proc/meminfo: memFree=1627712/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=909872 CPUtime=0.06
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 2548 0 1 0 5 1 0 0 22 0 8 0 156500992 931708928 2295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155746756 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16163/statm: 227468 2295 1248 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 909872

[startup+0.510419 s]
/proc/loadavg: 0.12 1.10 1.64 1/69 16164
/proc/meminfo: memFree=1627712/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915328 CPUtime=0.46
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 6877 0 1 0 43 3 0 0 17 0 8 0 156500992 937295872 6616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073567214 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16163/statm: 228832 6617 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.33158 s]
/proc/loadavg: 0.19 1.10 1.64 2/75 16171
/proc/meminfo: memFree=1600144/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915460 CPUtime=1.28
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 9643 0 1 0 122 6 0 0 17 0 8 0 156500992 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918517 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16163/statm: 228865 9381 2513 14 0 215335 0
[pid=16163/tid=16165] ppid=16161 vsize=915460 CPUtime=0.03
/proc/16163/task/16165/stat : 16165 (java) S 16161 16163 16094 0 -1 64 414 0 0 0 3 0 0 0 17 0 8 0 156500998 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16166] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16166/stat : 16166 (java) S 16161 16163 16094 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156500998 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16167] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16167/stat : 16167 (java) S 16161 16163 16094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156500999 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16168] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16168/stat : 16168 (java) S 16161 16163 16094 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156501002 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16169] ppid=16161 vsize=915460 CPUtime=0.19
/proc/16163/task/16169/stat : 16169 (java) S 16161 16163 16094 0 -1 64 382 0 0 0 18 1 0 0 15 0 8 0 156501002 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16170] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16170/stat : 16170 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156501002 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16171] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16171/stat : 16171 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156501002 937431040 9381 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915460

[startup+2.9749 s]
/proc/loadavg: 0.19 1.10 1.64 2/75 16171
/proc/meminfo: memFree=1600080/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915460 CPUtime=2.91
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 9659 0 1 0 285 6 0 0 18 0 8 0 156500992 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839243 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16163/statm: 228865 9396 2513 14 0 215335 0
[pid=16163/tid=16165] ppid=16161 vsize=915460 CPUtime=0.03
/proc/16163/task/16165/stat : 16165 (java) S 16161 16163 16094 0 -1 64 414 0 0 0 3 0 0 0 17 0 8 0 156500998 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16166] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16166/stat : 16166 (java) S 16161 16163 16094 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156500998 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16167] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16167/stat : 16167 (java) S 16161 16163 16094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156500999 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16168] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16168/stat : 16168 (java) S 16161 16163 16094 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16169] ppid=16161 vsize=915460 CPUtime=0.23
/proc/16163/task/16169/stat : 16169 (java) S 16161 16163 16094 0 -1 64 397 0 0 0 21 2 0 0 15 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16170] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16170/stat : 16170 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16171] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16171/stat : 16171 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915460

[startup+6.26854 s]
/proc/loadavg: 0.26 1.10 1.64 2/75 16171
/proc/meminfo: memFree=1600080/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915460 CPUtime=6.2
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 9660 0 1 0 614 6 0 0 25 0 8 0 156500992 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073862281 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16163/statm: 228865 9396 2513 14 0 215335 0
[pid=16163/tid=16165] ppid=16161 vsize=915460 CPUtime=0.03
/proc/16163/task/16165/stat : 16165 (java) S 16161 16163 16094 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 156500998 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16166] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16166/stat : 16166 (java) S 16161 16163 16094 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156500998 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16167] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16167/stat : 16167 (java) S 16161 16163 16094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156500999 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16168] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16168/stat : 16168 (java) S 16161 16163 16094 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16169] ppid=16161 vsize=915460 CPUtime=0.23
/proc/16163/task/16169/stat : 16169 (java) S 16161 16163 16094 0 -1 64 397 0 0 0 21 2 0 0 16 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16170] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16170/stat : 16170 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16171] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16171/stat : 16171 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915460

[startup+12.7418 s]
/proc/loadavg: 0.32 1.10 1.63 2/75 16206
/proc/meminfo: memFree=1600648/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915460 CPUtime=12.67
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 9660 0 1 0 1260 7 0 0 25 0 8 0 156500992 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073824928 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16163/statm: 228865 9396 2513 14 0 215335 0
[pid=16163/tid=16165] ppid=16161 vsize=915460 CPUtime=0.03
/proc/16163/task/16165/stat : 16165 (java) S 16161 16163 16094 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 156500998 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16166] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16166/stat : 16166 (java) S 16161 16163 16094 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156500998 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16167] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16167/stat : 16167 (java) S 16161 16163 16094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156500999 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16168] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16168/stat : 16168 (java) S 16161 16163 16094 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16169] ppid=16161 vsize=915460 CPUtime=0.23
/proc/16163/task/16169/stat : 16169 (java) S 16161 16163 16094 0 -1 64 397 0 0 0 21 2 0 0 16 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16170] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16170/stat : 16170 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16171] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16171/stat : 16171 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915460

[startup+25.5873 s]
/proc/loadavg: 0.42 1.09 1.63 2/75 16209
/proc/meminfo: memFree=1600648/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915460 CPUtime=25.5
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 9660 0 1 0 2543 7 0 0 25 0 8 0 156500992 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073832323 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16163/statm: 228865 9396 2513 14 0 215335 0
[pid=16163/tid=16165] ppid=16161 vsize=915460 CPUtime=0.03
/proc/16163/task/16165/stat : 16165 (java) S 16161 16163 16094 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 156500998 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16166] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16166/stat : 16166 (java) S 16161 16163 16094 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156500998 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16167] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16167/stat : 16167 (java) S 16161 16163 16094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156500999 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16168] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16168/stat : 16168 (java) S 16161 16163 16094 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16169] ppid=16161 vsize=915460 CPUtime=0.23
/proc/16163/task/16169/stat : 16169 (java) S 16161 16163 16094 0 -1 64 397 0 0 0 21 2 0 0 16 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16170] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16170/stat : 16170 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16171] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16171/stat : 16171 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 915460

[startup+51.2713 s]
/proc/loadavg: 0.65 1.08 1.61 2/75 16259
/proc/meminfo: memFree=1598408/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915460 CPUtime=51.14
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 9661 0 1 0 5107 7 0 0 25 0 8 0 156500992 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16163/statm: 228865 9396 2513 14 0 215335 0
[pid=16163/tid=16165] ppid=16161 vsize=915460 CPUtime=0.03
/proc/16163/task/16165/stat : 16165 (java) S 16161 16163 16094 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 156500998 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16166] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16166/stat : 16166 (java) S 16161 16163 16094 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156500998 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16167] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16167/stat : 16167 (java) S 16161 16163 16094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156500999 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16168] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16168/stat : 16168 (java) S 16161 16163 16094 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16169] ppid=16161 vsize=915460 CPUtime=0.23
/proc/16163/task/16169/stat : 16169 (java) S 16161 16163 16094 0 -1 64 397 0 0 0 21 2 0 0 16 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16170] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16170/stat : 16170 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16171] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16171/stat : 16171 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156501002 937431040 9396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 915460

[startup+102.529 s]
/proc/loadavg: 0.85 1.07 1.57 2/75 16260
/proc/meminfo: memFree=1600328/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915460 CPUtime=102.38
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 9662 0 1 0 10231 7 0 0 25 0 8 0 156500992 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073825762 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16163/statm: 228865 9397 2513 14 0 215335 0
[pid=16163/tid=16165] ppid=16161 vsize=915460 CPUtime=0.03
/proc/16163/task/16165/stat : 16165 (java) S 16161 16163 16094 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 156500998 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16166] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16166/stat : 16166 (java) S 16161 16163 16094 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156500998 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16167] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16167/stat : 16167 (java) S 16161 16163 16094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156500999 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16168] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16168/stat : 16168 (java) S 16161 16163 16094 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156501002 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16169] ppid=16161 vsize=915460 CPUtime=0.23
/proc/16163/task/16169/stat : 16169 (java) S 16161 16163 16094 0 -1 64 398 0 0 0 21 2 0 0 16 0 8 0 156501002 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16170] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16170/stat : 16170 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156501002 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16171] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16171/stat : 16171 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156501002 937431040 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 915460

[startup+162.544 s]
/proc/loadavg: 1.47 1.19 1.58 3/87 16307
/proc/meminfo: memFree=1571624/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915460 CPUtime=162.36
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 9663 0 1 0 16228 8 0 0 25 0 8 0 156500992 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812755 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1483.77 s]
/proc/loadavg: 2.10 2.00 1.85 3/87 16563
/proc/meminfo: memFree=1472616/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915460 CPUtime=1482.15
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 9663 0 1 0 148203 12 0 0 25 0 8 0 156500992 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823788 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16163/statm: 228865 9398 2513 14 0 215335 0
[pid=16163/tid=16165] ppid=16161 vsize=915460 CPUtime=0.03
/proc/16163/task/16165/stat : 16165 (java) S 16161 16163 16094 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 156500998 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16166] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16166/stat : 16166 (java) S 16161 16163 16094 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156500998 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16167] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16167/stat : 16167 (java) S 16161 16163 16094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156500999 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16168] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16168/stat : 16168 (java) S 16161 16163 16094 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16169] ppid=16161 vsize=915460 CPUtime=0.24
/proc/16163/task/16169/stat : 16169 (java) S 16161 16163 16094 0 -1 64 399 0 0 0 22 2 0 0 16 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16170] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16170/stat : 16170 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16171] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16171/stat : 16171 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.15
Current children cumulated vsize (KiB) 915460

[startup+1543.83 s]
/proc/loadavg: 2.03 2.00 1.86 3/87 16563
/proc/meminfo: memFree=1472616/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915460 CPUtime=1541.94
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 9663 0 1 0 154181 13 0 0 25 0 8 0 156500992 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834331 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16163/statm: 228865 9398 2513 14 0 215335 0
[pid=16163/tid=16165] ppid=16161 vsize=915460 CPUtime=0.03
/proc/16163/task/16165/stat : 16165 (java) S 16161 16163 16094 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 156500998 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16166] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16166/stat : 16166 (java) S 16161 16163 16094 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156500998 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16167] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16167/stat : 16167 (java) S 16161 16163 16094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156500999 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16168] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16168/stat : 16168 (java) S 16161 16163 16094 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16169] ppid=16161 vsize=915460 CPUtime=0.24
/proc/16163/task/16169/stat : 16169 (java) S 16161 16163 16094 0 -1 64 399 0 0 0 22 2 0 0 16 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16170] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16170/stat : 16170 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16171] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16171/stat : 16171 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 915460

[startup+1603.9 s]
/proc/loadavg: 2.01 2.00 1.86 3/87 16563
/proc/meminfo: memFree=1472616/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915460 CPUtime=1601.72
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 9663 0 1 0 160159 13 0 0 25 0 8 0 156500992 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816155 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16163/statm: 228865 9398 2513 14 0 215335 0
[pid=16163/tid=16165] ppid=16161 vsize=915460 CPUtime=0.03
/proc/16163/task/16165/stat : 16165 (java) S 16161 16163 16094 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 156500998 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16166] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16166/stat : 16166 (java) S 16161 16163 16094 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156500998 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16167] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16167/stat : 16167 (java) S 16161 16163 16094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156500999 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16168] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16168/stat : 16168 (java) S 16161 16163 16094 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16169] ppid=16161 vsize=915460 CPUtime=0.24
/proc/16163/task/16169/stat : 16169 (java) S 16161 16163 16094 0 -1 64 399 0 0 0 22 2 0 0 16 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16170] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16170/stat : 16170 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16171] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16171/stat : 16171 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 915460

[startup+1663.96 s]
/proc/loadavg: 2.07 2.02 1.87 3/87 16563
/proc/meminfo: memFree=1472552/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915460 CPUtime=1661.48
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 9663 0 1 0 166135 13 0 0 25 0 8 0 156500992 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833366 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16163/statm: 228865 9398 2513 14 0 215335 0
[pid=16163/tid=16165] ppid=16161 vsize=915460 CPUtime=0.03
/proc/16163/task/16165/stat : 16165 (java) S 16161 16163 16094 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 156500998 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16166] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16166/stat : 16166 (java) S 16161 16163 16094 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156500998 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16167] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16167/stat : 16167 (java) S 16161 16163 16094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156500999 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16168] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16168/stat : 16168 (java) S 16161 16163 16094 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16169] ppid=16161 vsize=915460 CPUtime=0.24
/proc/16163/task/16169/stat : 16169 (java) S 16161 16163 16094 0 -1 64 399 0 0 0 22 2 0 0 16 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16170] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16170/stat : 16170 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16171] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16171/stat : 16171 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.48
Current children cumulated vsize (KiB) 915460

[startup+1724.02 s]
/proc/loadavg: 2.02 2.01 1.88 3/87 16563
/proc/meminfo: memFree=1472552/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915460 CPUtime=1721.25
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 9663 0 1 0 172112 13 0 0 25 0 8 0 156500992 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839237 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16163/statm: 228865 9398 2513 14 0 215335 0
[pid=16163/tid=16165] ppid=16161 vsize=915460 CPUtime=0.03
/proc/16163/task/16165/stat : 16165 (java) S 16161 16163 16094 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 156500998 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16166] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16166/stat : 16166 (java) S 16161 16163 16094 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156500998 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16167] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16167/stat : 16167 (java) S 16161 16163 16094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156500999 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16168] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16168/stat : 16168 (java) S 16161 16163 16094 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16169] ppid=16161 vsize=915460 CPUtime=0.24
/proc/16163/task/16169/stat : 16169 (java) S 16161 16163 16094 0 -1 64 399 0 0 0 22 2 0 0 16 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16170] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16170/stat : 16170 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16171] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16171/stat : 16171 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.25
Current children cumulated vsize (KiB) 915460

[startup+1784.09 s]
/proc/loadavg: 2.06 2.02 1.89 3/87 16563
/proc/meminfo: memFree=1472552/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915460 CPUtime=1781.04
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 9663 0 1 0 178091 13 0 0 25 0 8 0 156500992 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16163/statm: 228865 9398 2513 14 0 215335 0
[pid=16163/tid=16165] ppid=16161 vsize=915460 CPUtime=0.03
/proc/16163/task/16165/stat : 16165 (java) S 16161 16163 16094 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 156500998 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16166] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16166/stat : 16166 (java) S 16161 16163 16094 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156500998 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16167] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16167/stat : 16167 (java) S 16161 16163 16094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156500999 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16168] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16168/stat : 16168 (java) S 16161 16163 16094 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16169] ppid=16161 vsize=915460 CPUtime=0.24
/proc/16163/task/16169/stat : 16169 (java) S 16161 16163 16094 0 -1 64 399 0 0 0 22 2 0 0 16 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16170] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16170/stat : 16170 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16171] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16171/stat : 16171 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.04
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.22 s]
/proc/loadavg: 2.04 2.02 1.89 3/87 16563
/proc/meminfo: memFree=1472488/2055920 swapFree=4192812/4192956
[pid=16163] ppid=16161 vsize=915460 CPUtime=1800.08
/proc/16163/stat : 16163 (java) R 16161 16163 16094 0 -1 0 9663 0 1 0 179995 13 0 0 25 0 8 0 156500992 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073837344 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16163/statm: 228865 9398 2513 14 0 215335 0
[pid=16163/tid=16165] ppid=16161 vsize=915460 CPUtime=0.03
/proc/16163/task/16165/stat : 16165 (java) S 16161 16163 16094 0 -1 64 414 0 0 0 3 0 0 0 16 0 8 0 156500998 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16166] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16166/stat : 16166 (java) S 16161 16163 16094 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156500998 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16167] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16167/stat : 16167 (java) S 16161 16163 16094 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156500999 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16168] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16168/stat : 16168 (java) S 16161 16163 16094 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16169] ppid=16161 vsize=915460 CPUtime=0.24
/proc/16163/task/16169/stat : 16169 (java) S 16161 16163 16094 0 -1 64 399 0 0 0 22 2 0 0 16 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16163/tid=16170] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16170/stat : 16170 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16163/tid=16171] ppid=16161 vsize=915460 CPUtime=0
/proc/16163/task/16171/stat : 16171 (java) S 16161 16163 16094 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156501002 937431040 9398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1803.28
CPU time (s): 1800.15
CPU user time (s): 1800
CPU system time (s): 0.140978
CPU usage (%): 99.8262
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9681
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= 37378
involuntary context switches= 44592

runsolver used 1.73374 s user time and 4.89126 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sat Jan  6 10:56:46 UTC 2007


IDJOB= 229699
IDBENCH= 6351
FILE ID= node38/229699-1168080995

PBS_JOBID= 3476112

Free space on /tmp= 66516 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  317c37ee798434d52c1a2712fdff51b3

RANDOM SEED= 742371330

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.267
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.267
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:       1628392 kB
Buffers:         27524 kB
Cached:         308736 kB
SwapCached:          0 kB
Active:          72300 kB
Inactive:       284708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2076 kB
Writeback:           0 kB
Mapped:          30952 kB
Slab:            56164 kB
Committed_AS:  3117828 kB
PageTables:       1696 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= 66513 MiB



End job on node38 on Sat Jan  6 11:26:57 UTC 2007