Trace number 238947

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

General information on the benchmark

NameblackHole/BH-4-13/
BlackHole-4-13-e-0_ext.xml
MD5SUMfc5ac11ed4f38c6eb545dd6a6fa0993f
Bench Category2-ARY-EXT (binary constraints in extension)
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 variables208
Number of constraints4218
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension4218
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/238947-1168083656/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.42	     nbVariables=208  nbDomainTypes=4  minDomainSize=1  maxDomainSize=52
0.42	       =>  wckTime=0.122  cpuTime=0.1  mem=7M927
0.42	   
0.42	   relations being loaded...
0.44	   
0.44	   constraints being loaded...
0.72	     nbConstraints=4217  nbRelationTypes=9  nbSingletonDomainVariables=3  nbDisconnectedVariables=1
0.72	     nbExtensionStructures=9  nbSharedExtensionStructures=4208  nbConflictsStructures=9
0.72	     nbSharedConflictsStructures=4208  nbSharedBinaryRepresentations=372  maxDegree=104  maxArity=2
0.72	       =>  wckTime=0.427  cpuTime=0.29  mem=19M678
0.78	   
0.78	   solver IterativeSystematicSolver being built... 
0.94	       =>  wckTime=0.649  cpuTime=0.41  mem=16M668
0.98	   
0.98	   preprocessing
0.98	     nbConstraintChecks=327482  nbPropagations=248  nbRevisions=7254  nbUselessRevisions=6935  nbRemovedValues=793
0.98	     detectedInconsistency=no
0.98	       =>  wckTime=0.034  cpuTime=0.02  mem=16M668
1.21	   
1.21	   search
1.21	     run=0  nbConstraintChecks=4132542  nbPropagations=3606  nbRevisions=98400  nbUselessRevisions=93645
1.21	     nbAssignments=55  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=69  nbRestartNogoods=0  mapSize=10
1.21	     nbInferences=1  nbTooLargeKeys=0
1.21	       =>  wckTime=0.26  cpuTime=0.22  mem=17M693
1.37	   
1.37	   search
1.37	     run=1  nbConstraintChecks=8211324  nbPropagations=10439  nbRevisions=286598  nbUselessRevisions=273012
1.37	     nbAssignments=117  nbFailedAssignments=14  nbBacktracks=25  nbVisitedNodes=148  nbRestartNogoods=2  mapSize=25
1.37	     nbInferences=2  nbTooLargeKeys=0
1.37	       =>  wckTime=0.425  cpuTime=0.38  mem=17M693
1.55	   
1.55	   search
1.55	     run=2  nbConstraintChecks=12665442  nbPropagations=20966  nbRevisions=573203  nbUselessRevisions=545869
1.55	     nbAssignments=188  nbFailedAssignments=21  nbBacktracks=48  nbVisitedNodes=237  nbRestartNogoods=4  mapSize=38
1.55	     nbInferences=6  nbTooLargeKeys=0
1.55	       =>  wckTime=0.602  cpuTime=0.55  mem=17M693
1.71	   
1.71	   search
1.71	     run=3  nbConstraintChecks=16765138  nbPropagations=34676  nbRevisions=950076  nbUselessRevisions=904984
1.71	     nbAssignments=282  nbFailedAssignments=36  nbBacktracks=91  nbVisitedNodes=360  nbRestartNogoods=7  mapSize=65
1.71	     nbInferences=7  nbTooLargeKeys=0
1.71	       =>  wckTime=0.763  cpuTime=0.71  mem=17M693
1.98	   
1.98	   search
1.98	     run=4  nbConstraintChecks=23717945  nbPropagations=55058  nbRevisions=1483944  nbUselessRevisions=1411430
1.98	     nbAssignments=406  nbFailedAssignments=57  nbBacktracks=142  nbVisitedNodes=541  nbRestartNogoods=8  mapSize=109
1.98	     nbInferences=20  nbTooLargeKeys=0
1.98	       =>  wckTime=1.03  cpuTime=0.98  mem=17M693
2.20	   
2.20	   search
2.20	     run=5  nbConstraintChecks=29376571  nbPropagations=80181  nbRevisions=2144255  nbUselessRevisions=2038222
2.20	     nbAssignments=565  nbFailedAssignments=91  nbBacktracks=226  nbVisitedNodes=775  nbRestartNogoods=11  mapSize=175
2.20	     nbInferences=27  nbTooLargeKeys=0
2.20	       =>  wckTime=1.254  cpuTime=1.2  mem=17M693
2.60	   
2.60	   search
2.60	     run=6  nbConstraintChecks=39936286  nbPropagations=115789  nbRevisions=3045362  nbUselessRevisions=2889948
2.60	     nbAssignments=791  nbFailedAssignments=141  nbBacktracks=343  nbVisitedNodes=1125  nbRestartNogoods=12  mapSize=275
2.60	     nbInferences=49  nbTooLargeKeys=0
2.60	       =>  wckTime=1.656  cpuTime=1.6  mem=17M693
3.10	   
3.10	   search
3.10	     run=7  nbConstraintChecks=52835821  nbPropagations=164940  nbRevisions=4243239  nbUselessRevisions=4018183
3.10	     nbAssignments=1129  nbFailedAssignments=238  nbBacktracks=514  nbVisitedNodes=1677  nbRestartNogoods=14
3.10	     mapSize=430  nbInferences=83  nbTooLargeKeys=0
3.10	       =>  wckTime=2.151  cpuTime=2.1  mem=17M693
3.59	   
3.59	   search
3.59	     run=8  nbConstraintChecks=65226434  nbPropagations=225764  nbRevisions=5722916  nbUselessRevisions=5413171
3.59	     nbAssignments=1617  nbFailedAssignments=373  nbBacktracks=773  nbVisitedNodes=2481  nbRestartNogoods=19
3.59	     mapSize=659  nbInferences=140  nbTooLargeKeys=0
3.59	       =>  wckTime=2.648  cpuTime=2.58  mem=18M668
4.62	   
4.62	   search
4.62	     run=9  nbConstraintChecks=91859431  nbPropagations=316649  nbRevisions=7821573  nbUselessRevisions=7382806
4.62	     nbAssignments=2400  nbFailedAssignments=498  nbBacktracks=1157  nbVisitedNodes=3738  nbRestartNogoods=23
4.62	     mapSize=963  nbInferences=375  nbTooLargeKeys=0
4.62	       =>  wckTime=3.675  cpuTime=3.6  mem=18M668
5.68	   
5.68	   search
5.68	     run=10  nbConstraintChecks=119561671  nbPropagations=436765  nbRevisions=10561592  nbUselessRevisions=9955195
5.68	     nbAssignments=3523  nbFailedAssignments=903  nbBacktracks=1734  nbVisitedNodes=5636  nbRestartNogoods=29
5.68	     mapSize=1472  nbInferences=476  nbTooLargeKeys=0
5.68	       =>  wckTime=4.733  cpuTime=4.66  mem=19M643
7.09	   
7.09	   search
7.09	     run=11  nbConstraintChecks=156474526  nbPropagations=596209  nbRevisions=14158559  nbUselessRevisions=13329948
7.09	     nbAssignments=5087  nbFailedAssignments=1391  nbBacktracks=2598  nbVisitedNodes=8215  nbRestartNogoods=35
7.09	     mapSize=2132  nbInferences=653  nbTooLargeKeys=0
7.09	       =>  wckTime=6.145  cpuTime=6.07  mem=19M643
9.23	   
9.23	   search
9.23	     run=12  nbConstraintChecks=213390276  nbPropagations=816051  nbRevisions=19080981  nbUselessRevisions=17953005
9.23	     nbAssignments=7483  nbFailedAssignments=2193  nbBacktracks=3896  nbVisitedNodes=12221  nbRestartNogoods=41
9.23	     mapSize=3184  nbInferences=914  nbTooLargeKeys=0
9.23	       =>  wckTime=8.287  cpuTime=8.21  mem=20M618
10.54	   
10.54	   search
10.54	     run=13  nbConstraintChecks=244991025  nbPropagations=1069672  nbRevisions=24743638  nbUselessRevisions=23268348
10.54	     nbAssignments=10178  nbFailedAssignments=2472  nbBacktracks=5844  nbVisitedNodes=15789  nbRestartNogoods=48
10.54	     mapSize=3831  nbInferences=1337  nbTooLargeKeys=0
10.54	       =>  wckTime=9.593  cpuTime=9.51  mem=22M569
15.16	   
15.16	   search
15.16	     run=14  nbConstraintChecks=365873855  nbPropagations=1459828  nbRevisions=33241481  nbUselessRevisions=31222450
15.16	     nbAssignments=15272  nbFailedAssignments=3589  nbBacktracks=8769  nbVisitedNodes=23836  nbRestartNogoods=55
15.16	     mapSize=5781  nbInferences=2347  nbTooLargeKeys=0
15.16	       =>  wckTime=14.211  cpuTime=14.12  mem=24M519
26.84	   
26.84	   search
26.84	     run=15  nbConstraintChecks=683345287  nbPropagations=2230028  nbRevisions=49081083  nbUselessRevisions=46053314
26.84	     nbAssignments=24131  nbFailedAssignments=5137  nbBacktracks=13147  nbVisitedNodes=38390  nbRestartNogoods=61
26.84	     mapSize=9105  nbInferences=5239  nbTooLargeKeys=0
26.84	       =>  wckTime=25.896  cpuTime=25.81  mem=30M370
33.75	   
33.75	   search
33.75	     run=16  nbConstraintChecks=856146697  nbPropagations=3157554  nbRevisions=69098804  nbUselessRevisions=64882293
33.75	     nbAssignments=36804  nbFailedAssignments=7544  nbBacktracks=19715  nbVisitedNodes=58981  nbRestartNogoods=72
33.75	     mapSize=14338  nbInferences=8876  nbTooLargeKeys=0
33.75	       =>  wckTime=32.799  cpuTime=32.68  mem=37M196
50.97	   
50.97	   search
50.97	     run=17  nbConstraintChecks=1313135856  nbPropagations=4565929  nbRevisions=99948456  nbUselessRevisions=93954680
50.97	     nbAssignments=58467  nbFailedAssignments=13203  nbBacktracks=29571  nbVisitedNodes=96308  nbRestartNogoods=82
50.97	     mapSize=22713  nbInferences=14985  nbTooLargeKeys=0
50.97	       =>  wckTime=50.021  cpuTime=49.89  mem=48M898
74.77	   
74.77	   search
74.77	     run=18  nbConstraintChecks=1917597861  nbPropagations=6644924  nbRevisions=145242581  nbUselessRevisions=136646918
74.77	     nbAssignments=86960  nbFailedAssignments=20703  nbBacktracks=44349  nbVisitedNodes=143294  nbRestartNogoods=86
74.77	     mapSize=33814  nbInferences=21161  nbTooLargeKeys=0
74.77	       =>  wckTime=73.826  cpuTime=73.63  mem=35M732
103.68	   
103.68	   search
103.68	     run=19  nbConstraintChecks=2652803593  nbPropagations=9604095  nbRevisions=208159261  nbUselessRevisions=195819969
103.68	     nbAssignments=127627  nbFailedAssignments=29933  nbBacktracks=66519  nbVisitedNodes=208285  nbRestartNogoods=101
103.68	     mapSize=47266  nbInferences=30383  nbTooLargeKeys=0
103.68	       =>  wckTime=102.732  cpuTime=102.49  mem=56M621
162.74	   
162.74	   search
162.74	     run=20  nbConstraintChecks=4190585758  nbPropagations=14296115  nbRevisions=306951692  nbUselessRevisions=288829228
162.74	     nbAssignments=193310  nbFailedAssignments=36875  nbBacktracks=99771  nbVisitedNodes=312819  nbRestartNogoods=108
162.74	     mapSize=68786  nbInferences=55828  nbTooLargeKeys=0
162.74	       =>  wckTime=161.796  cpuTime=161.41  mem=69M617
261.70	   
261.70	   search
261.70	     run=21  nbConstraintChecks=6804083253  nbPropagations=22138102  nbRevisions=467832734  nbUselessRevisions=439972270
261.70	     nbAssignments=297609  nbFailedAssignments=64887  nbBacktracks=149649  nbVisitedNodes=490691  nbRestartNogoods=122
261.70	     mapSize=107908  nbInferences=82199  nbTooLargeKeys=0
261.70	       =>  wckTime=260.753  cpuTime=260.17  mem=101M679
348.14	   
348.14	   search
348.14	     run=22  nbConstraintChecks=9015771026  nbPropagations=32331196  nbRevisions=681133599  nbUselessRevisions=640711909
348.14	     nbAssignments=432083  nbFailedAssignments=88395  nbBacktracks=224467  nbVisitedNodes=702219  nbRestartNogoods=131
348.14	     mapSize=158145  nbInferences=118279  nbTooLargeKeys=0
348.14	       =>  wckTime=347.189  cpuTime=346.32  mem=122M691
469.00	   
469.00	   search
469.00	     run=23  nbConstraintChecks=12090838662  nbPropagations=46161636  nbRevisions=968679881
469.00	     nbUselessRevisions=911064356  nbAssignments=617993  nbFailedAssignments=126316  nbBacktracks=336697
469.00	     nbVisitedNodes=994692  nbRestartNogoods=151  mapSize=234805  nbInferences=153991  nbTooLargeKeys=0
469.00	       =>  wckTime=468.049  cpuTime=466.85  mem=177M68
638.15	   
638.15	   search
638.15	     run=24  nbConstraintChecks=16481645083  nbPropagations=64827360  nbRevisions=1360397215
638.15	     nbUselessRevisions=1280040873  nbAssignments=927035  nbFailedAssignments=169048  nbBacktracks=505038
638.15	     nbVisitedNodes=1479284  nbRestartNogoods=166  mapSize=339041  nbInferences=251894  nbTooLargeKeys=0
638.15	       =>  wckTime=637.206  cpuTime=635.58  mem=262M188
855.72	   
855.72	   search
855.72	     run=25  nbConstraintChecks=21907874031  nbPropagations=89027967  nbRevisions=1882107810
855.72	     nbUselessRevisions=1772805982  nbAssignments=1373877  nbFailedAssignments=235375  nbBacktracks=757551
855.72	     nbVisitedNodes=2172511  nbRestartNogoods=183  mapSize=518445  nbInferences=379839  nbTooLargeKeys=0
855.72	       =>  wckTime=854.773  cpuTime=852.38  mem=393M871
1329.89	   
1329.89	   search
1329.89	     run=26  nbConstraintChecks=34401852054  nbPropagations=124492221  nbRevisions=2693893794
1329.89	     nbUselessRevisions=2543333719  nbAssignments=2165321  nbFailedAssignments=349738  nbBacktracks=1136318
1329.89	     nbVisitedNodes=3463674  nbRestartNogoods=193  mapSize=784975  nbInferences=678103  nbTooLargeKeys=0
1329.89	       =>  wckTime=1328.942  cpuTime=1325.11  mem=564M14
1361.56	   
1361.56	   INFO : Stopping hyperNogood (mapSize=807641, nbTooLargekeys=0, mem=601M20)
1765.72	   
1765.72	   search
1765.72	     run=27  nbConstraintChecks=45625275852  nbPropagations=172635304  nbRevisions=3787205786
1765.72	     nbUselessRevisions=3578671035  nbAssignments=2986378  nbFailedAssignments=589776  nbBacktracks=1704469
1765.72	     nbVisitedNodes=4740335  nbRestartNogoods=209
1765.72	       =>  wckTime=1764.774  cpuTime=1760.53  mem=601M20

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

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

