Trace number 229964

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.15 1808.88

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-13_ext.xml
MD5SUMe7cfb0c48020f68e238559d055c47b09
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 benchmark639.645
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints463
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension463
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/229964-1168314429/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.43	       =>  wckTime=0.119  cpuTime=0.09  mem=6M951
0.43	   
0.43	   relations being loaded...
0.58	   
0.58	   constraints being loaded...
0.73	     nbConstraints=463  nbRelationTypes=463  nbExtensionStructures=463  nbSharedExtensionStructures=0
0.73	     nbConflictsStructures=463  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2335  maxDegree=28
0.73	     maxArity=2
0.73	       =>  wckTime=0.422  cpuTime=0.31  mem=17M811
0.78	   
0.78	   solver IterativeSystematicSolver being built... 
0.94	       =>  wckTime=0.638  cpuTime=0.45  mem=15M574
1.01	   
1.01	   preprocessing
1.01	     nbConstraintChecks=103580  nbPropagations=1158  nbRevisions=9440  nbUselessRevisions=8021  nbSingletonTests=60
1.01	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
1.01	       =>  wckTime=0.061  cpuTime=0.04  mem=15M574
1.04	   
1.04	   search
1.04	     run=0  nbConstraintChecks=39993  nbPropagations=1646  nbRevisions=15235  nbUselessRevisions=12809  nbAssignments=24
1.04	     nbFailedAssignments=4  nbBacktracks=10  nbVisitedNodes=35  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.04	     nbTooLargeKeys=0
1.04	       =>  wckTime=0.091  cpuTime=0.06  mem=15M574
1.06	   
1.06	   search
1.06	     run=1  nbConstraintChecks=105474  nbPropagations=4123  nbRevisions=41207  nbUselessRevisions=34477
1.06	     nbAssignments=62  nbFailedAssignments=15  nbBacktracks=25  nbVisitedNodes=94  nbRestartNogoods=1  mapSize=21
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.115  cpuTime=0.08  mem=15M574
1.08	   
1.08	   search
1.08	     run=2  nbConstraintChecks=184403  nbPropagations=7638  nbRevisions=81289  nbUselessRevisions=67976
1.08	     nbAssignments=115  nbFailedAssignments=32  nbBacktracks=49  nbVisitedNodes=175  nbRestartNogoods=5  mapSize=40
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.132  cpuTime=0.09  mem=15M574
1.10	   
1.10	   search
1.10	     run=3  nbConstraintChecks=264345  nbPropagations=12213  nbRevisions=135422  nbUselessRevisions=113078
1.10	     nbAssignments=177  nbFailedAssignments=46  nbBacktracks=87  nbVisitedNodes=267  nbRestartNogoods=8  mapSize=64
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.151  cpuTime=0.11  mem=15M574
1.14	   
1.14	   search
1.14	     run=4  nbConstraintChecks=436641  nbPropagations=18906  nbRevisions=217027  nbUselessRevisions=180763
1.14	     nbAssignments=291  nbFailedAssignments=79  nbBacktracks=137  nbVisitedNodes=413  nbRestartNogoods=11  mapSize=103
1.14	     nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.193  cpuTime=0.14  mem=15M574
1.19	   
1.19	   search
1.19	     run=5  nbConstraintChecks=664829  nbPropagations=28502  nbRevisions=341486  nbUselessRevisions=284025
1.19	     nbAssignments=427  nbFailedAssignments=127  nbBacktracks=213  nbVisitedNodes=641  nbRestartNogoods=13  mapSize=169
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.24  cpuTime=0.19  mem=15M574
1.24	   
1.24	   search
1.24	     run=6  nbConstraintChecks=949851  nbPropagations=41840  nbRevisions=522676  nbUselessRevisions=434296
1.24	     nbAssignments=624  nbFailedAssignments=200  nbBacktracks=327  nbVisitedNodes=972  nbRestartNogoods=19  mapSize=267
1.24	     nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.296  cpuTime=0.24  mem=15M574
1.32	   
1.32	   search
1.32	     run=7  nbConstraintChecks=1350639  nbPropagations=60541  nbRevisions=783230  nbUselessRevisions=650337
1.32	     nbAssignments=898  nbFailedAssignments=294  nbBacktracks=498  nbVisitedNodes=1435  nbRestartNogoods=22  mapSize=404
1.32	     nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.374  cpuTime=0.32  mem=15M574
1.46	   
1.46	   search
1.46	     run=8  nbConstraintChecks=2058989  nbPropagations=87885  nbRevisions=1175389  nbUselessRevisions=974235
1.46	     nbAssignments=1328  nbFailedAssignments=458  nbBacktracks=755  nbVisitedNodes=2167  nbRestartNogoods=26
1.46	     mapSize=621  nbInferences=0  nbTooLargeKeys=0
1.46	       =>  wckTime=0.51  cpuTime=0.45  mem=15M574
1.66	   
1.66	   search
1.66	     run=9  nbConstraintChecks=3098724  nbPropagations=128277  nbRevisions=1766446  nbUselessRevisions=1463474
1.66	     nbAssignments=1980  nbFailedAssignments=698  nbBacktracks=1140  nbVisitedNodes=3243  nbRestartNogoods=34
1.66	     mapSize=932  nbInferences=0  nbTooLargeKeys=0
1.66	       =>  wckTime=0.708  cpuTime=0.63  mem=15M574
1.72	   
1.72	   INFO : Stopping hyperNogood (mapSize=1024, nbTooLargekeys=0, mem=15M574)
1.90	   
1.90	   search
1.90	     run=10  nbConstraintChecks=4469137  nbPropagations=186091  nbRevisions=2616808  nbUselessRevisions=2164209
1.90	     nbAssignments=2906  nbFailedAssignments=1035  nbBacktracks=1716  nbVisitedNodes=4807  nbRestartNogoods=41
1.90	       =>  wckTime=0.949  cpuTime=0.86  mem=15M574
2.27	   
2.27	   search
2.27	     run=11  nbConstraintChecks=6728447  nbPropagations=272200  nbRevisions=3909085  nbUselessRevisions=3231125
2.27	     nbAssignments=4328  nbFailedAssignments=1584  nbBacktracks=2580  nbVisitedNodes=7248  nbRestartNogoods=47
2.27	       =>  wckTime=1.321  cpuTime=1.22  mem=15M574
2.77	   
2.77	   search
2.77	     run=12  nbConstraintChecks=9805545  nbPropagations=397603  nbRevisions=5801693  nbUselessRevisions=4793183
2.77	     nbAssignments=6378  nbFailedAssignments=2326  nbBacktracks=3880  nbVisitedNodes=10762  nbRestartNogoods=53
2.77	       =>  wckTime=1.818  cpuTime=1.72  mem=15M574
3.60	   
3.60	   search
3.60	     run=13  nbConstraintChecks=14984956  nbPropagations=587478  nbRevisions=8695648  nbUselessRevisions=7181705
3.60	     nbAssignments=9591  nbFailedAssignments=3584  nbBacktracks=5826  nbVisitedNodes=16344  nbRestartNogoods=58
3.60	       =>  wckTime=2.649  cpuTime=2.54  mem=15M574
4.78	   
4.78	   search
4.78	     run=14  nbConstraintChecks=22686289  nbPropagations=868413  nbRevisions=12995027  nbUselessRevisions=10720382
4.78	     nbAssignments=14258  nbFailedAssignments=5323  nbBacktracks=8746  nbVisitedNodes=24289  nbRestartNogoods=63
4.78	       =>  wckTime=3.836  cpuTime=3.73  mem=15M574
6.61	   
6.61	   search
6.61	     run=15  nbConstraintChecks=34351544  nbPropagations=1291372  nbRevisions=19519436  nbUselessRevisions=16095711
6.61	     nbAssignments=21441  nbFailedAssignments=8117  nbBacktracks=13124  nbVisitedNodes=36609  nbRestartNogoods=74
6.61	       =>  wckTime=5.659  cpuTime=5.54  mem=16M549
9.28	   
9.28	   search
9.28	     run=16  nbConstraintChecks=51003610  nbPropagations=1926039  nbRevisions=29319129  nbUselessRevisions=24173703
9.28	     nbAssignments=32169  nbFailedAssignments=12262  nbBacktracks=19694  nbVisitedNodes=55156  nbRestartNogoods=80
9.28	       =>  wckTime=8.333  cpuTime=8.2  mem=16M549
13.24	   
13.24	   search
13.24	     run=17  nbConstraintChecks=75851470  nbPropagations=2870578  nbRevisions=43972711  nbUselessRevisions=36258128
13.24	     nbAssignments=48313  nbFailedAssignments=18546  nbBacktracks=29547  nbVisitedNodes=82905  nbRestartNogoods=89
13.24	       =>  wckTime=12.295  cpuTime=12.15  mem=16M549
18.76	   
18.76	   search
18.76	     run=18  nbConstraintChecks=108891114  nbPropagations=4258547  nbRevisions=65310567  nbUselessRevisions=53853140
18.76	     nbAssignments=71914  nbFailedAssignments=27354  nbBacktracks=44325  nbVisitedNodes=123213  nbRestartNogoods=97
18.76	       =>  wckTime=17.815  cpuTime=17.65  mem=16M549
27.76	   
27.76	   search
27.76	     run=19  nbConstraintChecks=163971469  nbPropagations=6357267  nbRevisions=97694395  nbUselessRevisions=80599128
27.76	     nbAssignments=108324  nbFailedAssignments=41585  nbBacktracks=66495  nbVisitedNodes=186178  nbRestartNogoods=111
27.76	       =>  wckTime=26.807  cpuTime=26.59  mem=16M549
41.06	   
41.06	   search
41.06	     run=20  nbConstraintChecks=246780841  nbPropagations=9497722  nbRevisions=146259549  nbUselessRevisions=120704542
41.06	     nbAssignments=161907  nbFailedAssignments=61906  nbBacktracks=99747  nbVisitedNodes=277912  nbRestartNogoods=120
41.06	       =>  wckTime=40.111  cpuTime=39.83  mem=16M549
61.92	   
61.92	   search
61.92	     run=21  nbConstraintChecks=377123701  nbPropagations=14262432  nbRevisions=220258738  nbUselessRevisions=181845727
61.92	     nbAssignments=243704  nbFailedAssignments=93814  nbBacktracks=149628  nbVisitedNodes=419707  nbRestartNogoods=131
61.92	       =>  wckTime=60.968  cpuTime=60.59  mem=16M549
91.30	   
91.30	   search
91.30	     run=22  nbConstraintChecks=558087108  nbPropagations=21325440  nbRevisions=330244624  nbUselessRevisions=272776731
91.30	     nbAssignments=362595  nbFailedAssignments=137873  nbBacktracks=224448  nbVisitedNodes=622787  nbRestartNogoods=148
91.30	       =>  wckTime=90.349  cpuTime=89.83  mem=16M549
136.88	   
136.88	   search
136.88	     run=23  nbConstraintChecks=839095370  nbPropagations=31960217  nbRevisions=496064956  nbUselessRevisions=409954002
136.88	     nbAssignments=544777  nbFailedAssignments=207817  nbBacktracks=336677  nbVisitedNodes=936147  nbRestartNogoods=163
136.88	       =>  wckTime=135.929  cpuTime=135.2  mem=16M549
207.61	   
207.61	   search
207.61	     run=24  nbConstraintChecks=1296189307  nbPropagations=48027705  nbRevisions=746183154  nbUselessRevisions=616551316
207.61	     nbAssignments=815053  nbFailedAssignments=309742  nbBacktracks=505018  nbVisitedNodes=1399124  nbRestartNogoods=175
207.61	       =>  wckTime=206.664  cpuTime=205.59  mem=16M549
310.57	   
310.57	   search
310.57	     run=25  nbConstraintChecks=1931017933  nbPropagations=72203543  nbRevisions=1121445033
310.57	     nbUselessRevisions=926499374  nbAssignments=1225374  nbFailedAssignments=467542  nbBacktracks=757529
310.57	     nbVisitedNodes=2104572  nbRestartNogoods=190
310.57	       =>  wckTime=309.624  cpuTime=308.07  mem=16M549
465.44	   
465.44	   search
465.44	     run=26  nbConstraintChecks=2904426124  nbPropagations=108317038  nbRevisions=1683988490
465.44	     nbUselessRevisions=1391205211  nbAssignments=1834892  nbFailedAssignments=698242  nbBacktracks=1136296
465.44	     nbVisitedNodes=3149855  nbRestartNogoods=209
465.44	       =>  wckTime=464.49  cpuTime=462.21  mem=16M549
687.64	   
687.64	   search
687.64	     run=27  nbConstraintChecks=4268527469  nbPropagations=161966119  nbRevisions=2515884219
687.64	     nbUselessRevisions=2078343526  nbAssignments=2743834  nbFailedAssignments=1039021  nbBacktracks=1704447
687.64	     nbVisitedNodes=4703677  nbRestartNogoods=227
687.64	       =>  wckTime=686.692  cpuTime=683.38  mem=16M549
1045.65	   
1045.65	   search
1045.65	     run=28  nbConstraintChecks=6524386318  nbPropagations=243134136  nbRevisions=3780937230
1045.65	     nbUselessRevisions=3123702554  nbAssignments=4134458  nbFailedAssignments=1577410  nbBacktracks=2556673
1045.65	     nbVisitedNodes=7100638  nbRestartNogoods=238
1045.65	       =>  wckTime=1044.705  cpuTime=1039.51  mem=16M549
1556.98	   
1556.98	   search
1556.98	     run=29  nbConstraintChecks=9658704079  nbPropagations=364378647  nbRevisions=5670802216
1556.98	     nbUselessRevisions=4686615322  nbAssignments=6188558  nbFailedAssignments=2353161  nbBacktracks=3835014
1556.98	     nbVisitedNodes=10629457  nbRestartNogoods=252
1556.98	       =>  wckTime=1556.029  cpuTime=1548.43  mem=16M549

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/node1/watcher-229964-1168314429 -o ROOT/results/node1/solver-229964-1168314429 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229964-1168314429/unknown.xml 

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

