Trace number 239041

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.16 1801.88

General information on the benchmark

Nameqcp-qwh/QCP-25/
qcp-25-264-0_ext.xml
MD5SUMd44fb58fab1cbf48805c5a0caf5a2453
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 benchmark26.469
SatisfiableYES
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension15000
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/239041-1168363224/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.47	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25
0.47	       =>  wckTime=0.172  cpuTime=0.12  mem=8M869
0.47	   
0.47	   relations being loaded...
0.47	   
0.47	   constraints being loaded...
0.94	     nbConstraints=10142  nbRelationTypes=27  nbSingletonDomainVariables=361  nbExtensionStructures=51
0.94	     nbSharedExtensionStructures=10091  nbConflictsStructures=51  nbSharedConflictsStructures=10091
0.94	     nbSharedBinaryRepresentations=1323  maxDegree=48  maxArity=2
0.94	       =>  wckTime=0.643  cpuTime=0.48  mem=39M99
1.05	   
1.05	   solver IterativeSystematicSolver being built... 
1.25	       =>  wckTime=0.955  cpuTime=0.64  mem=21M923
1.70	   
1.70	   preprocessing
1.70	     nbConstraintChecks=194114  nbPropagations=3483  nbRevisions=39194  nbUselessRevisions=31653  nbSingletonTests=1008
1.70	     nbEffectiveSingletonTests=0  nbESACBranches=10  nbRemovedValues=5449  detectedInconsistency=no
1.70	       =>  wckTime=0.44  cpuTime=0.4  mem=21M923
1.77	   
1.77	   search
1.77	     run=0  nbConstraintChecks=10032  nbPropagations=3926  nbRevisions=43749  nbUselessRevisions=35642
1.77	     nbAssignments=126  nbFailedAssignments=4  nbBacktracks=13  nbVisitedNodes=133  nbRestartNogoods=0  mapSize=5
1.77	     nbInferences=0  nbTooLargeKeys=0
1.77	       =>  wckTime=0.513  cpuTime=0.46  mem=22M914
1.81	   
1.81	   search
1.81	     run=1  nbConstraintChecks=22599  nbPropagations=8470  nbRevisions=94488  nbUselessRevisions=77480
1.81	     nbAssignments=250  nbFailedAssignments=9  nbBacktracks=33  nbVisitedNodes=267  nbRestartNogoods=1  mapSize=14
1.81	     nbInferences=0  nbTooLargeKeys=0
1.81	       =>  wckTime=0.559  cpuTime=0.51  mem=22M914
1.87	   
1.87	   search
1.87	     run=2  nbConstraintChecks=39942  nbPropagations=13794  nbRevisions=155790  nbUselessRevisions=128729
1.87	     nbAssignments=404  nbFailedAssignments=20  nbBacktracks=57  nbVisitedNodes=437  nbRestartNogoods=2  mapSize=25
1.87	     nbInferences=0  nbTooLargeKeys=0
1.87	       =>  wckTime=0.616  cpuTime=0.56  mem=22M914
2.04	   
2.04	   search
2.04	     run=3  nbConstraintChecks=103378  nbPropagations=22407  nbRevisions=253757  nbUselessRevisions=212796
2.04	     nbAssignments=1036  nbFailedAssignments=31  nbBacktracks=90  nbVisitedNodes=615  nbRestartNogoods=7  mapSize=43
2.04	     nbInferences=0  nbTooLargeKeys=0
2.04	       =>  wckTime=0.782  cpuTime=0.72  mem=23M888
2.20	   
2.21	   search
2.21	     run=4  nbConstraintChecks=174624  nbPropagations=34454  nbRevisions=393362  nbUselessRevisions=334036
2.21	     nbAssignments=1675  nbFailedAssignments=46  nbBacktracks=143  nbVisitedNodes=830  nbRestartNogoods=14  mapSize=81
2.21	     nbInferences=0  nbTooLargeKeys=0
2.21	       =>  wckTime=0.948  cpuTime=0.88  mem=23M888
2.29	   
2.29	   search
2.29	     run=5  nbConstraintChecks=201301  nbPropagations=47846  nbRevisions=548053  nbUselessRevisions=468470
2.29	     nbAssignments=1929  nbFailedAssignments=66  nbBacktracks=233  nbVisitedNodes=1052  nbRestartNogoods=17  mapSize=117
2.29	     nbInferences=0  nbTooLargeKeys=0
2.29	       =>  wckTime=1.037  cpuTime=0.96  mem=23M888
2.37	   
2.37	   search
2.37	     run=6  nbConstraintChecks=230643  nbPropagations=62483  nbRevisions=719301  nbUselessRevisions=617129
2.37	     nbAssignments=2141  nbFailedAssignments=104  nbBacktracks=350  nbVisitedNodes=1331  nbRestartNogoods=18
2.37	     mapSize=183  nbInferences=0  nbTooLargeKeys=0
2.37	       =>  wckTime=1.117  cpuTime=1.04  mem=23M888
2.49	   
2.49	   search
2.49	     run=7  nbConstraintChecks=294729  nbPropagations=79102  nbRevisions=930768  nbUselessRevisions=801698
2.49	     nbAssignments=2421  nbFailedAssignments=161  nbBacktracks=521  nbVisitedNodes=1716  nbRestartNogoods=19
2.49	     mapSize=282  nbInferences=0  nbTooLargeKeys=0
2.49	       =>  wckTime=1.23  cpuTime=1.15  mem=24M862
2.63	   
2.63	   search
2.63	     run=8  nbConstraintChecks=365463  nbPropagations=98010  nbRevisions=1185918  nbUselessRevisions=1025214
2.63	     nbAssignments=2789  nbFailedAssignments=224  nbBacktracks=781  nbVisitedNodes=2218  nbRestartNogoods=21
2.63	     mapSize=415  nbInferences=0  nbTooLargeKeys=0
2.63	       =>  wckTime=1.373  cpuTime=1.28  mem=24M862
2.83	   
2.83	   search
2.83	     run=9  nbConstraintChecks=459612  nbPropagations=120306  nbRevisions=1497240  nbUselessRevisions=1298220
2.83	     nbAssignments=3330  nbFailedAssignments=343  nbBacktracks=1170  nbVisitedNodes=2986  nbRestartNogoods=22
2.83	     mapSize=626  nbInferences=0  nbTooLargeKeys=0
2.83	       =>  wckTime=1.575  cpuTime=1.47  mem=25M836
3.13	   
3.13	   search
3.13	     run=10  nbConstraintChecks=606755  nbPropagations=147028  nbRevisions=1905074  nbUselessRevisions=1657966
3.13	     nbAssignments=4074  nbFailedAssignments=442  nbBacktracks=1753  nbVisitedNodes=3938  nbRestartNogoods=24
3.13	     mapSize=826  nbInferences=0  nbTooLargeKeys=0
3.13	       =>  wckTime=1.873  cpuTime=1.74  mem=25M836
3.38	   
3.38	   INFO : Stopping hyperNogood (mapSize=1009, nbTooLargekeys=0, mem=26M810)
3.56	   
3.56	   search
3.56	     run=11  nbConstraintChecks=842068  nbPropagations=182439  nbRevisions=2461476  nbUselessRevisions=2150446
3.56	     nbAssignments=5449  nbFailedAssignments=630  nbBacktracks=2631  nbVisitedNodes=5488  nbRestartNogoods=31
3.56	       =>  wckTime=2.306  cpuTime=2.17  mem=26M810
4.04	   
4.04	   search
4.04	     run=12  nbConstraintChecks=1150712  nbPropagations=227362  nbRevisions=3220864  nbUselessRevisions=2826358
4.04	     nbAssignments=7094  nbFailedAssignments=816  nbBacktracks=3929  nbVisitedNodes=7443  nbRestartNogoods=36
4.04	       =>  wckTime=2.78  cpuTime=2.63  mem=26M810
4.83	   
4.83	   search
4.83	     run=13  nbConstraintChecks=1652239  nbPropagations=291047  nbRevisions=4262771  nbUselessRevisions=3748569
4.83	     nbAssignments=9881  nbFailedAssignments=1398  nbBacktracks=5875  nbVisitedNodes=11201  nbRestartNogoods=43
4.83	       =>  wckTime=3.575  cpuTime=3.42  mem=26M810
5.73	   
5.73	   search
5.73	     run=14  nbConstraintChecks=2218825  nbPropagations=372693  nbRevisions=5673529  nbUselessRevisions=5002667
5.73	     nbAssignments=13257  nbFailedAssignments=1748  nbBacktracks=8794  nbVisitedNodes=15282  nbRestartNogoods=46
5.73	       =>  wckTime=4.47  cpuTime=4.31  mem=26M810
7.18	   
7.18	   search
7.18	     run=15  nbConstraintChecks=3249518  nbPropagations=485426  nbRevisions=7767028  nbUselessRevisions=6873313
7.18	     nbAssignments=18543  nbFailedAssignments=2417  nbBacktracks=13192  nbVisitedNodes=21754  nbRestartNogoods=55
7.18	       =>  wckTime=5.923  cpuTime=5.76  mem=26M810
9.39	   
9.39	   search
9.39	     run=16  nbConstraintChecks=4817721  nbPropagations=643920  nbRevisions=10906232  nbUselessRevisions=9691866
9.39	     nbAssignments=26283  nbFailedAssignments=3374  nbBacktracks=19798  nbVisitedNodes=31221  nbRestartNogoods=64
9.39	       =>  wckTime=8.137  cpuTime=7.94  mem=26M810
13.56	   
13.56	   search
13.56	     run=17  nbConstraintChecks=8310078  nbPropagations=894588  nbRevisions=16433501  nbUselessRevisions=14690093
13.56	     nbAssignments=37739  nbFailedAssignments=4885  nbBacktracks=29654  nbVisitedNodes=45437  nbRestartNogoods=71
13.56	       =>  wckTime=12.306  cpuTime=12.07  mem=26M810
20.78	   
20.78	   search
20.78	     run=18  nbConstraintChecks=14674137  nbPropagations=1313132  nbRevisions=26196704  nbUselessRevisions=23539823
20.78	     nbAssignments=55583  nbFailedAssignments=7892  nbBacktracks=44453  nbVisitedNodes=68992  nbRestartNogoods=77
20.78	       =>  wckTime=19.521  cpuTime=19.2  mem=26M810
31.69	   
31.69	   search
31.69	     run=19  nbConstraintChecks=23429503  nbPropagations=2002064  nbRevisions=41632742  nbUselessRevisions=37481968
31.69	     nbAssignments=84881  nbFailedAssignments=14932  nbBacktracks=66625  nbVisitedNodes=111377  nbRestartNogoods=80
31.69	       =>  wckTime=30.437  cpuTime=30.01  mem=26M810
48.53	   
48.53	   search
48.53	     run=20  nbConstraintChecks=37934906  nbPropagations=3094118  nbRevisions=66733684  nbUselessRevisions=60184670
48.53	     nbAssignments=126387  nbFailedAssignments=23139  nbBacktracks=99883  nbVisitedNodes=169346  nbRestartNogoods=90
48.53	       =>  wckTime=47.273  cpuTime=46.66  mem=26M810
75.82	   
75.83	   search
75.83	     run=21  nbConstraintChecks=62156813  nbPropagations=4863395  nbRevisions=108263123  nbUselessRevisions=97831880
75.83	     nbAssignments=188598  nbFailedAssignments=35394  nbBacktracks=149766  nbVisitedNodes=256495  nbRestartNogoods=98
75.83	       =>  wckTime=74.569  cpuTime=73.69  mem=26M810
115.29	   
115.29	   search
115.29	     run=22  nbConstraintChecks=96204473  nbPropagations=7589397  nbRevisions=172252766  nbUselessRevisions=155806019
115.29	     nbAssignments=284009  nbFailedAssignments=55941  nbBacktracks=224587  nbVisitedNodes=391614  nbRestartNogoods=106
115.29	       =>  wckTime=114.036  cpuTime=112.76  mem=26M810
172.33	   
172.33	   search
172.33	     run=23  nbConstraintChecks=149982250  nbPropagations=11756007  nbRevisions=272587706  nbUselessRevisions=246854695
172.33	     nbAssignments=425768  nbFailedAssignments=85361  nbBacktracks=336821  nbVisitedNodes=590063  nbRestartNogoods=116
172.33	       =>  wckTime=171.077  cpuTime=169.73  mem=26M810
253.32	   
253.32	   search
253.32	     run=24  nbConstraintChecks=223485945  nbPropagations=17966106  nbRevisions=422102970  nbUselessRevisions=382590094
253.32	     nbAssignments=634850  nbFailedAssignments=126027  nbBacktracks=505164  nbVisitedNodes=875793  nbRestartNogoods=126
253.32	       =>  wckTime=252.061  cpuTime=250.69  mem=26M810
372.14	   
372.14	   search
372.14	     run=25  nbConstraintChecks=328312062  nbPropagations=27106068  nbRevisions=642526238  nbUselessRevisions=582801905
372.14	     nbAssignments=943624  nbFailedAssignments=181937  nbBacktracks=757688  nbVisitedNodes=1292903  nbRestartNogoods=143
372.14	       =>  wckTime=370.884  cpuTime=369.47  mem=26M810
545.90	   
545.90	   search
545.90	     run=26  nbConstraintChecks=481900178  nbPropagations=40595010  nbRevisions=963954691  nbUselessRevisions=874421237
545.90	     nbAssignments=1413183  nbFailedAssignments=272670  nbBacktracks=1136456  nbVisitedNodes=1947423
545.90	     nbRestartNogoods=154
545.90	       =>  wckTime=544.64  cpuTime=543.18  mem=26M810
834.30	   
834.30	   search
834.30	     run=27  nbConstraintChecks=756750909  nbPropagations=61492101  nbRevisions=1473129839
834.30	     nbUselessRevisions=1337217017  nbAssignments=2119294  nbFailedAssignments=410507  nbBacktracks=1704616
834.30	     nbVisitedNodes=2927596  nbRestartNogoods=166
834.30	       =>  wckTime=833.046  cpuTime=831.51  mem=26M810
1232.34	   
1232.34	   search
1232.34	     run=28  nbConstraintChecks=1114451938  nbPropagations=92385150  nbRevisions=2219579573
1232.34	     nbUselessRevisions=2015100044  nbAssignments=3190834  nbFailedAssignments=629740  nbBacktracks=2556850
1232.34	     nbVisitedNodes=4424396  nbRestartNogoods=183
1232.34	       =>  wckTime=1231.081  cpuTime=1229.44  mem=26M810

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/node75/watcher-239041-1168363224 -o ROOT/results/node75/solver-239041-1168363224 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/239041-1168363224/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.59 2.80 2.65 5/82 5373
/proc/meminfo: memFree=1739184/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=18540 CPUtime=0
/proc/5372/stat : 5372 (runsolver) R 5370 5372 4175 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 184721766 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 231882681639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/5372/statm: 4635 279 244 17 0 2626 0

