Trace number 208539

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 ESACSAT 229.165 231.211

DiagnosticValue
CHECKS1489822477
NODES1104163

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-47_ext.xml
MD5SUM9a6de96e80d1982c64c90c12ab5a78ea
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.0016
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints348
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension348
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/208539-1168188295/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.40	       =>  wckTime=0.097  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.61	     nbConstraints=348  nbRelationTypes=348  nbExtensionStructures=348  nbSharedExtensionStructures=0
0.61	     nbConflictsStructures=348  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=3202  maxDegree=24
0.61	     maxArity=2
0.61	       =>  wckTime=0.307  cpuTime=0.22  mem=13M779
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.508  cpuTime=0.35  mem=15M27
0.86	   
0.86	   preprocessing
0.86	     nbConstraintChecks=69571  nbPropagations=965  nbRevisions=7631  nbUselessRevisions=6316  nbSingletonTests=51
0.86	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.86	       =>  wckTime=0.05  cpuTime=0.03  mem=15M27
0.88	   
0.88	   search
0.88	     run=0  nbConstraintChecks=27759  nbPropagations=1390  nbRevisions=12281  nbUselessRevisions=10169  nbAssignments=24
0.88	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=37  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.07  cpuTime=0.05  mem=15M27
0.90	   
0.90	   search
0.90	     run=1  nbConstraintChecks=60785  nbPropagations=3281  nbRevisions=30314  nbUselessRevisions=24950  nbAssignments=55
0.90	     nbFailedAssignments=15  nbBacktracks=25  nbVisitedNodes=84  nbRestartNogoods=2  mapSize=20  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.089  cpuTime=0.06  mem=15M27
0.92	   
0.92	   search
0.92	     run=2  nbConstraintChecks=112487  nbPropagations=5968  nbRevisions=58100  nbUselessRevisions=47636
0.92	     nbAssignments=99  nbFailedAssignments=28  nbBacktracks=49  nbVisitedNodes=152  nbRestartNogoods=3  mapSize=37
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.105  cpuTime=0.07  mem=15M27
0.93	   
0.93	   search
0.93	     run=3  nbConstraintChecks=178831  nbPropagations=9623  nbRevisions=98581  nbUselessRevisions=80711
0.93	     nbAssignments=162  nbFailedAssignments=49  nbBacktracks=82  nbVisitedNodes=252  nbRestartNogoods=5  mapSize=61
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.12  cpuTime=0.08  mem=15M27
0.96	   
0.96	   search
0.96	     run=4  nbConstraintChecks=328086  nbPropagations=15283  nbRevisions=165122  nbUselessRevisions=135074
0.96	     nbAssignments=269  nbFailedAssignments=86  nbBacktracks=134  nbVisitedNodes=416  nbRestartNogoods=11  mapSize=109
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.149  cpuTime=0.11  mem=15M27
1.00	   
1.00	   search
1.00	     run=5  nbConstraintChecks=485190  nbPropagations=23239  nbRevisions=262142  nbUselessRevisions=214264
1.00	     nbAssignments=403  nbFailedAssignments=134  nbBacktracks=210  nbVisitedNodes=633  nbRestartNogoods=14  mapSize=170
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.184  cpuTime=0.14  mem=15M27
1.04	   
1.04	   search
1.04	     run=6  nbConstraintChecks=740466  nbPropagations=34838  nbRevisions=406974  nbUselessRevisions=332515
1.04	     nbAssignments=617  nbFailedAssignments=206  nbBacktracks=324  nbVisitedNodes=964  nbRestartNogoods=19  mapSize=272
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.232  cpuTime=0.19  mem=15M27
1.12	   
1.12	   search
1.12	     run=7  nbConstraintChecks=1156002  nbPropagations=51952  nbRevisions=630556  nbUselessRevisions=514575
1.12	     nbAssignments=912  nbFailedAssignments=322  nbBacktracks=494  nbVisitedNodes=1478  nbRestartNogoods=23  mapSize=423
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.305  cpuTime=0.26  mem=15M27
1.23	   
1.23	   search
1.23	     run=8  nbConstraintChecks=1706066  nbPropagations=77253  nbRevisions=963862  nbUselessRevisions=785261
1.23	     nbAssignments=1380  nbFailedAssignments=508  nbBacktracks=751  nbVisitedNodes=2250  nbRestartNogoods=28
1.23	     mapSize=643  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.418  cpuTime=0.36  mem=15M27
1.38	   
1.38	   search
1.38	     run=9  nbConstraintChecks=2497762  nbPropagations=113942  nbRevisions=1461348  nbUselessRevisions=1190531
1.38	     nbAssignments=2027  nbFailedAssignments=764  nbBacktracks=1135  nbVisitedNodes=3368  nbRestartNogoods=31
1.38	     mapSize=989  nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.57  cpuTime=0.5  mem=15M27
1.41	   
1.41	   INFO : Stopping hyperNogood (mapSize=1045, nbTooLargekeys=0, mem=15M27)
1.60	   
1.60	   search
1.60	     run=10  nbConstraintChecks=3812018  nbPropagations=168220  nbRevisions=2216024  nbUselessRevisions=1805370
1.60	     nbAssignments=3001  nbFailedAssignments=1155  nbBacktracks=1711  nbVisitedNodes=5079  nbRestartNogoods=39
1.60	       =>  wckTime=0.787  cpuTime=0.71  mem=15M27
1.89	   
1.89	   search
1.89	     run=11  nbConstraintChecks=5575792  nbPropagations=247904  nbRevisions=3316943  nbUselessRevisions=2699412
1.89	     nbAssignments=4430  nbFailedAssignments=1711  nbBacktracks=2576  nbVisitedNodes=7552  nbRestartNogoods=49
1.89	       =>  wckTime=1.074  cpuTime=0.99  mem=15M27
2.33	   
2.33	   search
2.33	     run=12  nbConstraintChecks=8362615  nbPropagations=367603  nbRevisions=4996476  nbUselessRevisions=4066637
2.33	     nbAssignments=6650  nbFailedAssignments=2627  nbBacktracks=3874  nbVisitedNodes=11477  nbRestartNogoods=54
2.33	       =>  wckTime=1.522  cpuTime=1.43  mem=15M27
3.01	   
3.01	   search
3.01	     run=13  nbConstraintChecks=12790916  nbPropagations=547216  nbRevisions=7527744  nbUselessRevisions=6125082
3.01	     nbAssignments=9918  nbFailedAssignments=3942  nbBacktracks=5822  nbVisitedNodes=17181  nbRestartNogoods=62
3.01	       =>  wckTime=2.2  cpuTime=2.1  mem=15M27
3.99	   
3.99	   search
3.99	     run=14  nbConstraintChecks=19071639  nbPropagations=813376  nbRevisions=11310902  nbUselessRevisions=9204379
3.99	     nbAssignments=14798  nbFailedAssignments=5897  nbBacktracks=8742  nbVisitedNodes=25695  nbRestartNogoods=69
3.99	       =>  wckTime=3.178  cpuTime=3.08  mem=15M27
5.48	   
5.48	   search
5.48	     run=15  nbConstraintChecks=28669556  nbPropagations=1213076  nbRevisions=16953133  nbUselessRevisions=13786094
5.48	     nbAssignments=22094  nbFailedAssignments=8809  nbBacktracks=13121  nbVisitedNodes=38421  nbRestartNogoods=77
5.48	       =>  wckTime=4.666  cpuTime=4.55  mem=15M27
7.67	   
7.67	   search
7.67	     run=16  nbConstraintChecks=42832970  nbPropagations=1807157  nbRevisions=25368604  nbUselessRevisions=20620508
7.67	     nbAssignments=32894  nbFailedAssignments=13032  nbBacktracks=19690  nbVisitedNodes=57150  nbRestartNogoods=88
7.67	       =>  wckTime=6.862  cpuTime=6.73  mem=15M27
11.19	   
11.19	   search
11.19	     run=17  nbConstraintChecks=65808059  nbPropagations=2703747  nbRevisions=38145775  nbUselessRevisions=30995583
11.19	     nbAssignments=49337  nbFailedAssignments=19615  nbBacktracks=29542  nbVisitedNodes=85975  nbRestartNogoods=98
11.19	       =>  wckTime=10.381  cpuTime=10.21  mem=16M2
16.00	   
16.00	   search
16.00	     run=18  nbConstraintChecks=96147785  nbPropagations=4028337  nbRevisions=56869886  nbUselessRevisions=46181063
16.00	     nbAssignments=73237  nbFailedAssignments=28729  nbBacktracks=44321  nbVisitedNodes=127183  nbRestartNogoods=112
16.00	       =>  wckTime=15.185  cpuTime=14.97  mem=16M2
23.55	   
23.55	   search
23.55	     run=19  nbConstraintChecks=144868658  nbPropagations=6015834  nbRevisions=85166007  nbUselessRevisions=69167839
23.55	     nbAssignments=109865  nbFailedAssignments=43181  nbBacktracks=66491  nbVisitedNodes=190901  nbRestartNogoods=119
23.55	       =>  wckTime=22.741  cpuTime=22.45  mem=16M2
35.16	   
35.16	   search
35.16	     run=20  nbConstraintChecks=220760330  nbPropagations=9021160  nbRevisions=127790328  nbUselessRevisions=103727603
35.16	     nbAssignments=164857  nbFailedAssignments=64913  nbBacktracks=99744  nbVisitedNodes=286747  nbRestartNogoods=130
35.16	       =>  wckTime=34.353  cpuTime=33.98  mem=16M2
52.47	   
52.47	   search
52.47	     run=21  nbConstraintChecks=333506379  nbPropagations=13536440  nbRevisions=192418721  nbUselessRevisions=156236622
52.47	     nbAssignments=247195  nbFailedAssignments=97364  nbBacktracks=149623  nbVisitedNodes=430075  nbRestartNogoods=142
52.47	       =>  wckTime=51.657  cpuTime=51.16  mem=16M2
77.95	   
77.96	   search
77.96	     run=22  nbConstraintChecks=497525907  nbPropagations=20294305  nbRevisions=289148723  nbUselessRevisions=234858877
77.96	     nbAssignments=369820  nbFailedAssignments=145162  nbBacktracks=224442  nbVisitedNodes=643368  nbRestartNogoods=153
77.96	       =>  wckTime=77.144  cpuTime=76.42  mem=16M2
116.86	   
116.86	   search
116.86	     run=23  nbConstraintChecks=748282801  nbPropagations=30462613  nbRevisions=435369432  nbUselessRevisions=353863452
116.86	     nbAssignments=556779  nbFailedAssignments=219887  nbBacktracks=336669  nbVisitedNodes=970390  nbRestartNogoods=165
116.86	       =>  wckTime=116.047  cpuTime=115.0  mem=16M2
174.93	   
174.93	   search
174.93	     run=24  nbConstraintChecks=1123628596  nbPropagations=45723953  nbRevisions=655270162  nbUselessRevisions=532911015
174.93	     nbAssignments=836332  nbFailedAssignments=331092  nbBacktracks=505013  nbVisitedNodes=1457898  nbRestartNogoods=179
174.93	       =>  wckTime=174.114  cpuTime=172.6  mem=16M2
231.06	   
231.06	   search
231.06	     run=25  nbConstraintChecks=1489752906  nbPropagations=65858838  nbRevisions=946198424  nbUselessRevisions=769828108
231.06	     nbAssignments=1104163  nbFailedAssignments=436895  nbBacktracks=667001  nbVisitedNodes=1924087
231.06	     nbRestartNogoods=185
231.06	       =>  wckTime=230.25  cpuTime=228.28  mem=16M2
231.06	   
231.06	   global
231.06	     nbConstraintChecks=1489822477  nbPropagations=65859803  nbRevisions=946206055  nbUselessRevisions=769834424
231.06	     nbRestartNogoods=185  solvingWckTime=230.251  solvingCpuTime=228.28  expiredTime=no  totalExploration=no
231.06	     nbFoundSolutions=1  globalCpuTime=228.68
231.06	       =>  wckTime=230.762  cpuTime=228.63  mem=16M2
231.07	   
231.07	s SATISFIABLE
231.07	v 10 10 5 1 0 15 4 8 9 10 7 18 1 7 14 14 13 18 2 8 4 7 14 18 13 11 1 13 5 14 14 2 7 5 15 8 12 5 9 14 
231.07	d NODES 1104163
231.07	d CHECKS 1489822477
231.07	   
231.07	   totalWckTime=230.839  totalCpuTime=228.69

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node75/watcher-208539-1168188295 -o ROOT/results/node75/solver-208539-1168188295 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208539-1168188295/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.91 1.95 1.90 3/74 27951
/proc/meminfo: memFree=1719440/2055920 swapFree=4184496/4192956
[pid=27950] ppid=27948 vsize=18540 CPUtime=0
/proc/27950/stat : 27950 (runsolver) R 27948 27950 27648 0 -1 4194368 17 0 0 0 0 0 0 0 21 0 1 0 167228855 18984960 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 231882681639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27950/statm: 4635 280 244 17 0 2626 0