/proc/loadavg: 1.03 1.02 1.01 4/82 3374
/proc/meminfo: memFree=1262832/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=18540 CPUtime=0
/proc/3373/stat : 3373 (runsolver) R 3365 3373 3265 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 179838687 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3373/statm: 42 23 18 14 0 2 0

[startup+0.106162 s]
/proc/loadavg: 1.03 1.02 1.01 4/82 3374
/proc/meminfo: memFree=1262832/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=914988 CPUtime=0.08
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 2980 0 1 0 6 2 0 0 23 0 8 0 179838687 936947712 2726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154016819 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3373/statm: 228747 2726 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.514208 s]
/proc/loadavg: 1.03 1.02 1.01 4/82 3374
/proc/meminfo: memFree=1262832/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915328 CPUtime=0.46
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 6813 0 1 0 42 4 0 0 18 0 8 0 179838687 937295872 6552 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073559453 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3373/statm: 228832 6552 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.3353 s]
/proc/loadavg: 1.03 1.02 1.01 3/101 3406
/proc/meminfo: memFree=1163920/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915460 CPUtime=1.28
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 9614 0 1 0 121 7 0 0 24 0 8 0 179838687 937431040 9352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814311 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3373/statm: 228865 9352 2524 14 0 215335 0
[pid=3373/tid=3391] ppid=3365 vsize=915460 CPUtime=0.03
/proc/3373/task/3391/stat : 3391 (java) S 3365 3373 3265 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179838692 937431040 9352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3394] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3394/stat : 3394 (java) S 3365 3373 3265 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3395] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3395/stat : 3395 (java) S 3365 3373 3265 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3397] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3397/stat : 3397 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179838696 937431040 9352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3398] ppid=3365 vsize=915460 CPUtime=0.22
/proc/3373/task/3398/stat : 3398 (java) S 3365 3373 3265 0 -1 64 381 0 0 0 21 1 0 0 15 0 8 0 179838696 937431040 9352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3399] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3399/stat : 3399 (java) S 3365 3373 3265 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 179838696 937431040 9352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3400] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3400/stat : 3400 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179838696 937431040 9352 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.97449 s]
/proc/loadavg: 1.03 1.02 1.01 3/102 3407
/proc/meminfo: memFree=1158344/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915460 CPUtime=2.91
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 9632 0 1 0 284 7 0 0 25 0 8 0 179838687 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833157 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3373/statm: 228865 9368 2524 14 0 215335 0
[pid=3373/tid=3391] ppid=3365 vsize=915460 CPUtime=0.03
/proc/3373/task/3391/stat : 3391 (java) S 3365 3373 3265 0 -1 64 407 0 0 0 3 0 0 0 17 0 8 0 179838692 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3394] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3394/stat : 3394 (java) S 3365 3373 3265 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3395] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3395/stat : 3395 (java) S 3365 3373 3265 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3397] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3397/stat : 3397 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179838696 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3398] ppid=3365 vsize=915460 CPUtime=0.25
/proc/3373/task/3398/stat : 3398 (java) S 3365 3373 3265 0 -1 64 399 0 0 0 24 1 0 0 15 0 8 0 179838696 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3399] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3399/stat : 3399 (java) S 3365 3373 3265 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 179838696 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3400] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3400/stat : 3400 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179838696 937431040 9368 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.18286 s]
/proc/loadavg: 1.11 1.04 1.01 3/102 3407
/proc/meminfo: memFree=1158344/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915460 CPUtime=6.1
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 9632 0 1 0 603 7 0 0 25 0 8 0 179838687 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819710 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3373/statm: 228865 9368 2524 14 0 215335 0
[pid=3373/tid=3391] ppid=3365 vsize=915460 CPUtime=0.03
/proc/3373/task/3391/stat : 3391 (java) S 3365 3373 3265 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179838692 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3394] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3394/stat : 3394 (java) S 3365 3373 3265 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3395] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3395/stat : 3395 (java) S 3365 3373 3265 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3397] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3397/stat : 3397 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179838696 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3398] ppid=3365 vsize=915460 CPUtime=0.25
/proc/3373/task/3398/stat : 3398 (java) S 3365 3373 3265 0 -1 64 399 0 0 0 24 1 0 0 15 0 8 0 179838696 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3399] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3399/stat : 3399 (java) S 3365 3373 3265 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 179838696 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3400] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3400/stat : 3400 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179838696 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 915460

