Trace number 238060

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESAC? (TO) 1800.22 1808.86

General information on the benchmark

Namehaystacks/
haystacks_33.xml
MD5SUM48087fc2b6d2fbabcb2d3faf35362f5e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark186.924
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1089
Number of constraints17456
Maximum constraint arity2
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17456
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=esac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/238060-1168353074/unknown.xml
0.40	   
0.40	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.55	     nbVariables=1089  nbDomainTypes=1  minDomainSize=33  maxDomainSize=33
0.55	       =>  wckTime=0.232  cpuTime=0.15  mem=9M814
0.55	   
0.55	   predicates being loaded...
0.55	   
0.55	   constraints being loaded...
2.78	     nbConstraints=17456  nbConvertedConstraints=17456  nbConvertConstraintsChecks=4356  nbExtensionStructures=4
2.78	     nbSharedExtensionStructures=17452  nbConflictsStructures=4  nbSharedConflictsStructures=17452
2.78	     nbSharedBinaryRepresentations=197  maxDegree=33  maxArity=2
2.78	       =>  wckTime=2.47  cpuTime=2.06  mem=21M533
2.90	   
2.90	   solver IterativeSystematicSolver being built... 
3.15	       =>  wckTime=2.841  cpuTime=2.26  mem=33M146
3.92	   
3.92	   preprocessing
3.92	     nbConstraintChecks=552457  nbPropagations=25133  nbRevisions=25707  nbUselessRevisions=2573  nbSingletonTests=1299
3.92	     nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
3.92	       =>  wckTime=0.754  cpuTime=0.72  mem=33M146
4.10	   
4.10	   search
4.10	     run=0  nbConstraintChecks=74869  nbPropagations=28003  nbRevisions=28589  nbUselessRevisions=2644
4.10	     nbAssignments=114  nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=133  nbRestartNogoods=0  mapSize=10
4.10	     nbInferences=0  nbTooLargeKeys=0
4.10	       =>  wckTime=0.943  cpuTime=0.89  mem=34M154
4.21	   
4.21	   search
4.21	     run=1  nbConstraintChecks=146596  nbPropagations=58840  nbRevisions=60048  nbUselessRevisions=5366
4.21	     nbAssignments=237  nbFailedAssignments=23  nbBacktracks=25  nbVisitedNodes=284  nbRestartNogoods=3  mapSize=25
4.21	     nbInferences=0  nbTooLargeKeys=0
4.21	       =>  wckTime=1.053  cpuTime=0.99  mem=34M154
4.32	   
4.32	   search
4.32	     run=2  nbConstraintChecks=219441  nbPropagations=92577  nbRevisions=94411  nbUselessRevisions=8146
4.32	     nbAssignments=369  nbFailedAssignments=40  nbBacktracks=47  nbVisitedNodes=451  nbRestartNogoods=6  mapSize=47
4.32	     nbInferences=1  nbTooLargeKeys=0
4.32	       =>  wckTime=1.161  cpuTime=1.1  mem=35M163
4.44	   
4.44	   search
4.44	     run=3  nbConstraintChecks=291500  nbPropagations=129263  nbRevisions=131730  nbUselessRevisions=10985
4.44	     nbAssignments=519  nbFailedAssignments=65  nbBacktracks=81  nbVisitedNodes=652  nbRestartNogoods=9  mapSize=81
4.44	     nbInferences=2  nbTooLargeKeys=0
4.44	       =>  wckTime=1.275  cpuTime=1.21  mem=36M171
4.57	   
4.57	   search
4.57	     run=4  nbConstraintChecks=363037  nbPropagations=169009  nbRevisions=172115  nbUselessRevisions=13886
4.57	     nbAssignments=699  nbFailedAssignments=101  nbBacktracks=131  nbVisitedNodes=906  nbRestartNogoods=11  mapSize=131
4.57	     nbInferences=4  nbTooLargeKeys=0
4.57	       =>  wckTime=1.408  cpuTime=1.34  mem=36M171
4.73	   
4.73	   search
4.73	     run=5  nbConstraintChecks=434408  nbPropagations=212035  nbRevisions=215795  nbUselessRevisions=16870
4.73	     nbAssignments=930  nbFailedAssignments=150  nbBacktracks=206  nbVisitedNodes=1252  nbRestartNogoods=15  mapSize=206
4.73	     nbInferences=21  nbTooLargeKeys=0
4.73	       =>  wckTime=1.565  cpuTime=1.5  mem=37M180
4.92	   
4.92	   search
4.92	     run=6  nbConstraintChecks=506589  nbPropagations=258644  nbRevisions=263063  nbUselessRevisions=19939
4.92	     nbAssignments=1229  nbFailedAssignments=223  nbBacktracks=319  nbVisitedNodes=1719  nbRestartNogoods=17
4.92	     mapSize=317  nbInferences=43  nbTooLargeKeys=0
4.92	       =>  wckTime=1.755  cpuTime=1.68  mem=39M197
5.17	   
5.17	   search
5.17	     run=7  nbConstraintChecks=580136  nbPropagations=309341  nbRevisions=314389  nbUselessRevisions=23098
5.17	     nbAssignments=1638  nbFailedAssignments=329  nbBacktracks=489  nbVisitedNodes=2382  nbRestartNogoods=23
5.17	     mapSize=486  nbInferences=85  nbTooLargeKeys=0
5.17	       =>  wckTime=2.013  cpuTime=1.93  mem=41M215
5.50	   
5.50	   search
5.50	     run=8  nbConstraintChecks=655766  nbPropagations=364901  nbRevisions=370474  nbUselessRevisions=26349
5.50	     nbAssignments=2215  nbFailedAssignments=480  nbBacktracks=745  nbVisitedNodes=3342  nbRestartNogoods=30
5.50	     mapSize=741  nbInferences=166  nbTooLargeKeys=0
5.50	       =>  wckTime=2.343  cpuTime=2.25  mem=43M232
5.98	   
5.98	   search
5.98	     run=9  nbConstraintChecks=734913  nbPropagations=426626  nbRevisions=432472  nbUselessRevisions=29696
5.98	     nbAssignments=3064  nbFailedAssignments=698  nbBacktracks=1129  nbVisitedNodes=4783  nbRestartNogoods=36
5.98	     mapSize=1125  nbInferences=322  nbTooLargeKeys=0
5.98	       =>  wckTime=2.814  cpuTime=2.72  mem=47M266
6.66	   
6.66	   search
6.66	     run=10  nbConstraintChecks=819215  nbPropagations=496494  nbRevisions=502082  nbUselessRevisions=33140
6.66	     nbAssignments=4336  nbFailedAssignments=1008  nbBacktracks=1705  nbVisitedNodes=6972  nbRestartNogoods=41
6.66	     mapSize=1700  nbInferences=619  nbTooLargeKeys=0
6.66	       =>  wckTime=3.503  cpuTime=3.4  mem=54M326
7.47	   
7.47	   search
7.47	     run=11  nbConstraintChecks=915311  nbPropagations=576204  nbRevisions=581387  nbUselessRevisions=36794
7.47	     nbAssignments=5985  nbFailedAssignments=1556  nbBacktracks=2569  nbVisitedNodes=9883  nbRestartNogoods=47
7.47	     mapSize=2555  nbInferences=785  nbTooLargeKeys=0
7.47	       =>  wckTime=4.311  cpuTime=4.2  mem=60M378
8.69	   
8.69	   search
8.69	     run=12  nbConstraintChecks=1076870  nbPropagations=671427  nbRevisions=675867  nbUselessRevisions=40657
8.69	     nbAssignments=8478  nbFailedAssignments=2381  nbBacktracks=3868  nbVisitedNodes=14193  nbRestartNogoods=52
8.69	     mapSize=3838  nbInferences=1024  nbTooLargeKeys=0
8.69	       =>  wckTime=5.53  cpuTime=5.37  mem=42M158
10.68	   
10.68	   search
10.68	     run=13  nbConstraintChecks=1254317  nbPropagations=794997  nbRevisions=794688  nbUselessRevisions=45104
10.68	     nbAssignments=13492  nbFailedAssignments=3109  nbBacktracks=5814  nbVisitedNodes=22974  nbRestartNogoods=56
10.68	     mapSize=5749  nbInferences=3335  nbTooLargeKeys=0
10.68	       =>  wckTime=7.515  cpuTime=7.34  mem=45M184
14.89	   
14.89	   search
14.90	     run=14  nbConstraintChecks=1529964  nbPropagations=963211  nbRevisions=951795  nbUselessRevisions=50315
14.90	     nbAssignments=21216  nbFailedAssignments=4198  nbBacktracks=8733  nbVisitedNodes=36471  nbRestartNogoods=63
14.90	     mapSize=8631  nbInferences=6930  nbTooLargeKeys=0
14.90	       =>  wckTime=11.735  cpuTime=11.48  mem=63M157
22.23	   
22.23	   search
22.23	     run=15  nbConstraintChecks=1909163  nbPropagations=1206389  nbRevisions=1170902  nbUselessRevisions=56580
22.23	     nbAssignments=34121  nbFailedAssignments=5561  nbBacktracks=13111  nbVisitedNodes=59147  nbRestartNogoods=69
22.23	     mapSize=12976  nbInferences=13975  nbTooLargeKeys=0
22.23	       =>  wckTime=19.074  cpuTime=18.74  mem=110M621
33.54	   
33.54	   search
33.54	     run=16  nbConstraintChecks=2649133  nbPropagations=1569116  nbRevisions=1489020  nbUselessRevisions=64541
33.54	     nbAssignments=54022  nbFailedAssignments=7420  nbBacktracks=19679  nbVisitedNodes=93410  nbRestartNogoods=91
33.54	     mapSize=19511  nbInferences=24974  nbTooLargeKeys=0
33.54	       =>  wckTime=30.382  cpuTime=29.88  mem=135M167
52.47	   
52.47	   search
52.47	     run=17  nbConstraintChecks=3574852  nbPropagations=2124576  nbRevisions=1963529  nbUselessRevisions=75336
52.47	     nbAssignments=86470  nbFailedAssignments=9836  nbBacktracks=29531  nbVisitedNodes=150266  nbRestartNogoods=110
52.47	     mapSize=29332  nbInferences=44792  nbTooLargeKeys=0
52.47	       =>  wckTime=49.314  cpuTime=48.57  mem=205M121
79.30	   
79.30	   search
79.30	     run=18  nbConstraintChecks=5134480  nbPropagations=2969798  nbRevisions=2674907  nbUselessRevisions=90131
79.30	     nbAssignments=134223  nbFailedAssignments=13588  nbBacktracks=44309  nbVisitedNodes=233395  nbRestartNogoods=123
79.30	     mapSize=44033  nbInferences=73267  nbTooLargeKeys=0
79.30	       =>  wckTime=76.137  cpuTime=75.04  mem=329M469
126.54	   
126.54	   search
126.54	     run=19  nbConstraintChecks=7797070  nbPropagations=4333531  nbRevisions=3806226  nbUselessRevisions=114775
126.54	     nbAssignments=216115  nbFailedAssignments=17713  nbBacktracks=66478  nbVisitedNodes=376881  nbRestartNogoods=141
126.54	     mapSize=66128  nbInferences=127663  nbTooLargeKeys=0
126.54	       =>  wckTime=123.382  cpuTime=121.64  mem=450M395
166.05	   
166.05	   INFO : Stopping hyperNogood (mapSize=85375, nbTooLargekeys=0, mem=600M133)
172.20	   
172.20	   search
172.20	     run=20  nbConstraintChecks=10234501  nbPropagations=6228195  nbRevisions=5387791  nbUselessRevisions=147781
172.20	     nbAssignments=308203  nbFailedAssignments=30825  nbBacktracks=99730  nbVisitedNodes=539307  nbRestartNogoods=154
172.20	       =>  wckTime=169.041  cpuTime=166.76  mem=600M133
194.18	   
194.18	   search
194.18	     run=21  nbConstraintChecks=11889599  nbPropagations=8524191  nbRevisions=7374158  nbUselessRevisions=184611
194.18	     nbAssignments=393178  nbFailedAssignments=65154  nbBacktracks=149608  nbVisitedNodes=692351  nbRestartNogoods=177
194.18	       =>  wckTime=191.018  cpuTime=188.63  mem=600M133
226.81	   
226.81	   search
226.81	     run=22  nbConstraintChecks=13812297  nbPropagations=11403070  nbRevisions=9945668  nbUselessRevisions=224024
226.81	     nbAssignments=520200  nbFailedAssignments=116844  nbBacktracks=224426  nbVisitedNodes=922418  nbRestartNogoods=192
226.81	       =>  wckTime=223.652  cpuTime=221.11  mem=600M133
275.64	   
275.64	   search
275.64	     run=23  nbConstraintChecks=16507780  nbPropagations=15150899  nbRevisions=13387646  nbUselessRevisions=265396
275.64	     nbAssignments=710790  nbFailedAssignments=194543  nbBacktracks=336653  nbVisitedNodes=1267920  nbRestartNogoods=216
275.64	       =>  wckTime=272.478  cpuTime=269.71  mem=600M133
349.43	   
349.43	   search
349.43	     run=24  nbConstraintChecks=20290085  nbPropagations=20193008  nbRevisions=18125778  nbUselessRevisions=309063
349.43	     nbAssignments=996579  nbFailedAssignments=311324  nbBacktracks=504994  nbVisitedNodes=1786774  nbRestartNogoods=241
349.43	       =>  wckTime=346.273  cpuTime=343.15  mem=600M133
454.91	   
454.91	   search
454.91	     run=25  nbConstraintChecks=25738715  nbPropagations=27159679  nbRevisions=24802752  nbUselessRevisions=363632
454.91	     nbAssignments=1423117  nbFailedAssignments=484802  nbBacktracks=757505  nbVisitedNodes=2559928
454.91	     nbRestartNogoods=263
454.91	       =>  wckTime=451.746  cpuTime=448.13  mem=600M133
613.91	   
613.91	   search
613.91	     run=26  nbConstraintChecks=34291583  nbPropagations=37015045  nbRevisions=34388371  nbUselessRevisions=424156
613.91	     nbAssignments=2063535  nbFailedAssignments=745286  nbBacktracks=1136273  nbVisitedNodes=3720306
613.91	     nbRestartNogoods=298
613.91	       =>  wckTime=610.747  cpuTime=606.39  mem=600M133
854.19	   
854.20	   search
854.20	     run=27  nbConstraintChecks=45698804  nbPropagations=51180525  nbRevisions=48288249  nbUselessRevisions=489443
854.20	     nbAssignments=3024788  nbFailedAssignments=1137579  nbBacktracks=1704424  nbVisitedNodes=5465545
854.20	     nbRestartNogoods=329
854.20	       =>  wckTime=851.035  cpuTime=845.55  mem=600M133
1202.13	   
1202.13	   search
1202.13	     run=28  nbConstraintChecks=62667893  nbPropagations=71811204  nbRevisions=68673245  nbUselessRevisions=570501
1202.13	     nbAssignments=4468205  nbFailedAssignments=1728386  nbBacktracks=2556650  nbVisitedNodes=8090432
1202.13	     nbRestartNogoods=347
1202.13	       =>  wckTime=1198.974  cpuTime=1191.86  mem=600M133
1725.45	   
1725.45	   search
1725.45	     run=29  nbConstraintChecks=88031658  nbPropagations=102144647  nbRevisions=98768512  nbUselessRevisions=658506
1725.45	     nbAssignments=6634371  nbFailedAssignments=2614917  nbBacktracks=3834990  nbVisitedNodes=12028595
1725.45	     nbRestartNogoods=381
1725.45	       =>  wckTime=1722.293  cpuTime=1712.72  mem=600M133

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/node4/watcher-238060-1168353074 -o ROOT/results/node4/solver-238060-1168353074 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238060-1168353074/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.79 1.95 1.98 4/94 7571
/proc/meminfo: memFree=1784816/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=0 CPUtime=0
/proc/7570/stat : 7570 (runsolver) R 7568 7570 5137 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 183702961 0 0 18446744073709551615 0 0 0 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 0 0 0
/proc/7570/statm: 0 0 0 0 0 0 0

