Trace number 218259

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 ACUNSAT 267.487 267.654

DiagnosticValue
CHECKS233240587
NODES270555

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-3_ext.xml
MD5SUM250a171edffa100667b673ab21ba4e93
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.7118
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
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/218259-1168079584/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.39	       =>  wckTime=0.094  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.66	   
0.66	   constraints being loaded...
0.82	     nbConstraints=59  nbRelationTypes=59  nbExtensionStructures=59  nbSharedExtensionStructures=0
0.82	     nbConflictsStructures=59  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=16  maxArity=3
0.82	       =>  wckTime=0.521  cpuTime=0.48  mem=43M434
0.89	   
0.89	   solver IterativeSystematicSolver being built... 
1.05	       =>  wckTime=0.751  cpuTime=0.61  mem=21M498
1.05	   
1.05	   preprocessing
1.05	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.05	     detectedInconsistency=no
1.05	       =>  wckTime=0.0020  cpuTime=0.0  mem=21M498
1.14	   
1.14	   search
1.14	     run=0  nbConstraintChecks=21177  nbValidityChecks=35493  nbPropagations=255  nbRevisions=2615
1.14	     nbUselessRevisions=2064  nbAssignments=24  nbFailedAssignments=11  nbBacktracks=10  nbVisitedNodes=42
1.14	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.09  cpuTime=0.06  mem=21M498
1.19	   
1.19	   search
1.19	     run=1  nbConstraintChecks=48536  nbValidityChecks=89707  nbPropagations=875  nbRevisions=9087
1.19	     nbUselessRevisions=7252  nbAssignments=60  nbFailedAssignments=27  nbBacktracks=25  nbVisitedNodes=104
1.19	     nbRestartNogoods=4  mapSize=20  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.139  cpuTime=0.1  mem=21M498
1.27	   
1.27	   search
1.27	     run=2  nbConstraintChecks=105411  nbValidityChecks=199334  nbPropagations=2187  nbRevisions=22798
1.27	     nbUselessRevisions=17960  nbAssignments=127  nbFailedAssignments=68  nbBacktracks=47  nbVisitedNodes=229
1.27	     nbRestartNogoods=10  mapSize=42  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.224  cpuTime=0.18  mem=21M498
1.38	   
1.38	   search
1.38	     run=3  nbConstraintChecks=176720  nbValidityChecks=339372  nbPropagations=4422  nbRevisions=47115
1.38	     nbUselessRevisions=36837  nbAssignments=211  nbFailedAssignments=115  nbBacktracks=80  nbVisitedNodes=382
1.38	     nbRestartNogoods=15  mapSize=73  nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.327  cpuTime=0.27  mem=21M498
1.52	   
1.52	   search
1.52	     run=4  nbConstraintChecks=301301  nbValidityChecks=581871  nbPropagations=8398  nbRevisions=89489
1.52	     nbUselessRevisions=69535  nbAssignments=370  nbFailedAssignments=220  nbBacktracks=130  nbVisitedNodes=686
1.52	     nbRestartNogoods=17  mapSize=120  nbInferences=0  nbTooLargeKeys=0
1.52	       =>  wckTime=0.474  cpuTime=0.42  mem=21M498
1.76	   
1.76	   search
1.76	     run=5  nbConstraintChecks=497092  nbValidityChecks=961358  nbPropagations=14694  nbRevisions=159382
1.76	     nbUselessRevisions=123746  nbAssignments=600  nbFailedAssignments=370  nbBacktracks=205  nbVisitedNodes=1122
1.76	     nbRestartNogoods=25  mapSize=193  nbInferences=0  nbTooLargeKeys=0
1.76	       =>  wckTime=0.708  cpuTime=0.64  mem=21M498
2.01	   
2.01	   search
2.01	     run=6  nbConstraintChecks=716893  nbValidityChecks=1381027  nbPropagations=23858  nbRevisions=261948
2.01	     nbUselessRevisions=203769  nbAssignments=885  nbFailedAssignments=537  nbBacktracks=318  nbVisitedNodes=1651
2.01	     nbRestartNogoods=35  mapSize=296  nbInferences=0  nbTooLargeKeys=0
2.01	       =>  wckTime=0.963  cpuTime=0.9  mem=21M498
2.42	   
2.42	   search
2.42	     run=7  nbConstraintChecks=1064895  nbValidityChecks=2073168  nbPropagations=37492  nbRevisions=415562
2.42	     nbUselessRevisions=323592  nbAssignments=1354  nbFailedAssignments=831  nbBacktracks=489  nbVisitedNodes=2526
2.42	     nbRestartNogoods=45  mapSize=445  nbInferences=0  nbTooLargeKeys=0
2.42	       =>  wckTime=1.376  cpuTime=1.3  mem=21M498
3.30	   
3.30	   search
3.30	     run=8  nbConstraintChecks=1786043  nbValidityChecks=3502123  nbPropagations=60350  nbRevisions=682010
3.30	     nbUselessRevisions=532353  nbAssignments=2149  nbFailedAssignments=1368  nbBacktracks=745  nbVisitedNodes=4066
3.30	     nbRestartNogoods=55  mapSize=697  nbInferences=0  nbTooLargeKeys=0
3.30	       =>  wckTime=2.251  cpuTime=2.16  mem=21M498
4.23	   
4.23	   INFO : Stopping hyperNogood (mapSize=1027, nbTooLargekeys=0, mem=21M498)
4.29	   
4.29	   search
4.29	     run=9  nbConstraintChecks=2641577  nbValidityChecks=5131697  nbPropagations=94023  nbRevisions=1071872
4.29	     nbUselessRevisions=837905  nbAssignments=3233  nbFailedAssignments=2064  nbBacktracks=1129  nbVisitedNodes=6117
4.29	     nbRestartNogoods=63
4.29	       =>  wckTime=3.236  cpuTime=3.13  mem=21M498
5.66	   
5.66	   search
5.66	     run=10  nbConstraintChecks=3839072  nbValidityChecks=7523911  nbPropagations=144154  nbRevisions=1640063
5.66	     nbUselessRevisions=1281846  nbAssignments=4778  nbFailedAssignments=3028  nbBacktracks=1706  nbVisitedNodes=9038
5.66	     nbRestartNogoods=67
5.66	       =>  wckTime=4.614  cpuTime=4.5  mem=21M498
7.94	   
7.94	   search
7.94	     run=11  nbConstraintChecks=5805503  nbValidityChecks=11278889  nbPropagations=219112  nbRevisions=2493371
7.94	     nbUselessRevisions=1948698  nbAssignments=6854  nbFailedAssignments=4236  nbBacktracks=2570  nbVisitedNodes=12931
7.94	     nbRestartNogoods=80
7.94	       =>  wckTime=6.89  cpuTime=6.77  mem=21M498
11.26	   
11.26	   search
11.26	     run=12  nbConstraintChecks=8647996  nbValidityChecks=16775683  nbPropagations=332531  nbRevisions=3768460
11.26	     nbUselessRevisions=2943099  nbAssignments=10064  nbFailedAssignments=6146  nbBacktracks=3867  nbVisitedNodes=18975
11.26	     nbRestartNogoods=89
11.26	       =>  wckTime=10.215  cpuTime=10.1  mem=22M467
15.86	   
15.86	   search
15.86	     run=13  nbConstraintChecks=12668611  nbValidityChecks=24922604  nbPropagations=495621  nbRevisions=5624527
15.86	     nbUselessRevisions=4394772  nbAssignments=15884  nbFailedAssignments=10016  nbBacktracks=5813  nbVisitedNodes=29903
15.86	     nbRestartNogoods=112
15.86	       =>  wckTime=14.808  cpuTime=14.69  mem=22M467
23.66	   
23.66	   search
23.66	     run=14  nbConstraintChecks=19576948  nbValidityChecks=37992501  nbPropagations=742863  nbRevisions=8474117
23.66	     nbUselessRevisions=6633986  nbAssignments=23843  nbFailedAssignments=15052  nbBacktracks=8733  nbVisitedNodes=45004
23.66	     nbRestartNogoods=125
23.66	       =>  wckTime=22.609  cpuTime=22.48  mem=22M467
34.04	   
34.04	   search
34.04	     run=15  nbConstraintChecks=28797150  nbValidityChecks=55187779  nbPropagations=1098663  nbRevisions=12533113
34.04	     nbUselessRevisions=9826232  nbAssignments=34224  nbFailedAssignments=21051  nbBacktracks=13111
34.04	     nbVisitedNodes=64326  nbRestartNogoods=142
34.04	       =>  wckTime=32.992  cpuTime=32.86  mem=22M467
50.78	   
50.78	   search
50.78	     run=16  nbConstraintChecks=43208696  nbValidityChecks=83637524  nbPropagations=1631979  nbRevisions=18730547
50.78	     nbUselessRevisions=14709663  nbAssignments=52400  nbFailedAssignments=32654  nbBacktracks=19679
50.78	     nbVisitedNodes=98573  nbRestartNogoods=163
50.78	       =>  wckTime=49.73  cpuTime=49.59  mem=22M467
75.63	   
75.63	   search
75.63	     run=17  nbConstraintChecks=64820794  nbValidityChecks=126310612  nbPropagations=2427831  nbRevisions=28066247
75.63	     nbUselessRevisions=22069048  nbAssignments=80303  nbFailedAssignments=50702  nbBacktracks=29531
75.63	     nbVisitedNodes=151116  nbRestartNogoods=178
75.63	       =>  wckTime=74.585  cpuTime=74.44  mem=22M467
112.14	   
112.14	   search
112.14	     run=18  nbConstraintChecks=96690366  nbValidityChecks=187783970  nbPropagations=3618372  nbRevisions=41868055
112.14	     nbUselessRevisions=32960467  nbAssignments=117344  nbFailedAssignments=72961  nbBacktracks=44309
112.14	     nbVisitedNodes=220618  nbRestartNogoods=192
112.14	       =>  wckTime=111.092  cpuTime=110.94  mem=22M467
171.59	   
171.59	   search
171.59	     run=19  nbConstraintChecks=148708258  nbValidityChecks=287089791  nbPropagations=5434291  nbRevisions=62878812
171.59	     nbUselessRevisions=49563885  nbAssignments=176631  nbFailedAssignments=110074  nbBacktracks=66478
171.59	     nbVisitedNodes=332600  nbRestartNogoods=208
171.59	       =>  wckTime=170.545  cpuTime=170.37  mem=22M467
266.99	   
266.99	   search
266.99	     run=20  nbConstraintChecks=232726094  nbValidityChecks=446268223  nbPropagations=8218746  nbRevisions=95232301
266.99	     nbUselessRevisions=75187939  nbAssignments=269919  nbFailedAssignments=170104  nbBacktracks=99732
266.99	     nbVisitedNodes=509907  nbRestartNogoods=210
266.99	       =>  wckTime=265.944  cpuTime=265.74  mem=22M467
267.58	   
267.58	   search
267.58	     run=21  nbConstraintChecks=233240587  nbValidityChecks=447268430  nbPropagations=11009040  nbRevisions=127657580
267.58	     nbUselessRevisions=100870064  nbAssignments=270555  nbFailedAssignments=170514  nbBacktracks=99959
267.58	     nbVisitedNodes=511114  nbRestartNogoods=234
267.58	       =>  wckTime=266.536  cpuTime=266.34  mem=22M467
267.59	   
267.59	   global
267.59	     nbConstraintChecks=233240587  nbValidityChecks=447268430  nbPropagations=11009060  nbRevisions=127657580
267.59	     nbUselessRevisions=100870064  nbRestartNogoods=234  solvingWckTime=266.537  solvingCpuTime=266.34  expiredTime=no
267.59	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=267.01
267.59	       =>  wckTime=267.291  cpuTime=266.95  mem=22M467
267.59	   
267.59	s UNSATISFIABLE
267.59	d NODES 270555
267.59	d CHECKS 233240587
267.59	   
267.59	   totalWckTime=267.366  totalCpuTime=267.01

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node51/watcher-218259-1168079584 -o ROOT/results/node51/solver-218259-1168079584 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218259-1168079584/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.01 1.01 1.09 3/65 32178
/proc/meminfo: memFree=1473448/2055920 swapFree=4192812/4192956
[pid=32177] ppid=32175 vsize=172 CPUtime=0
/proc/32177/stat : 32177 (java) R 32175 32177 31234 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156357022 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 2618148 0 0 4096 0 0 0 0 17 0 0 0
/proc/32177/statm: 43 24 18 14 0 3 0

