Trace number 200123

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.14 1802.08

General information on the benchmark

Namefrb/frb56-25/
frb56-25-3-mgd_ext.xml
MD5SUM0c6411e2d008881c045d0e1c601b91c4
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
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints511
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension511
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=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/200123-1168141182/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=56  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.42	       =>  wckTime=0.105  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.60	   
0.60	   constraints being loaded...
0.77	     nbConstraints=511  nbRelationTypes=511  nbExtensionStructures=511  nbSharedExtensionStructures=0
0.77	     nbConflictsStructures=511  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1071  maxDegree=26
0.77	     maxArity=2
0.77	       =>  wckTime=0.448  cpuTime=0.33  mem=20M637
0.82	   
0.82	   solver IterativeSystematicSolver being built... 
0.98	       =>  wckTime=0.662  cpuTime=0.48  mem=15M704
1.05	   
1.05	   preprocessing
1.05	     nbConstraintChecks=150175  nbPropagations=1403  nbRevisions=11976  nbUselessRevisions=10152  nbSingletonTests=70
1.05	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
1.05	       =>  wckTime=0.066  cpuTime=0.05  mem=15M704
1.09	   
1.09	   search
1.09	     run=0  nbConstraintChecks=67156  nbPropagations=2141  nbRevisions=21451  nbUselessRevisions=17965  nbAssignments=36
1.09	     nbFailedAssignments=9  nbBacktracks=14  nbVisitedNodes=55  nbRestartNogoods=0  mapSize=13  nbInferences=0
1.09	     nbTooLargeKeys=0
1.09	       =>  wckTime=0.103  cpuTime=0.07  mem=15M704
1.10	   
1.10	   search
1.10	     run=1  nbConstraintChecks=136168  nbPropagations=5015  nbRevisions=51758  nbUselessRevisions=43005
1.10	     nbAssignments=71  nbFailedAssignments=17  nbBacktracks=30  nbVisitedNodes=106  nbRestartNogoods=2  mapSize=25
1.10	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.121  cpuTime=0.08  mem=15M704
1.13	   
1.13	   search
1.13	     run=2  nbConstraintChecks=229989  nbPropagations=8913  nbRevisions=95954  nbUselessRevisions=79174
1.13	     nbAssignments=122  nbFailedAssignments=30  nbBacktracks=56  nbVisitedNodes=182  nbRestartNogoods=6  mapSize=42
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.146  cpuTime=0.1  mem=15M704
1.16	   
1.16	   search
1.16	     run=3  nbConstraintChecks=385508  nbPropagations=14440  nbRevisions=162935  nbUselessRevisions=133875
1.16	     nbAssignments=187  nbFailedAssignments=51  nbBacktracks=89  nbVisitedNodes=288  nbRestartNogoods=8  mapSize=70
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.175  cpuTime=0.13  mem=15M704
1.19	   
1.19	   search
1.19	     run=4  nbConstraintChecks=570736  nbPropagations=21882  nbRevisions=258594  nbUselessRevisions=212168
1.19	     nbAssignments=276  nbFailedAssignments=80  nbBacktracks=141  nbVisitedNodes=432  nbRestartNogoods=12  mapSize=115
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.207  cpuTime=0.16  mem=15M704
1.24	   
1.24	   search
1.24	     run=5  nbConstraintChecks=838011  nbPropagations=32242  nbRevisions=396381  nbUselessRevisions=324522
1.24	     nbAssignments=415  nbFailedAssignments=131  nbBacktracks=217  nbVisitedNodes=664  nbRestartNogoods=13  mapSize=174
1.24	     nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.258  cpuTime=0.2  mem=15M704
1.31	   
1.31	   search
1.31	     run=6  nbConstraintChecks=1207602  nbPropagations=46939  nbRevisions=595775  nbUselessRevisions=487750
1.31	     nbAssignments=623  nbFailedAssignments=194  nbBacktracks=331  nbVisitedNodes=980  nbRestartNogoods=20  mapSize=267
1.31	     nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.323  cpuTime=0.27  mem=15M704
1.42	   
1.42	   search
1.42	     run=7  nbConstraintChecks=1911846  nbPropagations=68728  nbRevisions=899957  nbUselessRevisions=736545
1.42	     nbAssignments=945  nbFailedAssignments=292  nbBacktracks=501  nbVisitedNodes=1455  nbRestartNogoods=27  mapSize=402
1.42	     nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.434  cpuTime=0.38  mem=15M704
1.56	   
1.56	   search
1.56	     run=8  nbConstraintChecks=2778077  nbPropagations=99788  nbRevisions=1334720  nbUselessRevisions=1090930
1.56	     nbAssignments=1384  nbFailedAssignments=439  nbBacktracks=759  nbVisitedNodes=2155  nbRestartNogoods=33
1.56	     mapSize=611  nbInferences=0  nbTooLargeKeys=0
1.56	       =>  wckTime=0.58  cpuTime=0.52  mem=16M679
1.79	   
1.79	   search
1.79	     run=9  nbConstraintChecks=4160040  nbPropagations=144998  nbRevisions=1990369  nbUselessRevisions=1625208
1.79	     nbAssignments=2047  nbFailedAssignments=709  nbBacktracks=1143  nbVisitedNodes=3308  nbRestartNogoods=35
1.79	     mapSize=936  nbInferences=0  nbTooLargeKeys=0
1.79	       =>  wckTime=0.808  cpuTime=0.73  mem=16M679
1.85	   
1.85	   INFO : Stopping hyperNogood (mapSize=1023, nbTooLargekeys=0, mem=16M679)
2.05	   
2.05	   search
2.05	     run=10  nbConstraintChecks=5813990  nbPropagations=208571  nbRevisions=2917330  nbUselessRevisions=2379829
2.05	     nbAssignments=2950  nbFailedAssignments=1023  nbBacktracks=1720  nbVisitedNodes=4802  nbRestartNogoods=41
2.05	       =>  wckTime=1.07  cpuTime=0.98  mem=16M679
2.50	   
2.50	   search
2.50	     run=11  nbConstraintChecks=8826346  nbPropagations=305049  nbRevisions=4355531  nbUselessRevisions=3552102
2.50	     nbAssignments=4434  nbFailedAssignments=1635  nbBacktracks=2584  nbVisitedNodes=7395  nbRestartNogoods=47
2.50	       =>  wckTime=1.517  cpuTime=1.42  mem=16M679
3.06	   
3.06	   search
3.06	     run=12  nbConstraintChecks=12656005  nbPropagations=443018  nbRevisions=6413848  nbUselessRevisions=5224673
3.06	     nbAssignments=6423  nbFailedAssignments=2317  nbBacktracks=3883  nbVisitedNodes=10693  nbRestartNogoods=53
3.06	       =>  wckTime=2.077  cpuTime=1.97  mem=16M679
3.93	   
3.93	   search
3.93	     run=13  nbConstraintChecks=18457998  nbPropagations=646823  nbRevisions=9478494  nbUselessRevisions=7718645
3.93	     nbAssignments=9579  nbFailedAssignments=3515  nbBacktracks=5829  nbVisitedNodes=16062  nbRestartNogoods=61
3.93	       =>  wckTime=2.95  cpuTime=2.84  mem=16M679
5.38	   
5.38	   search
5.38	     run=14  nbConstraintChecks=28815637  nbPropagations=955185  nbRevisions=14194938  nbUselessRevisions=11559262
5.38	     nbAssignments=14413  nbFailedAssignments=5418  nbBacktracks=8749  nbVisitedNodes=24423  nbRestartNogoods=72
5.38	       =>  wckTime=4.4  cpuTime=4.29  mem=16M679
7.34	   
7.34	   search
7.34	     run=15  nbConstraintChecks=42054455  nbPropagations=1411420  nbRevisions=21144919  nbUselessRevisions=17215409
7.34	     nbAssignments=21477  nbFailedAssignments=8092  nbBacktracks=13128  nbVisitedNodes=36434  nbRestartNogoods=77
7.34	       =>  wckTime=6.355  cpuTime=6.23  mem=16M679
10.40	   
10.40	   search
10.40	     run=16  nbConstraintChecks=63711798  nbPropagations=2093089  nbRevisions=31587428  nbUselessRevisions=25721029
10.40	     nbAssignments=32019  nbFailedAssignments=12056  nbBacktracks=19696  nbVisitedNodes=54429  nbRestartNogoods=85
10.40	       =>  wckTime=9.412  cpuTime=9.27  mem=16M679
14.84	   
14.84	   search
14.84	     run=17  nbConstraintChecks=94933357  nbPropagations=3108844  nbRevisions=47023931  nbUselessRevisions=38258494
14.84	     nbAssignments=47768  nbFailedAssignments=17941  nbBacktracks=29550  nbVisitedNodes=81034  nbRestartNogoods=97
14.84	       =>  wckTime=13.852  cpuTime=13.69  mem=16M679
22.28	   
22.28	   search
22.28	     run=18  nbConstraintChecks=147112404  nbPropagations=4668857  nbRevisions=71165060  nbUselessRevisions=57915870
22.28	     nbAssignments=72919  nbFailedAssignments=28302  nbBacktracks=44329  nbVisitedNodes=125059  nbRestartNogoods=112
22.28	       =>  wckTime=21.297  cpuTime=21.1  mem=16M679
32.29	   
32.29	   search
32.29	     run=19  nbConstraintChecks=216091184  nbPropagations=6980006  nbRevisions=106620202  nbUselessRevisions=86732600
32.29	     nbAssignments=108577  nbFailedAssignments=41782  nbBacktracks=66497  nbVisitedNodes=185467  nbRestartNogoods=126
32.29	       =>  wckTime=31.311  cpuTime=31.08  mem=16M679
47.24	   
47.24	   search
47.24	     run=20  nbConstraintChecks=323586650  nbPropagations=10382116  nbRevisions=158762341  nbUselessRevisions=129041133
47.24	     nbAssignments=160820  nbFailedAssignments=60761  nbBacktracks=99750  nbVisitedNodes=273512  nbRestartNogoods=141
47.24	       =>  wckTime=46.26  cpuTime=45.96  mem=16M679
70.23	   
70.23	   search
70.23	     run=21  nbConstraintChecks=484526894  nbPropagations=15496482  nbRevisions=237166731  nbUselessRevisions=192727178
70.23	     nbAssignments=241034  nbFailedAssignments=91069  nbBacktracks=149630  nbVisitedNodes=409920  nbRestartNogoods=163
70.23	       =>  wckTime=69.246  cpuTime=68.83  mem=16M679
104.28	   
104.28	   search
104.28	     run=22  nbConstraintChecks=722533609  nbPropagations=23162955  nbRevisions=354271967  nbUselessRevisions=287801215
104.28	     nbAssignments=361141  nbFailedAssignments=136347  nbBacktracks=224448  nbVisitedNodes=614308  nbRestartNogoods=176
104.28	       =>  wckTime=103.298  cpuTime=102.72  mem=16M679
160.18	   
160.19	   search
160.19	     run=23  nbConstraintChecks=1122627737  nbPropagations=34887036  nbRevisions=535584229  nbUselessRevisions=435255253
160.19	     nbAssignments=549336  nbFailedAssignments=212303  nbBacktracks=336680  nbVisitedNodes=940384  nbRestartNogoods=192
160.19	       =>  wckTime=159.202  cpuTime=158.36  mem=16M679
239.97	   
239.97	   search
239.97	     run=24  nbConstraintChecks=1674753354  nbPropagations=52593460  nbRevisions=808919606  nbUselessRevisions=657655346
239.97	     nbAssignments=824788  nbFailedAssignments=319404  nbBacktracks=505021  nbVisitedNodes=1413145  nbRestartNogoods=205
239.97	       =>  wckTime=238.988  cpuTime=237.76  mem=16M679
354.25	   
354.25	   search
354.25	     run=25  nbConstraintChecks=2504370848  nbPropagations=79124537  nbRevisions=1220045888
354.25	     nbUselessRevisions=992665107  nbAssignments=1236373  nbFailedAssignments=478469  nbBacktracks=757532
354.25	     nbVisitedNodes=2119033  nbRestartNogoods=217
354.25	       =>  wckTime=353.264  cpuTime=351.74  mem=16M679
503.41	   
503.41	   search
503.41	     run=26  nbConstraintChecks=3642932593  nbPropagations=117623468  nbRevisions=1812917141
503.41	     nbUselessRevisions=1474906087  nbAssignments=1819994  nbFailedAssignments=683307  nbBacktracks=1136304
503.41	     nbVisitedNodes=3088572  nbRestartNogoods=237
503.41	       =>  wckTime=502.423  cpuTime=500.85  mem=16M679
723.13	   
723.13	   search
723.13	     run=27  nbConstraintChecks=5236042571  nbPropagations=174400317  nbRevisions=2681105033
723.13	     nbUselessRevisions=2181653784  nbAssignments=2710712  nbFailedAssignments=1005865  nbBacktracks=1704455
723.13	     nbVisitedNodes=4589780  nbRestartNogoods=258
723.13	       =>  wckTime=722.146  cpuTime=720.52  mem=16M679
1077.68	   
1077.68	   search
1077.68	     run=28  nbConstraintChecks=7911094165  nbPropagations=259587901  nbRevisions=3991127634
1077.68	     nbUselessRevisions=3248790312  nbAssignments=4069418  nbFailedAssignments=1512336  nbBacktracks=2556681
1077.68	     nbVisitedNodes=6894262  nbRestartNogoods=264
1077.68	       =>  wckTime=1076.692  cpuTime=1074.95  mem=16M679
1614.15	   
1614.15	   search
1614.15	     run=29  nbConstraintChecks=12034137204  nbPropagations=387866318  nbRevisions=5952400978
1614.15	     nbUselessRevisions=4843336820  nbAssignments=6085340  nbFailedAssignments=2249908  nbBacktracks=3835021
1614.15	     nbVisitedNodes=10302330  nbRestartNogoods=280
1614.15	       =>  wckTime=1613.166  cpuTime=1611.26  mem=16M679

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/node35/watcher-200123-1168141182 -o ROOT/results/node35/solver-200123-1168141182 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/200123-1168141182/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: 2.00 2.09 2.17 4/76 1467
/proc/meminfo: memFree=1501744/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=18540 CPUtime=0
/proc/1466/stat : 1466 (runsolver) R 1464 1466 29724 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 162511864 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 266134416679 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1466/statm: 4635 279 244 17 0 2626 0

