Trace number 210138

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 427.927 429.847

DiagnosticValue
CHECKS26624959
NODES363637

General information on the benchmark

NamepseudoSeries/
ssa/ssa-2670-141.xml
MD5SUM0c506b62d09cb6d96e76e839d1a3bf47
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.44
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1972
Number of constraints3297
Maximum constraint arity5
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3297
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.33	   instance
0.33	     name=/tmp/evaluation/210138-1168075022/unknown.xml
0.35	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.53	     nbVariables=1972  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2
0.53	       =>  wckTime=0.236  cpuTime=0.16  mem=9M844
0.53	   
0.53	   predicates being loaded...
0.54	   
0.54	   constraints being loaded...
1.11	     nbConstraints=3297  nbSingletonDomainVariables=30  nbConvertedConstraints=2828  nbConvertConstraintsChecks=779
1.11	     nbExtensionStructures=7  nbSharedExtensionStructures=2821  nbConflictsStructures=53
1.11	     nbSharedConflictsStructures=3244  nbSharedBinaryRepresentations=15  nbEvaluationManagers=46
1.11	     nbSharedEvaluationManagers=423  maxDegree=32  maxArity=5
1.11	       =>  wckTime=0.811  cpuTime=0.66  mem=30M323
1.18	   
1.18	   solver IterativeSystematicSolver being built... 
1.45	       =>  wckTime=1.153  cpuTime=0.86  mem=28M414
1.48	   
1.48	   preprocessing
1.48	     nbConstraintChecks=0  nbPropagations=1972  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.48	     detectedInconsistency=no
1.48	       =>  wckTime=0.019  cpuTime=0.01  mem=28M414
1.98	   
1.98	   search
1.98	     run=0  nbConstraintChecks=6800  nbValidityChecks=368  nbPropagations=3788  nbRevisions=4649
1.98	     nbUselessRevisions=2847  nbAssignments=323  nbFailedAssignments=2  nbBacktracks=31  nbVisitedNodes=329
1.98	     nbRestartNogoods=0  mapSize=1  nbInferences=2  nbTooLargeKeys=0
1.98	       =>  wckTime=0.52  cpuTime=0.49  mem=28M414
2.47	   
2.47	   search
2.47	     run=1  nbConstraintChecks=13276  nbValidityChecks=1202  nbPropagations=9429  nbRevisions=14060
2.47	     nbUselessRevisions=8623  nbAssignments=656  nbFailedAssignments=3  nbBacktracks=277  nbVisitedNodes=667
2.47	     nbRestartNogoods=2  mapSize=3  nbInferences=4  nbTooLargeKeys=0
2.47	       =>  wckTime=1.012  cpuTime=0.97  mem=28M414
2.92	   
2.92	   search
2.92	     run=2  nbConstraintChecks=21102  nbValidityChecks=2079  nbPropagations=17294  nbRevisions=28963
2.92	     nbUselessRevisions=17686  nbAssignments=1000  nbFailedAssignments=5  nbBacktracks=332  nbVisitedNodes=1018
2.92	     nbRestartNogoods=3  mapSize=9  nbInferences=5  nbTooLargeKeys=0
2.92	       =>  wckTime=1.46  cpuTime=1.42  mem=28M414
3.28	   
3.28	   search
3.28	     run=3  nbConstraintChecks=26609  nbValidityChecks=2747  nbPropagations=26751  nbRevisions=47841
3.28	     nbUselessRevisions=29157  nbAssignments=1292  nbFailedAssignments=5  nbBacktracks=367  nbVisitedNodes=1313
3.28	     nbRestartNogoods=4  mapSize=10  nbInferences=7  nbTooLargeKeys=0
3.28	       =>  wckTime=1.826  cpuTime=1.78  mem=29M388
3.75	   
3.75	   search
3.75	     run=4  nbConstraintChecks=34600  nbValidityChecks=3716  nbPropagations=38496  nbRevisions=72400
3.75	     nbUselessRevisions=44043  nbAssignments=1646  nbFailedAssignments=8  nbBacktracks=429  nbVisitedNodes=1676
3.75	     nbRestartNogoods=5  mapSize=17  nbInferences=9  nbTooLargeKeys=0
3.75	       =>  wckTime=2.289  cpuTime=2.23  mem=29M388
4.19	   
4.19	   search
4.19	     run=5  nbConstraintChecks=44853  nbValidityChecks=5189  nbPropagations=53137  nbRevisions=104505
4.19	     nbUselessRevisions=63588  nbAssignments=2002  nbFailedAssignments=12  nbBacktracks=504  nbVisitedNodes=2043
4.19	     nbRestartNogoods=7  mapSize=25  nbInferences=12  nbTooLargeKeys=0
4.19	       =>  wckTime=2.737  cpuTime=2.67  mem=29M388
4.75	   
4.75	   search
4.75	     run=6  nbConstraintChecks=55411  nbValidityChecks=6629  nbPropagations=70822  nbRevisions=144355
4.75	     nbUselessRevisions=87838  nbAssignments=2432  nbFailedAssignments=16  nbBacktracks=625  nbVisitedNodes=2484
4.75	     nbRestartNogoods=10  mapSize=34  nbInferences=12  nbTooLargeKeys=0
4.75	       =>  wckTime=3.292  cpuTime=3.23  mem=29M388
5.39	   
5.39	   search
5.39	     run=7  nbConstraintChecks=67974  nbValidityChecks=8452  nbPropagations=92123  nbRevisions=193481
5.39	     nbUselessRevisions=117759  nbAssignments=2918  nbFailedAssignments=21  nbBacktracks=806  nbVisitedNodes=2988
5.39	     nbRestartNogoods=12  mapSize=46  nbInferences=19  nbTooLargeKeys=0
5.39	       =>  wckTime=3.933  cpuTime=3.87  mem=29M388
6.19	   
6.19	   search
6.19	     run=8  nbConstraintChecks=79073  nbValidityChecks=9984  nbPropagations=116632  nbRevisions=250774
6.19	     nbUselessRevisions=152659  nbAssignments=3504  nbFailedAssignments=27  nbBacktracks=1107  nbVisitedNodes=3595
6.19	     nbRestartNogoods=14  mapSize=57  nbInferences=28  nbTooLargeKeys=0
6.19	       =>  wckTime=4.736  cpuTime=4.67  mem=30M361
7.04	   
7.04	   search
7.04	     run=9  nbConstraintChecks=95306  nbValidityChecks=12555  nbPropagations=145698  nbRevisions=320265
7.04	     nbUselessRevisions=195173  nbAssignments=4121  nbFailedAssignments=36  nbBacktracks=1612  nbVisitedNodes=4243
7.04	     nbRestartNogoods=16  mapSize=85  nbInferences=37  nbTooLargeKeys=0
7.04	       =>  wckTime=5.588  cpuTime=5.52  mem=30M361
8.17	   
8.17	   search
8.17	     run=10  nbConstraintChecks=122248  nbValidityChecks=16975  nbPropagations=182315  nbRevisions=410073
8.17	     nbUselessRevisions=250441  nbAssignments=4953  nbFailedAssignments=51  nbBacktracks=2192  nbVisitedNodes=5119
8.17	     nbRestartNogoods=17  mapSize=125  nbInferences=47  nbTooLargeKeys=0
8.17	       =>  wckTime=6.718  cpuTime=6.65  mem=30M361
9.65	   
9.65	   search
9.65	     run=11  nbConstraintChecks=159094  nbValidityChecks=22464  nbPropagations=229253  nbRevisions=527236
9.65	     nbUselessRevisions=322726  nbAssignments=6083  nbFailedAssignments=67  nbBacktracks=3091  nbVisitedNodes=6312
9.65	     nbRestartNogoods=21  mapSize=186  nbInferences=68  nbTooLargeKeys=0
9.65	       =>  wckTime=8.194  cpuTime=8.13  mem=31M335
11.79	   
11.79	   search
11.79	     run=12  nbConstraintChecks=238182  nbValidityChecks=34898  nbPropagations=298649  nbRevisions=704546
11.79	     nbUselessRevisions=432603  nbAssignments=7680  nbFailedAssignments=109  nbBacktracks=4392  nbVisitedNodes=8009
11.79	     nbRestartNogoods=23  mapSize=283  nbInferences=93  nbTooLargeKeys=0
11.79	       =>  wckTime=10.329  cpuTime=10.26  mem=31M335
14.88	   
14.88	   search
14.88	     run=13  nbConstraintChecks=300214  nbValidityChecks=44563  nbPropagations=384917  nbRevisions=928848
14.88	     nbUselessRevisions=572407  nbAssignments=9969  nbFailedAssignments=162  nbBacktracks=6346  nbVisitedNodes=10438
14.88	     nbRestartNogoods=26  mapSize=416  nbInferences=155  nbTooLargeKeys=0
14.88	       =>  wckTime=13.42  cpuTime=13.35  mem=32M309
19.52	   
19.52	   search
19.52	     run=14  nbConstraintChecks=393964  nbValidityChecks=58796  nbPropagations=497204  nbRevisions=1223385
19.52	     nbUselessRevisions=756459  nbAssignments=13233  nbFailedAssignments=212  nbBacktracks=9302  nbVisitedNodes=13891
19.52	     nbRestartNogoods=33  mapSize=602  nbInferences=258  nbTooLargeKeys=0
19.52	       =>  wckTime=18.064  cpuTime=17.99  mem=33M282
26.00	   
26.00	   search
26.00	     run=15  nbConstraintChecks=590947  nbValidityChecks=88460  nbPropagations=663928  nbRevisions=1665126
26.00	     nbUselessRevisions=1032843  nbAssignments=18008  nbFailedAssignments=369  nbBacktracks=13708  nbVisitedNodes=19053
26.00	     nbRestartNogoods=36  mapSize=983  nbInferences=346  nbTooLargeKeys=0
26.00	       =>  wckTime=24.541  cpuTime=24.44  mem=35M230
35.51	   
35.51	   search
35.51	     run=16  nbConstraintChecks=903744  nbValidityChecks=133408  nbPropagations=916495  nbRevisions=2338940
35.51	     nbUselessRevisions=1454183  nbAssignments=25165  nbFailedAssignments=599  nbBacktracks=20289  nbVisitedNodes=26839
35.51	     nbRestartNogoods=42  mapSize=1605  nbInferences=498  nbTooLargeKeys=0
35.51	       =>  wckTime=34.051  cpuTime=33.91  mem=39M124
50.54	   
50.54	   search
50.54	     run=17  nbConstraintChecks=1267479  nbValidityChecks=189181  nbPropagations=1270091  nbRevisions=3285243
50.54	     nbUselessRevisions=2046291  nbAssignments=35688  nbFailedAssignments=832  nbBacktracks=30141  nbVisitedNodes=38062
50.54	     nbRestartNogoods=49  mapSize=2296  nbInferences=735  nbTooLargeKeys=0
50.54	       =>  wckTime=49.087  cpuTime=48.87  mem=43M19
71.50	   
71.50	   search
71.50	     run=18  nbConstraintChecks=2486341  nbValidityChecks=378273  nbPropagations=1960024  nbRevisions=5142374
71.50	     nbUselessRevisions=3209467  nbAssignments=51800  nbFailedAssignments=1712  nbBacktracks=44938  nbVisitedNodes=56216
71.50	     nbRestartNogoods=57  mapSize=4332  nbInferences=1120  nbTooLargeKeys=0
71.50	       =>  wckTime=70.042  cpuTime=69.72  mem=49M835
100.67	   
100.68	   search
100.68	     run=19  nbConstraintChecks=4131733  nbValidityChecks=608215  nbPropagations=3103553  nbRevisions=8218892
100.68	     nbUselessRevisions=5131765  nbAssignments=75603  nbFailedAssignments=3023  nbBacktracks=67116  nbVisitedNodes=82964
100.68	     nbRestartNogoods=63  mapSize=7274  nbInferences=1351  nbTooLargeKeys=0
100.68	       =>  wckTime=99.219  cpuTime=98.75  mem=11M468
137.55	   
137.55	   search
137.55	     run=20  nbConstraintChecks=7263344  nbValidityChecks=950894  nbPropagations=5074676  nbRevisions=13487070
137.55	     nbUselessRevisions=8383789  nbAssignments=111088  nbFailedAssignments=5056  nbBacktracks=100380
137.55	     nbVisitedNodes=122643  nbRestartNogoods=66  mapSize=11414  nbInferences=1430  nbTooLargeKeys=0
137.55	       =>  wckTime=136.092  cpuTime=135.44  mem=24M303
200.89	   
200.89	   search
200.89	     run=21  nbConstraintChecks=10897603  nbValidityChecks=1438463  nbPropagations=8045114  nbRevisions=21416393
200.89	     nbUselessRevisions=13278601  nbAssignments=164630  nbFailedAssignments=8002  nbBacktracks=150270
200.89	     nbVisitedNodes=182689  nbRestartNogoods=80  mapSize=17894  nbInferences=1973  nbTooLargeKeys=0
200.89	       =>  wckTime=199.438  cpuTime=198.49  mem=39M112
296.31	   
296.31	   search
296.31	     run=22  nbConstraintChecks=17144900  nbValidityChecks=2212892  nbPropagations=12705069  nbRevisions=33824015
296.31	     nbUselessRevisions=20915036  nbAssignments=245228  nbFailedAssignments=12599  nbBacktracks=225092
296.31	     nbVisitedNodes=273378  nbRestartNogoods=87  mapSize=27968  nbInferences=3026  nbTooLargeKeys=0
296.31	       =>  wckTime=294.856  cpuTime=293.41  mem=19M227
429.82	   
429.82	   search
429.82	     run=23  nbConstraintChecks=26624959  nbValidityChecks=3249200  nbPropagations=19853007  nbRevisions=52840237
429.82	     nbUselessRevisions=32555435  nbAssignments=363637  nbFailedAssignments=18289  nbBacktracks=336474
429.82	     nbVisitedNodes=404266  nbRestartNogoods=104  mapSize=40186  nbInferences=4364  nbTooLargeKeys=0
429.82	       =>  wckTime=428.361  cpuTime=426.29  mem=53M30
429.82	   
429.82	   global
429.82	     nbConstraintChecks=26624959  nbValidityChecks=3249200  nbPropagations=19854979  nbRevisions=52840237
429.82	     nbUselessRevisions=32555435  nbRestartNogoods=104  solvingWckTime=428.363  solvingCpuTime=426.3  expiredTime=no
429.82	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=427.21
429.82	       =>  wckTime=429.522  cpuTime=427.17  mem=53M30
429.82	   
429.82	s UNSATISFIABLE
429.82	d NODES 363637
429.82	d CHECKS 26624959
429.82	   
429.82	   totalWckTime=429.597  totalCpuTime=427.21

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

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