[startup+0.107951 s]
/proc/loadavg: 2.59 2.80 2.65 5/82 5373
/proc/meminfo: memFree=1739184/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=914988 CPUtime=0.09
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 3068 0 1 0 8 1 0 0 25 0 8 0 184721766 936947712 2814 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5372/statm: 228747 2814 1452 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.520001 s]
/proc/loadavg: 2.59 2.80 2.65 5/82 5373
/proc/meminfo: memFree=1739184/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915328 CPUtime=0.49
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 6653 0 1 0 45 4 0 0 25 0 8 0 184721766 937295872 6392 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5372/statm: 228832 6392 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3431 s]
/proc/loadavg: 2.59 2.80 2.65 3/89 5380
/proc/meminfo: memFree=1685496/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915676 CPUtime=1.31
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 16154 0 1 0 120 11 0 0 25 0 8 0 184721766 937652224 15892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073979807 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5372/statm: 228919 15892 2521 14 0 215389 0
[pid=5372/tid=5374] ppid=5370 vsize=915676 CPUtime=0.09
/proc/5372/task/5374/stat : 5374 (java) S 5370 5372 4175 0 -1 64 1532 0 0 0 9 0 0 0 18 0 8 0 184721770 937652224 15892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 4175 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184721771 937652224 15892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 4175 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184721771 937652224 15892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 4175 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=915676 CPUtime=0.24
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 4175 0 -1 64 453 0 0 0 23 1 0 0 15 0 8 0 184721774 937652224 15892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184721774 937652224 15892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915676