[startup+0.107344 s]
/proc/loadavg: 1.79 1.95 1.98 4/94 7571
/proc/meminfo: memFree=1784816/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=914988 CPUtime=0.09
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 3020 0 1 0 8 1 0 0 17 0 8 0 183702961 936947712 2766 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072897365 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228747 2766 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515383 s]
/proc/loadavg: 1.79 1.95 1.98 4/94 7571
/proc/meminfo: memFree=1784816/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915328 CPUtime=0.46
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 6439 0 1 0 42 4 0 0 18 0 8 0 183702961 937295872 6178 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072941855 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228832 6178 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.33646 s]
/proc/loadavg: 1.79 1.95 1.98 3/101 7578
/proc/meminfo: memFree=1707448/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915628 CPUtime=1.29
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 17914 0 1 0 117 12 0 0 24 0 8 0 183702961 937603072 17652 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072943464 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228907 17652 2180 14 0 215377 0
[pid=7570/tid=7572] ppid=7568 vsize=915628 CPUtime=0.05
/proc/7570/task/7572/stat : 7572 (java) S 7568 7570 5137 0 -1 64 1313 0 0 0 5 0 0 0 17 0 8 0 183702965 937603072 17652 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7573] ppid=7568 vsize=915628 CPUtime=0
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 5137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183702966 937603072 17652 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7574] ppid=7568 vsize=915628 CPUtime=0
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 5137 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183702966 937603072 17652 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7575] ppid=7568 vsize=915628 CPUtime=0
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 5137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183702969 937603072 17652 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7576] ppid=7568 vsize=915628 CPUtime=0.17
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 5137 0 -1 64 411 0 0 0 17 0 0 0 16 0 8 0 183702969 937603072 17652 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7577] ppid=7568 vsize=915628 CPUtime=0
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 5137 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183702969 937603072 17652 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7578] ppid=7568 vsize=915628 CPUtime=0
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 5137 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 183702969 937603072 17652 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915628

