Trace number 239441

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.17 1806.97

General information on the benchmark

Nameqcp-qwh/QWH-25/
qwh-25-235-9_ext.xml
MD5SUM03dc1b3d046dc33e16e19fd78e1c4a83
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 benchmark9.59
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/239441-1168084883/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.49	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25
0.49	       =>  wckTime=0.174  cpuTime=0.14  mem=8M869
0.49	   
0.49	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.97	     nbConstraints=9300  nbRelationTypes=27  nbSingletonDomainVariables=390  nbExtensionStructures=51
0.97	     nbSharedExtensionStructures=9249  nbConflictsStructures=51  nbSharedConflictsStructures=9249
0.97	     nbSharedBinaryRepresentations=1323  maxDegree=48  maxArity=2
0.98	       =>  wckTime=0.656  cpuTime=0.51  mem=37M220
1.08	   
1.08	   solver IterativeSystematicSolver being built... 
1.29	       =>  wckTime=0.969  cpuTime=0.67  mem=21M338
1.36	   
1.36	   preprocessing
1.36	     nbConstraintChecks=92602  nbPropagations=625  nbRevisions=7368  nbUselessRevisions=2405  nbRemovedValues=4963
1.36	     detectedInconsistency=no
1.36	       =>  wckTime=0.064  cpuTime=0.05  mem=21M338
1.43	   
1.43	   search
1.43	     run=0  nbConstraintChecks=12053  nbPropagations=1091  nbRevisions=15092  nbUselessRevisions=9387  nbAssignments=71
1.43	     nbFailedAssignments=6  nbBacktracks=13  nbVisitedNodes=82  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.43	     nbTooLargeKeys=0
1.43	       =>  wckTime=0.138  cpuTime=0.1  mem=22M344
1.48	   
1.48	   search
1.48	     run=1  nbConstraintChecks=27194  nbPropagations=2721  nbRevisions=40280  nbUselessRevisions=28020
1.48	     nbAssignments=157  nbFailedAssignments=10  nbBacktracks=32  nbVisitedNodes=176  nbRestartNogoods=1  mapSize=14
1.48	     nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.187  cpuTime=0.16  mem=22M344
1.52	   
1.52	   search
1.52	     run=2  nbConstraintChecks=40745  nbPropagations=4866  nbRevisions=74443  nbUselessRevisions=54840
1.52	     nbAssignments=255  nbFailedAssignments=12  nbBacktracks=54  nbVisitedNodes=280  nbRestartNogoods=4  mapSize=19
1.52	     nbInferences=0  nbTooLargeKeys=0
1.52	       =>  wckTime=0.229  cpuTime=0.2  mem=22M344
1.58	   
1.58	   search
1.58	     run=3  nbConstraintChecks=64882  nbPropagations=7783  nbRevisions=125538  nbUselessRevisions=97220
1.58	     nbAssignments=382  nbFailedAssignments=16  nbBacktracks=98  nbVisitedNodes=421  nbRestartNogoods=5  mapSize=31
1.58	     nbInferences=0  nbTooLargeKeys=0
1.58	       =>  wckTime=0.289  cpuTime=0.25  mem=22M344
1.66	   
1.66	   search
1.66	     run=4  nbConstraintChecks=85658  nbPropagations=11519  nbRevisions=191034  nbUselessRevisions=152790
1.66	     nbAssignments=561  nbFailedAssignments=21  nbBacktracks=186  nbVisitedNodes=609  nbRestartNogoods=7  mapSize=38
1.66	     nbInferences=0  nbTooLargeKeys=0
1.66	       =>  wckTime=0.365  cpuTime=0.33  mem=22M344
1.72	   
1.72	   search
1.72	     run=5  nbConstraintChecks=103997  nbPropagations=15985  nbRevisions=269153  nbUselessRevisions=219888
1.72	     nbAssignments=737  nbFailedAssignments=26  nbBacktracks=270  nbVisitedNodes=796  nbRestartNogoods=9  mapSize=47
1.72	     nbInferences=0  nbTooLargeKeys=0
1.72	       =>  wckTime=0.429  cpuTime=0.39  mem=22M344
1.82	   
1.82	   search
1.82	     run=6  nbConstraintChecks=154735  nbPropagations=21890  nbRevisions=383149  nbUselessRevisions=319832
1.82	     nbAssignments=953  nbFailedAssignments=45  nbBacktracks=397  nbVisitedNodes=1049  nbRestartNogoods=11  mapSize=82
1.82	     nbInferences=0  nbTooLargeKeys=0
1.82	       =>  wckTime=0.525  cpuTime=0.48  mem=23M317
1.91	   
1.91	   search
1.91	     run=7  nbConstraintChecks=194107  nbPropagations=29129  nbRevisions=524034  nbUselessRevisions=444219
1.91	     nbAssignments=1185  nbFailedAssignments=76  nbBacktracks=568  nbVisitedNodes=1350  nbRestartNogoods=13  mapSize=150
1.91	     nbInferences=0  nbTooLargeKeys=0
1.91	       =>  wckTime=0.617  cpuTime=0.57  mem=23M317
2.05	   
2.05	   search
2.05	     run=8  nbConstraintChecks=236587  nbPropagations=38095  nbRevisions=691402  nbUselessRevisions=592232
2.05	     nbAssignments=1532  nbFailedAssignments=138  nbBacktracks=828  nbVisitedNodes=1823  nbRestartNogoods=14
2.05	     mapSize=266  nbInferences=0  nbTooLargeKeys=0
2.05	       =>  wckTime=0.758  cpuTime=0.7  mem=23M317
2.27	   
2.27	   search
2.27	     run=9  nbConstraintChecks=351475  nbPropagations=50287  nbRevisions=938536  nbUselessRevisions=812987
2.27	     nbAssignments=2077  nbFailedAssignments=207  nbBacktracks=1219  nbVisitedNodes=2509  nbRestartNogoods=17
2.27	     mapSize=400  nbInferences=0  nbTooLargeKeys=0
2.27	       =>  wckTime=0.981  cpuTime=0.91  mem=24M290
2.63	   
2.63	   search
2.63	     run=10  nbConstraintChecks=587122  nbPropagations=68199  nbRevisions=1351758  nbUselessRevisions=1185719
2.63	     nbAssignments=2820  nbFailedAssignments=308  nbBacktracks=1820  nbVisitedNodes=3448  nbRestartNogoods=24
2.63	     mapSize=595  nbInferences=0  nbTooLargeKeys=0
2.63	       =>  wckTime=1.335  cpuTime=1.25  mem=24M290
3.03	   
3.03	   search
3.03	     run=11  nbConstraintChecks=821573  nbPropagations=92136  nbRevisions=1928226  nbUselessRevisions=1707918
3.03	     nbAssignments=3825  nbFailedAssignments=400  nbBacktracks=2692  nbVisitedNodes=4624  nbRestartNogoods=25
3.03	     mapSize=763  nbInferences=1  nbTooLargeKeys=0
3.03	       =>  wckTime=1.74  cpuTime=1.65  mem=25M263
3.53	   
3.53	   INFO : Stopping hyperNogood (mapSize=1011, nbTooLargekeys=0, mem=27M209)
3.65	   
3.65	   search
3.65	     run=12  nbConstraintChecks=1217192  nbPropagations=126292  nbRevisions=2789687  nbUselessRevisions=2491832
3.65	     nbAssignments=5371  nbFailedAssignments=562  nbBacktracks=3996  nbVisitedNodes=6508  nbRestartNogoods=28
3.65	       =>  wckTime=2.354  cpuTime=2.26  mem=27M209
4.36	   
4.36	   search
4.36	     run=13  nbConstraintChecks=1680988  nbPropagations=173814  nbRevisions=3962391  nbUselessRevisions=3558521
4.36	     nbAssignments=7717  nbFailedAssignments=913  nbBacktracks=5949  nbVisitedNodes=9512  nbRestartNogoods=36
4.36	       =>  wckTime=3.067  cpuTime=2.97  mem=27M209
5.34	   
5.34	   search
5.34	     run=14  nbConstraintChecks=2288443  nbPropagations=237846  nbRevisions=5553946  nbUselessRevisions=5007616
5.34	     nbAssignments=10900  nbFailedAssignments=1127  nbBacktracks=8869  nbVisitedNodes=13140  nbRestartNogoods=40
5.34	       =>  wckTime=4.049  cpuTime=3.94  mem=27M209
6.83	   
6.83	   search
6.83	     run=15  nbConstraintChecks=3267215  nbPropagations=328249  nbRevisions=7851041  nbUselessRevisions=7106537
6.83	     nbAssignments=15810  nbFailedAssignments=1567  nbBacktracks=13259  nbVisitedNodes=18955  nbRestartNogoods=48
6.83	       =>  wckTime=5.535  cpuTime=5.41  mem=27M209
9.38	   
9.38	   search
9.38	     run=16  nbConstraintChecks=5084767  nbPropagations=466939  nbRevisions=11421375  nbUselessRevisions=10370884
9.38	     nbAssignments=23382  nbFailedAssignments=2506  nbBacktracks=19827  nbVisitedNodes=28239  nbRestartNogoods=57
9.38	       =>  wckTime=8.09  cpuTime=7.95  mem=27M209
13.54	   
13.54	   search
13.54	     run=17  nbConstraintChecks=8087345  nbPropagations=687495  nbRevisions=17113589  nbUselessRevisions=15585626
13.54	     nbAssignments=34873  nbFailedAssignments=4080  nbBacktracks=29686  nbVisitedNodes=42812  nbRestartNogoods=64
13.54	       =>  wckTime=12.246  cpuTime=12.09  mem=27M209
20.85	   
20.85	   search
20.85	     run=18  nbConstraintChecks=13959824  nbPropagations=1064010  nbRevisions=27071041  nbUselessRevisions=24734661
20.86	     nbAssignments=52343  nbFailedAssignments=6713  nbBacktracks=44476  nbVisitedNodes=65518  nbRestartNogoods=75
20.86	       =>  wckTime=19.564  cpuTime=19.35  mem=27M209
32.53	   
32.53	   search
32.53	     run=19  nbConstraintChecks=23518101  nbPropagations=1693773  nbRevisions=43781454  nbUselessRevisions=40085881
32.53	     nbAssignments=79604  nbFailedAssignments=11770  nbBacktracks=66648  nbVisitedNodes=102523  nbRestartNogoods=83
32.53	       =>  wckTime=31.243  cpuTime=30.97  mem=27M209
50.66	   
50.66	   search
50.66	     run=20  nbConstraintChecks=39235922  nbPropagations=2722879  nbRevisions=71954942  nbUselessRevisions=66061775
50.66	     nbAssignments=119480  nbFailedAssignments=18360  nbBacktracks=99900  nbVisitedNodes=155931  nbRestartNogoods=94
50.66	       =>  wckTime=49.371  cpuTime=48.99  mem=27M209
79.87	   
79.87	   search
79.87	     run=21  nbConstraintChecks=64339905  nbPropagations=4392593  nbRevisions=117849856  nbUselessRevisions=108299826
79.87	     nbAssignments=181889  nbFailedAssignments=30859  nbBacktracks=149780  nbVisitedNodes=241916  nbRestartNogoods=100
79.87	       =>  wckTime=78.583  cpuTime=78.02  mem=27M209
123.37	   
123.37	   search
123.37	     run=22  nbConstraintChecks=101688914  nbPropagations=7028697  nbRevisions=190376450  nbUselessRevisions=175089348
123.37	     nbAssignments=272488  nbFailedAssignments=46594  nbBacktracks=224598  nbVisitedNodes=363384  nbRestartNogoods=112
123.37	       =>  wckTime=122.074  cpuTime=121.31  mem=27M209
189.67	   
189.67	   search
189.67	     run=23  nbConstraintChecks=160433759  nbPropagations=11138421  nbRevisions=304822256  nbUselessRevisions=280394121
189.67	     nbAssignments=412570  nbFailedAssignments=74387  nbBacktracks=336839  nbVisitedNodes=557772  nbRestartNogoods=123
189.67	       =>  wckTime=188.376  cpuTime=187.3  mem=27M209
286.43	   
286.43	   search
286.43	     run=24  nbConstraintChecks=245774488  nbPropagations=17409054  nbRevisions=482496864  nbUselessRevisions=444318003
286.43	     nbAssignments=615863  nbFailedAssignments=109282  nbBacktracks=505185  nbVisitedNodes=830851  nbRestartNogoods=131
286.43	       =>  wckTime=285.143  cpuTime=283.62  mem=27M209
436.53	   
436.53	   search
436.53	     run=25  nbConstraintChecks=375374709  nbPropagations=27014329  nbRevisions=752539635  nbUselessRevisions=693111941
436.53	     nbAssignments=926658  nbFailedAssignments=167519  nbBacktracks=757715  nbVisitedNodes=1259618  nbRestartNogoods=140
436.53	       =>  wckTime=435.234  cpuTime=433.0  mem=27M209
650.64	   
650.64	   search
650.64	     run=26  nbConstraintChecks=559194219  nbPropagations=41371793  nbRevisions=1154181153
650.64	     nbUselessRevisions=1062947892  nbAssignments=1403876  nbFailedAssignments=265918  nbBacktracks=1136483
650.64	     nbVisitedNodes=1925400  nbRestartNogoods=146
650.64	       =>  wckTime=649.347  cpuTime=646.12  mem=27M209
977.62	   
977.62	   search
977.62	     run=27  nbConstraintChecks=846712939  nbPropagations=62905698  nbRevisions=1766086942
977.62	     nbUselessRevisions=1627473814  nbAssignments=2097540  nbFailedAssignments=391387  nbBacktracks=1704639
977.62	     nbVisitedNodes=2861136  nbRestartNogoods=164
977.62	       =>  wckTime=976.33  cpuTime=971.59  mem=27M209
1427.16	   
1427.16	   search
1427.16	     run=28  nbConstraintChecks=1232023965  nbPropagations=94424367  nbRevisions=2656780525
1427.16	     nbUselessRevisions=2448825312  nbAssignments=3145580  nbFailedAssignments=587143  nbBacktracks=2556865
1427.16	     nbVisitedNodes=4300177  nbRestartNogoods=170
1427.16	       =>  wckTime=1425.865  cpuTime=1419.36  mem=27M209

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/node34/watcher-239441-1168084883 -o ROOT/results/node34/solver-239441-1168084883 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239441-1168084883/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.92 1.98 1.95 4/86 11928
/proc/meminfo: memFree=1419504/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=18540 CPUtime=0
/proc/11927/stat : 11927 (runsolver) R 11925 11927 11272 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 156882005 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11927/statm: 4635 279 244 17 0 2626 0