[startup+0.102938 s]
/proc/loadavg: 2.00 2.09 2.17 4/76 1467
/proc/meminfo: memFree=1501744/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=913236 CPUtime=0.08
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 2920 0 1 0 7 1 0 0 19 0 8 0 162511864 935153664 2666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072940956 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1466/statm: 228309 2666 1397 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913236

[startup+0.510985 s]
/proc/loadavg: 2.00 2.09 2.17 4/76 1467
/proc/meminfo: memFree=1501744/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915328 CPUtime=0.48
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 6912 0 1 0 45 3 0 0 18 0 8 0 162511864 937295872 6651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445374 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1466/statm: 228832 6651 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33408 s]
/proc/loadavg: 2.00 2.08 2.17 3/83 1474
/proc/meminfo: memFree=1471096/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915556 CPUtime=1.29
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 10363 0 1 0 123 6 0 0 24 0 8 0 162511864 937529344 10101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073863993 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1466/statm: 228889 10101 2524 14 0 215359 0
[pid=1466/tid=1468] ppid=1464 vsize=915556 CPUtime=0.03
/proc/1466/task/1468/stat : 1468 (java) S 1464 1466 29724 0 -1 64 459 0 0 0 3 0 0 0 16 0 8 0 162511868 937529344 10101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1469] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1469/stat : 1469 (java) S 1464 1466 29724 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162511869 937529344 10101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1470] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1470/stat : 1470 (java) S 1464 1466 29724 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162511869 937529344 10101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1471] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1471/stat : 1471 (java) S 1464 1466 29724 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162511872 937529344 10101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1472] ppid=1464 vsize=915556 CPUtime=0.23
/proc/1466/task/1472/stat : 1472 (java) S 1464 1466 29724 0 -1 64 387 0 0 0 22 1 0 0 15 0 8 0 162511872 937529344 10101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1473] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1473/stat : 1473 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162511872 937529344 10101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1474] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1474/stat : 1474 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162511872 937529344 10101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915556