[startup+0.106809 s]
/proc/loadavg: 1.91 1.95 1.90 3/74 27951
/proc/meminfo: memFree=1719440/2055920 swapFree=4184496/4192956
[pid=27950] ppid=27948 vsize=914988 CPUtime=0.08
/proc/27950/stat : 27950 (java) R 27948 27950 27648 0 -1 0 3006 0 1 0 7 1 0 0 25 0 8 0 167228855 936947712 2752 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155476988 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27950/statm: 228747 2752 1430 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.514857 s]
/proc/loadavg: 1.91 1.95 1.90 3/74 27951
/proc/meminfo: memFree=1719440/2055920 swapFree=4184496/4192956
[pid=27950] ppid=27948 vsize=915328 CPUtime=0.49
/proc/27950/stat : 27950 (java) R 27948 27950 27648 0 -1 0 6929 0 1 0 45 4 0 0 25 0 8 0 167228855 937295872 6668 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072896998 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27950/statm: 228832 6668 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33595 s]
/proc/loadavg: 1.91 1.95 1.90 3/81 27958
/proc/meminfo: memFree=1695320/2055920 swapFree=4184496/4192956
[pid=27950] ppid=27948 vsize=915456 CPUtime=1.3
/proc/27950/stat : 27950 (java) R 27948 27950 27648 0 -1 0 8746 0 1 0 124 6 0 0 25 0 8 0 167228855 937426944 8484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073822815 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27950/statm: 228864 8484 2524 14 0 215334 0
[pid=27950/tid=27952] ppid=27948 vsize=915456 CPUtime=0.03
/proc/27950/task/27952/stat : 27952 (java) S 27948 27950 27648 0 -1 64 292 0 0 0 3 0 0 0 16 0 8 0 167228859 937426944 8484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27953] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27953/stat : 27953 (java) S 27948 27950 27648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167228860 937426944 8484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27954] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27954/stat : 27954 (java) S 27948 27950 27648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167228860 937426944 8484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27955] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27955/stat : 27955 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27956] ppid=27948 vsize=915456 CPUtime=0.21
/proc/27950/task/27956/stat : 27956 (java) S 27948 27950 27648 0 -1 64 385 0 0 0 20 1 0 0 15 0 8 0 167228863 937426944 8484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27957] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27957/stat : 27957 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27958] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27958/stat : 27958 (java) S 27948 27950 27648 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167228863 937426944 8484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915456