[startup+0.107813 s]
/proc/loadavg: 1.92 1.98 1.95 4/86 11928
/proc/meminfo: memFree=1419504/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=914988 CPUtime=0.08
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 2988 0 1 0 7 1 0 0 17 0 8 0 156882005 936947712 2734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819329 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 228747 2734 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515847 s]
/proc/loadavg: 1.92 1.98 1.95 4/86 11928
/proc/meminfo: memFree=1419504/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915328 CPUtime=0.49
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 6547 0 1 0 45 4 0 0 18 0 8 0 156882005 937295872 6286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 228832 6286 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33791 s]
/proc/loadavg: 1.92 1.98 1.95 4/93 11935
/proc/meminfo: memFree=1368120/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915676 CPUtime=1.3
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 15594 0 1 0 120 10 0 0 23 0 8 0 156882005 937652224 15332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073944742 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 228919 15332 2509 14 0 215389 0
[pid=11927/tid=11929] ppid=11925 vsize=915676 CPUtime=0.09
/proc/11927/task/11929/stat : 11929 (java) S 11925 11927 11272 0 -1 64 1423 0 0 0 9 0 0 0 17 0 8 0 156882010 937652224 15332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11272 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156882013 937652224 15332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11925 vsize=915676 CPUtime=0.25
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11272 0 -1 64 456 0 0 0 24 1 0 0 16 0 8 0 156882013 937652224 15332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156882013 937652224 15332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11272 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156882014 937652224 15332 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915676

