Trace number 213833

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.04 1816.55

General information on the benchmark

NamepseudoSeries/par/
par-32-4-c.xml
MD5SUM5ac9825c2c6e6d545950ffed7b469e76
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2666
Number of constraints6659
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6659
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.35	     name=/tmp/evaluation/213833-1168077504/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.57	     nbVariables=2666  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.57	       =>  wckTime=0.251  cpuTime=0.17  mem=10M819
0.57	   
0.57	   predicates being loaded...
0.57	   
0.57	   constraints being loaded...
1.63	     nbConstraints=6659  nbConvertedConstraints=1705  nbConvertConstraintsChecks=56  nbExtensionStructures=2
1.63	     nbSharedExtensionStructures=1703  nbConflictsStructures=8  nbSharedConflictsStructures=6651
1.63	     nbSharedBinaryRepresentations=5  nbEvaluationManagers=6  nbSharedEvaluationManagers=4948  maxDegree=89  maxArity=3
1.63	       =>  wckTime=1.31  cpuTime=1.05  mem=8M969
1.70	   
1.70	   solver IterativeSystematicSolver being built... 
2.09	       =>  wckTime=1.774  cpuTime=1.35  mem=9M780
2.13	   
2.13	   preprocessing
2.13	     nbConstraintChecks=0  nbPropagations=2666  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.13	     detectedInconsistency=no
2.13	       =>  wckTime=0.028  cpuTime=0.02  mem=9M780
2.35	   
2.35	   search
2.35	     run=0  nbConstraintChecks=27790  nbValidityChecks=19360  nbPropagations=12507  nbRevisions=41202
2.35	     nbUselessRevisions=31362  nbAssignments=74  nbFailedAssignments=4  nbBacktracks=14  nbVisitedNodes=83
2.35	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
2.35	       =>  wckTime=0.256  cpuTime=0.21  mem=10M768
2.50	   
2.50	   search
2.50	     run=1  nbConstraintChecks=53297  nbValidityChecks=44146  nbPropagations=35036  nbRevisions=124561
2.50	     nbUselessRevisions=94859  nbAssignments=148  nbFailedAssignments=8  nbBacktracks=30  nbVisitedNodes=165
2.50	     nbRestartNogoods=1  mapSize=14  nbInferences=0  nbTooLargeKeys=0
2.50	       =>  wckTime=0.402  cpuTime=0.35  mem=10M768
2.71	   
2.71	   search
2.71	     run=2  nbConstraintChecks=97233  nbValidityChecks=86306  nbPropagations=74762  nbRevisions=279372
2.71	     nbUselessRevisions=212594  nbAssignments=237  nbFailedAssignments=15  nbBacktracks=52  nbVisitedNodes=268
2.71	     nbRestartNogoods=2  mapSize=25  nbInferences=0  nbTooLargeKeys=0
2.71	       =>  wckTime=0.615  cpuTime=0.55  mem=10M768
2.98	   
2.98	   search
2.98	     run=3  nbConstraintChecks=153040  nbValidityChecks=140987  nbPropagations=136350  nbRevisions=526410
2.98	     nbUselessRevisions=400662  nbAssignments=340  nbFailedAssignments=24  nbBacktracks=92  nbVisitedNodes=389
2.98	     nbRestartNogoods=5  mapSize=41  nbInferences=0  nbTooLargeKeys=0
2.98	       =>  wckTime=0.882  cpuTime=0.82  mem=10M768
3.33	   
3.33	   search
3.33	     run=4  nbConstraintChecks=233469  nbValidityChecks=219225  nbPropagations=229279  nbRevisions=905019
3.33	     nbUselessRevisions=688899  nbAssignments=463  nbFailedAssignments=37  nbBacktracks=142  nbVisitedNodes=538
3.33	     nbRestartNogoods=7  mapSize=64  nbInferences=0  nbTooLargeKeys=0
3.33	       =>  wckTime=1.235  cpuTime=1.17  mem=10M768
3.83	   
3.83	   search
3.83	     run=5  nbConstraintChecks=348646  nbValidityChecks=332167  nbPropagations=366996  nbRevisions=1473225
3.83	     nbUselessRevisions=1121841  nbAssignments=612  nbFailedAssignments=56  nbBacktracks=218  nbVisitedNodes=725
3.83	     nbRestartNogoods=10  mapSize=100  nbInferences=0  nbTooLargeKeys=0
3.83	       =>  wckTime=1.73  cpuTime=1.66  mem=10M768
4.52	   
4.52	   search
4.52	     run=6  nbConstraintChecks=517193  nbValidityChecks=495622  nbPropagations=569820  nbRevisions=2315448
4.52	     nbUselessRevisions=1763522  nbAssignments=812  nbFailedAssignments=84  nbBacktracks=334  nbVisitedNodes=981
4.52	     nbRestartNogoods=12  mapSize=153  nbInferences=0  nbTooLargeKeys=0
4.52	       =>  wckTime=2.421  cpuTime=2.35  mem=10M768
5.51	   
5.52	   search
5.52	     run=7  nbConstraintChecks=755589  nbValidityChecks=727272  nbPropagations=864657  nbRevisions=3547024
5.52	     nbUselessRevisions=2702297  nbAssignments=1085  nbFailedAssignments=124  nbBacktracks=506  nbVisitedNodes=1334
5.52	     nbRestartNogoods=15  mapSize=228  nbInferences=0  nbTooLargeKeys=0
5.52	       =>  wckTime=3.419  cpuTime=3.33  mem=10M768
6.73	   
6.73	   search
6.73	     run=8  nbConstraintChecks=1005543  nbValidityChecks=971094  nbPropagations=1256132  nbRevisions=5188336
6.73	     nbUselessRevisions=3953915  nbAssignments=1445  nbFailedAssignments=166  nbBacktracks=767  nbVisitedNodes=1778
6.73	     nbRestartNogoods=20  mapSize=309  nbInferences=0  nbTooLargeKeys=0
6.73	       =>  wckTime=4.632  cpuTime=4.53  mem=11M756
8.23	   
8.23	   search
8.23	     run=9  nbConstraintChecks=1277081  nbValidityChecks=1234171  nbPropagations=1752558  nbRevisions=7269859
8.24	     nbUselessRevisions=5540497  nbAssignments=1939  nbFailedAssignments=211  nbBacktracks=1154  nbVisitedNodes=2362
8.24	     nbRestartNogoods=23  mapSize=396  nbInferences=0  nbTooLargeKeys=0
8.24	       =>  wckTime=6.138  cpuTime=6.0  mem=11M756
10.29	   
10.29	   search
10.29	     run=10  nbConstraintChecks=1617323  nbValidityChecks=1563529  nbPropagations=2380316  nbRevisions=9905710
10.29	     nbUselessRevisions=7549672  nbAssignments=2651  nbFailedAssignments=275  nbBacktracks=1732  nbVisitedNodes=3196
10.29	     nbRestartNogoods=26  mapSize=513  nbInferences=0  nbTooLargeKeys=0
10.29	       =>  wckTime=8.19  cpuTime=8.02  mem=11M756
13.08	   
13.08	   search
13.08	     run=11  nbConstraintChecks=1996422  nbValidityChecks=1928428  nbPropagations=3153549  nbRevisions=13159780
13.08	     nbUselessRevisions=10031101  nbAssignments=3666  nbFailedAssignments=355  nbBacktracks=2603  nbVisitedNodes=4355
13.08	     nbRestartNogoods=31  mapSize=652  nbInferences=0  nbTooLargeKeys=0
13.08	       =>  wckTime=10.98  cpuTime=10.78  mem=12M743
16.93	   
16.93	   search
16.93	     run=12  nbConstraintChecks=2408211  nbValidityChecks=2318815  nbPropagations=4082402  nbRevisions=17085689
16.93	     nbUselessRevisions=13028000  nbAssignments=5176  nbFailedAssignments=481  nbBacktracks=3933  nbVisitedNodes=6079
16.93	     nbRestartNogoods=36  mapSize=863  nbInferences=0  nbTooLargeKeys=0
16.93	       =>  wckTime=14.835  cpuTime=14.6  mem=13M731
19.34	   
19.34	   INFO : Stopping hyperNogood (mapSize=1009, nbTooLargekeys=0, mem=14M719)
20.44	   
20.44	   search
20.44	     run=13  nbConstraintChecks=2812901  nbValidityChecks=2693420  nbPropagations=5160631  nbRevisions=21665807
20.44	     nbUselessRevisions=16528240  nbAssignments=7385  nbFailedAssignments=664  nbBacktracks=5896  nbVisitedNodes=8621
20.44	     nbRestartNogoods=39
20.44	       =>  wckTime=18.342  cpuTime=18.07  mem=14M719
24.41	   
24.41	   search
24.41	     run=14  nbConstraintChecks=3669501  nbValidityChecks=3546814  nbPropagations=6569545  nbRevisions=27717261
24.41	     nbUselessRevisions=21158959  nbAssignments=10741  nbFailedAssignments=1019  nbBacktracks=8815  nbVisitedNodes=12719
24.41	     nbRestartNogoods=45
24.41	       =>  wckTime=22.31  cpuTime=22.0  mem=14M719
30.93	   
30.93	   search
30.93	     run=15  nbConstraintChecks=5107962  nbValidityChecks=5047688  nbPropagations=8553083  nbRevisions=36303943
30.93	     nbUselessRevisions=27736389  nbAssignments=15695  nbFailedAssignments=1510  nbBacktracks=13202
30.93	     nbVisitedNodes=18635  nbRestartNogoods=53
30.93	       =>  wckTime=28.835  cpuTime=28.47  mem=14M719
46.48	   
46.48	   search
46.48	     run=16  nbConstraintChecks=9034489  nbValidityChecks=9359368  nbPropagations=12153675  nbRevisions=51991012
46.48	     nbUselessRevisions=39758461  nbAssignments=23169  nbFailedAssignments=2331  nbBacktracks=19779
46.48	     nbVisitedNodes=27738  nbRestartNogoods=61
46.48	       =>  wckTime=44.383  cpuTime=43.87  mem=14M719
60.38	   
60.38	   search
60.38	     run=17  nbConstraintChecks=11967543  nbValidityChecks=12480676  nbPropagations=16925895  nbRevisions=72898350
60.38	     nbUselessRevisions=55803284  nbAssignments=33823  nbFailedAssignments=3025  nbBacktracks=29670
60.38	     nbVisitedNodes=39771  nbRestartNogoods=65
60.38	       =>  wckTime=58.281  cpuTime=57.65  mem=14M719
86.95	   
86.95	   search
86.95	     run=18  nbConstraintChecks=18089256  nbValidityChecks=19269819  nbPropagations=24248479  nbRevisions=104934010
86.95	     nbUselessRevisions=80354078  nbAssignments=49993  nbFailedAssignments=4338  nbBacktracks=44451
86.95	     nbVisitedNodes=58606  nbRestartNogoods=70
86.95	       =>  wckTime=84.855  cpuTime=83.98  mem=14M719
122.59	   
122.59	   search
122.59	     run=19  nbConstraintChecks=25510969  nbValidityChecks=27795246  nbPropagations=34647479  nbRevisions=150864093
122.59	     nbUselessRevisions=115570691  nbAssignments=74716  nbFailedAssignments=6816  nbBacktracks=66632
122.59	     nbVisitedNodes=88318  nbRestartNogoods=77
122.59	       =>  wckTime=120.498  cpuTime=119.29  mem=14M719
174.10	   
174.10	   search
174.10	     run=20  nbConstraintChecks=37045536  nbValidityChecks=40324237  nbPropagations=49729976  nbRevisions=217483755
174.10	     nbUselessRevisions=166635229  nbAssignments=110415  nbFailedAssignments=9179  nbBacktracks=99887
174.10	     nbVisitedNodes=128900  nbRestartNogoods=83
174.10	       =>  wckTime=172.004  cpuTime=170.25  mem=14M719
241.18	   
241.18	   search
241.18	     run=21  nbConstraintChecks=50767638  nbValidityChecks=55137097  nbPropagations=70368825  nbRevisions=308964034
241.18	     nbUselessRevisions=236868721  nbAssignments=163081  nbFailedAssignments=11878  nbBacktracks=149770
241.18	     nbVisitedNodes=187002  nbRestartNogoods=92
241.18	       =>  wckTime=239.081  cpuTime=236.62  mem=14M719
357.15	   
357.15	   search
357.15	     run=22  nbConstraintChecks=76145234  nbValidityChecks=83324091  nbPropagations=101365013  nbRevisions=446843656
357.15	     nbUselessRevisions=342800042  nbAssignments=243362  nbFailedAssignments=17257  nbBacktracks=224589
357.15	     nbVisitedNodes=278194  nbRestartNogoods=100
357.15	       =>  wckTime=355.055  cpuTime=351.5  mem=14M719
495.42	   
495.42	   search
495.42	     run=23  nbConstraintChecks=102378943  nbValidityChecks=112251708  nbPropagations=142883405  nbRevisions=632133133
495.42	     nbUselessRevisions=485233739  nbAssignments=362237  nbFailedAssignments=23818  nbBacktracks=336822
495.42	     nbVisitedNodes=410145  nbRestartNogoods=107
495.42	       =>  wckTime=493.328  cpuTime=488.52  mem=14M719
711.20	   
711.20	   search
711.20	     run=24  nbConstraintChecks=144364616  nbValidityChecks=159044229  nbPropagations=201558752  nbRevisions=894339945
711.20	     nbUselessRevisions=686899110  nbAssignments=539703  nbFailedAssignments=32858  nbBacktracks=505166
711.20	     nbVisitedNodes=605549  nbRestartNogoods=117
711.20	       =>  wckTime=709.101  cpuTime=702.32  mem=14M719
1030.86	   
1030.86	   search
1030.86	     run=25  nbConstraintChecks=206589085  nbValidityChecks=228373740  nbPropagations=285741476  nbRevisions=1271629372
1030.86	     nbUselessRevisions=977386703  nbAssignments=804597  nbFailedAssignments=45072  nbBacktracks=757736
1030.86	     nbVisitedNodes=894939  nbRestartNogoods=126
1030.86	       =>  wckTime=1028.761  cpuTime=1019.07  mem=14M719
1477.67	   
1477.67	   search
1477.67	     run=26  nbConstraintChecks=291166648  nbValidityChecks=320796621  nbPropagations=404463186  nbRevisions=1801729639
1477.67	     nbUselessRevisions=1385183792  nbAssignments=1199194  nbFailedAssignments=60802  nbBacktracks=1136540
1477.67	     nbVisitedNodes=1321287  nbRestartNogoods=130
1477.68	       =>  wckTime=1475.579  cpuTime=1461.83  mem=14M719

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

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