[startup+2.98727 s]
/proc/loadavg: 2.00 2.08 2.17 3/83 1474
/proc/meminfo: memFree=1470968/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915556 CPUtime=2.95
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 10381 0 1 0 288 7 0 0 25 0 8 0 162511864 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073851303 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1466/statm: 228889 10118 2524 14 0 215359 0
[pid=1466/tid=1468] ppid=1464 vsize=915556 CPUtime=0.03
/proc/1466/task/1468/stat : 1468 (java) S 1464 1466 29724 0 -1 64 459 0 0 0 3 0 0 0 17 0 8 0 162511868 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1469] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1469/stat : 1469 (java) S 1464 1466 29724 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162511869 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1470] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1470/stat : 1470 (java) S 1464 1466 29724 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162511869 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1471] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1471/stat : 1471 (java) S 1464 1466 29724 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162511872 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1472] ppid=1464 vsize=915556 CPUtime=0.26
/proc/1466/task/1472/stat : 1472 (java) S 1464 1466 29724 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 162511872 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1473] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1473/stat : 1473 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162511872 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1474] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1474/stat : 1474 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162511872 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915556

[startup+6.27366 s]
/proc/loadavg: 2.00 2.08 2.17 4/83 1474
/proc/meminfo: memFree=1470976/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915556 CPUtime=6.22
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 10382 0 1 0 615 7 0 0 25 0 8 0 162511864 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073842192 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1466/statm: 228889 10118 2524 14 0 215359 0
[pid=1466/tid=1468] ppid=1464 vsize=915556 CPUtime=0.03
/proc/1466/task/1468/stat : 1468 (java) S 1464 1466 29724 0 -1 64 459 0 0 0 3 0 0 0 16 0 8 0 162511868 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1469] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1469/stat : 1469 (java) S 1464 1466 29724 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162511869 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1470] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1470/stat : 1470 (java) S 1464 1466 29724 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162511869 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1471] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1471/stat : 1471 (java) S 1464 1466 29724 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162511872 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1472] ppid=1464 vsize=915556 CPUtime=0.26
/proc/1466/task/1472/stat : 1472 (java) S 1464 1466 29724 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 162511872 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1473] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1473/stat : 1473 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162511872 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1474] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1474/stat : 1474 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162511872 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915556