/proc/loadavg: 0.31 0.69 0.96 5/82 20089
/proc/meminfo: memFree=1338576/2055920 swapFree=4192812/4192956
[pid=20087] ppid=20084 vsize=1784 CPUtime=0
/proc/20087/stat : 20087 (java) D 20084 20087 19858 0 -1 0 346 0 0 0 0 0 0 0 18 0 1 0 155897226 1826816 140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/20087/statm: 446 140 106 14 0 91 0

[startup+0.10322 s]
/proc/loadavg: 0.31 0.69 0.96 5/82 20089
/proc/meminfo: memFree=1338576/2055920 swapFree=4192812/4192956
[pid=20087] ppid=20084 vsize=914988 CPUtime=0.09
/proc/20087/stat : 20087 (java) R 20084 20087 19858 0 -1 0 3049 0 1 0 8 1 0 0 16 0 8 0 155897226 936947712 2795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20087/statm: 228747 2795 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511259 s]
/proc/loadavg: 0.31 0.69 0.96 5/82 20089
/proc/meminfo: memFree=1338576/2055920 swapFree=4192812/4192956
[pid=20087] ppid=20084 vsize=915328 CPUtime=0.49
/proc/20087/stat : 20087 (java) S 20084 20087 19858 0 -1 0 6705 0 1 0 45 4 0 0 16 0 8 0 155897226 937295872 6444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20087/statm: 228832 6444 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33333 s]
/proc/loadavg: 0.31 0.69 0.96 2/88 20102
/proc/meminfo: memFree=1300392/2055920 swapFree=4192812/4192956
[pid=20087] ppid=20084 vsize=915728 CPUtime=1.31
/proc/20087/stat : 20087 (java) R 20084 20087 19858 0 -1 0 13308 0 1 0 110 21 0 0 16 0 8 0 155897226 937705472 13045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20087/statm: 228932 13045 2518 14 0 215402 0
[pid=20087/tid=20096] ppid=20084 vsize=915728 CPUtime=0.06
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 19858 0 -1 64 973 0 0 0 6 0 0 0 16 0 8 0 155897229 937705472 13045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20097] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 19858 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 13045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20098] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 19858 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 13045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20099] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155897233 937705472 13045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=915728 CPUtime=0.22
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 19858 0 -1 64 460 0 0 0 20 2 0 0 16 0 8 0 155897233 937705472 13045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20101] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155897233 937705472 13045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 19858 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155897233 937705472 13045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915728