[startup+0.105066 s]
/proc/loadavg: 1.01 1.01 1.09 3/65 32178
/proc/meminfo: memFree=1473448/2055920 swapFree=4192812/4192956
[pid=32177] ppid=32175 vsize=914988 CPUtime=0.09
/proc/32177/stat : 32177 (java) R 32175 32177 31234 0 -1 0 3054 0 1 0 7 2 0 0 22 0 8 0 156357022 936947712 2800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155440732 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32177/statm: 228747 2800 1449 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.513131 s]
/proc/loadavg: 1.01 1.01 1.09 3/65 32178
/proc/meminfo: memFree=1473448/2055920 swapFree=4192812/4192956
[pid=32177] ppid=32175 vsize=915328 CPUtime=0.5
/proc/32177/stat : 32177 (java) R 32175 32177 31234 0 -1 0 8073 0 1 0 45 5 0 0 16 0 8 0 156357022 937295872 7812 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32177/statm: 228832 7813 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33328 s]
/proc/loadavg: 1.01 1.01 1.09 2/72 32185
/proc/meminfo: memFree=1414832/2055920 swapFree=4192812/4192956
[pid=32177] ppid=32175 vsize=915460 CPUtime=1.31
/proc/32177/stat : 32177 (java) R 32175 32177 31234 0 -1 0 17373 0 1 0 122 9 0 0 16 0 8 0 156357022 937431040 17110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749209 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32177/statm: 228865 17110 2517 14 0 215335 0
[pid=32177/tid=32179] ppid=32175 vsize=915460 CPUtime=0.06
/proc/32177/task/32179/stat : 32179 (java) S 32175 32177 31234 0 -1 64 1841 0 0 0 5 1 0 0 16 0 8 0 156357025 937431040 17110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32180] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32180/stat : 32180 (java) S 32175 32177 31234 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32181] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32181/stat : 32181 (java) S 32175 32177 31234 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32182] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32182/stat : 32182 (java) S 32175 32177 31234 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156357029 937431040 17110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32183] ppid=32175 vsize=915460 CPUtime=0.16
/proc/32177/task/32183/stat : 32183 (java) S 32175 32177 31234 0 -1 64 360 0 0 0 15 1 0 0 15 0 8 0 156357029 937431040 17110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32184] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32184/stat : 32184 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156357029 937431040 17110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32185] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32185/stat : 32185 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156357029 937431040 17110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.97756 s]
/proc/loadavg: 1.01 1.01 1.09 2/72 32185
/proc/meminfo: memFree=1414704/2055920 swapFree=4192812/4192956
[pid=32177] ppid=32175 vsize=915460 CPUtime=2.95
/proc/32177/stat : 32177 (java) R 32175 32177 31234 0 -1 0 17390 0 1 0 285 10 0 0 17 0 8 0 156357022 937431040 17125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727860 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32177/statm: 228865 17125 2517 14 0 215335 0
[pid=32177/tid=32179] ppid=32175 vsize=915460 CPUtime=0.06
/proc/32177/task/32179/stat : 32179 (java) S 32175 32177 31234 0 -1 64 1841 0 0 0 5 1 0 0 16 0 8 0 156357025 937431040 17125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32180] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32180/stat : 32180 (java) S 32175 32177 31234 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32181] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32181/stat : 32181 (java) S 32175 32177 31234 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32182] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32182/stat : 32182 (java) S 32175 32177 31234 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156357029 937431040 17125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32183] ppid=32175 vsize=915460 CPUtime=0.18
/proc/32177/task/32183/stat : 32183 (java) S 32175 32177 31234 0 -1 64 376 0 0 0 17 1 0 0 16 0 8 0 156357029 937431040 17125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32184] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32184/stat : 32184 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156357029 937431040 17125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32185] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32185/stat : 32185 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156357029 937431040 17125 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915460