[startup+2.97362 s]
/proc/loadavg: 1.81 1.95 1.98 3/101 7578
/proc/meminfo: memFree=1688696/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915732 CPUtime=2.91
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 23284 0 1 0 204 87 0 0 25 0 8 0 183702961 937709568 23007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228933 23007 2496 14 0 215403 0
[pid=7570/tid=7572] ppid=7568 vsize=915732 CPUtime=0.29
/proc/7570/task/7572/stat : 7572 (java) S 7568 7570 5137 0 -1 64 6300 0 0 0 27 2 0 0 17 0 8 0 183702965 937709568 23007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7573] ppid=7568 vsize=915732 CPUtime=0
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 5137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183702966 937709568 23007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7574] ppid=7568 vsize=915732 CPUtime=0
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 5137 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183702966 937709568 23007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7575] ppid=7568 vsize=915732 CPUtime=0
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 5137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183702969 937709568 23007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7576] ppid=7568 vsize=915732 CPUtime=0.22
/proc/7570/task/7576/stat : 7576 (java) R 7568 7570 5137 0 -1 64 438 0 0 0 21 1 0 0 16 0 8 0 183702969 937709568 23007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153337183 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7577] ppid=7568 vsize=915732 CPUtime=0
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 5137 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183702969 937709568 23007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7578] ppid=7568 vsize=915732 CPUtime=0
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 5137 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 183702969 937709568 23007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915732