[startup+12.6516 s]
/proc/loadavg: 1.18 1.06 1.02 3/102 3407
/proc/meminfo: memFree=1158296/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915460 CPUtime=12.54
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 9634 0 1 0 1247 7 0 0 25 0 8 0 179838687 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813708 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3373/statm: 228865 9369 2524 14 0 215335 0
[pid=3373/tid=3391] ppid=3365 vsize=915460 CPUtime=0.03
/proc/3373/task/3391/stat : 3391 (java) S 3365 3373 3265 0 -1 64 407 0 0 0 3 0 0 0 17 0 8 0 179838692 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3394] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3394/stat : 3394 (java) S 3365 3373 3265 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3395] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3395/stat : 3395 (java) S 3365 3373 3265 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3397] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3397/stat : 3397 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179838696 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3398] ppid=3365 vsize=915460 CPUtime=0.25
/proc/3373/task/3398/stat : 3398 (java) S 3365 3373 3265 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 179838696 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3399] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3399/stat : 3399 (java) S 3365 3373 3265 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 179838696 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3400] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3400/stat : 3400 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179838696 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 915460

[startup+25.5121 s]
/proc/loadavg: 1.36 1.10 1.03 3/102 3407
/proc/meminfo: memFree=1158360/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915460 CPUtime=25.35
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 9634 0 1 0 2527 8 0 0 25 0 8 0 179838687 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918501 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3373/statm: 228865 9369 2524 14 0 215335 0
[pid=3373/tid=3391] ppid=3365 vsize=915460 CPUtime=0.03
/proc/3373/task/3391/stat : 3391 (java) S 3365 3373 3265 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179838692 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3394] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3394/stat : 3394 (java) S 3365 3373 3265 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3395] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3395/stat : 3395 (java) S 3365 3373 3265 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3397] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3397/stat : 3397 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179838696 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3398] ppid=3365 vsize=915460 CPUtime=0.25
/proc/3373/task/3398/stat : 3398 (java) S 3365 3373 3265 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 179838696 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3399] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3399/stat : 3399 (java) S 3365 3373 3265 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 179838696 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3400] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3400/stat : 3400 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179838696 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915460