[startup+6.26711 s]
/proc/loadavg: 1.01 1.01 1.09 2/72 32185
/proc/meminfo: memFree=1414512/2055920 swapFree=4192812/4192956
[pid=32177] ppid=32175 vsize=915460 CPUtime=6.23
/proc/32177/stat : 32177 (java) R 32175 32177 31234 0 -1 0 17402 0 1 0 613 10 0 0 18 0 8 0 156357022 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32177/statm: 228865 17134 2517 14 0 215335 0
[pid=32177/tid=32179] ppid=32175 vsize=915460 CPUtime=0.06
/proc/32177/task/32179/stat : 32179 (java) S 32175 32177 31234 0 -1 64 1841 0 0 0 5 1 0 0 16 0 8 0 156357025 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32180] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32180/stat : 32180 (java) S 32175 32177 31234 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32181] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32181/stat : 32181 (java) S 32175 32177 31234 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32182] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32182/stat : 32182 (java) S 32175 32177 31234 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32183] ppid=32175 vsize=915460 CPUtime=0.19
/proc/32177/task/32183/stat : 32183 (java) S 32175 32177 31234 0 -1 64 386 0 0 0 18 1 0 0 15 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32184] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32184/stat : 32184 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32185] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32185/stat : 32185 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915460

[startup+12.7352 s]
/proc/loadavg: 1.01 1.01 1.09 2/72 32185
/proc/meminfo: memFree=1414512/2055920 swapFree=4192812/4192956
[pid=32177] ppid=32175 vsize=915460 CPUtime=12.69
/proc/32177/stat : 32177 (java) R 32175 32177 31234 0 -1 0 17402 0 1 0 1259 10 0 0 25 0 8 0 156357022 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727860 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32177/statm: 228865 17134 2517 14 0 215335 0
[pid=32177/tid=32179] ppid=32175 vsize=915460 CPUtime=0.06
/proc/32177/task/32179/stat : 32179 (java) S 32175 32177 31234 0 -1 64 1841 0 0 0 5 1 0 0 17 0 8 0 156357025 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32180] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32180/stat : 32180 (java) S 32175 32177 31234 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32181] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32181/stat : 32181 (java) S 32175 32177 31234 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32182] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32182/stat : 32182 (java) S 32175 32177 31234 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32183] ppid=32175 vsize=915460 CPUtime=0.19
/proc/32177/task/32183/stat : 32183 (java) S 32175 32177 31234 0 -1 64 386 0 0 0 18 1 0 0 16 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32184] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32184/stat : 32184 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32185] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32185/stat : 32185 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915460