[startup+6.18192 s]
/proc/loadavg: 1.81 1.95 1.98 3/101 7578
/proc/meminfo: memFree=1655928/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915856 CPUtime=6.1
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 23461 0 1 0 522 88 0 0 25 0 8 0 183702961 937836544 23181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074086480 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228964 23181 2545 14 0 215434 0
[pid=7570/tid=7572] ppid=7568 vsize=915856 CPUtime=0.29
/proc/7570/task/7572/stat : 7572 (java) S 7568 7570 5137 0 -1 64 6300 0 0 0 27 2 0 0 17 0 8 0 183702965 937836544 23181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7573] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 5137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 23181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7574] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 5137 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 23181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7575] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 5137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183702969 937836544 23181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7576] ppid=7568 vsize=915856 CPUtime=0.34
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 5137 0 -1 64 510 0 0 0 33 1 0 0 15 0 8 0 183702969 937836544 23181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7577] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 5137 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183702969 937836544 23181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7578] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 5137 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 183702969 937836544 23181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 915856

[startup+12.6535 s]
/proc/loadavg: 1.84 1.95 1.98 3/102 7579
/proc/meminfo: memFree=1541808/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915856 CPUtime=12.53
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 27309 0 1 0 1163 90 0 0 25 0 8 0 183702961 937836544 27026 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074123952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228964 27026 2545 14 0 215434 0
[pid=7570/tid=7572] ppid=7568 vsize=915856 CPUtime=0.33
/proc/7570/task/7572/stat : 7572 (java) S 7568 7570 5137 0 -1 64 10141 0 0 0 29 4 0 0 17 0 8 0 183702965 937836544 27026 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7573] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 5137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 27026 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7574] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 5137 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 27026 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7575] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 5137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183702969 937836544 27026 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7576] ppid=7568 vsize=915856 CPUtime=0.35
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 5137 0 -1 64 514 0 0 0 34 1 0 0 16 0 8 0 183702969 937836544 27026 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7577] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 5137 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183702969 937836544 27026 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7578] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 5137 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 183702969 937836544 27026 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 915856