[startup+2.98405 s]
/proc/loadavg: 1.92 1.98 1.95 3/93 11935
/proc/meminfo: memFree=1367672/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915676 CPUtime=2.93
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 15631 0 1 0 282 11 0 0 25 0 8 0 156882005 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073990576 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 228919 15368 2513 14 0 215389 0
[pid=11927/tid=11929] ppid=11925 vsize=915676 CPUtime=0.09
/proc/11927/task/11929/stat : 11929 (java) S 11925 11927 11272 0 -1 64 1423 0 0 0 9 0 0 0 17 0 8 0 156882010 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11272 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156882013 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11925 vsize=915676 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11272 0 -1 64 484 0 0 0 31 1 0 0 15 0 8 0 156882013 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156882013 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11272 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156882014 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915676

[startup+6.19231 s]
/proc/loadavg: 1.93 1.98 1.95 3/93 11949
/proc/meminfo: memFree=1367480/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915676 CPUtime=6.12
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 15633 0 1 0 601 11 0 0 25 0 8 0 156882005 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073966460 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 228919 15368 2513 14 0 215389 0
[pid=11927/tid=11929] ppid=11925 vsize=915676 CPUtime=0.09
/proc/11927/task/11929/stat : 11929 (java) S 11925 11927 11272 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156882010 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11272 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156882013 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11925 vsize=915676 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11272 0 -1 64 484 0 0 0 31 1 0 0 16 0 8 0 156882013 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156882013 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11272 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156882014 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 915676