/proc/loadavg: 0.71 1.44 1.76 4/93 16971
/proc/meminfo: memFree=1768128/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=1784 CPUtime=0
/proc/16970/stat : 16970 (java) D 16968 16970 16603 0 -1 0 192 0 0 0 0 0 0 0 19 0 1 0 156145804 1826816 158 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/16970/statm: 446 158 123 14 0 91 0

[startup+0.106957 s]
/proc/loadavg: 0.71 1.44 1.76 4/93 16971
/proc/meminfo: memFree=1768128/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=914988 CPUtime=0.09
/proc/16970/stat : 16970 (java) S 16968 16970 16603 0 -1 0 2997 0 1 0 7 2 0 0 17 0 8 0 156145804 936947712 2743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16970/statm: 228747 2743 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515 s]
/proc/loadavg: 0.71 1.44 1.76 4/93 16971
/proc/meminfo: memFree=1768128/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915328 CPUtime=0.49
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 6532 0 1 0 43 6 0 0 17 0 8 0 156145804 937295872 6271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072916928 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16970/statm: 228832 6271 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33809 s]
/proc/loadavg: 0.89 1.46 1.76 3/100 16978
/proc/meminfo: memFree=1718024/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915640 CPUtime=1.31
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 15882 0 1 0 102 29 0 0 22 0 8 0 156145804 937615360 15620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16970/statm: 228910 15620 2167 14 0 215380 0
[pid=16970/tid=16972] ppid=16968 vsize=915640 CPUtime=0
/proc/16970/task/16972/stat : 16972 (java) S 16968 16970 16603 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 156145808 937615360 15620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16973] ppid=16968 vsize=915640 CPUtime=0
/proc/16970/task/16973/stat : 16973 (java) S 16968 16970 16603 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156145808 937615360 15620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16974] ppid=16968 vsize=915640 CPUtime=0
/proc/16970/task/16974/stat : 16974 (java) S 16968 16970 16603 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 156145808 937615360 15620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16975] ppid=16968 vsize=915640 CPUtime=0
/proc/16970/task/16975/stat : 16975 (java) S 16968 16970 16603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156145811 937615360 15620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16976] ppid=16968 vsize=915640 CPUtime=0.19
/proc/16970/task/16976/stat : 16976 (java) S 16968 16970 16603 0 -1 64 424 0 0 0 18 1 0 0 16 0 8 0 156145811 937615360 15620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16977] ppid=16968 vsize=915640 CPUtime=0
/proc/16970/task/16977/stat : 16977 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156145811 937615360 15620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16978] ppid=16968 vsize=915640 CPUtime=0
/proc/16970/task/16978/stat : 16978 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145811 937615360 15620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915640