[startup+25.5814 s]
/proc/loadavg: 1.01 1.00 1.09 2/72 32185
/proc/meminfo: memFree=1414640/2055920 swapFree=4192812/4192956
[pid=32177] ppid=32175 vsize=915460 CPUtime=25.53
/proc/32177/stat : 32177 (java) R 32175 32177 31234 0 -1 0 17403 0 1 0 2543 10 0 0 25 0 8 0 156357022 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073784950 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32177/statm: 228865 17134 2517 14 0 215335 0
[pid=32177/tid=32179] ppid=32175 vsize=915460 CPUtime=0.06
/proc/32177/task/32179/stat : 32179 (java) S 32175 32177 31234 0 -1 64 1841 0 0 0 5 1 0 0 16 0 8 0 156357025 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32180] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32180/stat : 32180 (java) S 32175 32177 31234 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32181] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32181/stat : 32181 (java) S 32175 32177 31234 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32182] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32182/stat : 32182 (java) S 32175 32177 31234 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32183] ppid=32175 vsize=915460 CPUtime=0.19
/proc/32177/task/32183/stat : 32183 (java) S 32175 32177 31234 0 -1 64 386 0 0 0 18 1 0 0 16 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32184] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32184/stat : 32184 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32185] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32185/stat : 32185 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 915460