[startup+12.6708 s]
/proc/loadavg: 1.93 1.98 1.95 3/93 11957
/proc/meminfo: memFree=1367672/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915676 CPUtime=12.56
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 15634 0 1 0 1245 11 0 0 25 0 8 0 156882005 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957321 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 228919 15369 2513 14 0 215389 0
[pid=11927/tid=11929] ppid=11925 vsize=915676 CPUtime=0.09
/proc/11927/task/11929/stat : 11929 (java) S 11925 11927 11272 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156882010 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11272 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156882013 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11925 vsize=915676 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11272 0 -1 64 485 0 0 0 31 1 0 0 16 0 8 0 156882013 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156882013 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11272 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156882014 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 915676

[startup+25.5399 s]
/proc/loadavg: 1.95 1.98 1.95 3/93 11975
/proc/meminfo: memFree=1367744/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915676 CPUtime=25.35
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 15634 0 1 0 2524 11 0 0 25 0 8 0 156882005 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336182 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 228919 15369 2513 14 0 215389 0
[pid=11927/tid=11929] ppid=11925 vsize=915676 CPUtime=0.09
/proc/11927/task/11929/stat : 11929 (java) S 11925 11927 11272 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156882010 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11272 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156882013 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11925 vsize=915676 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11272 0 -1 64 485 0 0 0 31 1 0 0 16 0 8 0 156882013 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156882013 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11272 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156882014 937652224 15369 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) 915676