[startup+2.98927 s]
/proc/loadavg: 0.89 1.46 1.76 3/100 16978
/proc/meminfo: memFree=1696776/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915728 CPUtime=2.95
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 20563 0 1 0 253 42 0 0 25 0 8 0 156145804 937705472 20297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074111325 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16970/statm: 228932 20297 2537 14 0 215402 0
[pid=16970/tid=16972] ppid=16968 vsize=915728 CPUtime=0.16
/proc/16970/task/16972/stat : 16972 (java) S 16968 16970 16603 0 -1 64 3429 0 0 0 15 1 0 0 16 0 8 0 156145808 937705472 20297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16973] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16973/stat : 16973 (java) S 16968 16970 16603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145808 937705472 20297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16974] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16974/stat : 16974 (java) S 16968 16970 16603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145808 937705472 20297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16975] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16975/stat : 16975 (java) S 16968 16970 16603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156145811 937705472 20297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16976] ppid=16968 vsize=915728 CPUtime=0.33
/proc/16970/task/16976/stat : 16976 (java) S 16968 16970 16603 0 -1 64 507 0 0 0 32 1 0 0 15 0 8 0 156145811 937705472 20297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16977] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16977/stat : 16977 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156145811 937705472 20297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16978] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16978/stat : 16978 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145811 937705472 20297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915728