[startup+25.5288 s]
/proc/loadavg: 1.86 1.95 1.98 3/102 7579
/proc/meminfo: memFree=1480944/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915856 CPUtime=25.34
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 42521 0 1 0 2438 96 0 0 25 0 8 0 183702961 937836544 42234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074114933 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228964 42234 2545 14 0 215434 0
[pid=7570/tid=7572] ppid=7568 vsize=915856 CPUtime=0.47
/proc/7570/task/7572/stat : 7572 (java) S 7568 7570 5137 0 -1 64 25348 0 0 0 37 10 0 0 16 0 8 0 183702965 937836544 42234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7573] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 5137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 42234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7574] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 5137 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 42234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7575] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 5137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183702969 937836544 42234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7576] ppid=7568 vsize=915856 CPUtime=0.35
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 5137 0 -1 64 515 0 0 0 34 1 0 0 16 0 8 0 183702969 937836544 42234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7577] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 5137 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183702969 937836544 42234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7578] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 5137 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 183702969 937836544 42234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915856

[startup+51.1532 s]
/proc/loadavg: 1.91 1.96 1.98 3/102 7579
/proc/meminfo: memFree=1361072/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915856 CPUtime=50.85
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 63526 0 1 0 4979 106 0 0 25 0 8 0 183702961 937836544 63233 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074110971 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228964 63233 2545 14 0 215434 0
[pid=7570/tid=7572] ppid=7568 vsize=915856 CPUtime=0.68
/proc/7570/task/7572/stat : 7572 (java) S 7568 7570 5137 0 -1 64 46347 0 0 0 48 20 0 0 16 0 8 0 183702965 937836544 63233 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7573] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 5137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 63233 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7574] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 5137 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 63233 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7575] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 5137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183702969 937836544 63233 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7576] ppid=7568 vsize=915856 CPUtime=0.35
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 5137 0 -1 64 515 0 0 0 34 1 0 0 16 0 8 0 183702969 937836544 63233 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7577] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 5137 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183702969 937836544 63233 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7578] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 5137 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 183702969 937836544 63233 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 915856