[startup+2.98549 s]
/proc/loadavg: 0.36 0.70 0.96 2/88 20102
/proc/meminfo: memFree=1296040/2055920 swapFree=4192812/4192956
[pid=20087] ppid=20084 vsize=915728 CPUtime=2.98
/proc/20087/stat : 20087 (java) R 20084 20087 19858 0 -1 0 13394 0 1 0 276 22 0 0 17 0 8 0 155897226 937705472 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074089075 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20087/statm: 228932 13130 2534 14 0 215402 0
[pid=20087/tid=20096] ppid=20084 vsize=915728 CPUtime=0.06
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 19858 0 -1 64 974 0 0 0 6 0 0 0 17 0 8 0 155897229 937705472 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20097] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 19858 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20098] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 19858 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20099] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155897233 937705472 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=915728 CPUtime=0.3
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 19858 0 -1 64 508 0 0 0 28 2 0 0 15 0 8 0 155897233 937705472 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20101] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155897233 937705472 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 19858 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155897233 937705472 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 915728

[startup+6.26279 s]
/proc/loadavg: 0.36 0.70 0.96 2/88 20102
/proc/meminfo: memFree=1295976/2055920 swapFree=4192812/4192956
[pid=20087] ppid=20084 vsize=915728 CPUtime=6.26
/proc/20087/stat : 20087 (java) R 20084 20087 19858 0 -1 0 13410 0 1 0 604 22 0 0 17 0 8 0 155897226 937705472 13141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073855440 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20087/statm: 228932 13141 2534 14 0 215402 0
[pid=20087/tid=20096] ppid=20084 vsize=915728 CPUtime=0.06
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 19858 0 -1 64 974 0 0 0 6 0 0 0 17 0 8 0 155897229 937705472 13141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20097] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 19858 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 13141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20098] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 19858 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 13141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20099] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155897233 937705472 13141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=915728 CPUtime=0.33
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 19858 0 -1 64 520 0 0 0 31 2 0 0 15 0 8 0 155897233 937705472 13141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20101] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155897233 937705472 13141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 19858 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155897233 937705472 13141 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 915728

