Trace number 213989

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.12 1817.04

General information on the benchmark

NamepseudoSeries/par/
par-32-2-c.xml
MD5SUMec636a8cda30e8c96a0d243ae0d25948
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 variables2606
Number of constraints6509
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6509
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.34	     name=/tmp/evaluation/213989-1168077545/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.56	     nbVariables=2606  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.56	       =>  wckTime=0.25  cpuTime=0.16  mem=10M819
0.56	   
0.56	   predicates being loaded...
0.57	   
0.57	   constraints being loaded...
1.60	     nbConstraints=6509  nbConvertedConstraints=1675  nbConvertConstraintsChecks=56  nbExtensionStructures=2
1.60	     nbSharedExtensionStructures=1673  nbConflictsStructures=8  nbSharedConflictsStructures=6501
1.60	     nbSharedBinaryRepresentations=5  nbEvaluationManagers=6  nbSharedEvaluationManagers=4828  maxDegree=81  maxArity=3
1.60	       =>  wckTime=1.286  cpuTime=1.03  mem=7M966
1.66	   
1.66	   solver IterativeSystematicSolver being built... 
2.03	       =>  wckTime=1.723  cpuTime=1.33  mem=54M77
2.10	   
2.10	   preprocessing
2.10	     nbConstraintChecks=0  nbPropagations=2606  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.10	     detectedInconsistency=no
2.10	       =>  wckTime=0.055  cpuTime=0.02  mem=10M144
2.32	   
2.32	   search
2.32	     run=0  nbConstraintChecks=21661  nbValidityChecks=12650  nbPropagations=9660  nbRevisions=30345
2.32	     nbUselessRevisions=23291  nbAssignments=74  nbFailedAssignments=4  nbBacktracks=14  nbVisitedNodes=83
2.32	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
2.32	       =>  wckTime=0.274  cpuTime=0.19  mem=10M144
2.45	   
2.45	   search
2.45	     run=1  nbConstraintChecks=39658  nbValidityChecks=29331  nbPropagations=26055  nbRevisions=89943
2.45	     nbUselessRevisions=69101  nbAssignments=148  nbFailedAssignments=8  nbBacktracks=30  nbVisitedNodes=165
2.45	     nbRestartNogoods=1  mapSize=14  nbInferences=0  nbTooLargeKeys=0
2.45	       =>  wckTime=0.407  cpuTime=0.32  mem=10M144
2.63	   
2.64	   search
2.64	     run=2  nbConstraintChecks=71173  nbValidityChecks=57926  nbPropagations=53965  nbRevisions=199552
2.64	     nbUselessRevisions=153388  nbAssignments=237  nbFailedAssignments=15  nbBacktracks=52  nbVisitedNodes=268
2.64	     nbRestartNogoods=2  mapSize=25  nbInferences=0  nbTooLargeKeys=0
2.64	       =>  wckTime=0.594  cpuTime=0.5  mem=10M144
2.89	   
2.89	   search
2.89	     run=3  nbConstraintChecks=111644  nbValidityChecks=95896  nbPropagations=96954  nbRevisions=374704
2.89	     nbUselessRevisions=288110  nbAssignments=340  nbFailedAssignments=24  nbBacktracks=92  nbVisitedNodes=389
2.89	     nbRestartNogoods=5  mapSize=41  nbInferences=0  nbTooLargeKeys=0
2.89	       =>  wckTime=0.847  cpuTime=0.75  mem=10M144
3.21	   
3.21	   search
3.21	     run=4  nbConstraintChecks=169768  nbValidityChecks=149234  nbPropagations=160884  nbRevisions=641552
3.21	     nbUselessRevisions=493528  nbAssignments=463  nbFailedAssignments=37  nbBacktracks=142  nbVisitedNodes=538
3.21	     nbRestartNogoods=7  mapSize=64  nbInferences=0  nbTooLargeKeys=0
3.21	       =>  wckTime=1.163  cpuTime=1.07  mem=10M144
3.64	   
3.64	   search
3.64	     run=5  nbConstraintChecks=252130  nbValidityChecks=224843  nbPropagations=254598  nbRevisions=1038716
3.64	     nbUselessRevisions=799376  nbAssignments=612  nbFailedAssignments=56  nbBacktracks=218  nbVisitedNodes=725
3.64	     nbRestartNogoods=10  mapSize=100  nbInferences=0  nbTooLargeKeys=0
3.64	       =>  wckTime=1.602  cpuTime=1.5  mem=10M144
4.27	   
4.27	   search
4.27	     run=6  nbConstraintChecks=374376  nbValidityChecks=336376  nbPropagations=392015  nbRevisions=1628048
4.27	     nbUselessRevisions=1253525  nbAssignments=812  nbFailedAssignments=84  nbBacktracks=334  nbVisitedNodes=981
4.27	     nbRestartNogoods=12  mapSize=153  nbInferences=0  nbTooLargeKeys=0
4.27	       =>  wckTime=2.228  cpuTime=2.12  mem=10M144
5.16	   
5.16	   search
5.16	     run=7  nbConstraintChecks=538977  nbValidityChecks=486717  nbPropagations=588271  nbRevisions=2475861
5.16	     nbUselessRevisions=1907085  nbAssignments=1082  nbFailedAssignments=122  nbBacktracks=508  nbVisitedNodes=1327
5.16	     nbRestartNogoods=15  mapSize=225  nbInferences=0  nbTooLargeKeys=0
5.16	       =>  wckTime=3.118  cpuTime=3.0  mem=10M144
6.26	   
6.26	   search
6.26	     run=8  nbConstraintChecks=698195  nbValidityChecks=632492  nbPropagations=842111  nbRevisions=3574590
6.26	     nbUselessRevisions=2753772  nbAssignments=1429  nbFailedAssignments=160  nbBacktracks=767  nbVisitedNodes=1750
6.26	     nbRestartNogoods=19  mapSize=299  nbInferences=0  nbTooLargeKeys=0
6.26	       =>  wckTime=4.217  cpuTime=4.08  mem=11M133
7.89	   
7.89	   search
7.89	     run=9  nbConstraintChecks=933640  nbValidityChecks=846834  nbPropagations=1180524  nbRevisions=5043008
7.89	     nbUselessRevisions=3885266  nbAssignments=1927  nbFailedAssignments=216  nbBacktracks=1155  nbVisitedNodes=2360
7.89	     nbRestartNogoods=21  mapSize=408  nbInferences=0  nbTooLargeKeys=0
7.89	       =>  wckTime=5.846  cpuTime=5.68  mem=11M133
10.03	   
10.03	   search
10.03	     run=10  nbConstraintChecks=1183800  nbValidityChecks=1073008  nbPropagations=1608230  nbRevisions=6909350
10.03	     nbUselessRevisions=5324976  nbAssignments=2646  nbFailedAssignments=301  nbBacktracks=1731  nbVisitedNodes=3222
10.03	     nbRestartNogoods=24  mapSize=548  nbInferences=0  nbTooLargeKeys=0
10.03	       =>  wckTime=7.99  cpuTime=7.79  mem=11M133
13.10	   
13.10	   search
13.10	     run=11  nbConstraintChecks=1487390  nbValidityChecks=1347809  nbPropagations=2144540  nbRevisions=9260270
13.10	     nbUselessRevisions=7140191  nbAssignments=3693  nbFailedAssignments=407  nbBacktracks=2607  nbVisitedNodes=4448
13.10	     nbRestartNogoods=27  mapSize=725  nbInferences=0  nbTooLargeKeys=0
13.10	       =>  wckTime=11.061  cpuTime=10.83  mem=12M122
17.52	   
17.52	   search
17.52	     run=12  nbConstraintChecks=1843839  nbValidityChecks=1666236  nbPropagations=2806291  nbRevisions=12171289
17.52	     nbUselessRevisions=9389478  nbAssignments=5176  nbFailedAssignments=529  nbBacktracks=3910  nbVisitedNodes=6148
17.52	     nbRestartNogoods=29  mapSize=939  nbInferences=0  nbTooLargeKeys=0
17.52	       =>  wckTime=15.482  cpuTime=15.22  mem=13M110
19.00	   
19.00	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=13M110)
21.13	   
21.13	   search
21.13	     run=13  nbConstraintChecks=2428913  nbValidityChecks=2208256  nbPropagations=3677273  nbRevisions=16019638
21.13	     nbUselessRevisions=12364529  nbAssignments=7415  nbFailedAssignments=733  nbBacktracks=5863  nbVisitedNodes=8769
21.13	     nbRestartNogoods=32
21.13	       =>  wckTime=19.09  cpuTime=18.79  mem=13M110
26.17	   
26.17	   search
26.17	     run=14  nbConstraintChecks=3696081  nbValidityChecks=3496450  nbPropagations=5049174  nbRevisions=22028389
26.17	     nbUselessRevisions=16989655  nbAssignments=10739  nbFailedAssignments=1048  nbBacktracks=8802  nbVisitedNodes=12720
26.17	     nbRestartNogoods=38
26.17	       =>  wckTime=24.129  cpuTime=23.78  mem=13M110
33.43	   
33.43	   search
33.43	     run=15  nbConstraintChecks=5472878  nbValidityChecks=5386479  nbPropagations=7137315  nbRevisions=31147361
33.43	     nbUselessRevisions=23987650  nbAssignments=15563  nbFailedAssignments=1412  nbBacktracks=13200
33.43	     nbVisitedNodes=18400  nbRestartNogoods=43
33.43	       =>  wckTime=31.39  cpuTime=30.97  mem=13M110
46.10	   
46.10	   search
46.10	     run=16  nbConstraintChecks=8632944  nbValidityChecks=8818011  nbPropagations=10440060  nbRevisions=45941593
46.10	     nbUselessRevisions=35397641  nbAssignments=23007  nbFailedAssignments=2206  nbBacktracks=19769
46.10	     nbVisitedNodes=27402  nbRestartNogoods=48
46.10	       =>  wckTime=44.063  cpuTime=43.53  mem=13M110
64.00	   
64.00	   search
64.00	     run=17  nbConstraintChecks=13361887  nbValidityChecks=14098080  nbPropagations=15708000  nbRevisions=69434938
64.00	     nbUselessRevisions=53485622  nbAssignments=33892  nbFailedAssignments=3160  nbBacktracks=29626
64.00	     nbVisitedNodes=40183  nbRestartNogoods=56
64.00	       =>  wckTime=61.96  cpuTime=61.39  mem=13M110
81.70	   
81.70	   search
81.70	     run=18  nbConstraintChecks=16676461  nbValidityChecks=17750531  nbPropagations=22302323  nbRevisions=99052089
81.70	     nbUselessRevisions=76319615  nbAssignments=49745  nbFailedAssignments=4154  nbBacktracks=44409
81.70	     nbVisitedNodes=58018  nbRestartNogoods=63
81.70	       =>  wckTime=79.663  cpuTime=78.94  mem=13M110
108.17	   
108.17	   search
108.17	     run=19  nbConstraintChecks=21636521  nbValidityChecks=23028614  nbPropagations=30859795  nbRevisions=137531039
108.17	     nbUselessRevisions=105989516  nbAssignments=73312  nbFailedAssignments=5467  nbBacktracks=66580
108.17	     nbVisitedNodes=84216  nbRestartNogoods=69
108.17	       =>  wckTime=106.134  cpuTime=105.18  mem=13M110
153.21	   
153.21	   search
153.21	     run=20  nbConstraintChecks=30702290  nbValidityChecks=32922740  nbPropagations=43144408  nbRevisions=192498360
153.21	     nbUselessRevisions=148324189  nbAssignments=108719  nbFailedAssignments=7487  nbBacktracks=99883
153.21	     nbVisitedNodes=123728  nbRestartNogoods=78
153.21	       =>  wckTime=151.167  cpuTime=149.64  mem=13M110
202.92	   
202.92	   search
202.92	     run=21  nbConstraintChecks=38604283  nbValidityChecks=41358971  nbPropagations=58527589  nbRevisions=261747273
202.92	     nbUselessRevisions=201715495  nbAssignments=161360  nbFailedAssignments=10143  nbBacktracks=149773
202.92	     nbVisitedNodes=182016  nbRestartNogoods=86
202.92	       =>  wckTime=200.884  cpuTime=198.82  mem=13M110
283.24	   
283.24	   search
283.24	     run=22  nbConstraintChecks=51727478  nbValidityChecks=55882574  nbPropagations=79185421  nbRevisions=355379451
283.24	     nbUselessRevisions=273985352  nbAssignments=240719  nbFailedAssignments=14567  nbBacktracks=224601
283.24	     nbVisitedNodes=270384  nbRestartNogoods=93
283.24	       =>  wckTime=281.201  cpuTime=278.36  mem=13M110
439.88	   
439.88	   search
439.88	     run=23  nbConstraintChecks=83797972  nbValidityChecks=90778492  nbPropagations=112748329  nbRevisions=507087176
439.88	     nbUselessRevisions=391116828  nbAssignments=359173  nbFailedAssignments=20687  nbBacktracks=336864
439.88	     nbVisitedNodes=401117  nbRestartNogoods=100
439.88	       =>  wckTime=437.843  cpuTime=433.55  mem=13M110
633.90	   
633.90	   search
633.90	     run=24  nbConstraintChecks=118682151  nbValidityChecks=128984604  nbPropagations=160499442  nbRevisions=722593106
633.90	     nbUselessRevisions=557466631  nbAssignments=535347  nbFailedAssignments=28429  nbBacktracks=505222
633.90	     nbVisitedNodes=592886  nbRestartNogoods=105
633.90	       =>  wckTime=631.86  cpuTime=625.76  mem=13M110
890.98	   
890.98	   search
890.98	     run=25  nbConstraintChecks=160348681  nbValidityChecks=174515592  nbPropagations=224882300  nbRevisions=1013993199
890.98	     nbUselessRevisions=782480010  nbAssignments=798293  nbFailedAssignments=38776  nbBacktracks=757733
890.98	     nbVisitedNodes=877280  nbRestartNogoods=111
890.98	       =>  wckTime=888.941  cpuTime=880.46  mem=13M110
1294.46	   
1294.46	   search
1294.46	     run=26  nbConstraintChecks=226887262  nbValidityChecks=248563488  nbPropagations=316639020  nbRevisions=1429207437
1294.46	     nbUselessRevisions=1103018716  nbAssignments=1192909  nbFailedAssignments=54529  nbBacktracks=1136514
1294.46	     nbVisitedNodes=1303292  nbRestartNogoods=118
1294.46	       =>  wckTime=1292.423  cpuTime=1280.21  mem=13M110

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

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