[startup+51.1829 s]
/proc/loadavg: 1.96 1.98 1.95 3/93 11999
/proc/meminfo: memFree=1367688/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915676 CPUtime=50.84
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 15634 0 1 0 5073 11 0 0 25 0 8 0 156882005 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073946090 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 228919 15369 2513 14 0 215389 0
[pid=11927/tid=11929] ppid=11925 vsize=915676 CPUtime=0.09
/proc/11927/task/11929/stat : 11929 (java) S 11925 11927 11272 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156882010 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11272 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156882013 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11925 vsize=915676 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11272 0 -1 64 485 0 0 0 31 1 0 0 16 0 8 0 156882013 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156882013 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11272 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156882014 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 915676

[startup+102.453 s]
/proc/loadavg: 1.98 1.98 1.95 3/87 12031
/proc/meminfo: memFree=1368920/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915676 CPUtime=101.83
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 15634 0 1 0 10171 12 0 0 25 0 8 0 156882005 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 228919 15369 2513 14 0 215389 0
[pid=11927/tid=11929] ppid=11925 vsize=915676 CPUtime=0.09
/proc/11927/task/11929/stat : 11929 (java) S 11925 11927 11272 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156882010 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11272 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156882013 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11925 vsize=915676 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11272 0 -1 64 485 0 0 0 31 1 0 0 16 0 8 0 156882013 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156882013 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11272 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156882014 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 915676