[startup+6.26862 s]
/proc/loadavg: 0.98 1.47 1.76 3/100 16978
/proc/meminfo: memFree=1696776/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915728 CPUtime=6.2
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 20570 0 1 0 578 42 0 0 25 0 8 0 156145804 937705472 20302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074133291 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16970/statm: 228932 20302 2537 14 0 215402 0
[pid=16970/tid=16972] ppid=16968 vsize=915728 CPUtime=0.16
/proc/16970/task/16972/stat : 16972 (java) S 16968 16970 16603 0 -1 64 3429 0 0 0 15 1 0 0 17 0 8 0 156145808 937705472 20302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16973] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16973/stat : 16973 (java) S 16968 16970 16603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145808 937705472 20302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16974] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16974/stat : 16974 (java) S 16968 16970 16603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145808 937705472 20302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16975] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16975/stat : 16975 (java) S 16968 16970 16603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156145811 937705472 20302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16976] ppid=16968 vsize=915728 CPUtime=0.34
/proc/16970/task/16976/stat : 16976 (java) S 16968 16970 16603 0 -1 64 512 0 0 0 33 1 0 0 16 0 8 0 156145811 937705472 20302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16977] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16977/stat : 16977 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156145811 937705472 20302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16978] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16978/stat : 16978 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145811 937705472 20302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915728