[startup+12.7464 s]
/proc/loadavg: 0.46 0.71 0.96 2/88 20102
/proc/meminfo: memFree=1295984/2055920 swapFree=4192812/4192956
[pid=20087] ppid=20084 vsize=915728 CPUtime=12.74
/proc/20087/stat : 20087 (java) R 20084 20087 19858 0 -1 0 13417 0 1 0 1252 22 0 0 18 0 8 0 155897226 937705472 13146 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074120247 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20087/statm: 228932 13146 2534 14 0 215402 0
[pid=20087/tid=20096] ppid=20084 vsize=915728 CPUtime=0.06
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 19858 0 -1 64 974 0 0 0 6 0 0 0 16 0 8 0 155897229 937705472 13146 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20097] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 19858 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 13146 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20098] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 19858 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 13146 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20099] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155897233 937705472 13146 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=915728 CPUtime=0.34
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 19858 0 -1 64 525 0 0 0 32 2 0 0 16 0 8 0 155897233 937705472 13146 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20101] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155897233 937705472 13146 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 19858 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155897233 937705472 13146 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 915728

[startup+25.5866 s]
/proc/loadavg: 0.54 0.72 0.96 3/100 20150
/proc/meminfo: memFree=1264848/2055920 swapFree=4192812/4192956
[pid=20087] ppid=20084 vsize=915728 CPUtime=25.55
/proc/20087/stat : 20087 (java) R 20084 20087 19858 0 -1 0 13846 0 1 0 2533 22 0 0 25 0 8 0 155897226 937705472 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074089126 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20087/statm: 228932 13574 2534 14 0 215402 0
[pid=20087/tid=20096] ppid=20084 vsize=915728 CPUtime=0.06
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 19858 0 -1 64 974 0 0 0 6 0 0 0 16 0 8 0 155897229 937705472 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20097] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 19858 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20098] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 19858 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20099] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155897233 937705472 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=915728 CPUtime=0.34
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 19858 0 -1 64 526 0 0 0 32 2 0 0 16 0 8 0 155897233 937705472 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20101] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155897233 937705472 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 19858 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155897233 937705472 13574 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 915728