[startup+2.98029 s]
/proc/loadavg: 2.59 2.80 2.65 3/89 5380
/proc/meminfo: memFree=1685176/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915676 CPUtime=2.91
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 16187 0 1 0 279 12 0 0 25 0 8 0 184721766 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073965357 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5372/statm: 228919 15924 2524 14 0 215389 0
[pid=5372/tid=5374] ppid=5370 vsize=915676 CPUtime=0.09
/proc/5372/task/5374/stat : 5374 (java) S 5370 5372 4175 0 -1 64 1532 0 0 0 9 0 0 0 17 0 8 0 184721770 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 4175 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184721771 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 4175 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184721771 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 4175 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=915676 CPUtime=0.3
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 4175 0 -1 64 479 0 0 0 29 1 0 0 15 0 8 0 184721774 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184721774 937652224 15924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915676

[startup+6.26968 s]
/proc/loadavg: 2.54 2.78 2.65 3/89 5380
/proc/meminfo: memFree=1685112/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915676 CPUtime=6.16
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 16196 0 1 0 604 12 0 0 25 0 8 0 184721766 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073965323 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5372/statm: 228919 15931 2524 14 0 215389 0
[pid=5372/tid=5374] ppid=5370 vsize=915676 CPUtime=0.09
/proc/5372/task/5374/stat : 5374 (java) S 5370 5372 4175 0 -1 64 1532 0 0 0 9 0 0 0 16 0 8 0 184721770 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 4175 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184721771 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 4175 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184721771 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 4175 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=915676 CPUtime=0.31
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 4175 0 -1 64 487 0 0 0 30 1 0 0 16 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915676