[startup+2.97314 s]
/proc/loadavg: 1.91 1.95 1.90 3/81 27958
/proc/meminfo: memFree=1695064/2055920 swapFree=4184496/4192956
[pid=27950] ppid=27948 vsize=915456 CPUtime=2.92
/proc/27950/stat : 27950 (java) R 27948 27950 27648 0 -1 0 8774 0 1 0 286 6 0 0 25 0 8 0 167228855 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812574 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27950/statm: 228864 8511 2524 14 0 215334 0
[pid=27950/tid=27952] ppid=27948 vsize=915456 CPUtime=0.03
/proc/27950/task/27952/stat : 27952 (java) S 27948 27950 27648 0 -1 64 292 0 0 0 3 0 0 0 16 0 8 0 167228859 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27953] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27953/stat : 27953 (java) S 27948 27950 27648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167228860 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27954] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27954/stat : 27954 (java) S 27948 27950 27648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167228860 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27955] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27955/stat : 27955 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27956] ppid=27948 vsize=915456 CPUtime=0.22
/proc/27950/task/27956/stat : 27956 (java) S 27948 27950 27648 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 167228863 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27957] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27957/stat : 27957 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27958] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27958/stat : 27958 (java) S 27948 27950 27648 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167228863 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915456

[startup+6.26653 s]
/proc/loadavg: 1.92 1.95 1.90 3/81 27958
/proc/meminfo: memFree=1695064/2055920 swapFree=4184496/4192956
[pid=27950] ppid=27948 vsize=915456 CPUtime=6.19
/proc/27950/stat : 27950 (java) R 27948 27950 27648 0 -1 0 8781 0 1 0 613 6 0 0 25 0 8 0 167228855 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073803510 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27950/statm: 228864 8518 2524 14 0 215334 0
[pid=27950/tid=27952] ppid=27948 vsize=915456 CPUtime=0.03
/proc/27950/task/27952/stat : 27952 (java) S 27948 27950 27648 0 -1 64 292 0 0 0 3 0 0 0 16 0 8 0 167228859 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27953] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27953/stat : 27953 (java) S 27948 27950 27648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167228860 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27954] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27954/stat : 27954 (java) S 27948 27950 27648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167228860 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27955] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27955/stat : 27955 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27956] ppid=27948 vsize=915456 CPUtime=0.22
/proc/27950/task/27956/stat : 27956 (java) S 27948 27950 27648 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 167228863 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27957] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27957/stat : 27957 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27958] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27958/stat : 27958 (java) S 27948 27950 27648 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167228863 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915456