[startup+51.187 s]
/proc/loadavg: 1.04 0.82 0.98 3/100 20150
/proc/meminfo: memFree=1244112/2055920 swapFree=4192812/4192956
[pid=20087] ppid=20084 vsize=915728 CPUtime=51.04
/proc/20087/stat : 20087 (java) R 20084 20087 19858 0 -1 0 15820 0 1 0 5079 25 0 0 25 0 8 0 155897226 937705472 15546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074089106 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20087/statm: 228932 15546 2534 14 0 215402 0
[pid=20087/tid=20096] ppid=20084 vsize=915728 CPUtime=0.06
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 19858 0 -1 64 974 0 0 0 6 0 0 0 16 0 8 0 155897229 937705472 15546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20097] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 19858 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 15546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20098] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 19858 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 15546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20099] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155897233 937705472 15546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=915728 CPUtime=0.34
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 19858 0 -1 64 527 0 0 0 32 2 0 0 16 0 8 0 155897233 937705472 15546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20101] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155897233 937705472 15546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 19858 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155897233 937705472 15546 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 915728

[startup+102.474 s]
/proc/loadavg: 1.61 1.02 1.04 3/100 20152
/proc/meminfo: memFree=1228688/2055920 swapFree=4192812/4192956
[pid=20087] ppid=20084 vsize=915728 CPUtime=102.07
/proc/20087/stat : 20087 (java) R 20084 20087 19858 0 -1 0 19043 0 1 0 10179 28 0 0 25 0 8 0 155897226 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074101668 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20087/statm: 228932 18768 2538 14 0 215402 0
[pid=20087/tid=20096] ppid=20084 vsize=915728 CPUtime=0.07
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 19858 0 -1 64 1878 0 0 0 7 0 0 0 16 0 8 0 155897229 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20097] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 19858 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20098] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 19858 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20099] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155897233 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=915728 CPUtime=0.34
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 19858 0 -1 64 528 0 0 0 32 2 0 0 17 0 8 0 155897233 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20101] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155897233 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 19858 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155897233 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 915728