[startup+12.7634 s]
/proc/loadavg: 2.00 2.08 2.17 3/83 1474
/proc/meminfo: memFree=1470976/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915556 CPUtime=12.67
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 10382 0 1 0 1260 7 0 0 25 0 8 0 162511864 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073845192 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1466/statm: 228889 10118 2524 14 0 215359 0
[pid=1466/tid=1468] ppid=1464 vsize=915556 CPUtime=0.03
/proc/1466/task/1468/stat : 1468 (java) S 1464 1466 29724 0 -1 64 459 0 0 0 3 0 0 0 16 0 8 0 162511868 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1469] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1469/stat : 1469 (java) S 1464 1466 29724 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162511869 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1470] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1470/stat : 1470 (java) S 1464 1466 29724 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162511869 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1471] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1471/stat : 1471 (java) S 1464 1466 29724 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162511872 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1472] ppid=1464 vsize=915556 CPUtime=0.26
/proc/1466/task/1472/stat : 1472 (java) S 1464 1466 29724 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 162511872 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1473] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1473/stat : 1473 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162511872 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1474] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1474/stat : 1474 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162511872 937529344 10118 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) 915556

[startup+25.6 s]
/proc/loadavg: 2.00 2.08 2.17 3/83 1474
/proc/meminfo: memFree=1471104/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915556 CPUtime=25.45
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 10382 0 1 0 2538 7 0 0 25 0 8 0 162511864 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073863947 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1466/statm: 228889 10118 2524 14 0 215359 0
[pid=1466/tid=1468] ppid=1464 vsize=915556 CPUtime=0.03
/proc/1466/task/1468/stat : 1468 (java) S 1464 1466 29724 0 -1 64 459 0 0 0 3 0 0 0 16 0 8 0 162511868 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1469] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1469/stat : 1469 (java) S 1464 1466 29724 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162511869 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1470] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1470/stat : 1470 (java) S 1464 1466 29724 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162511869 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1471] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1471/stat : 1471 (java) S 1464 1466 29724 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162511872 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1472] ppid=1464 vsize=915556 CPUtime=0.26
/proc/1466/task/1472/stat : 1472 (java) S 1464 1466 29724 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 162511872 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1473] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1473/stat : 1473 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162511872 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1474] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1474/stat : 1474 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162511872 937529344 10118 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915556