[startup+12.7683 s]
/proc/loadavg: 1.06 1.48 1.77 3/100 16978
/proc/meminfo: memFree=1696720/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915728 CPUtime=12.64
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 20589 0 1 0 1222 42 0 0 25 0 8 0 156145804 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074228084 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16970/statm: 228932 20315 2537 14 0 215402 0
[pid=16970/tid=16972] ppid=16968 vsize=915728 CPUtime=0.16
/proc/16970/task/16972/stat : 16972 (java) S 16968 16970 16603 0 -1 64 3429 0 0 0 15 1 0 0 17 0 8 0 156145808 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16973] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16973/stat : 16973 (java) S 16968 16970 16603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145808 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16974] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16974/stat : 16974 (java) S 16968 16970 16603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145808 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16975] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16975/stat : 16975 (java) S 16968 16970 16603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156145811 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16976] ppid=16968 vsize=915728 CPUtime=0.37
/proc/16970/task/16976/stat : 16976 (java) S 16968 16970 16603 0 -1 64 528 0 0 0 36 1 0 0 15 0 8 0 156145811 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16977] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16977/stat : 16977 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156145811 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16978] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16978/stat : 16978 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145811 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915728

[startup+25.6257 s]
/proc/loadavg: 1.20 1.50 1.77 3/100 16978
/proc/meminfo: memFree=1696848/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915728 CPUtime=25.37
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 20591 0 1 0 2495 42 0 0 25 0 8 0 156145804 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16970/statm: 228932 20315 2537 14 0 215402 0
[pid=16970/tid=16972] ppid=16968 vsize=915728 CPUtime=0.16
/proc/16970/task/16972/stat : 16972 (java) S 16968 16970 16603 0 -1 64 3429 0 0 0 15 1 0 0 16 0 8 0 156145808 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16973] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16973/stat : 16973 (java) S 16968 16970 16603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145808 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16974] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16974/stat : 16974 (java) S 16968 16970 16603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145808 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16975] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16975/stat : 16975 (java) S 16968 16970 16603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156145811 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16976] ppid=16968 vsize=915728 CPUtime=0.38
/proc/16970/task/16976/stat : 16976 (java) S 16968 16970 16603 0 -1 64 528 0 0 0 37 1 0 0 16 0 8 0 156145811 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16977] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16977/stat : 16977 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156145811 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16978] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16978/stat : 16978 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145811 937705472 20315 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915728