[startup+12.7363 s]
/proc/loadavg: 1.93 1.95 1.90 3/81 27958
/proc/meminfo: memFree=1695064/2055920 swapFree=4184496/4192956
[pid=27950] ppid=27948 vsize=915456 CPUtime=12.6
/proc/27950/stat : 27950 (java) R 27948 27950 27648 0 -1 0 8788 0 1 0 1254 6 0 0 25 0 8 0 167228855 937426944 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795521 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27950/statm: 228864 8524 2524 14 0 215334 0
[pid=27950/tid=27952] ppid=27948 vsize=915456 CPUtime=0.03
/proc/27950/task/27952/stat : 27952 (java) S 27948 27950 27648 0 -1 64 292 0 0 0 3 0 0 0 16 0 8 0 167228859 937426944 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27953] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27953/stat : 27953 (java) S 27948 27950 27648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167228860 937426944 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27954] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27954/stat : 27954 (java) S 27948 27950 27648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167228860 937426944 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27955] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27955/stat : 27955 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27956] ppid=27948 vsize=915456 CPUtime=0.22
/proc/27950/task/27956/stat : 27956 (java) S 27948 27950 27648 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 167228863 937426944 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27957] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27957/stat : 27957 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27958] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27958/stat : 27958 (java) S 27948 27950 27648 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167228863 937426944 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915456