/proc/loadavg: 1.99 1.90 1.85 4/93 19842
/proc/meminfo: memFree=822112/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=172 CPUtime=0
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156760728 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 8663339 0 0 4096 0 0 0 0 17 0 0 0
/proc/19841/statm: 43 24 18 14 0 3 0

[startup+0.10848 s]
/proc/loadavg: 1.99 1.90 1.85 4/93 19842
/proc/meminfo: memFree=822112/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=914988 CPUtime=0.09
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 3077 0 1 0 8 1 0 0 22 0 8 0 156760728 936947712 2823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228747 2823 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516526 s]
/proc/loadavg: 1.99 1.90 1.85 4/93 19842
/proc/meminfo: memFree=822112/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915328 CPUtime=0.5
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 6584 0 1 0 46 4 0 0 25 0 8 0 156760728 937295872 6323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073647531 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228832 6323 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33962 s]
/proc/loadavg: 1.99 1.90 1.85 3/100 19849
/proc/meminfo: memFree=790760/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915572 CPUtime=1.32
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 10544 0 1 0 125 7 0 0 25 0 8 0 156760728 937545728 10282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228893 10282 2513 14 0 215363 0
[pid=19841/tid=19843] ppid=19839 vsize=915572 CPUtime=0.04
/proc/19841/task/19843/stat : 19843 (java) S 19839 19841 19774 0 -1 64 719 0 0 0 4 0 0 0 16 0 8 0 156760731 937545728 10282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19774 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156760732 937545728 10282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19774 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156760732 937545728 10282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19774 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156760735 937545728 10282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=915572 CPUtime=0.25
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19774 0 -1 64 410 0 0 0 24 1 0 0 15 0 8 0 156760735 937545728 10282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156760735 937545728 10282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156760735 937545728 10282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915572