/proc/loadavg: 2.00 2.00 1.91 4/80 10728
/proc/meminfo: memFree=1266960/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=906644 CPUtime=0.02
/proc/10727/stat : 10727 (java) S 10725 10727 10383 0 -1 0 2069 0 1 0 1 1 0 0 18 0 2 0 156148270 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 226661 1818 1036 14 0 214244 0
[pid=10727/tid=10729] ppid=10725 vsize=906644 CPUtime=0
/proc/10727/task/10729/stat : 10729 (java) R 10725 10727 10383 0 -1 64 4 0 0 0 0 0 0 0 19 0 2 0 156148273 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.105645 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 10728
/proc/meminfo: memFree=1266960/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=914988 CPUtime=0.09
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 3017 0 1 0 8 1 0 0 20 0 8 0 156148270 936947712 2763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155166568 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 228747 2763 1435 14 0 215242 0
[pid=10727/tid=10729] ppid=10725 vsize=914988 CPUtime=0
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 156148273 936947712 2763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.513679 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 10728
/proc/meminfo: memFree=1266960/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=915328 CPUtime=0.5
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 6597 0 1 0 46 4 0 0 19 0 8 0 156148270 937295872 6336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 228832 6336 2135 14 0 215302 0
[pid=10727/tid=10729] ppid=10725 vsize=915328 CPUtime=0
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 156148273 937295872 6336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33775 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 10735
/proc/meminfo: memFree=1217368/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=915636 CPUtime=1.31
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 15774 0 1 0 104 27 0 0 25 0 8 0 156148270 937611264 15512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 228909 15512 2167 14 0 215379 0
[pid=10727/tid=10729] ppid=10725 vsize=915636 CPUtime=0
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 156148273 937611264 15512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=915636 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10383 0 -1 64 10 0 0 0 0 0 0 0 18 0 8 0 156148274 937611264 15512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=915636 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10383 0 -1 64 4 0 0 0 0 0 0 0 19 0 8 0 156148274 937611264 15512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=915636 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156148277 937611264 15512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10733] ppid=10725 vsize=915636 CPUtime=0.19
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10383 0 -1 64 424 0 0 0 19 0 0 0 15 0 8 0 156148277 937611264 15512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10734] ppid=10725 vsize=915636 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156148277 937611264 15512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10735] ppid=10725 vsize=915636 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156148277 937611264 15512 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) 915636