[startup+51.212 s]
/proc/loadavg: 2.00 2.07 2.16 3/83 1474
/proc/meminfo: memFree=1471168/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915556 CPUtime=50.94
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 10383 0 1 0 5087 7 0 0 25 0 8 0 162511864 937529344 10119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073852752 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1466/statm: 228889 10119 2524 14 0 215359 0
[pid=1466/tid=1468] ppid=1464 vsize=915556 CPUtime=0.03
/proc/1466/task/1468/stat : 1468 (java) S 1464 1466 29724 0 -1 64 459 0 0 0 3 0 0 0 17 0 8 0 162511868 937529344 10119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1469] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1469/stat : 1469 (java) S 1464 1466 29724 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162511869 937529344 10119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1470] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1470/stat : 1470 (java) S 1464 1466 29724 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162511869 937529344 10119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1471] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1471/stat : 1471 (java) S 1464 1466 29724 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162511872 937529344 10119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1472] ppid=1464 vsize=915556 CPUtime=0.26
/proc/1466/task/1472/stat : 1472 (java) S 1464 1466 29724 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 162511872 937529344 10119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1473] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1473/stat : 1473 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162511872 937529344 10119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1474] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1474/stat : 1474 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162511872 937529344 10119 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 915556

[startup+102.429 s]
/proc/loadavg: 2.08 2.07 2.16 3/83 1474
/proc/meminfo: memFree=1471232/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915556 CPUtime=101.92
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 10385 0 1 0 10185 7 0 0 25 0 8 0 162511864 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073872423 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1466/statm: 228889 10120 2524 14 0 215359 0
[pid=1466/tid=1468] ppid=1464 vsize=915556 CPUtime=0.03
/proc/1466/task/1468/stat : 1468 (java) S 1464 1466 29724 0 -1 64 459 0 0 0 3 0 0 0 16 0 8 0 162511868 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1469] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1469/stat : 1469 (java) S 1464 1466 29724 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1470] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1470/stat : 1470 (java) S 1464 1466 29724 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1471] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1471/stat : 1471 (java) S 1464 1466 29724 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1472] ppid=1464 vsize=915556 CPUtime=0.27
/proc/1466/task/1472/stat : 1472 (java) S 1464 1466 29724 0 -1 64 406 0 0 0 26 1 0 0 16 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1473] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1473/stat : 1473 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1474] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1474/stat : 1474 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 915556