[startup+2.99281 s]
/proc/loadavg: 1.99 1.90 1.85 3/100 19849
/proc/meminfo: memFree=778088/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915572 CPUtime=2.97
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 10550 0 1 0 290 7 0 0 25 0 8 0 156760728 937545728 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073941849 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228893 10286 2513 14 0 215363 0
[pid=19841/tid=19843] ppid=19839 vsize=915572 CPUtime=0.04
/proc/19841/task/19843/stat : 19843 (java) S 19839 19841 19774 0 -1 64 719 0 0 0 4 0 0 0 17 0 8 0 156760731 937545728 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19774 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156760732 937545728 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19774 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156760732 937545728 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19774 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156760735 937545728 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=915572 CPUtime=0.26
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19774 0 -1 64 414 0 0 0 25 1 0 0 15 0 8 0 156760735 937545728 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156760735 937545728 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156760735 937545728 10286 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915572

[startup+6.27518 s]
/proc/loadavg: 1.99 1.90 1.85 3/100 19849
/proc/meminfo: memFree=778096/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915572 CPUtime=6.25
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 10568 0 1 0 618 7 0 0 25 0 8 0 156760728 937545728 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073970944 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228893 10301 2513 14 0 215363 0
[pid=19841/tid=19843] ppid=19839 vsize=915572 CPUtime=0.04
/proc/19841/task/19843/stat : 19843 (java) S 19839 19841 19774 0 -1 64 719 0 0 0 4 0 0 0 17 0 8 0 156760731 937545728 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19774 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156760732 937545728 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19774 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156760732 937545728 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19774 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156760735 937545728 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=915572 CPUtime=0.29
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19774 0 -1 64 429 0 0 0 28 1 0 0 16 0 8 0 156760735 937545728 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156760735 937545728 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156760735 937545728 10301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915572