[startup+12.7554 s]
/proc/loadavg: 2.50 2.77 2.64 3/89 5380
/proc/meminfo: memFree=1685120/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915676 CPUtime=12.58
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 16196 0 1 0 1246 12 0 0 25 0 8 0 184721766 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073988833 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5372/statm: 228919 15931 2524 14 0 215389 0
[pid=5372/tid=5374] ppid=5370 vsize=915676 CPUtime=0.09
/proc/5372/task/5374/stat : 5374 (java) S 5370 5372 4175 0 -1 64 1532 0 0 0 9 0 0 0 16 0 8 0 184721770 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 4175 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184721771 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 4175 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184721771 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 4175 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=915676 CPUtime=0.31
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 4175 0 -1 64 487 0 0 0 30 1 0 0 16 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 915676

[startup+25.6506 s]
/proc/loadavg: 2.39 2.73 2.63 3/89 5380
/proc/meminfo: memFree=1685120/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915676 CPUtime=25.34
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 16196 0 1 0 2521 13 0 0 25 0 8 0 184721766 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958533 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5372/statm: 228919 15931 2524 14 0 215389 0
[pid=5372/tid=5374] ppid=5370 vsize=915676 CPUtime=0.09
/proc/5372/task/5374/stat : 5374 (java) S 5370 5372 4175 0 -1 64 1532 0 0 0 9 0 0 0 16 0 8 0 184721770 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 4175 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184721771 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 4175 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184721771 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 4175 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=915676 CPUtime=0.31
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 4175 0 -1 64 487 0 0 0 30 1 0 0 16 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915676