[startup+51.1271 s]
/proc/loadavg: 1.58 1.17 1.06 3/102 3407
/proc/meminfo: memFree=1158360/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915460 CPUtime=50.83
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 9634 0 1 0 5075 8 0 0 25 0 8 0 179838687 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819633 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3373/statm: 228865 9369 2524 14 0 215335 0
[pid=3373/tid=3391] ppid=3365 vsize=915460 CPUtime=0.03
/proc/3373/task/3391/stat : 3391 (java) S 3365 3373 3265 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179838692 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3394] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3394/stat : 3394 (java) S 3365 3373 3265 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3395] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3395/stat : 3395 (java) S 3365 3373 3265 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3397] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3397/stat : 3397 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179838696 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3398] ppid=3365 vsize=915460 CPUtime=0.25
/proc/3373/task/3398/stat : 3398 (java) S 3365 3373 3265 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 179838696 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3399] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3399/stat : 3399 (java) S 3365 3373 3265 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 179838696 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3400] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3400/stat : 3400 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179838696 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 915460

[startup+102.351 s]
/proc/loadavg: 1.81 1.30 1.10 3/102 3407
/proc/meminfo: memFree=1158424/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915460 CPUtime=101.81
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 9635 0 1 0 10173 8 0 0 25 0 8 0 179838687 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814204 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3373/statm: 228865 9370 2524 14 0 215335 0
[pid=3373/tid=3391] ppid=3365 vsize=915460 CPUtime=0.03
/proc/3373/task/3391/stat : 3391 (java) S 3365 3373 3265 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179838692 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3394] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3394/stat : 3394 (java) S 3365 3373 3265 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3395] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3395/stat : 3395 (java) S 3365 3373 3265 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3397] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3397/stat : 3397 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179838696 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3398] ppid=3365 vsize=915460 CPUtime=0.26
/proc/3373/task/3398/stat : 3398 (java) S 3365 3373 3265 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 179838696 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3399] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3399/stat : 3399 (java) S 3365 3373 3265 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 179838696 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3400] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3400/stat : 3400 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179838696 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 915460