[startup+51.2585 s]
/proc/loadavg: 1.52 1.54 1.77 3/100 16978
/proc/meminfo: memFree=1696912/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915728 CPUtime=50.77
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 20592 0 1 0 5035 42 0 0 25 0 8 0 156145804 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074175978 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16970/statm: 228932 20316 2537 14 0 215402 0
[pid=16970/tid=16972] ppid=16968 vsize=915728 CPUtime=0.16
/proc/16970/task/16972/stat : 16972 (java) S 16968 16970 16603 0 -1 64 3429 0 0 0 15 1 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16973] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16973/stat : 16973 (java) S 16968 16970 16603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16974] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16974/stat : 16974 (java) S 16968 16970 16603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16975] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16975/stat : 16975 (java) S 16968 16970 16603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16976] ppid=16968 vsize=915728 CPUtime=0.38
/proc/16970/task/16976/stat : 16976 (java) S 16968 16970 16603 0 -1 64 529 0 0 0 37 1 0 0 17 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16977] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16977/stat : 16977 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16978] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16978/stat : 16978 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 915728

[startup+102.52 s]
/proc/loadavg: 1.79 1.61 1.78 3/100 16978
/proc/meminfo: memFree=1696976/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915728 CPUtime=101.56
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 20592 0 1 0 10113 43 0 0 25 0 8 0 156145804 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336123 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16970/statm: 228932 20316 2537 14 0 215402 0
[pid=16970/tid=16972] ppid=16968 vsize=915728 CPUtime=0.16
/proc/16970/task/16972/stat : 16972 (java) S 16968 16970 16603 0 -1 64 3429 0 0 0 15 1 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16973] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16973/stat : 16973 (java) S 16968 16970 16603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16974] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16974/stat : 16974 (java) S 16968 16970 16603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16975] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16975/stat : 16975 (java) S 16968 16970 16603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16976] ppid=16968 vsize=915728 CPUtime=0.38
/proc/16970/task/16976/stat : 16976 (java) S 16968 16970 16603 0 -1 64 529 0 0 0 37 1 0 0 17 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16977] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16977/stat : 16977 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16978] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16978/stat : 16978 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 915728

[startup+162.537 s]
/proc/loadavg: 1.92 1.68 1.79 3/106 17042
/proc/meminfo: memFree=1695536/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915728 CPUtime=160.97
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 20592 0 1 0 16054 43 0 0 25 0 8 0 156145804 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074109714 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1409.71
Current children cumulated vsize (KiB) 915728

[startup+1482.92 s]
/proc/loadavg: 2.00 1.97 1.91 3/100 17178
/proc/meminfo: memFree=1696080/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915728 CPUtime=1469.18
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 20593 0 1 0 146865 53 0 0 25 0 8 0 156145804 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074109280 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16970/statm: 228932 20316 2537 14 0 215402 0
[pid=16970/tid=16972] ppid=16968 vsize=915728 CPUtime=0.16
/proc/16970/task/16972/stat : 16972 (java) S 16968 16970 16603 0 -1 64 3429 0 0 0 15 1 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16973] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16973/stat : 16973 (java) S 16968 16970 16603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16974] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16974/stat : 16974 (java) S 16968 16970 16603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16975] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16975/stat : 16975 (java) S 16968 16970 16603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16976] ppid=16968 vsize=915728 CPUtime=0.38
/proc/16970/task/16976/stat : 16976 (java) S 16968 16970 16603 0 -1 64 529 0 0 0 37 1 0 0 16 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16977] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16977/stat : 16977 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16978] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16978/stat : 16978 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.18
Current children cumulated vsize (KiB) 915728