[startup+2.98989 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 10735
/proc/meminfo: memFree=1195160/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=915728 CPUtime=2.95
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 20663 0 1 0 258 37 0 0 25 0 8 0 156148270 937705472 20397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074088103 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 228932 20397 2537 14 0 215402 0
[pid=10727/tid=10729] ppid=10725 vsize=915728 CPUtime=0.15
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 3528 0 0 0 14 1 0 0 16 0 8 0 156148273 937705472 20397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156148274 937705472 20397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10383 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156148274 937705472 20397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156148277 937705472 20397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10733] ppid=10725 vsize=915728 CPUtime=0.33
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10383 0 -1 64 507 0 0 0 32 1 0 0 15 0 8 0 156148277 937705472 20397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10734] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156148277 937705472 20397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10735] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156148277 937705472 20397 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.26915 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 10735
/proc/meminfo: memFree=1195096/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=915728 CPUtime=6.19
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 20671 0 1 0 582 37 0 0 25 0 8 0 156148270 937705472 20403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074120758 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 228932 20403 2537 14 0 215402 0
[pid=10727/tid=10729] ppid=10725 vsize=915728 CPUtime=0.15
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 3528 0 0 0 14 1 0 0 16 0 8 0 156148273 937705472 20403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156148274 937705472 20403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10383 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156148274 937705472 20403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156148277 937705472 20403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10733] ppid=10725 vsize=915728 CPUtime=0.35
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10383 0 -1 64 513 0 0 0 34 1 0 0 15 0 8 0 156148277 937705472 20403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10734] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156148277 937705472 20403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10735] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156148277 937705472 20403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915728