[startup+51.2587 s]
/proc/loadavg: 1.00 1.00 1.09 2/72 32185
/proc/meminfo: memFree=1414704/2055920 swapFree=4192812/4192956
[pid=32177] ppid=32175 vsize=915460 CPUtime=51.2
/proc/32177/stat : 32177 (java) R 32175 32177 31234 0 -1 0 17403 0 1 0 5110 10 0 0 25 0 8 0 156357022 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073608951 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32177/statm: 228865 17134 2517 14 0 215335 0
[pid=32177/tid=32179] ppid=32175 vsize=915460 CPUtime=0.06
/proc/32177/task/32179/stat : 32179 (java) S 32175 32177 31234 0 -1 64 1841 0 0 0 5 1 0 0 16 0 8 0 156357025 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32180] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32180/stat : 32180 (java) S 32175 32177 31234 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32181] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32181/stat : 32181 (java) S 32175 32177 31234 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32182] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32182/stat : 32182 (java) S 32175 32177 31234 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32183] ppid=32175 vsize=915460 CPUtime=0.19
/proc/32177/task/32183/stat : 32183 (java) S 32175 32177 31234 0 -1 64 386 0 0 0 18 1 0 0 16 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32184] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32184/stat : 32184 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32185] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32185/stat : 32185 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 915460

[startup+102.506 s]
/proc/loadavg: 1.00 1.00 1.08 2/72 32185
/proc/meminfo: memFree=1414768/2055920 swapFree=4192812/4192956
[pid=32177] ppid=32175 vsize=915460 CPUtime=102.43
/proc/32177/stat : 32177 (java) R 32175 32177 31234 0 -1 0 17403 0 1 0 10233 10 0 0 25 0 8 0 156357022 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32177/statm: 228865 17134 2517 14 0 215335 0
[pid=32177/tid=32179] ppid=32175 vsize=915460 CPUtime=0.06
/proc/32177/task/32179/stat : 32179 (java) S 32175 32177 31234 0 -1 64 1841 0 0 0 5 1 0 0 16 0 8 0 156357025 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32180] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32180/stat : 32180 (java) S 32175 32177 31234 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32181] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32181/stat : 32181 (java) S 32175 32177 31234 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32182] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32182/stat : 32182 (java) S 32175 32177 31234 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32183] ppid=32175 vsize=915460 CPUtime=0.19
/proc/32177/task/32183/stat : 32183 (java) S 32175 32177 31234 0 -1 64 386 0 0 0 18 1 0 0 16 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32184] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32184/stat : 32184 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32185] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32185/stat : 32185 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.43
Current children cumulated vsize (KiB) 915460