[startup+51.298 s]
/proc/loadavg: 2.25 2.67 2.62 3/89 5380
/proc/meminfo: memFree=1685120/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915676 CPUtime=50.71
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 16196 0 1 0 5058 13 0 0 25 0 8 0 184721766 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073965323 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5372/statm: 228919 15931 2524 14 0 215389 0
[pid=5372/tid=5374] ppid=5370 vsize=915676 CPUtime=0.09
/proc/5372/task/5374/stat : 5374 (java) S 5370 5372 4175 0 -1 64 1532 0 0 0 9 0 0 0 16 0 8 0 184721770 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 4175 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184721771 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 4175 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184721771 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 4175 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=915676 CPUtime=0.31
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 4175 0 -1 64 487 0 0 0 30 1 0 0 16 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 915676

[startup+102.543 s]
/proc/loadavg: 2.11 2.57 2.58 3/89 5380
/proc/meminfo: memFree=1685184/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915676 CPUtime=101.45
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 16196 0 1 0 10132 13 0 0 25 0 8 0 184721766 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074010921 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5372/statm: 228919 15931 2524 14 0 215389 0
[pid=5372/tid=5374] ppid=5370 vsize=915676 CPUtime=0.09
/proc/5372/task/5374/stat : 5374 (java) S 5370 5372 4175 0 -1 64 1532 0 0 0 9 0 0 0 16 0 8 0 184721770 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 4175 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184721771 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 4175 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184721771 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 4175 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=915676 CPUtime=0.31
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 4175 0 -1 64 487 0 0 0 30 1 0 0 16 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184721774 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 915676