[startup+162.49 s]
/proc/loadavg: 2.03 2.06 2.15 3/83 1474
/proc/meminfo: memFree=1471168/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915556 CPUtime=161.7
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 10385 0 1 0 16162 8 0 0 25 0 8 0 162511864 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073860889 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1421.07
Current children cumulated vsize (KiB) 915556

[startup+1482.87 s]
/proc/loadavg: 1.00 1.01 1.29 2/72 1692
/proc/meminfo: memFree=1733864/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915556 CPUtime=1481.06
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 10386 0 1 0 148086 20 0 0 25 0 8 0 162511864 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073844111 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1466/statm: 228889 10120 2524 14 0 215359 0
[pid=1466/tid=1468] ppid=1464 vsize=915556 CPUtime=0.03
/proc/1466/task/1468/stat : 1468 (java) S 1464 1466 29724 0 -1 64 459 0 0 0 3 0 0 0 16 0 8 0 162511868 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1469] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1469/stat : 1469 (java) S 1464 1466 29724 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1470] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1470/stat : 1470 (java) S 1464 1466 29724 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1471] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1471/stat : 1471 (java) S 1464 1466 29724 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1472] ppid=1464 vsize=915556 CPUtime=0.27
/proc/1466/task/1472/stat : 1472 (java) S 1464 1466 29724 0 -1 64 406 0 0 0 26 1 0 0 16 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1473] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1473/stat : 1473 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1474] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1474/stat : 1474 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.06
Current children cumulated vsize (KiB) 915556