[startup+102.406 s]
/proc/loadavg: 1.96 1.96 1.98 3/102 7579
/proc/meminfo: memFree=1149808/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915856 CPUtime=101.87
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 106316 0 1 0 10062 125 0 0 25 0 8 0 183702961 937836544 106012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074083418 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228964 106012 2545 14 0 215434 0
[pid=7570/tid=7572] ppid=7568 vsize=915856 CPUtime=1.13
/proc/7570/task/7572/stat : 7572 (java) S 7568 7570 5137 0 -1 64 89124 0 0 0 75 38 0 0 16 0 8 0 183702965 937836544 106012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7573] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 5137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 106012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7574] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 5137 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 106012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7575] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 5137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183702969 937836544 106012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7576] ppid=7568 vsize=915856 CPUtime=0.36
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 5137 0 -1 64 517 0 0 0 35 1 0 0 15 0 8 0 183702969 937836544 106012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7577] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 5137 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183702969 937836544 106012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7578] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 5137 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 183702969 937836544 106012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 915856

[startup+162.43 s]
/proc/loadavg: 1.98 1.97 1.98 3/102 7579
/proc/meminfo: memFree=914608/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915856 CPUtime=161.6
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 154301 0 1 0 16014 146 0 0 25 0 8 0 183702961 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074049231 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1416.92
Current children cumulated vsize (KiB) 915856