[startup+12.7667 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 10735
/proc/meminfo: memFree=1195224/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=915728 CPUtime=12.63
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 20689 0 1 0 1226 37 0 0 25 0 8 0 156148270 937705472 20415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074097662 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 228932 20415 2537 14 0 215402 0
[pid=10727/tid=10729] ppid=10725 vsize=915728 CPUtime=0.15
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 3528 0 0 0 14 1 0 0 17 0 8 0 156148273 937705472 20415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156148274 937705472 20415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10383 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156148274 937705472 20415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156148277 937705472 20415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10733] ppid=10725 vsize=915728 CPUtime=0.37
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10383 0 -1 64 527 0 0 0 36 1 0 0 16 0 8 0 156148277 937705472 20415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10734] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156148277 937705472 20415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10735] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156148277 937705472 20415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915728

[startup+25.6217 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 10735
/proc/meminfo: memFree=1195288/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=915728 CPUtime=25.37
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 20690 0 1 0 2500 37 0 0 25 0 8 0 156148270 937705472 20415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074111338 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 228932 20415 2537 14 0 215402 0
[pid=10727/tid=10729] ppid=10725 vsize=915728 CPUtime=0.15
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 3528 0 0 0 14 1 0 0 16 0 8 0 156148273 937705472 20415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156148274 937705472 20415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10383 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156148274 937705472 20415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156148277 937705472 20415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10733] ppid=10725 vsize=915728 CPUtime=0.37
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10383 0 -1 64 527 0 0 0 36 1 0 0 16 0 8 0 156148277 937705472 20415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10734] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156148277 937705472 20415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10735] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156148277 937705472 20415 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.2523 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 10793
/proc/meminfo: memFree=1383184/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=915728 CPUtime=50.79
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 20692 0 1 0 5041 38 0 0 25 0 8 0 156148270 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074087151 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10727/statm: 228932 20416 2537 14 0 215402 0
[pid=10727/tid=10729] ppid=10725 vsize=915728 CPUtime=0.15
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 3528 0 0 0 14 1 0 0 16 0 8 0 156148273 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10383 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10733] ppid=10725 vsize=915728 CPUtime=0.38
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10383 0 -1 64 528 0 0 0 37 1 0 0 17 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10734] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10735] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 915728