[startup+162.419 s]
/proc/loadavg: 1.93 1.42 1.16 3/102 3407
/proc/meminfo: memFree=1135896/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915460 CPUtime=161.6
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 9635 0 1 0 16151 9 0 0 25 0 8 0 179838687 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1484 s]
/proc/loadavg: 2.02 2.01 1.77 3/102 3605
/proc/meminfo: memFree=1064728/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915460 CPUtime=1476.78
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 9635 0 1 0 147660 18 0 0 25 0 8 0 179838687 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073831460 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3373/statm: 228865 9370 2524 14 0 215335 0
[pid=3373/tid=3391] ppid=3365 vsize=915460 CPUtime=0.03
/proc/3373/task/3391/stat : 3391 (java) S 3365 3373 3265 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179838692 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3394] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3394/stat : 3394 (java) S 3365 3373 3265 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3395] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3395/stat : 3395 (java) S 3365 3373 3265 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3397] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3397/stat : 3397 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179838696 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3398] ppid=3365 vsize=915460 CPUtime=0.26
/proc/3373/task/3398/stat : 3398 (java) S 3365 3373 3265 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 179838696 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3399] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3399/stat : 3399 (java) S 3365 3373 3265 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 179838696 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3400] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3400/stat : 3400 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179838696 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.78
Current children cumulated vsize (KiB) 915460