[startup+1542.88 s]
/proc/loadavg: 1.00 1.01 1.27 2/72 1692
/proc/meminfo: memFree=1733864/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915556 CPUtime=1541.06
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 10386 0 1 0 154085 21 0 0 25 0 8 0 162511864 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073845132 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1466/statm: 228889 10120 2524 14 0 215359 0
[pid=1466/tid=1468] ppid=1464 vsize=915556 CPUtime=0.03
/proc/1466/task/1468/stat : 1468 (java) S 1464 1466 29724 0 -1 64 459 0 0 0 3 0 0 0 16 0 8 0 162511868 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1469] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1469/stat : 1469 (java) S 1464 1466 29724 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1470] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1470/stat : 1470 (java) S 1464 1466 29724 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1471] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1471/stat : 1471 (java) S 1464 1466 29724 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1472] ppid=1464 vsize=915556 CPUtime=0.27
/proc/1466/task/1472/stat : 1472 (java) S 1464 1466 29724 0 -1 64 406 0 0 0 26 1 0 0 16 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1473] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1473/stat : 1473 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1474] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1474/stat : 1474 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.06
Current children cumulated vsize (KiB) 915556

[startup+1602.89 s]
/proc/loadavg: 1.00 1.00 1.25 2/72 1692
/proc/meminfo: memFree=1733864/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915556 CPUtime=1601.05
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 10386 0 1 0 160084 21 0 0 25 0 8 0 162511864 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073852749 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1466/statm: 228889 10120 2524 14 0 215359 0
[pid=1466/tid=1468] ppid=1464 vsize=915556 CPUtime=0.03
/proc/1466/task/1468/stat : 1468 (java) S 1464 1466 29724 0 -1 64 459 0 0 0 3 0 0 0 16 0 8 0 162511868 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1469] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1469/stat : 1469 (java) S 1464 1466 29724 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1470] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1470/stat : 1470 (java) S 1464 1466 29724 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1471] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1471/stat : 1471 (java) S 1464 1466 29724 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1472] ppid=1464 vsize=915556 CPUtime=0.27
/proc/1466/task/1472/stat : 1472 (java) S 1464 1466 29724 0 -1 64 406 0 0 0 26 1 0 0 16 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1473] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1473/stat : 1473 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1474] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1474/stat : 1474 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.05
Current children cumulated vsize (KiB) 915556

[startup+1662.9 s]
/proc/loadavg: 1.00 1.00 1.23 2/72 1692
/proc/meminfo: memFree=1733864/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915556 CPUtime=1661.03
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 10386 0 1 0 166082 21 0 0 25 0 8 0 162511864 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073869376 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1466/statm: 228889 10120 2524 14 0 215359 0
[pid=1466/tid=1468] ppid=1464 vsize=915556 CPUtime=0.03
/proc/1466/task/1468/stat : 1468 (java) S 1464 1466 29724 0 -1 64 459 0 0 0 3 0 0 0 16 0 8 0 162511868 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1469] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1469/stat : 1469 (java) S 1464 1466 29724 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1470] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1470/stat : 1470 (java) S 1464 1466 29724 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1471] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1471/stat : 1471 (java) S 1464 1466 29724 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1472] ppid=1464 vsize=915556 CPUtime=0.27
/proc/1466/task/1472/stat : 1472 (java) S 1464 1466 29724 0 -1 64 406 0 0 0 26 1 0 0 16 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1473] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1473/stat : 1473 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1474] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1474/stat : 1474 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.03
Current children cumulated vsize (KiB) 915556

[startup+1722.9 s]
/proc/loadavg: 1.00 1.00 1.22 2/72 1692
/proc/meminfo: memFree=1733864/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915556 CPUtime=1721.01
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 10386 0 1 0 172080 21 0 0 25 0 8 0 162511864 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073845985 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1466/statm: 228889 10120 2524 14 0 215359 0
[pid=1466/tid=1468] ppid=1464 vsize=915556 CPUtime=0.03
/proc/1466/task/1468/stat : 1468 (java) S 1464 1466 29724 0 -1 64 459 0 0 0 3 0 0 0 16 0 8 0 162511868 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1469] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1469/stat : 1469 (java) S 1464 1466 29724 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1470] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1470/stat : 1470 (java) S 1464 1466 29724 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1471] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1471/stat : 1471 (java) S 1464 1466 29724 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1472] ppid=1464 vsize=915556 CPUtime=0.27
/proc/1466/task/1472/stat : 1472 (java) S 1464 1466 29724 0 -1 64 406 0 0 0 26 1 0 0 16 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1473] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1473/stat : 1473 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1474] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1474/stat : 1474 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.01
Current children cumulated vsize (KiB) 915556