[startup+102.515 s]
/proc/loadavg: 1.96 1.98 1.91 3/87 10905
/proc/meminfo: memFree=1331616/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=915728 CPUtime=101.7
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 20692 0 1 0 10129 41 0 0 25 0 8 0 156148270 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074095906 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 228932 20416 2537 14 0 215402 0
[pid=10727/tid=10729] ppid=10725 vsize=915728 CPUtime=0.15
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 3528 0 0 0 14 1 0 0 16 0 8 0 156148273 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10383 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10733] ppid=10725 vsize=915728 CPUtime=0.38
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10383 0 -1 64 528 0 0 0 37 1 0 0 17 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10734] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10735] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 915728

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

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

[startup+1483.09 s]
/proc/loadavg: 2.02 2.03 1.96 3/87 11105
/proc/meminfo: memFree=1331360/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=915728 CPUtime=1469.24
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 20693 0 1 0 146878 46 0 0 25 0 8 0 156148270 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074141035 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 228932 20416 2537 14 0 215402 0
[pid=10727/tid=10729] ppid=10725 vsize=915728 CPUtime=0.15
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 3528 0 0 0 14 1 0 0 16 0 8 0 156148273 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10383 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10733] ppid=10725 vsize=915728 CPUtime=0.38
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10383 0 -1 64 528 0 0 0 37 1 0 0 16 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10734] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10735] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.24
Current children cumulated vsize (KiB) 915728