[startup+162.569 s]
/proc/loadavg: 1.64 2.36 2.51 2/72 5402
/proc/meminfo: memFree=1775704/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915676 CPUtime=161.28
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 16196 0 1 0 16115 13 0 0 25 0 8 0 184721766 937652224 15931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918523 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1422.8
Current children cumulated vsize (KiB) 915676

[startup+1484.52 s]
/proc/loadavg: 1.00 1.00 1.33 2/72 5402
/proc/meminfo: memFree=1775512/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915676 CPUtime=1482.88
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 16198 0 1 0 148274 14 0 0 25 0 8 0 184721766 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958607 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5372/statm: 228919 15932 2524 14 0 215389 0
[pid=5372/tid=5374] ppid=5370 vsize=915676 CPUtime=0.09
/proc/5372/task/5374/stat : 5374 (java) S 5370 5372 4175 0 -1 64 1532 0 0 0 9 0 0 0 16 0 8 0 184721770 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 4175 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184721771 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 4175 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184721771 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 4175 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=915676 CPUtime=0.31
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 4175 0 -1 64 488 0 0 0 30 1 0 0 16 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.88
Current children cumulated vsize (KiB) 915676

[startup+1544.61 s]
/proc/loadavg: 1.00 1.00 1.31 2/72 5402
/proc/meminfo: memFree=1775448/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915676 CPUtime=1542.95
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 16198 0 1 0 154281 14 0 0 25 0 8 0 184721766 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073969656 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5372/statm: 228919 15932 2524 14 0 215389 0
[pid=5372/tid=5374] ppid=5370 vsize=915676 CPUtime=0.09
/proc/5372/task/5374/stat : 5374 (java) S 5370 5372 4175 0 -1 64 1532 0 0 0 9 0 0 0 16 0 8 0 184721770 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 4175 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184721771 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 4175 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184721771 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 4175 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=915676 CPUtime=0.31
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 4175 0 -1 64 488 0 0 0 30 1 0 0 16 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.95
Current children cumulated vsize (KiB) 915676

[startup+1604.7 s]
/proc/loadavg: 1.00 1.00 1.28 2/72 5402
/proc/meminfo: memFree=1775448/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915676 CPUtime=1603.02
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 16198 0 1 0 160288 14 0 0 25 0 8 0 184721766 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073966438 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5372/statm: 228919 15932 2524 14 0 215389 0
[pid=5372/tid=5374] ppid=5370 vsize=915676 CPUtime=0.09
/proc/5372/task/5374/stat : 5374 (java) S 5370 5372 4175 0 -1 64 1532 0 0 0 9 0 0 0 16 0 8 0 184721770 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 4175 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184721771 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 4175 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184721771 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 4175 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=915676 CPUtime=0.31
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 4175 0 -1 64 488 0 0 0 30 1 0 0 16 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5380/stat : 5380 (java) R 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.02
Current children cumulated vsize (KiB) 915676

[startup+1664.79 s]
/proc/loadavg: 1.00 1.00 1.26 2/72 5402
/proc/meminfo: memFree=1775448/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915676 CPUtime=1663.1
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 16198 0 1 0 166296 14 0 0 25 0 8 0 184721766 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073969601 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5372/statm: 228919 15932 2524 14 0 215389 0
[pid=5372/tid=5374] ppid=5370 vsize=915676 CPUtime=0.09
/proc/5372/task/5374/stat : 5374 (java) S 5370 5372 4175 0 -1 64 1532 0 0 0 9 0 0 0 16 0 8 0 184721770 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 4175 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184721771 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 4175 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184721771 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 4175 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=915676 CPUtime=0.31
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 4175 0 -1 64 488 0 0 0 30 1 0 0 16 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.1
Current children cumulated vsize (KiB) 915676