[startup+25.5988 s]
/proc/loadavg: 1.94 1.96 1.91 3/81 27958
/proc/meminfo: memFree=1695000/2055920 swapFree=4184496/4192956
[pid=27950] ppid=27948 vsize=915456 CPUtime=25.35
/proc/27950/stat : 27950 (java) R 27948 27950 27648 0 -1 0 8793 0 1 0 2529 6 0 0 25 0 8 0 167228855 937426944 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814057 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27950/statm: 228864 8529 2524 14 0 215334 0
[pid=27950/tid=27952] ppid=27948 vsize=915456 CPUtime=0.03
/proc/27950/task/27952/stat : 27952 (java) S 27948 27950 27648 0 -1 64 292 0 0 0 3 0 0 0 16 0 8 0 167228859 937426944 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27953] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27953/stat : 27953 (java) S 27948 27950 27648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167228860 937426944 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27954] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27954/stat : 27954 (java) S 27948 27950 27648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167228860 937426944 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27955] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27955/stat : 27955 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27956] ppid=27948 vsize=915456 CPUtime=0.22
/proc/27950/task/27956/stat : 27956 (java) S 27948 27950 27648 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 167228863 937426944 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27957] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27957/stat : 27957 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27958] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27958/stat : 27958 (java) S 27948 27950 27648 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167228863 937426944 8529 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915456