[startup+162.503 s]
/proc/loadavg: 1.84 1.18 1.09 3/100 20152
/proc/meminfo: memFree=1228688/2055920 swapFree=4192812/4192956
[pid=20087] ppid=20084 vsize=915728 CPUtime=161.83
/proc/20087/stat : 20087 (java) R 20084 20087 19858 0 -1 0 19043 0 1 0 16154 29 0 0 25 0 8 0 155897226 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074114709 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20087/statm: 228932 18768 2538 14 0 215402 0
[pid=20087/tid=20096] ppid=20084 vsize=915728 CPUtime=0.07
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 19858 0 -1 64 1878 0 0 0 7 0 0 0 16 0 8 0 155897229 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20097] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 19858 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20098] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 19858 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20099] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155897233 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=915728 CPUtime=0.34
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 19858 0 -1 64 528 0 0 0 32 2 0 0 16 0 8 0 155897233 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20101] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155897233 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 19858 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155897233 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.83
Current children cumulated vsize (KiB) 915728

[startup+222.529 s]
/proc/loadavg: 2.02 1.35 1.16 3/100 20152
/proc/meminfo: memFree=1228624/2055920 swapFree=4192812/4192956
[pid=20087] ppid=20084 vsize=915728 CPUtime=221.57
/proc/20087/stat : 20087 (java) R 20084 20087 19858 0 -1 0 19043 0 1 0 22128 29 0 0 25 0 8 0 155897226 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074081871 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20087/statm: 228932 18768 2538 14 0 215402 0
[pid=20087/tid=20096] ppid=20084 vsize=915728 CPUtime=0.07
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 19858 0 -1 64 1878 0 0 0 7 0 0 0 16 0 8 0 155897229 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20097] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 19858 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20098] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 19858 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20099] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155897233 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=915728 CPUtime=0.34
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 19858 0 -1 64 528 0 0 0 32 2 0 0 16 0 8 0 155897233 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20101] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155897233 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 19858 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155897233 937705472 18768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.57
Current children cumulated vsize (KiB) 915728

[startup+282.556 s]
/proc/loadavg: 2.01 1.47 1.21 3/100 20152
/proc/meminfo: memFree=1218448/2055920 swapFree=4192812/4192956
[pid=20087] ppid=20084 vsize=915728 CPUtime=281.32
/proc/20087/stat : 20087 (java) R 20084 20087 19858 0 -1 0 21590 0 1 0 28102 30 0 0 25 0 8 0 155897226 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074147603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20087/statm: 228932 21314 2538 14 0 215402 0
[pid=20087/tid=20096] ppid=20084 vsize=915728 CPUtime=0.13
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 19858 0 -1 64 4424 0 0 0 12 1 0 0 16 0 8 0 155897229 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20097] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 19858 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20098] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 19858 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20099] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155897233 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=915728 CPUtime=0.34
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 19858 0 -1 64 528 0 0 0 32 2 0 0 16 0 8 0 155897233 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20101] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155897233 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 19858 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155897233 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.32
Current children cumulated vsize (KiB) 915728