[startup+162.46 s]
/proc/loadavg: 1.99 1.98 1.95 3/87 12031
/proc/meminfo: memFree=1368984/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915676 CPUtime=161.56
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 15635 0 1 0 16144 12 0 0 25 0 8 0 156882005 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073965253 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1482.75 s]
/proc/loadavg: 2.02 2.01 1.97 3/87 12091
/proc/meminfo: memFree=1397720/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915676 CPUtime=1476.24
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 15637 0 1 0 147608 16 0 0 25 0 8 0 156882005 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074002577 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11927/statm: 228919 15370 2513 14 0 215389 0
[pid=11927/tid=11929] ppid=11925 vsize=915676 CPUtime=0.09
/proc/11927/task/11929/stat : 11929 (java) S 11925 11927 11272 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11272 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11925 vsize=915676 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11272 0 -1 64 486 0 0 0 31 1 0 0 16 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11272 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156882014 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.24
Current children cumulated vsize (KiB) 915676

[startup+1542.79 s]
/proc/loadavg: 2.00 2.00 1.97 3/87 12091
/proc/meminfo: memFree=1397592/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915676 CPUtime=1536.22
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 15637 0 1 0 153606 16 0 0 25 0 8 0 156882005 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960037 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11927/statm: 228919 15370 2513 14 0 215389 0
[pid=11927/tid=11929] ppid=11925 vsize=915676 CPUtime=0.09
/proc/11927/task/11929/stat : 11929 (java) S 11925 11927 11272 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11272 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11925 vsize=915676 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11272 0 -1 64 486 0 0 0 31 1 0 0 16 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) R 11925 11927 11272 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156882014 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.22
Current children cumulated vsize (KiB) 915676

[startup+1602.83 s]
/proc/loadavg: 2.00 2.00 1.97 3/87 12091
/proc/meminfo: memFree=1397208/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915676 CPUtime=1596.2
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 15637 0 1 0 159604 16 0 0 25 0 8 0 156882005 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957336 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11927/statm: 228919 15370 2513 14 0 215389 0
[pid=11927/tid=11929] ppid=11925 vsize=915676 CPUtime=0.09
/proc/11927/task/11929/stat : 11929 (java) S 11925 11927 11272 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11272 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11925 vsize=915676 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11272 0 -1 64 486 0 0 0 31 1 0 0 16 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11272 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156882014 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.2
Current children cumulated vsize (KiB) 915676

[startup+1662.86 s]
/proc/loadavg: 2.00 2.00 1.97 3/87 12091
/proc/meminfo: memFree=1396888/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915676 CPUtime=1656.18
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 15637 0 1 0 165602 16 0 0 25 0 8 0 156882005 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960898 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11927/statm: 228919 15370 2513 14 0 215389 0
[pid=11927/tid=11929] ppid=11925 vsize=915676 CPUtime=0.09
/proc/11927/task/11929/stat : 11929 (java) S 11925 11927 11272 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11272 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11925 vsize=915676 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11272 0 -1 64 486 0 0 0 31 1 0 0 16 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11272 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156882014 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.18
Current children cumulated vsize (KiB) 915676