[startup+1544.07 s]
/proc/loadavg: 2.10 2.03 1.80 3/102 3605
/proc/meminfo: memFree=1064664/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915460 CPUtime=1536.57
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 9635 0 1 0 153639 18 0 0 25 0 8 0 179838687 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818981 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3373/statm: 228865 9370 2524 14 0 215335 0
[pid=3373/tid=3391] ppid=3365 vsize=915460 CPUtime=0.03
/proc/3373/task/3391/stat : 3391 (java) S 3365 3373 3265 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179838692 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3394] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3394/stat : 3394 (java) S 3365 3373 3265 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3395] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3395/stat : 3395 (java) S 3365 3373 3265 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3397] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3397/stat : 3397 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179838696 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3398] ppid=3365 vsize=915460 CPUtime=0.26
/proc/3373/task/3398/stat : 3398 (java) S 3365 3373 3265 0 -1 64 401 0 0 0 25 1 0 0 16 0 8 0 179838696 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3399] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3399/stat : 3399 (java) S 3365 3373 3265 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 179838696 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3400] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3400/stat : 3400 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179838696 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.57
Current children cumulated vsize (KiB) 915460

[startup+1604.14 s]
/proc/loadavg: 2.04 2.02 1.81 3/102 3605
/proc/meminfo: memFree=1064600/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915460 CPUtime=1596.36
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 9636 0 1 0 159618 18 0 0 25 0 8 0 179838687 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3373/statm: 228865 9371 2524 14 0 215335 0
[pid=3373/tid=3391] ppid=3365 vsize=915460 CPUtime=0.03
/proc/3373/task/3391/stat : 3391 (java) S 3365 3373 3265 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179838692 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3394] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3394/stat : 3394 (java) S 3365 3373 3265 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3395] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3395/stat : 3395 (java) S 3365 3373 3265 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3397] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3397/stat : 3397 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3398] ppid=3365 vsize=915460 CPUtime=0.26
/proc/3373/task/3398/stat : 3398 (java) S 3365 3373 3265 0 -1 64 402 0 0 0 25 1 0 0 16 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3399] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3399/stat : 3399 (java) S 3365 3373 3265 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3400] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3400/stat : 3400 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.36
Current children cumulated vsize (KiB) 915460