[startup+12.7649 s]
/proc/loadavg: 1.99 1.90 1.85 3/100 19849
/proc/meminfo: memFree=777712/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915572 CPUtime=12.74
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 10732 0 1 0 1267 7 0 0 25 0 8 0 156760728 937545728 10465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073941151 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228893 10465 2513 14 0 215363 0
[pid=19841/tid=19843] ppid=19839 vsize=915572 CPUtime=0.04
/proc/19841/task/19843/stat : 19843 (java) S 19839 19841 19774 0 -1 64 719 0 0 0 4 0 0 0 16 0 8 0 156760731 937545728 10465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19774 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156760732 937545728 10465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19774 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156760732 937545728 10465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19774 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156760735 937545728 10465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=915572 CPUtime=0.29
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19774 0 -1 64 430 0 0 0 28 1 0 0 15 0 8 0 156760735 937545728 10465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156760735 937545728 10465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156760735 937545728 10465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 915572

[startup+25.6034 s]
/proc/loadavg: 1.99 1.91 1.85 3/100 19849
/proc/meminfo: memFree=756976/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915572 CPUtime=25.57
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 12249 0 1 0 2548 9 0 0 25 0 8 0 156760728 937545728 11982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928505 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228893 11982 2513 14 0 215363 0
[pid=19841/tid=19843] ppid=19839 vsize=915572 CPUtime=0.04
/proc/19841/task/19843/stat : 19843 (java) S 19839 19841 19774 0 -1 64 719 0 0 0 4 0 0 0 16 0 8 0 156760731 937545728 11982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19774 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156760732 937545728 11982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19774 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156760732 937545728 11982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19774 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156760735 937545728 11982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=915572 CPUtime=0.29
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19774 0 -1 64 430 0 0 0 28 1 0 0 15 0 8 0 156760735 937545728 11982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156760735 937545728 11982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156760735 937545728 11982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 915572