[startup+162.595 s]
/proc/loadavg: 1.00 1.00 1.08 2/72 32185
/proc/meminfo: memFree=1414704/2055920 swapFree=4192812/4192956
[pid=32177] ppid=32175 vsize=915460 CPUtime=162.5
/proc/32177/stat : 32177 (java) R 32175 32177 31234 0 -1 0 17403 0 1 0 16240 10 0 0 25 0 8 0 156357022 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073609081 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32177/statm: 228865 17134 2517 14 0 215335 0
[pid=32177/tid=32179] ppid=32175 vsize=915460 CPUtime=0.06
/proc/32177/task/32179/stat : 32179 (java) S 32175 32177 31234 0 -1 64 1841 0 0 0 5 1 0 0 16 0 8 0 156357025 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32180] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32180/stat : 32180 (java) S 32175 32177 31234 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32181] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32181/stat : 32181 (java) S 32175 32177 31234 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32182] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32182/stat : 32182 (java) S 32175 32177 31234 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32183] ppid=32175 vsize=915460 CPUtime=0.19
/proc/32177/task/32183/stat : 32183 (java) S 32175 32177 31234 0 -1 64 386 0 0 0 18 1 0 0 16 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32184] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32184/stat : 32184 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32185] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32185/stat : 32185 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.5
Current children cumulated vsize (KiB) 915460

[startup+222.689 s]
/proc/loadavg: 1.08 1.02 1.07 2/72 32185
/proc/meminfo: memFree=1414704/2055920 swapFree=4192812/4192956
[pid=32177] ppid=32175 vsize=915460 CPUtime=222.58
/proc/32177/stat : 32177 (java) R 32175 32177 31234 0 -1 0 17403 0 1 0 22247 11 0 0 25 0 8 0 156357022 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727919 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32177/statm: 228865 17134 2517 14 0 215335 0
[pid=32177/tid=32179] ppid=32175 vsize=915460 CPUtime=0.06
/proc/32177/task/32179/stat : 32179 (java) S 32175 32177 31234 0 -1 64 1841 0 0 0 5 1 0 0 16 0 8 0 156357025 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32180] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32180/stat : 32180 (java) S 32175 32177 31234 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32181] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32181/stat : 32181 (java) S 32175 32177 31234 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156357026 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32182] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32182/stat : 32182 (java) S 32175 32177 31234 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32183] ppid=32175 vsize=915460 CPUtime=0.19
/proc/32177/task/32183/stat : 32183 (java) S 32175 32177 31234 0 -1 64 386 0 0 0 18 1 0 0 16 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32177/tid=32184] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32184/stat : 32184 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32177/tid=32185] ppid=32175 vsize=915460 CPUtime=0
/proc/32177/task/32185/stat : 32185 (java) S 32175 32177 31234 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156357029 937431040 17134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.58
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 267.654
CPU time (s): 267.487
CPU user time (s): 267.363
CPU system time (s): 0.123981
CPU usage (%): 99.9379
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.363
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17410
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= 6260
involuntary context switches= 6007

runsolver used 0.282956 s user time and 0.674897 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Sat Jan  6 10:33:05 UTC 2007


IDJOB= 218259
IDBENCH= 5218
FILE ID= node51/218259-1168079584

PBS_JOBID= 3476008

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-3_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218259-1168079584/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-218259-1168079584 -o ROOT/results/node51/solver-218259-1168079584 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218259-1168079584/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  250a171edffa100667b673ab21ba4e93

RANDOM SEED= 355256269

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.277
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.277
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:       1473992 kB
Buffers:         32164 kB
Cached:         464780 kB
SwapCached:          0 kB
Active:          57576 kB
Inactive:       455232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2920 kB
Writeback:           0 kB
Mapped:          26048 kB
Slab:            55240 kB
Committed_AS:  3010640 kB
PageTables:       1412 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= 66546 MiB



End job on node51 on Sat Jan  6 10:37:32 UTC 2007