[startup+1664.21 s]
/proc/loadavg: 2.06 2.03 1.82 3/102 3605
/proc/meminfo: memFree=1064536/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915460 CPUtime=1656.15
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 9636 0 1 0 165596 19 0 0 25 0 8 0 179838687 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819769 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3373/statm: 228865 9371 2524 14 0 215335 0
[pid=3373/tid=3391] ppid=3365 vsize=915460 CPUtime=0.03
/proc/3373/task/3391/stat : 3391 (java) S 3365 3373 3265 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179838692 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3394] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3394/stat : 3394 (java) S 3365 3373 3265 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3395] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3395/stat : 3395 (java) S 3365 3373 3265 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3397] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3397/stat : 3397 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3398] ppid=3365 vsize=915460 CPUtime=0.26
/proc/3373/task/3398/stat : 3398 (java) S 3365 3373 3265 0 -1 64 402 0 0 0 25 1 0 0 16 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3399] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3399/stat : 3399 (java) S 3365 3373 3265 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3400] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3400/stat : 3400 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.15
Current children cumulated vsize (KiB) 915460

[startup+1724.28 s]
/proc/loadavg: 2.02 2.02 1.83 3/102 3605
/proc/meminfo: memFree=1064536/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915460 CPUtime=1715.94
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 9636 0 1 0 171575 19 0 0 25 0 8 0 179838687 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810777 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3373/statm: 228865 9371 2524 14 0 215335 0
[pid=3373/tid=3391] ppid=3365 vsize=915460 CPUtime=0.03
/proc/3373/task/3391/stat : 3391 (java) S 3365 3373 3265 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179838692 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3394] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3394/stat : 3394 (java) S 3365 3373 3265 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3395] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3395/stat : 3395 (java) S 3365 3373 3265 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3397] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3397/stat : 3397 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3398] ppid=3365 vsize=915460 CPUtime=0.26
/proc/3373/task/3398/stat : 3398 (java) S 3365 3373 3265 0 -1 64 402 0 0 0 25 1 0 0 16 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3399] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3399/stat : 3399 (java) S 3365 3373 3265 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3400] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3400/stat : 3400 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.94
Current children cumulated vsize (KiB) 915460