[startup+51.2243 s]
/proc/loadavg: 1.99 1.91 1.86 3/100 19849
/proc/meminfo: memFree=706224/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915572 CPUtime=51.16
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 16960 0 1 0 5105 11 0 0 25 0 8 0 156760728 937545728 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073927584 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228893 16693 2513 14 0 215363 0
[pid=19841/tid=19843] ppid=19839 vsize=915572 CPUtime=0.04
/proc/19841/task/19843/stat : 19843 (java) S 19839 19841 19774 0 -1 64 719 0 0 0 4 0 0 0 16 0 8 0 156760731 937545728 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19774 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156760732 937545728 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19774 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156760732 937545728 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19774 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156760735 937545728 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=915572 CPUtime=0.29
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19774 0 -1 64 430 0 0 0 28 1 0 0 15 0 8 0 156760735 937545728 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156760735 937545728 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156760735 937545728 16693 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 915572

[startup+102.45 s]
/proc/loadavg: 1.99 1.92 1.86 3/100 19849
/proc/meminfo: memFree=617584/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915572 CPUtime=102.33
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 22385 0 1 0 10220 13 0 0 25 0 8 0 156760728 937545728 22117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073923632 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228893 22117 2517 14 0 215363 0
[pid=19841/tid=19843] ppid=19839 vsize=915572 CPUtime=0.1
/proc/19841/task/19843/stat : 19843 (java) S 19839 19841 19774 0 -1 64 5362 0 0 0 9 1 0 0 16 0 8 0 156760731 937545728 22117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19774 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 22117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19774 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 22117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19774 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156760735 937545728 22117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=915572 CPUtime=0.29
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19774 0 -1 64 430 0 0 0 28 1 0 0 15 0 8 0 156760735 937545728 22117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156760735 937545728 22117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156760735 937545728 22117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 915572