[startup+51.2959 s]
/proc/loadavg: 1.96 1.96 1.91 3/81 27958
/proc/meminfo: memFree=1692760/2055920 swapFree=4184496/4192956
[pid=27950] ppid=27948 vsize=915456 CPUtime=50.84
/proc/27950/stat : 27950 (java) R 27948 27950 27648 0 -1 0 8795 0 1 0 5078 6 0 0 25 0 8 0 167228855 937426944 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073846323 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27950/statm: 228864 8531 2524 14 0 215334 0
[pid=27950/tid=27952] ppid=27948 vsize=915456 CPUtime=0.03
/proc/27950/task/27952/stat : 27952 (java) S 27948 27950 27648 0 -1 64 292 0 0 0 3 0 0 0 16 0 8 0 167228859 937426944 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27953] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27953/stat : 27953 (java) S 27948 27950 27648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167228860 937426944 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27954] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27954/stat : 27954 (java) S 27948 27950 27648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167228860 937426944 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27955] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27955/stat : 27955 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27956] ppid=27948 vsize=915456 CPUtime=0.22
/proc/27950/task/27956/stat : 27956 (java) S 27948 27950 27648 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 167228863 937426944 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27957] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27957/stat : 27957 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27958] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27958/stat : 27958 (java) S 27948 27950 27648 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167228863 937426944 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 915456

[startup+102.59 s]
/proc/loadavg: 1.98 1.96 1.91 3/81 27958
/proc/meminfo: memFree=1690968/2055920 swapFree=4184496/4192956
[pid=27950] ppid=27948 vsize=915456 CPUtime=101.72
/proc/27950/stat : 27950 (java) R 27948 27950 27648 0 -1 0 8800 0 1 0 10165 7 0 0 25 0 8 0 167228855 937426944 8536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816795 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27950/statm: 228864 8536 2524 14 0 215334 0
[pid=27950/tid=27952] ppid=27948 vsize=915456 CPUtime=0.03
/proc/27950/task/27952/stat : 27952 (java) S 27948 27950 27648 0 -1 64 292 0 0 0 3 0 0 0 16 0 8 0 167228859 937426944 8536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27953] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27953/stat : 27953 (java) S 27948 27950 27648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167228860 937426944 8536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27954] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27954/stat : 27954 (java) S 27948 27950 27648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167228860 937426944 8536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27955] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27955/stat : 27955 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27956] ppid=27948 vsize=915456 CPUtime=0.22
/proc/27950/task/27956/stat : 27956 (java) S 27948 27950 27648 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 167228863 937426944 8536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27957] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27957/stat : 27957 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27958] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27958/stat : 27958 (java) S 27948 27950 27648 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167228863 937426944 8536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 915456