[startup+1483.73 s]
/proc/loadavg: 2.00 2.01 2.00 3/102 7579
/proc/meminfo: memFree=678704/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915856 CPUtime=1476.7
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 154302 0 1 0 147512 158 0 0 25 0 8 0 183702961 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074061150 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228964 153983 2545 14 0 215434 0
[pid=7570/tid=7572] ppid=7568 vsize=915856 CPUtime=1.67
/proc/7570/task/7572/stat : 7572 (java) S 7568 7570 5137 0 -1 64 137095 0 0 0 108 59 0 0 16 0 8 0 183702965 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7573] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 5137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7574] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 5137 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7575] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 5137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7576] ppid=7568 vsize=915856 CPUtime=0.36
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 5137 0 -1 64 517 0 0 0 35 1 0 0 15 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7577] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 5137 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7578] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 5137 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.7
Current children cumulated vsize (KiB) 915856

[startup+1543.79 s]
/proc/loadavg: 2.03 2.02 2.00 3/102 7579
/proc/meminfo: memFree=678640/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915856 CPUtime=1536.48
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 154302 0 1 0 153489 159 0 0 25 0 8 0 183702961 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074110971 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228964 153983 2545 14 0 215434 0
[pid=7570/tid=7572] ppid=7568 vsize=915856 CPUtime=1.67
/proc/7570/task/7572/stat : 7572 (java) S 7568 7570 5137 0 -1 64 137095 0 0 0 108 59 0 0 16 0 8 0 183702965 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7573] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 5137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7574] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 5137 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7575] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 5137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7576] ppid=7568 vsize=915856 CPUtime=0.36
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 5137 0 -1 64 517 0 0 0 35 1 0 0 15 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7577] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 5137 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7578] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 5137 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.48
Current children cumulated vsize (KiB) 915856

[startup+1603.85 s]
/proc/loadavg: 2.01 2.01 2.00 3/102 7579
/proc/meminfo: memFree=638000/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915856 CPUtime=1596.26
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 154302 0 1 0 159467 159 0 0 25 0 8 0 183702961 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228964 153983 2545 14 0 215434 0
[pid=7570/tid=7572] ppid=7568 vsize=915856 CPUtime=1.67
/proc/7570/task/7572/stat : 7572 (java) S 7568 7570 5137 0 -1 64 137095 0 0 0 108 59 0 0 16 0 8 0 183702965 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7573] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 5137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7574] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 5137 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7575] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 5137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7576] ppid=7568 vsize=915856 CPUtime=0.36
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 5137 0 -1 64 517 0 0 0 35 1 0 0 15 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7577] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 5137 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7578] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 5137 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.26
Current children cumulated vsize (KiB) 915856

[startup+1663.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/102 7579
/proc/meminfo: memFree=638000/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915856 CPUtime=1656.03
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 154302 0 1 0 165443 160 0 0 25 0 8 0 183702961 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074061152 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228964 153983 2545 14 0 215434 0
[pid=7570/tid=7572] ppid=7568 vsize=915856 CPUtime=1.67
/proc/7570/task/7572/stat : 7572 (java) S 7568 7570 5137 0 -1 64 137095 0 0 0 108 59 0 0 16 0 8 0 183702965 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7573] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 5137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7574] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 5137 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7575] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 5137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7576] ppid=7568 vsize=915856 CPUtime=0.36
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 5137 0 -1 64 517 0 0 0 35 1 0 0 15 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7577] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 5137 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7578] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 5137 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.03
Current children cumulated vsize (KiB) 915856