[startup+1543.11 s]
/proc/loadavg: 2.04 2.03 1.97 3/87 11105
/proc/meminfo: memFree=1331296/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=915728 CPUtime=1528.71
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 20693 0 1 0 152825 46 0 0 25 0 8 0 156148270 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074111291 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 228932 20416 2537 14 0 215402 0
[pid=10727/tid=10729] ppid=10725 vsize=915728 CPUtime=0.15
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 3528 0 0 0 14 1 0 0 16 0 8 0 156148273 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10383 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10733] ppid=10725 vsize=915728 CPUtime=0.38
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10383 0 -1 64 528 0 0 0 37 1 0 0 16 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10734] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10735] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.71
Current children cumulated vsize (KiB) 915728

[startup+1603.14 s]
/proc/loadavg: 2.05 2.04 1.97 3/87 11105
/proc/meminfo: memFree=1331232/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=915728 CPUtime=1588.18
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 20693 0 1 0 158772 46 0 0 25 0 8 0 156148270 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074089782 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 228932 20416 2537 14 0 215402 0
[pid=10727/tid=10729] ppid=10725 vsize=915728 CPUtime=0.15
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 3528 0 0 0 14 1 0 0 16 0 8 0 156148273 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10383 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10733] ppid=10725 vsize=915728 CPUtime=0.38
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10383 0 -1 64 528 0 0 0 37 1 0 0 16 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10734] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10735] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.18
Current children cumulated vsize (KiB) 915728

[startup+1663.16 s]
/proc/loadavg: 2.02 2.03 1.97 3/87 11105
/proc/meminfo: memFree=1331296/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=915728 CPUtime=1647.65
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 20693 0 1 0 164719 46 0 0 25 0 8 0 156148270 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074118314 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 228932 20416 2537 14 0 215402 0
[pid=10727/tid=10729] ppid=10725 vsize=915728 CPUtime=0.15
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 3528 0 0 0 14 1 0 0 16 0 8 0 156148273 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10383 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10733] ppid=10725 vsize=915728 CPUtime=0.38
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10383 0 -1 64 528 0 0 0 37 1 0 0 16 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10734] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10735] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.65
Current children cumulated vsize (KiB) 915728