[startup+1784.34 s]
/proc/loadavg: 2.01 2.02 1.83 3/102 3605
/proc/meminfo: memFree=1064472/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915460 CPUtime=1775.72
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 9636 0 1 0 177553 19 0 0 25 0 8 0 179838687 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835289 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3373/statm: 228865 9371 2524 14 0 215335 0
[pid=3373/tid=3391] ppid=3365 vsize=915460 CPUtime=0.03
/proc/3373/task/3391/stat : 3391 (java) S 3365 3373 3265 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179838692 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3394] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3394/stat : 3394 (java) S 3365 3373 3265 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3395] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3395/stat : 3395 (java) S 3365 3373 3265 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3397] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3397/stat : 3397 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3398] ppid=3365 vsize=915460 CPUtime=0.26
/proc/3373/task/3398/stat : 3398 (java) S 3365 3373 3265 0 -1 64 402 0 0 0 25 1 0 0 16 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3399] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3399/stat : 3399 (java) S 3365 3373 3265 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3400] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3400/stat : 3400 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.72
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.82 s]
/proc/loadavg: 2.00 2.02 1.84 5/102 3605
/proc/meminfo: memFree=1064472/2055920 swapFree=4165612/4192956
[pid=3373] ppid=3365 vsize=915460 CPUtime=1800.08
/proc/3373/stat : 3373 (java) R 3365 3373 3265 0 -1 0 9636 0 1 0 179988 20 0 0 25 0 8 0 179838687 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3373/statm: 228865 9371 2524 14 0 215335 0
[pid=3373/tid=3391] ppid=3365 vsize=915460 CPUtime=0.03
/proc/3373/task/3391/stat : 3391 (java) S 3365 3373 3265 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 179838692 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3394] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3394/stat : 3394 (java) S 3365 3373 3265 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3395] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3395/stat : 3395 (java) S 3365 3373 3265 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 179838693 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3397] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3397/stat : 3397 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3398] ppid=3365 vsize=915460 CPUtime=0.26
/proc/3373/task/3398/stat : 3398 (java) S 3365 3373 3265 0 -1 64 402 0 0 0 25 1 0 0 16 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3373/tid=3399] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3399/stat : 3399 (java) S 3365 3373 3265 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 179838696 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3373/tid=3400] ppid=3365 vsize=915460 CPUtime=0
/proc/3373/task/3400/stat : 3400 (java) S 3365 3373 3265 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179838696 937431040 9371 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): 1808.88
CPU time (s): 1800.15
CPU user time (s): 1799.94
CPU system time (s): 0.207968
CPU usage (%): 99.5171
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.207968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9654
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= 37794
involuntary context switches= 118144

runsolver used 2.49062 s user time and 5.52916 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Jan  9 03:47:09 UTC 2007


IDJOB= 229964
IDBENCH= 6380
FILE ID= node1/229964-1168314429

PBS_JOBID= 3502406

Free space on /tmp= 66509 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e7cfb0c48020f68e238559d055c47b09

RANDOM SEED= 994809936

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:       1263512 kB
Buffers:         79968 kB
Cached:         612392 kB
SwapCached:       3620 kB
Active:         366556 kB
Inactive:       364600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1263512 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            6068 kB
Writeback:           0 kB
Mapped:          48728 kB
Slab:            46336 kB
Committed_AS:  5575760 kB
PageTables:       2172 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= 66509 MiB



End job on node1 on Tue Jan  9 04:17:18 UTC 2007