[startup+1542.93 s]
/proc/loadavg: 2.00 1.97 1.91 3/100 17178
/proc/meminfo: memFree=1696016/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915728 CPUtime=1528.65
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 20593 0 1 0 152812 53 0 0 25 0 8 0 156145804 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074111291 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16970/statm: 228932 20316 2537 14 0 215402 0
[pid=16970/tid=16972] ppid=16968 vsize=915728 CPUtime=0.16
/proc/16970/task/16972/stat : 16972 (java) S 16968 16970 16603 0 -1 64 3429 0 0 0 15 1 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16973] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16973/stat : 16973 (java) S 16968 16970 16603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16974] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16974/stat : 16974 (java) S 16968 16970 16603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16975] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16975/stat : 16975 (java) S 16968 16970 16603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16976] ppid=16968 vsize=915728 CPUtime=0.38
/proc/16970/task/16976/stat : 16976 (java) S 16968 16970 16603 0 -1 64 529 0 0 0 37 1 0 0 16 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16977] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16977/stat : 16977 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16978] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16978/stat : 16978 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.65
Current children cumulated vsize (KiB) 915728

[startup+1602.95 s]
/proc/loadavg: 2.03 1.99 1.91 3/100 17178
/proc/meminfo: memFree=1695952/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915728 CPUtime=1588.12
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 20593 0 1 0 158758 54 0 0 25 0 8 0 156145804 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074108128 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16970/statm: 228932 20316 2537 14 0 215402 0
[pid=16970/tid=16972] ppid=16968 vsize=915728 CPUtime=0.16
/proc/16970/task/16972/stat : 16972 (java) S 16968 16970 16603 0 -1 64 3429 0 0 0 15 1 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16973] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16973/stat : 16973 (java) S 16968 16970 16603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16974] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16974/stat : 16974 (java) S 16968 16970 16603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16975] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16975/stat : 16975 (java) S 16968 16970 16603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16976] ppid=16968 vsize=915728 CPUtime=0.38
/proc/16970/task/16976/stat : 16976 (java) S 16968 16970 16603 0 -1 64 529 0 0 0 37 1 0 0 16 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16977] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16977/stat : 16977 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16978] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16978/stat : 16978 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.12
Current children cumulated vsize (KiB) 915728

[startup+1662.96 s]
/proc/loadavg: 2.08 2.00 1.92 3/100 17178
/proc/meminfo: memFree=1695952/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915728 CPUtime=1647.59
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 20593 0 1 0 164705 54 0 0 25 0 8 0 156145804 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074088154 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16970/statm: 228932 20316 2537 14 0 215402 0
[pid=16970/tid=16972] ppid=16968 vsize=915728 CPUtime=0.16
/proc/16970/task/16972/stat : 16972 (java) S 16968 16970 16603 0 -1 64 3429 0 0 0 15 1 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16973] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16973/stat : 16973 (java) S 16968 16970 16603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16974] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16974/stat : 16974 (java) S 16968 16970 16603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16975] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16975/stat : 16975 (java) S 16968 16970 16603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16976] ppid=16968 vsize=915728 CPUtime=0.38
/proc/16970/task/16976/stat : 16976 (java) S 16968 16970 16603 0 -1 64 529 0 0 0 37 1 0 0 16 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16977] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16977/stat : 16977 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16978] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16978/stat : 16978 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.59
Current children cumulated vsize (KiB) 915728

[startup+1722.98 s]
/proc/loadavg: 2.03 2.00 1.92 3/100 17178
/proc/meminfo: memFree=1695952/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915728 CPUtime=1707.06
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 20593 0 1 0 170651 55 0 0 25 0 8 0 156145804 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074088128 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16970/statm: 228932 20316 2537 14 0 215402 0
[pid=16970/tid=16972] ppid=16968 vsize=915728 CPUtime=0.16
/proc/16970/task/16972/stat : 16972 (java) S 16968 16970 16603 0 -1 64 3429 0 0 0 15 1 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16973] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16973/stat : 16973 (java) S 16968 16970 16603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16974] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16974/stat : 16974 (java) S 16968 16970 16603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16975] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16975/stat : 16975 (java) S 16968 16970 16603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16976] ppid=16968 vsize=915728 CPUtime=0.38
/proc/16970/task/16976/stat : 16976 (java) S 16968 16970 16603 0 -1 64 529 0 0 0 37 1 0 0 16 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16977] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16977/stat : 16977 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16978] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16978/stat : 16978 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.06
Current children cumulated vsize (KiB) 915728