[startup+162.519 s]
/proc/loadavg: 1.99 1.94 1.87 3/100 19849
/proc/meminfo: memFree=516912/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915572 CPUtime=162.35
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 29239 0 1 0 16219 16 0 0 25 0 8 0 156760728 937545728 28970 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073923614 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 915572

[startup+1483.63 s]
/proc/loadavg: 2.02 2.01 1.94 3/100 20046
/proc/meminfo: memFree=14904/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915572 CPUtime=1482.03
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 154776 0 1 0 148133 70 0 0 25 0 8 0 156760728 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928505 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228893 154484 2517 14 0 215363 0
[pid=19841/tid=19843] ppid=19839 vsize=915572 CPUtime=2.38
/proc/19841/task/19843/stat : 19843 (java) S 19839 19841 19774 0 -1 64 137728 0 0 0 191 47 0 0 16 0 8 0 156760731 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19774 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19774 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19774 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=915572 CPUtime=0.29
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19774 0 -1 64 431 0 0 0 28 1 0 0 16 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 915572

[startup+1543.68 s]
/proc/loadavg: 1.62 1.90 1.90 2/88 20104
/proc/meminfo: memFree=624856/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915572 CPUtime=1541.97
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 154776 0 1 0 154126 71 0 0 25 0 8 0 156760728 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928474 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228893 154484 2517 14 0 215363 0
[pid=19841/tid=19843] ppid=19839 vsize=915572 CPUtime=2.38
/proc/19841/task/19843/stat : 19843 (java) S 19839 19841 19774 0 -1 64 137728 0 0 0 191 47 0 0 16 0 8 0 156760731 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19774 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19774 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19774 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=915572 CPUtime=0.29
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19774 0 -1 64 431 0 0 0 28 1 0 0 16 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 915572

[startup+1603.71 s]
/proc/loadavg: 1.22 1.73 1.84 2/88 20114
/proc/meminfo: memFree=626648/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915572 CPUtime=1601.97
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 154776 0 1 0 160125 72 0 0 25 0 8 0 156760728 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073936965 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228893 154484 2517 14 0 215363 0
[pid=19841/tid=19843] ppid=19839 vsize=915572 CPUtime=2.38
/proc/19841/task/19843/stat : 19843 (java) S 19839 19841 19774 0 -1 64 137728 0 0 0 191 47 0 0 16 0 8 0 156760731 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19774 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19774 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19774 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=915572 CPUtime=0.29
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19774 0 -1 64 431 0 0 0 28 1 0 0 16 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 915572