[startup+1782.92 s]
/proc/loadavg: 1.00 1.00 1.20 2/72 1692
/proc/meminfo: memFree=1733928/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915556 CPUtime=1780.99
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 10386 0 1 0 178078 21 0 0 25 0 8 0 162511864 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073863941 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1466/statm: 228889 10120 2524 14 0 215359 0
[pid=1466/tid=1468] ppid=1464 vsize=915556 CPUtime=0.03
/proc/1466/task/1468/stat : 1468 (java) S 1464 1466 29724 0 -1 64 459 0 0 0 3 0 0 0 16 0 8 0 162511868 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1469] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1469/stat : 1469 (java) S 1464 1466 29724 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1470] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1470/stat : 1470 (java) S 1464 1466 29724 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1471] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1471/stat : 1471 (java) S 1464 1466 29724 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1472] ppid=1464 vsize=915556 CPUtime=0.27
/proc/1466/task/1472/stat : 1472 (java) S 1464 1466 29724 0 -1 64 406 0 0 0 26 1 0 0 16 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1473] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1473/stat : 1473 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1474] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1474/stat : 1474 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.99
Current children cumulated vsize (KiB) 915556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.03 s]
/proc/loadavg: 1.00 1.00 1.19 2/72 1692
/proc/meminfo: memFree=1733864/2055920 swapFree=4191892/4192956
[pid=1466] ppid=1464 vsize=915556 CPUtime=1800.09
/proc/1466/stat : 1466 (java) R 1464 1466 29724 0 -1 0 10386 0 1 0 179988 21 0 0 25 0 8 0 162511864 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073852655 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1466/statm: 228889 10120 2524 14 0 215359 0
[pid=1466/tid=1468] ppid=1464 vsize=915556 CPUtime=0.03
/proc/1466/task/1468/stat : 1468 (java) S 1464 1466 29724 0 -1 64 459 0 0 0 3 0 0 0 16 0 8 0 162511868 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1469] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1469/stat : 1469 (java) S 1464 1466 29724 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1470] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1470/stat : 1470 (java) S 1464 1466 29724 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162511869 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1471] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1471/stat : 1471 (java) S 1464 1466 29724 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1472] ppid=1464 vsize=915556 CPUtime=0.27
/proc/1466/task/1472/stat : 1472 (java) S 1464 1466 29724 0 -1 64 406 0 0 0 26 1 0 0 16 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1473] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1473/stat : 1473 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1466/tid=1474] ppid=1464 vsize=915556 CPUtime=0
/proc/1466/task/1474/stat : 1474 (java) S 1464 1466 29724 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162511872 937529344 10120 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 915556

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

Child status: 143
Real time (s): 1802.08
CPU time (s): 1800.14
CPU user time (s): 1799.92
CPU system time (s): 0.218966
CPU usage (%): 99.8922
Max. virtual memory (cumulated for all children) (KiB): 915556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.218966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10404
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= 37699
involuntary context switches= 15793

runsolver used 1.76773 s user time and 4.92625 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Sun Jan  7 03:39:42 UTC 2007


IDJOB= 200123
IDBENCH= 3690
FILE ID= node35/200123-1168141182

PBS_JOBID= 3478016

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb56-25/frb56-25-3-mgd_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/200123-1168141182/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-200123-1168141182 -o ROOT/results/node35/solver-200123-1168141182 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/200123-1168141182/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0c6411e2d008881c045d0e1c601b91c4

RANDOM SEED= 492796789

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.234
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.234
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:       1502160 kB
Buffers:         14900 kB
Cached:         213244 kB
SwapCached:        268 kB
Active:         362620 kB
Inactive:       135340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1502160 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2268 kB
Writeback:           0 kB
Mapped:         280028 kB
Slab:            40552 kB
Committed_AS:  3714128 kB
PageTables:       2472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66559 MiB



End job on node35 on Sun Jan  7 04:09:45 UTC 2007