[startup+1722.9 s]
/proc/loadavg: 2.05 2.01 1.97 3/87 12091
/proc/meminfo: memFree=1396632/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915676 CPUtime=1716.17
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 15637 0 1 0 171601 16 0 0 25 0 8 0 156882005 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11927/statm: 228919 15370 2513 14 0 215389 0
[pid=11927/tid=11929] ppid=11925 vsize=915676 CPUtime=0.09
/proc/11927/task/11929/stat : 11929 (java) S 11925 11927 11272 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11272 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11925 vsize=915676 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11272 0 -1 64 486 0 0 0 31 1 0 0 16 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11272 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156882014 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.17
Current children cumulated vsize (KiB) 915676

[startup+1782.94 s]
/proc/loadavg: 2.02 2.01 1.97 3/87 12091
/proc/meminfo: memFree=1396632/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915676 CPUtime=1776.16
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 15637 0 1 0 177599 17 0 0 25 0 8 0 156882005 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073960461 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11927/statm: 228919 15370 2513 14 0 215389 0
[pid=11927/tid=11929] ppid=11925 vsize=915676 CPUtime=0.09
/proc/11927/task/11929/stat : 11929 (java) S 11925 11927 11272 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11272 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11925 vsize=915676 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11272 0 -1 64 486 0 0 0 31 1 0 0 16 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11272 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156882014 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.16
Current children cumulated vsize (KiB) 915676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.9 s]
/proc/loadavg: 2.01 2.01 1.97 3/87 12091
/proc/meminfo: memFree=1396632/2055920 swapFree=4192812/4192956
[pid=11927] ppid=11925 vsize=915676 CPUtime=1800.09
/proc/11927/stat : 11927 (java) R 11925 11927 11272 0 -1 0 15637 0 1 0 179992 17 0 0 25 0 8 0 156882005 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11927/statm: 228919 15370 2513 14 0 215389 0
[pid=11927/tid=11929] ppid=11925 vsize=915676 CPUtime=0.09
/proc/11927/task/11929/stat : 11929 (java) S 11925 11927 11272 0 -1 64 1423 0 0 0 9 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11925 11927 11272 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11925 11927 11272 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156882010 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11925 vsize=915676 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11925 11927 11272 0 -1 64 486 0 0 0 31 1 0 0 16 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11925 11927 11272 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156882013 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11925 vsize=915676 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11925 11927 11272 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156882014 937652224 15370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 915676

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

Child status: 143
Real time (s): 1806.97
CPU time (s): 1800.17
CPU user time (s): 1799.98
CPU system time (s): 0.184971
CPU usage (%): 99.6232
Max. virtual memory (cumulated for all children) (KiB): 915780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.184971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15654
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= 37859
involuntary context switches= 47446

runsolver used 2.24566 s user time and 5.59115 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Sat Jan  6 12:01:23 UTC 2007


IDJOB= 239441
IDBENCH= 7060
FILE ID= node34/239441-1168084883

PBS_JOBID= 3476213

Free space on /tmp= 66532 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QWH-25/qwh-25-235-9_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239441-1168084883/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-239441-1168084883 -o ROOT/results/node34/solver-239441-1168084883 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239441-1168084883/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  03dc1b3d046dc33e16e19fd78e1c4a83

RANDOM SEED= 900185087

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.227
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.227
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:       1419984 kB
Buffers:         34324 kB
Cached:         448544 kB
SwapCached:          0 kB
Active:         141152 kB
Inactive:       417920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2736 kB
Writeback:           0 kB
Mapped:          96832 kB
Slab:            61768 kB
Committed_AS:  3275496 kB
PageTables:       2152 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= 66533 MiB



End job on node34 on Sat Jan  6 12:31:30 UTC 2007