[startup+1724.88 s]
/proc/loadavg: 1.05 1.01 1.25 2/72 5402
/proc/meminfo: memFree=1775448/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915676 CPUtime=1723.17
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 16198 0 1 0 172303 14 0 0 25 0 8 0 184721766 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073986897 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5372/statm: 228919 15932 2524 14 0 215389 0
[pid=5372/tid=5374] ppid=5370 vsize=915676 CPUtime=0.09
/proc/5372/task/5374/stat : 5374 (java) S 5370 5372 4175 0 -1 64 1532 0 0 0 9 0 0 0 16 0 8 0 184721770 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 4175 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184721771 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 4175 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184721771 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 4175 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=915676 CPUtime=0.31
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 4175 0 -1 64 488 0 0 0 30 1 0 0 16 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.17
Current children cumulated vsize (KiB) 915676

[startup+1784.97 s]
/proc/loadavg: 1.02 1.01 1.23 2/72 5402
/proc/meminfo: memFree=1775448/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915676 CPUtime=1783.24
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 16198 0 1 0 178310 14 0 0 25 0 8 0 184721766 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960136 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5372/statm: 228919 15932 2524 14 0 215389 0
[pid=5372/tid=5374] ppid=5370 vsize=915676 CPUtime=0.09
/proc/5372/task/5374/stat : 5374 (java) S 5370 5372 4175 0 -1 64 1532 0 0 0 9 0 0 0 16 0 8 0 184721770 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 4175 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184721771 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 4175 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184721771 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 4175 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=915676 CPUtime=0.31
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 4175 0 -1 64 488 0 0 0 30 1 0 0 16 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.24
Current children cumulated vsize (KiB) 915676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.82 s]
/proc/loadavg: 1.01 1.01 1.23 2/72 5402
/proc/meminfo: memFree=1775384/2055920 swapFree=4184508/4192956
[pid=5372] ppid=5370 vsize=915676 CPUtime=1800.09
/proc/5372/stat : 5372 (java) R 5370 5372 4175 0 -1 0 16198 0 1 0 179995 14 0 0 25 0 8 0 184721766 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958375 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5372/statm: 228919 15932 2524 14 0 215389 0
[pid=5372/tid=5374] ppid=5370 vsize=915676 CPUtime=0.09
/proc/5372/task/5374/stat : 5374 (java) S 5370 5372 4175 0 -1 64 1532 0 0 0 9 0 0 0 16 0 8 0 184721770 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 4175 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 184721771 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 4175 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 184721771 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 4175 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=915676 CPUtime=0.31
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 4175 0 -1 64 488 0 0 0 30 1 0 0 16 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=915676 CPUtime=0
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 4175 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 184721774 937652224 15932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 915676

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

Child status: 143
Real time (s): 1801.88
CPU time (s): 1800.16
CPU user time (s): 1800.01
CPU system time (s): 0.153976
CPU usage (%): 99.9043
Max. virtual memory (cumulated for all children) (KiB): 915780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16215
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= 37809
involuntary context switches= 11805

runsolver used 2.13167 s user time and 4.40233 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Tue Jan  9 17:20:24 UTC 2007


IDJOB= 239041
IDBENCH= 7034
FILE ID= node75/239041-1168363224

PBS_JOBID= 3503980

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QCP-25/qcp-25-264-0_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/239041-1168363224/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-239041-1168363224 -o ROOT/results/node75/solver-239041-1168363224 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/239041-1168363224/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d44fb58fab1cbf48805c5a0caf5a2453

RANDOM SEED= 524047007

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1739728 kB
Buffers:         41156 kB
Cached:         129532 kB
SwapCached:       2712 kB
Active:         162304 kB
Inactive:       103684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739728 kB
SwapTotal:     4192956 kB
SwapFree:      4184508 kB
Dirty:            7332 kB
Writeback:           0 kB
Mapped:         110280 kB
Slab:            35216 kB
Committed_AS:  5129952 kB
PageTables:       2056 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= 66557 MiB



End job on node75 on Tue Jan  9 17:50:27 UTC 2007