[startup+162.618 s]
/proc/loadavg: 2.07 1.99 1.91 3/81 27958
/proc/meminfo: memFree=1690136/2055920 swapFree=4184496/4192956
[pid=27950] ppid=27948 vsize=915456 CPUtime=161.25
/proc/27950/stat : 27950 (java) R 27948 27950 27648 0 -1 0 8803 0 1 0 16118 7 0 0 25 0 8 0 167228855 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073825440 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27950/statm: 228864 8539 2524 14 0 215334 0
[pid=27950/tid=27952] ppid=27948 vsize=915456 CPUtime=0.03
/proc/27950/task/27952/stat : 27952 (java) S 27948 27950 27648 0 -1 64 292 0 0 0 3 0 0 0 16 0 8 0 167228859 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27953] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27953/stat : 27953 (java) S 27948 27950 27648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167228860 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27954] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27954/stat : 27954 (java) S 27948 27950 27648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167228860 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27955] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27955/stat : 27955 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27956] ppid=27948 vsize=915456 CPUtime=0.22
/proc/27950/task/27956/stat : 27956 (java) S 27948 27950 27648 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 167228863 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27957] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27957/stat : 27957 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27958] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27958/stat : 27958 (java) S 27948 27950 27648 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167228863 937426944 8539 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.25
Current children cumulated vsize (KiB) 915456

[startup+222.646 s]
/proc/loadavg: 2.02 1.99 1.91 3/81 27958
/proc/meminfo: memFree=1689496/2055920 swapFree=4184496/4192956
[pid=27950] ppid=27948 vsize=915456 CPUtime=220.79
/proc/27950/stat : 27950 (java) R 27948 27950 27648 0 -1 0 8805 0 1 0 22072 7 0 0 25 0 8 0 167228855 937426944 8541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794441 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27950/statm: 228864 8541 2524 14 0 215334 0
[pid=27950/tid=27952] ppid=27948 vsize=915456 CPUtime=0.03
/proc/27950/task/27952/stat : 27952 (java) S 27948 27950 27648 0 -1 64 292 0 0 0 3 0 0 0 16 0 8 0 167228859 937426944 8541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27953] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27953/stat : 27953 (java) S 27948 27950 27648 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167228860 937426944 8541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27954] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27954/stat : 27954 (java) S 27948 27950 27648 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167228860 937426944 8541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27955] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27955/stat : 27955 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27956] ppid=27948 vsize=915456 CPUtime=0.22
/proc/27950/task/27956/stat : 27956 (java) S 27948 27950 27648 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 167228863 937426944 8541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27957] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27957/stat : 27957 (java) S 27948 27950 27648 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 167228863 937426944 8541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27950/tid=27958] ppid=27948 vsize=915456 CPUtime=0
/proc/27950/task/27958/stat : 27958 (java) S 27948 27950 27648 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167228863 937426944 8541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.79
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 231.211
CPU time (s): 229.165
CPU user time (s): 229.087
CPU system time (s): 0.077988
CPU usage (%): 99.1153
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 229.087
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8897
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= 5852
involuntary context switches= 10961

runsolver used 0.206968 s user time and 0.634903 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sun Jan  7 16:44:55 UTC 2007


IDJOB= 208539
IDBENCH= 4402
FILE ID= node75/208539-1168188295

PBS_JOBID= 3479290

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-47_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208539-1168188295/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-208539-1168188295 -o ROOT/results/node75/solver-208539-1168188295 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208539-1168188295/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9a6de96e80d1982c64c90c12ab5a78ea

RANDOM SEED= 63547712

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1719728 kB
Buffers:         54084 kB
Cached:         179604 kB
SwapCached:       2680 kB
Active:         123760 kB
Inactive:       155800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719728 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:          53036 kB
Slab:            41772 kB
Committed_AS:  3630456 kB
PageTables:       1860 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= 66554 MiB



End job on node75 on Sun Jan  7 16:48:46 UTC 2007