[startup+1783 s]
/proc/loadavg: 2.01 2.00 1.92 3/100 17178
/proc/meminfo: memFree=1695888/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915728 CPUtime=1766.53
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 20593 0 1 0 176598 55 0 0 25 0 8 0 156145804 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074228066 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16970/statm: 228932 20316 2537 14 0 215402 0
[pid=16970/tid=16972] ppid=16968 vsize=915728 CPUtime=0.16
/proc/16970/task/16972/stat : 16972 (java) S 16968 16970 16603 0 -1 64 3429 0 0 0 15 1 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16973] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16973/stat : 16973 (java) S 16968 16970 16603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16974] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16974/stat : 16974 (java) S 16968 16970 16603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16975] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16975/stat : 16975 (java) S 16968 16970 16603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16976] ppid=16968 vsize=915728 CPUtime=0.38
/proc/16970/task/16976/stat : 16976 (java) S 16968 16970 16603 0 -1 64 529 0 0 0 37 1 0 0 16 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16977] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16977/stat : 16977 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16978] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16978/stat : 16978 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.53
Current children cumulated vsize (KiB) 915728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.52 s]
/proc/loadavg: 1.56 1.89 1.88 2/85 17362
/proc/meminfo: memFree=1730312/2055920 swapFree=4192812/4192956
[pid=16970] ppid=16968 vsize=915728 CPUtime=1800.01
/proc/16970/stat : 16970 (java) R 16968 16970 16603 0 -1 0 20593 0 1 0 179943 58 0 0 25 0 8 0 156145804 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074118327 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16970/statm: 228932 20316 2537 14 0 215402 0
[pid=16970/tid=16972] ppid=16968 vsize=915728 CPUtime=0.16
/proc/16970/task/16972/stat : 16972 (java) S 16968 16970 16603 0 -1 64 3429 0 0 0 15 1 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16973] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16973/stat : 16973 (java) S 16968 16970 16603 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16974] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16974/stat : 16974 (java) S 16968 16970 16603 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156145808 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16975] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16975/stat : 16975 (java) S 16968 16970 16603 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16976] ppid=16968 vsize=915728 CPUtime=0.38
/proc/16970/task/16976/stat : 16976 (java) S 16968 16970 16603 0 -1 64 529 0 0 0 37 1 0 0 16 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16977] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16977/stat : 16977 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16970/tid=16978] ppid=16968 vsize=915728 CPUtime=0
/proc/16970/task/16978/stat : 16978 (java) S 16968 16970 16603 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156145811 937705472 20316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915728

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

Child status: 143
Real time (s): 1816.55
CPU time (s): 1800.04
CPU user time (s): 1799.45
CPU system time (s): 0.593909
CPU usage (%): 99.0911
Max. virtual memory (cumulated for all children) (KiB): 915768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.593909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20610
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= 38269
involuntary context switches= 75866

runsolver used 1.91371 s user time and 6.12307 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Sat Jan  6 09:58:25 UTC 2007


IDJOB= 213833
IDBENCH= 4878
FILE ID= node24/213833-1168077504

PBS_JOBID= 3476062

Free space on /tmp= 66463 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/par/par-32-4-c.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213833-1168077504/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-213833-1168077504 -o ROOT/results/node24/solver-213833-1168077504 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213833-1168077504/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5ac9825c2c6e6d545950ffed7b469e76

RANDOM SEED= 899377617

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1768608 kB
Buffers:         23432 kB
Cached:         110528 kB
SwapCached:          0 kB
Active:         146320 kB
Inactive:        72752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4536 kB
Writeback:           0 kB
Mapped:         114132 kB
Slab:            52632 kB
Committed_AS:  3730712 kB
PageTables:       2464 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= 66465 MiB



End job on node24 on Sat Jan  6 10:28:43 UTC 2007