[startup+1723.96 s]
/proc/loadavg: 2.01 2.02 2.00 3/102 7579
/proc/meminfo: memFree=637936/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915856 CPUtime=1715.8
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 154302 0 1 0 171420 160 0 0 25 0 8 0 183702961 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074110971 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228964 153983 2545 14 0 215434 0
[pid=7570/tid=7572] ppid=7568 vsize=915856 CPUtime=1.67
/proc/7570/task/7572/stat : 7572 (java) S 7568 7570 5137 0 -1 64 137095 0 0 0 108 59 0 0 16 0 8 0 183702965 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7573] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 5137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7574] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 5137 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7575] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 5137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7576] ppid=7568 vsize=915856 CPUtime=0.36
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 5137 0 -1 64 517 0 0 0 35 1 0 0 15 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7577] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 5137 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7578] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 5137 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.8
Current children cumulated vsize (KiB) 915856

[startup+1784.02 s]
/proc/loadavg: 2.03 2.02 2.00 3/102 7579
/proc/meminfo: memFree=637872/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915856 CPUtime=1775.58
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 154302 0 1 0 177397 161 0 0 25 0 8 0 183702961 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074080924 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228964 153983 2545 14 0 215434 0
[pid=7570/tid=7572] ppid=7568 vsize=915856 CPUtime=1.67
/proc/7570/task/7572/stat : 7572 (java) S 7568 7570 5137 0 -1 64 137095 0 0 0 108 59 0 0 16 0 8 0 183702965 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7573] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 5137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7574] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 5137 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7575] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 5137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7576] ppid=7568 vsize=915856 CPUtime=0.36
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 5137 0 -1 64 517 0 0 0 35 1 0 0 15 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7577] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 5137 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7578] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 5137 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.58
Current children cumulated vsize (KiB) 915856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.72 s]
/proc/loadavg: 2.02 2.02 2.00 3/108 7681
/proc/meminfo: memFree=636408/2055920 swapFree=4182144/4192956
[pid=7570] ppid=7568 vsize=915856 CPUtime=1800.07
/proc/7570/stat : 7570 (java) R 7568 7570 5137 0 -1 0 154302 0 1 0 179846 161 0 0 25 0 8 0 183702961 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074111018 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7570/statm: 228964 153983 2545 14 0 215434 0
[pid=7570/tid=7572] ppid=7568 vsize=915856 CPUtime=1.67
/proc/7570/task/7572/stat : 7572 (java) S 7568 7570 5137 0 -1 64 137095 0 0 0 108 59 0 0 16 0 8 0 183702965 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7573] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 5137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7574] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 5137 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183702966 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7575] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 5137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7576] ppid=7568 vsize=915856 CPUtime=0.36
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 5137 0 -1 64 517 0 0 0 35 1 0 0 15 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7577] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 5137 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7570/tid=7578] ppid=7568 vsize=915856 CPUtime=0
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 5137 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 183702969 937836544 153983 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915856

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

Child status: 143
Real time (s): 1808.86
CPU time (s): 1800.22
CPU user time (s): 1798.51
CPU system time (s): 1.70874
CPU usage (%): 99.5223
Max. virtual memory (cumulated for all children) (KiB): 915948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.51
system time used= 1.70874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154320
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= 38284
involuntary context switches= 84136

runsolver used 2.57761 s user time and 5.43917 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue Jan  9 14:31:14 UTC 2007


IDJOB= 238060
IDBENCH= 6980
FILE ID= node4/238060-1168353074

PBS_JOBID= 3503684

Free space on /tmp= 66523 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_33.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238060-1168353074/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-238060-1168353074 -o ROOT/results/node4/solver-238060-1168353074 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238060-1168353074/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  48087fc2b6d2fbabcb2d3faf35362f5e

RANDOM SEED= 72698737

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.223
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.223
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:       1785296 kB
Buffers:         30864 kB
Cached:         116420 kB
SwapCached:       2520 kB
Active:         163748 kB
Inactive:        51516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785296 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            9836 kB
Writeback:           0 kB
Mapped:          86208 kB
Slab:            39836 kB
Committed_AS:  6275140 kB
PageTables:       2560 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= 66523 MiB



End job on node4 on Tue Jan  9 15:01:24 UTC 2007