[startup+1663.74 s]
/proc/loadavg: 1.08 1.60 1.79 2/88 20168
/proc/meminfo: memFree=625048/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915572 CPUtime=1661.96
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 154776 0 1 0 166123 73 0 0 25 0 8 0 156760728 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073923467 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228893 154484 2517 14 0 215363 0
[pid=19841/tid=19843] ppid=19839 vsize=915572 CPUtime=2.38
/proc/19841/task/19843/stat : 19843 (java) S 19839 19841 19774 0 -1 64 137728 0 0 0 191 47 0 0 16 0 8 0 156760731 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19774 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19774 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19774 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=915572 CPUtime=0.29
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19774 0 -1 64 431 0 0 0 28 1 0 0 16 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 915572

[startup+1723.78 s]
/proc/loadavg: 1.10 1.50 1.74 3/88 20170
/proc/meminfo: memFree=626648/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915572 CPUtime=1721.96
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 154776 0 1 0 172123 73 0 0 25 0 8 0 156760728 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928405 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228893 154484 2517 14 0 215363 0
[pid=19841/tid=19843] ppid=19839 vsize=915572 CPUtime=2.38
/proc/19841/task/19843/stat : 19843 (java) S 19839 19841 19774 0 -1 64 137728 0 0 0 191 47 0 0 16 0 8 0 156760731 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19774 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19774 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19774 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=915572 CPUtime=0.29
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19774 0 -1 64 431 0 0 0 28 1 0 0 16 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) R 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 915572

[startup+1783.82 s]
/proc/loadavg: 1.03 1.41 1.69 3/88 20258
/proc/meminfo: memFree=625624/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915572 CPUtime=1781.96
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 154777 0 1 0 178121 75 0 0 25 0 8 0 156760728 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073980789 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228893 154484 2517 14 0 215363 0
[pid=19841/tid=19843] ppid=19839 vsize=915572 CPUtime=2.38
/proc/19841/task/19843/stat : 19843 (java) S 19839 19841 19774 0 -1 64 137728 0 0 0 191 47 0 0 16 0 8 0 156760731 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19774 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19774 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19774 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=915572 CPUtime=0.29
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19774 0 -1 64 431 0 0 0 28 1 0 0 16 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 915572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.91 s]
/proc/loadavg: 1.02 1.38 1.67 2/88 20258
/proc/meminfo: memFree=625688/2055920 swapFree=4191880/4192956
[pid=19841] ppid=19839 vsize=915572 CPUtime=1800.03
/proc/19841/stat : 19841 (java) R 19839 19841 19774 0 -1 0 154777 0 1 0 179928 75 0 0 25 0 8 0 156760728 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073938776 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19841/statm: 228893 154484 2517 14 0 215363 0
[pid=19841/tid=19843] ppid=19839 vsize=915572 CPUtime=2.38
/proc/19841/task/19843/stat : 19843 (java) S 19839 19841 19774 0 -1 64 137728 0 0 0 191 47 0 0 16 0 8 0 156760731 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19774 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19774 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156760732 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19774 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=915572 CPUtime=0.29
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19774 0 -1 64 431 0 0 0 28 1 0 0 16 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=915572 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19774 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156760735 937545728 154484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915572

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

Child status: 143
Real time (s): 1802.02
CPU time (s): 1800.15
CPU user time (s): 1799.3
CPU system time (s): 0.85087
CPU usage (%): 99.8963
Max. virtual memory (cumulated for all children) (KiB): 915572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 0.85087
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154794
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= 37981
involuntary context switches= 79561

runsolver used 2.07668 s user time and 5.68813 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sat Jan  6 11:40:56 UTC 2007


IDJOB= 238947
IDBENCH= 7029
FILE ID= node9/238947-1168083656

PBS_JOBID= 3476290

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-13/BlackHole-4-13-e-0_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238947-1168083656/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-238947-1168083656 -o ROOT/results/node9/solver-238947-1168083656 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238947-1168083656/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fc5ac11ed4f38c6eb545dd6a6fa0993f

RANDOM SEED= 827412936

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.231
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.231
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:        822592 kB
Buffers:         84108 kB
Cached:         588892 kB
SwapCached:        268 kB
Active:         736772 kB
Inactive:       393608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        822592 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:         479128 kB
Slab:            86924 kB
Committed_AS:  4832152 kB
PageTables:       3136 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= 66542 MiB



End job on node9 on Sat Jan  6 12:11:01 UTC 2007