[startup+342.583 s]
/proc/loadavg: 2.00 1.57 1.26 4/100 20152
/proc/meminfo: memFree=1218384/2055920 swapFree=4192812/4192956
[pid=20087] ppid=20084 vsize=915728 CPUtime=341.07
/proc/20087/stat : 20087 (java) R 20084 20087 19858 0 -1 0 21590 0 1 0 34076 31 0 0 25 0 8 0 155897226 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074120212 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20087/statm: 228932 21314 2538 14 0 215402 0
[pid=20087/tid=20096] ppid=20084 vsize=915728 CPUtime=0.13
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 19858 0 -1 64 4424 0 0 0 12 1 0 0 16 0 8 0 155897229 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20097] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 19858 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20098] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 19858 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20099] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155897233 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=915728 CPUtime=0.34
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 19858 0 -1 64 528 0 0 0 32 2 0 0 16 0 8 0 155897233 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20101] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155897233 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20102/stat : 20102 (java) R 20084 20087 19858 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155897233 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.07
Current children cumulated vsize (KiB) 915728

[startup+402.61 s]
/proc/loadavg: 2.03 1.66 1.30 4/100 20152
/proc/meminfo: memFree=1218384/2055920 swapFree=4192812/4192956
[pid=20087] ppid=20084 vsize=915728 CPUtime=400.81
/proc/20087/stat : 20087 (java) R 20084 20087 19858 0 -1 0 21590 0 1 0 40050 31 0 0 25 0 8 0 155897226 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074120247 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20087/statm: 228932 21314 2538 14 0 215402 0
[pid=20087/tid=20096] ppid=20084 vsize=915728 CPUtime=0.13
/proc/20087/task/20096/stat : 20096 (java) S 20084 20087 19858 0 -1 64 4424 0 0 0 12 1 0 0 16 0 8 0 155897229 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20097] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20097/stat : 20097 (java) S 20084 20087 19858 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20098] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20098/stat : 20098 (java) S 20084 20087 19858 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155897230 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20099] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20099/stat : 20099 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155897233 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20100] ppid=20084 vsize=915728 CPUtime=0.34
/proc/20087/task/20100/stat : 20100 (java) S 20084 20087 19858 0 -1 64 528 0 0 0 32 2 0 0 16 0 8 0 155897233 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20087/tid=20101] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20101/stat : 20101 (java) S 20084 20087 19858 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155897233 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20087/tid=20102] ppid=20084 vsize=915728 CPUtime=0
/proc/20087/task/20102/stat : 20102 (java) S 20084 20087 19858 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155897233 937705472 21314 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.81
Current children cumulated vsize (KiB) 915728

Child status: 0
Real time (s): 429.847
CPU time (s): 427.927
CPU user time (s): 427.592
CPU system time (s): 0.334949
CPU usage (%): 99.5533
Max. virtual memory (cumulated for all children) (KiB): 915824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 427.592
system time used= 0.334949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21594
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= 9891
involuntary context switches= 5626

runsolver used 0.478927 s user time and 1.13283 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Sat Jan  6 09:17:04 UTC 2007


IDJOB= 210138
IDBENCH= 4597
FILE ID= node26/210138-1168075022

PBS_JOBID= 3476033

Free space on /tmp= 66536 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ssa/ssa-2670-141.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210138-1168075022/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-210138-1168075022 -o ROOT/results/node26/solver-210138-1168075022 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210138-1168075022/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0c506b62d09cb6d96e76e839d1a3bf47

RANDOM SEED= 888800595

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.236
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.236
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:       1335512 kB
Buffers:         42236 kB
Cached:         535152 kB
SwapCached:          0 kB
Active:         127548 kB
Inactive:       517784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1335512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3820 kB
Writeback:           0 kB
Mapped:          91592 kB
Slab:            59952 kB
Committed_AS:  3549940 kB
PageTables:       2260 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= 66536 MiB



End job on node26 on Sat Jan  6 09:24:21 UTC 2007