[startup+1723.18 s]
/proc/loadavg: 2.00 2.02 1.97 3/87 11105
/proc/meminfo: memFree=1331232/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=915728 CPUtime=1707.12
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 20693 0 1 0 170666 46 0 0 25 0 8 0 156148270 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074108183 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 228932 20416 2537 14 0 215402 0
[pid=10727/tid=10729] ppid=10725 vsize=915728 CPUtime=0.15
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 3528 0 0 0 14 1 0 0 16 0 8 0 156148273 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10383 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10733] ppid=10725 vsize=915728 CPUtime=0.38
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10383 0 -1 64 528 0 0 0 37 1 0 0 16 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10734] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10735] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.12
Current children cumulated vsize (KiB) 915728

[startup+1783.2 s]
/proc/loadavg: 2.08 2.05 1.98 3/87 11105
/proc/meminfo: memFree=1331296/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=915728 CPUtime=1766.59
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 20693 0 1 0 176613 46 0 0 25 0 8 0 156148270 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074115622 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 228932 20416 2537 14 0 215402 0
[pid=10727/tid=10729] ppid=10725 vsize=915728 CPUtime=0.15
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 3528 0 0 0 14 1 0 0 16 0 8 0 156148273 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10383 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10733] ppid=10725 vsize=915728 CPUtime=0.38
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10383 0 -1 64 528 0 0 0 37 1 0 0 16 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10734] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10735] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.59
Current children cumulated vsize (KiB) 915728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.98 s]
/proc/loadavg: 2.04 2.04 1.98 3/87 11105
/proc/meminfo: memFree=1331232/2055920 swapFree=4192812/4192956
[pid=10727] ppid=10725 vsize=915728 CPUtime=1800.05
/proc/10727/stat : 10727 (java) R 10725 10727 10383 0 -1 0 20693 0 1 0 179959 46 0 0 25 0 8 0 156148270 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838680 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10727/statm: 228932 20416 2537 14 0 215402 0
[pid=10727/tid=10729] ppid=10725 vsize=915728 CPUtime=0.15
/proc/10727/task/10729/stat : 10729 (java) S 10725 10727 10383 0 -1 64 3528 0 0 0 14 1 0 0 16 0 8 0 156148273 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10730] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10730/stat : 10730 (java) S 10725 10727 10383 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10731] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10731/stat : 10731 (java) S 10725 10727 10383 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156148274 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10732] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10732/stat : 10732 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10733] ppid=10725 vsize=915728 CPUtime=0.38
/proc/10727/task/10733/stat : 10733 (java) S 10725 10727 10383 0 -1 64 528 0 0 0 37 1 0 0 16 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10734] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10734/stat : 10734 (java) S 10725 10727 10383 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10727/tid=10735] ppid=10725 vsize=915728 CPUtime=0
/proc/10727/task/10735/stat : 10735 (java) S 10725 10727 10383 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156148277 937705472 20416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 915728

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

Child status: 143
Real time (s): 1817.04
CPU time (s): 1800.12
CPU user time (s): 1799.63
CPU system time (s): 0.483926
CPU usage (%): 99.0688
Max. virtual memory (cumulated for all children) (KiB): 915768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.483926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20709
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= 38430
involuntary context switches= 70577

runsolver used 2.31965 s user time and 5.79212 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Sat Jan  6 09:59:05 UTC 2007


IDJOB= 213989
IDBENCH= 4890
FILE ID= node34/213989-1168077545

PBS_JOBID= 3476023

Free space on /tmp= 66532 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ec636a8cda30e8c96a0d243ae0d25948

RANDOM SEED= 360445904

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:       1267376 kB
Buffers:         32652 kB
Cached:         442328 kB
SwapCached:          0 kB
Active:         299448 kB
Inactive:       412332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1267376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2748 kB
Writeback:           0 kB
Mapped:         257016 kB
Slab:            61536 kB
Committed_AS:  3249020 kB
PageTables:       2224 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= 66531 MiB



End job on node34 on Sat Jan  6 10:29:22 UTC 2007