Trace number 278758

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
AbsconMax 109 EPFCOPTIMUM 329.288 329.564

General information on the benchmark

NameMaxCSP/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-60/
kbtree-9-7-3-5-60-11_ext.xml
MD5SUMf5a84453d66b48f7be2cb545c0be5471
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints130
Best CPU time to get the best result obtained on this benchmark4.14437
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints189
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension189
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.30	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=epfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/278758-1169289213/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=28  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5
0.40	       =>  wckTime=0.095  cpuTime=0.08  mem=6M887
0.40	   
0.40	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.54	     nbConstraints=189  nbRelationTypes=189  nbExtensionStructures=189  nbSharedExtensionStructures=0
0.54	     nbConflictsStructures=189  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1858  maxDegree=27
0.54	     maxArity=2
0.54	       =>  wckTime=0.231  cpuTime=0.15  mem=8M837
0.58	   
0.58	   solver LocalSearchSolver being built... 
0.62	       =>  wckTime=0.312  cpuTime=0.19  mem=5M532
0.62	
0.62	s SATISFIABLE
0.62	o 88
0.62	c 101
0.62	o 93
0.62	c 96
0.63	o 99
0.63	c 90
0.63	o 101
0.63	c 88
0.63	o 102
0.63	c 87
0.63	o 107
0.63	c 82
0.63	o 108
0.63	c 81
0.63	o 111
0.63	c 78
0.63	o 112
0.63	c 77
0.63	o 113
0.63	c 76
0.63	o 116
0.63	c 73
0.64	o 119
0.64	c 70
0.64	o 120
0.64	c 69
0.64	o 122
0.64	c 67
0.65	o 123
0.65	c 66
0.65	o 124
0.65	c 65
0.65	o 125
0.65	c 64
0.68	o 126
0.68	c 63
0.68	o 127
0.68	c 62
0.79	o 129
0.79	c 60
1.38	o 130
1.38	c 59
2.44	   
2.44	   search
2.44	     run=0  nbConstraintChecks=9917710  nbAssignments=10000
2.44	       =>  wckTime=1.822  cpuTime=1.81  mem=5M532
4.20	   
4.20	   search
4.20	     run=1  nbConstraintChecks=19868956  nbAssignments=20000
4.20	       =>  wckTime=3.58  cpuTime=3.56  mem=5M532
5.97	   
5.97	   search
5.97	     run=2  nbConstraintChecks=29887636  nbAssignments=30000
5.97	       =>  wckTime=5.348  cpuTime=5.33  mem=5M532
7.74	   
7.74	   search
7.74	     run=3  nbConstraintChecks=39894224  nbAssignments=40000
7.74	       =>  wckTime=7.118  cpuTime=7.1  mem=5M532
9.50	   
9.50	   search
9.50	     run=4  nbConstraintChecks=49834152  nbAssignments=50000
9.50	       =>  wckTime=8.884  cpuTime=8.87  mem=5M532
11.28	   
11.28	   search
11.28	     run=5  nbConstraintChecks=59817212  nbAssignments=60000
11.28	       =>  wckTime=10.664  cpuTime=10.64  mem=5M532
13.05	   
13.05	   search
13.05	     run=6  nbConstraintChecks=69740991  nbAssignments=70000
13.05	       =>  wckTime=12.437  cpuTime=12.41  mem=5M532
14.84	   
14.84	   search
14.84	     run=7  nbConstraintChecks=79819533  nbAssignments=80000
14.84	       =>  wckTime=14.225  cpuTime=14.2  mem=5M532
16.55	   
16.55	   search
16.55	     run=8  nbConstraintChecks=89765494  nbAssignments=90000
16.55	       =>  wckTime=15.937  cpuTime=15.9  mem=5M532
18.31	   
18.31	   search
18.31	     run=9  nbConstraintChecks=99771259  nbAssignments=100000
18.31	       =>  wckTime=17.693  cpuTime=17.65  mem=5M532
20.08	   
20.08	   search
20.08	     run=10  nbConstraintChecks=109726015  nbAssignments=110000
20.08	       =>  wckTime=19.461  cpuTime=19.42  mem=5M532
21.85	   
21.85	   search
21.85	     run=11  nbConstraintChecks=119754108  nbAssignments=120000
21.85	       =>  wckTime=21.238  cpuTime=21.19  mem=5M532
23.62	   
23.62	   search
23.62	     run=12  nbConstraintChecks=129746132  nbAssignments=130000
23.62	       =>  wckTime=23.005  cpuTime=22.96  mem=5M532
25.38	   
25.38	   search
25.38	     run=13  nbConstraintChecks=139672703  nbAssignments=140000
25.38	       =>  wckTime=24.764  cpuTime=24.72  mem=5M532
27.14	   
27.14	   search
27.14	     run=14  nbConstraintChecks=149624062  nbAssignments=150000
27.14	       =>  wckTime=26.527  cpuTime=26.48  mem=5M532
28.91	   
28.91	   search
28.91	     run=15  nbConstraintChecks=159609599  nbAssignments=160000
28.91	       =>  wckTime=28.291  cpuTime=28.25  mem=5M532
30.69	   
30.69	   search
30.69	     run=16  nbConstraintChecks=169585920  nbAssignments=170000
30.69	       =>  wckTime=30.072  cpuTime=30.03  mem=5M532
31.42	   
31.42	   search
31.42	     run=17  nbConstraintChecks=173701944  nbAssignments=174105
31.42	       =>  wckTime=30.804  cpuTime=30.76  mem=5M532
31.42	   
31.42	   global
31.42	     nbConstraintChecks=173701944  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.42	     solvingWckTime=30.803  solvingCpuTime=30.76  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.42	     globalCpuTime=31.0
31.42	       =>  wckTime=31.117  cpuTime=30.95  mem=5M532
31.42	   
31.42	   solver IterativeSystematicSolver being built... 
31.55	       =>  wckTime=31.241  cpuTime=31.04  mem=16M521
31.58	   
31.58	   preprocessing
31.58	     nbConstraintChecks=25148  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.58	     detectedInconsistency=no
31.58	       =>  wckTime=0.03  cpuTime=0.02  mem=16M521
31.61	   
31.61	   search
31.61	     run=0  nbConstraintChecks=50378  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=40
31.61	     nbFailedAssignments=15  nbBacktracks=10  nbVisitedNodes=66  nbRestartNogoods=0
31.61	       =>  wckTime=0.063  cpuTime=0.04  mem=16M521
31.65	   
31.65	   search
31.65	     run=1  nbConstraintChecks=125189  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=92
31.65	     nbFailedAssignments=37  nbBacktracks=25  nbVisitedNodes=155  nbRestartNogoods=5
31.65	       =>  wckTime=0.103  cpuTime=0.07  mem=16M521
31.69	   
31.69	   search
31.69	     run=2  nbConstraintChecks=239473  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=169
31.69	     nbFailedAssignments=77  nbBacktracks=47  nbVisitedNodes=290  nbRestartNogoods=8
31.69	       =>  wckTime=0.145  cpuTime=0.11  mem=16M521
31.73	   
31.73	   search
31.73	     run=3  nbConstraintChecks=371896  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=256
31.73	     nbFailedAssignments=116  nbBacktracks=80  nbVisitedNodes=449  nbRestartNogoods=12
31.73	       =>  wckTime=0.181  cpuTime=0.14  mem=16M521
31.80	   
31.80	   search
31.80	     run=4  nbConstraintChecks=631656  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=415
31.80	     nbFailedAssignments=211  nbBacktracks=131  nbVisitedNodes=750  nbRestartNogoods=18
31.80	       =>  wckTime=0.252  cpuTime=0.21  mem=16M521
31.90	   
31.90	   search
31.90	     run=5  nbConstraintChecks=1012821  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=642
31.90	     nbFailedAssignments=350  nbBacktracks=206  nbVisitedNodes=1190  nbRestartNogoods=25
31.90	       =>  wckTime=0.351  cpuTime=0.31  mem=16M521
32.05	   
32.05	   search
32.05	     run=6  nbConstraintChecks=1590668  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=970
32.05	     nbFailedAssignments=550  nbBacktracks=319  nbVisitedNodes=1826  nbRestartNogoods=30
32.05	       =>  wckTime=0.501  cpuTime=0.46  mem=16M521
32.31	   
32.31	   search
32.31	     run=7  nbConstraintChecks=2469595  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1483
32.31	     nbFailedAssignments=880  nbBacktracks=489  nbVisitedNodes=2832  nbRestartNogoods=36
32.31	       =>  wckTime=0.758  cpuTime=0.71  mem=16M521
32.62	   
32.62	   search
32.62	     run=8  nbConstraintChecks=3719792  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2209
32.62	     nbFailedAssignments=1336  nbBacktracks=746  nbVisitedNodes=4258  nbRestartNogoods=43
32.62	       =>  wckTime=1.074  cpuTime=1.01  mem=16M521
33.06	   
33.06	   search
33.06	     run=9  nbConstraintChecks=5476587  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3195
33.06	     nbFailedAssignments=1922  nbBacktracks=1130  nbVisitedNodes=6184  nbRestartNogoods=53
33.06	       =>  wckTime=1.511  cpuTime=1.44  mem=16M521
33.73	   
33.73	   search
33.73	     run=10  nbConstraintChecks=8195866  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4736
33.73	     nbFailedAssignments=2875  nbBacktracks=1706  nbVisitedNodes=9247  nbRestartNogoods=58
33.73	       =>  wckTime=2.184  cpuTime=2.11  mem=16M521
34.64	   
34.64	   search
34.64	     run=11  nbConstraintChecks=11836216  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6812
34.64	     nbFailedAssignments=4073  nbBacktracks=2570  nbVisitedNodes=13371  nbRestartNogoods=66
34.64	       =>  wckTime=3.096  cpuTime=3.02  mem=16M521
36.04	   
36.04	   search
36.04	     run=12  nbConstraintChecks=17409878  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9958
36.04	     nbFailedAssignments=5908  nbBacktracks=3867  nbVisitedNodes=19625  nbRestartNogoods=73
36.04	       =>  wckTime=4.487  cpuTime=4.41  mem=16M521
38.19	   
38.19	   search
38.19	     run=13  nbConstraintChecks=25987282  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15027
38.19	     nbFailedAssignments=9018  nbBacktracks=5813  nbVisitedNodes=29703  nbRestartNogoods=82
38.19	       =>  wckTime=6.646  cpuTime=6.57  mem=16M521
41.17	   
41.17	   search
41.17	     run=14  nbConstraintChecks=37816413  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=21800
41.17	     nbFailedAssignments=12859  nbBacktracks=8732  nbVisitedNodes=43204  nbRestartNogoods=89
41.17	       =>  wckTime=9.625  cpuTime=9.54  mem=16M521
45.90	   
45.90	   search
45.90	     run=15  nbConstraintChecks=56819613  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=32931
45.90	     nbFailedAssignments=19599  nbBacktracks=13110  nbVisitedNodes=65345  nbRestartNogoods=101
45.90	       =>  wckTime=14.35  cpuTime=14.25  mem=16M521
52.79	   
52.79	   search
52.79	     run=16  nbConstraintChecks=85155300  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=49858
52.79	     nbFailedAssignments=29944  nbBacktracks=19678  nbVisitedNodes=99119  nbRestartNogoods=113
52.79	       =>  wckTime=21.243  cpuTime=21.13  mem=16M521
62.51	   
62.51	   search
62.51	     run=17  nbConstraintChecks=123508438  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=73703
62.51	     nbFailedAssignments=43924  nbBacktracks=29530  nbVisitedNodes=146678  nbRestartNogoods=125
62.51	       =>  wckTime=30.959  cpuTime=30.8  mem=16M521
79.46	   
79.46	   search
79.46	     run=18  nbConstraintChecks=188397445  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=111754
79.46	     nbFailedAssignments=67185  nbBacktracks=44308  nbVisitedNodes=222646  nbRestartNogoods=138
79.46	       =>  wckTime=47.908  cpuTime=47.74  mem=16M521
103.17	   
103.17	   search
103.17	     run=19  nbConstraintChecks=276857114  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=165020
103.17	     nbFailedAssignments=98271  nbBacktracks=66476  nbVisitedNodes=329113  nbRestartNogoods=148
103.17	       =>  wckTime=71.618  cpuTime=71.44  mem=16M521
135.93	   
135.93	   search
135.93	     run=20  nbConstraintChecks=399956260  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=241889
135.93	     nbFailedAssignments=141879  nbBacktracks=99728  nbVisitedNodes=482672  nbRestartNogoods=162
135.93	       =>  wckTime=104.382  cpuTime=104.2  mem=16M521
188.61	   
188.66	   search
188.66	     run=21  nbConstraintChecks=584895913  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=357216
188.66	     nbFailedAssignments=207323  nbBacktracks=149606  nbVisitedNodes=711444  nbRestartNogoods=175
188.66	       =>  wckTime=157.061  cpuTime=156.86  mem=16M521
264.94	   
264.94	   search
264.94	     run=22  nbConstraintChecks=849537384  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=523760
264.94	     nbFailedAssignments=299044  nbBacktracks=224424  nbVisitedNodes=1033727  nbRestartNogoods=181
264.94	       =>  wckTime=233.388  cpuTime=233.16  mem=16M521
329.51	   
329.51	   search
329.51	     run=23  nbConstraintChecks=1076486763  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=668364
329.51	     nbFailedAssignments=374879  nbBacktracks=293194  nbVisitedNodes=1309192  nbRestartNogoods=195
329.51	       =>  wckTime=297.958  cpuTime=297.7  mem=16M521
329.51	   
329.51	   global
329.51	     nbConstraintChecks=1076511911  nbRestartNogoods=195  solvingWckTime=297.959  solvingCpuTime=297.7  expiredTime=no
329.51	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=328.79
329.51	       =>  wckTime=329.202  cpuTime=328.74  mem=16M521
329.51	
329.51	s OPTIMUM FOUND
329.51	v 3 2 1 0 3 1 2 2 1 1 2 1 2 3 4 3 0 2 4 3 4 4 4 4 3 2 3 2 
329.51	   
329.51	   totalWckTime=329.279  totalCpuTime=328.8

Verifier Data (download as text)

59 unsatisfied constraints, 130 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node2/watcher-278758-1169289213 -o ROOT/results/node2/solver-278758-1169289213 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/278758-1169289213/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.46 1.16 1.55 3/81 23607
/proc/meminfo: memFree=1238328/2055920 swapFree=4180552/4192956
[pid=23606] ppid=23604 vsize=1784 CPUtime=0
/proc/23606/stat : 23606 (java) R 23604 23606 23145 0 -1 0 165 0 0 0 0 0 0 0 19 0 1 0 277317336 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23606/statm: 446 136 102 14 0 91 0

[startup+0.109627 s]
/proc/loadavg: 0.46 1.16 1.55 3/81 23607
/proc/meminfo: memFree=1238328/2055920 swapFree=4180552/4192956
[pid=23606] ppid=23604 vsize=914988 CPUtime=0.09
/proc/23606/stat : 23606 (java) R 23604 23606 23145 0 -1 0 3030 0 1 0 8 1 0 0 16 0 8 0 277317336 936947712 2776 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153785378 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23606/statm: 228747 2777 1439 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.5187 s]
/proc/loadavg: 0.46 1.16 1.55 3/81 23607
/proc/meminfo: memFree=1238328/2055920 swapFree=4180552/4192956
[pid=23606] ppid=23604 vsize=915332 CPUtime=0.5
/proc/23606/stat : 23606 (java) S 23604 23606 23145 0 -1 0 6537 0 1 0 46 4 0 0 16 0 8 0 277317336 937299968 6276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23606/statm: 228833 6276 2152 14 0 215303 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915332

[startup+1.34485 s]
/proc/loadavg: 0.46 1.16 1.55 2/88 23614
/proc/meminfo: memFree=1220288/2055920 swapFree=4180552/4192956
[pid=23606] ppid=23604 vsize=915468 CPUtime=1.32
/proc/23606/stat : 23606 (java) R 23604 23606 23145 0 -1 0 7168 0 1 0 111 21 0 0 17 0 8 0 277317336 937439232 6906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23606/statm: 228866 6906 2479 14 0 215336 0
[pid=23606/tid=23608] ppid=23604 vsize=915464 CPUtime=0.02
/proc/23606/task/23608/stat : 23608 (java) S 23604 23606 23145 0 -1 64 164 0 0 0 2 0 0 0 16 0 8 0 277317341 937435136 6906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23606/tid=23609] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23609/stat : 23609 (java) S 23604 23606 23145 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 6906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23610] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23610/stat : 23610 (java) S 23604 23606 23145 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 6906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23611] ppid=23604 vsize=915468 CPUtime=0
/proc/23606/task/23611/stat : 23611 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277317344 937439232 6906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23612] ppid=23604 vsize=915464 CPUtime=0.13
/proc/23606/task/23612/stat : 23612 (java) S 23604 23606 23145 0 -1 64 344 0 0 0 12 1 0 0 16 0 8 0 277317344 937435136 6906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23613] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23613/stat : 23613 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277317344 937435136 6906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23614] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23614/stat : 23614 (java) S 23604 23606 23145 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277317344 937435136 6906 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915468

[startup+2.98115 s]
/proc/loadavg: 0.46 1.16 1.55 2/88 23614
/proc/meminfo: memFree=1220288/2055920 swapFree=4180552/4192956
[pid=23606] ppid=23604 vsize=915468 CPUtime=2.95
/proc/23606/stat : 23606 (java) R 23604 23606 23145 0 -1 0 7171 0 1 0 237 58 0 0 17 0 8 0 277317336 937439232 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23606/statm: 228866 6908 2479 14 0 215336 0
[pid=23606/tid=23608] ppid=23604 vsize=915464 CPUtime=0.02
/proc/23606/task/23608/stat : 23608 (java) S 23604 23606 23145 0 -1 64 164 0 0 0 2 0 0 0 16 0 8 0 277317341 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23606/tid=23609] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23609/stat : 23609 (java) S 23604 23606 23145 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23610] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23610/stat : 23610 (java) S 23604 23606 23145 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23611] ppid=23604 vsize=915468 CPUtime=0
/proc/23606/task/23611/stat : 23611 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277317344 937439232 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23612] ppid=23604 vsize=915464 CPUtime=0.13
/proc/23606/task/23612/stat : 23612 (java) S 23604 23606 23145 0 -1 64 346 0 0 0 12 1 0 0 16 0 8 0 277317344 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23613] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23613/stat : 23613 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277317344 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23614] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23614/stat : 23614 (java) S 23604 23606 23145 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277317344 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915468

[startup+6.27576 s]
/proc/loadavg: 0.50 1.15 1.55 2/88 23614
/proc/meminfo: memFree=1220224/2055920 swapFree=4180552/4192956
[pid=23606] ppid=23604 vsize=915464 CPUtime=6.24
/proc/23606/stat : 23606 (java) R 23604 23606 23145 0 -1 0 7171 0 1 0 493 131 0 0 17 0 8 0 277317336 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23606/statm: 228866 6908 2479 14 0 215336 0
[pid=23606/tid=23608] ppid=23604 vsize=915464 CPUtime=0.02
/proc/23606/task/23608/stat : 23608 (java) S 23604 23606 23145 0 -1 64 164 0 0 0 2 0 0 0 16 0 8 0 277317341 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23606/tid=23609] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23609/stat : 23609 (java) S 23604 23606 23145 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23610] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23610/stat : 23610 (java) S 23604 23606 23145 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23611] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23611/stat : 23611 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277317344 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23612] ppid=23604 vsize=915464 CPUtime=0.13
/proc/23606/task/23612/stat : 23612 (java) S 23604 23606 23145 0 -1 64 346 0 0 0 12 1 0 0 16 0 8 0 277317344 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23613] ppid=23604 vsize=915468 CPUtime=0
/proc/23606/task/23613/stat : 23613 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277317344 937439232 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23614] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23614/stat : 23614 (java) R 23604 23606 23145 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277317344 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915464

[startup+12.7449 s]
/proc/loadavg: 0.54 1.15 1.54 2/88 23619
/proc/meminfo: memFree=1222472/2055920 swapFree=4180552/4192956
[pid=23606] ppid=23604 vsize=915464 CPUtime=12.71
/proc/23606/stat : 23606 (java) R 23604 23606 23145 0 -1 0 7171 0 1 0 994 277 0 0 17 0 8 0 277317336 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23606/statm: 228866 6908 2479 14 0 215336 0
[pid=23606/tid=23608] ppid=23604 vsize=915464 CPUtime=0.02
/proc/23606/task/23608/stat : 23608 (java) S 23604 23606 23145 0 -1 64 164 0 0 0 2 0 0 0 16 0 8 0 277317341 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23609] ppid=23604 vsize=915468 CPUtime=0
/proc/23606/task/23609/stat : 23609 (java) S 23604 23606 23145 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 277317341 937439232 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23610] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23610/stat : 23610 (java) S 23604 23606 23145 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23611] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23611/stat : 23611 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277317344 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23612] ppid=23604 vsize=915464 CPUtime=0.13
/proc/23606/task/23612/stat : 23612 (java) S 23604 23606 23145 0 -1 64 346 0 0 0 12 1 0 0 16 0 8 0 277317344 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23613] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23613/stat : 23613 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277317344 937435136 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23614] ppid=23604 vsize=915468 CPUtime=0
/proc/23606/task/23614/stat : 23614 (java) S 23604 23606 23145 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277317344 937439232 6908 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915464

[startup+25.5893 s]
/proc/loadavg: 0.64 1.14 1.53 2/88 23673
/proc/meminfo: memFree=1220680/2055920 swapFree=4180552/4192956
[pid=23606] ppid=23604 vsize=915464 CPUtime=25.53
/proc/23606/stat : 23606 (java) R 23604 23606 23145 0 -1 0 7172 0 1 0 1988 565 0 0 17 0 8 0 277317336 937435136 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23606/statm: 228866 6909 2479 14 0 215336 0
[pid=23606/tid=23608] ppid=23604 vsize=915464 CPUtime=0.02
/proc/23606/task/23608/stat : 23608 (java) S 23604 23606 23145 0 -1 64 164 0 0 0 2 0 0 0 17 0 8 0 277317341 937435136 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23609] ppid=23604 vsize=915468 CPUtime=0
/proc/23606/task/23609/stat : 23609 (java) S 23604 23606 23145 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 277317341 937439232 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23610] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23610/stat : 23610 (java) S 23604 23606 23145 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23611] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23611/stat : 23611 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277317344 937435136 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23612] ppid=23604 vsize=915464 CPUtime=0.13
/proc/23606/task/23612/stat : 23612 (java) S 23604 23606 23145 0 -1 64 347 0 0 0 12 1 0 0 16 0 8 0 277317344 937435136 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23613] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23613/stat : 23613 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277317344 937435136 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23614] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23614/stat : 23614 (java) S 23604 23606 23145 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277317344 937435136 6909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 915464

[startup+51.192 s]
/proc/loadavg: 0.83 1.15 1.52 2/88 23783
/proc/meminfo: memFree=1215304/2055920 swapFree=4180552/4192956
[pid=23606] ppid=23604 vsize=915464 CPUtime=51.09
/proc/23606/stat : 23606 (java) R 23604 23606 23145 0 -1 0 9060 0 1 0 4415 694 0 0 25 0 8 0 277317336 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073879002 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23606/statm: 228866 8793 2532 14 0 215336 0
[pid=23606/tid=23608] ppid=23604 vsize=915464 CPUtime=0.02
/proc/23606/task/23608/stat : 23608 (java) S 23604 23606 23145 0 -1 64 165 0 0 0 2 0 0 0 16 0 8 0 277317341 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23609] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23609/stat : 23609 (java) S 23604 23606 23145 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23610] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23610/stat : 23610 (java) S 23604 23606 23145 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23611] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23611/stat : 23611 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277317344 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23612] ppid=23604 vsize=915464 CPUtime=0.24
/proc/23606/task/23612/stat : 23612 (java) S 23604 23606 23145 0 -1 64 403 0 0 0 22 2 0 0 16 0 8 0 277317344 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23606/tid=23613] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23613/stat : 23613 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277317344 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23614] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23614/stat : 23614 (java) S 23604 23606 23145 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277317344 937435136 8793 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 915464

[startup+102.477 s]
/proc/loadavg: 1.36 1.23 1.53 3/100 23876
/proc/meminfo: memFree=1195056/2055920 swapFree=4180552/4192956
[pid=23606] ppid=23604 vsize=915464 CPUtime=102.31
/proc/23606/stat : 23606 (java) R 23604 23606 23145 0 -1 0 9067 0 1 0 9536 695 0 0 25 0 8 0 277317336 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23606/statm: 228866 8800 2532 14 0 215336 0
[pid=23606/tid=23608] ppid=23604 vsize=915464 CPUtime=0.02
/proc/23606/task/23608/stat : 23608 (java) S 23604 23606 23145 0 -1 64 165 0 0 0 2 0 0 0 16 0 8 0 277317341 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23609] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23609/stat : 23609 (java) S 23604 23606 23145 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23610] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23610/stat : 23610 (java) S 23604 23606 23145 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23611] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23611/stat : 23611 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277317344 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23612] ppid=23604 vsize=915464 CPUtime=0.24
/proc/23606/task/23612/stat : 23612 (java) S 23604 23606 23145 0 -1 64 403 0 0 0 22 2 0 0 16 0 8 0 277317344 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23606/tid=23613] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23613/stat : 23613 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277317344 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23614] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23614/stat : 23614 (java) S 23604 23606 23145 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277317344 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 915464

[startup+162.496 s]
/proc/loadavg: 1.76 1.37 1.56 3/100 23876
/proc/meminfo: memFree=1187760/2055920 swapFree=4180552/4192956
[pid=23606] ppid=23604 vsize=915464 CPUtime=162.31
/proc/23606/stat : 23606 (java) R 23604 23606 23145 0 -1 0 9073 0 1 0 15536 695 0 0 25 0 8 0 277317336 937435136 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073878728 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23606/statm: 228866 8805 2532 14 0 215336 0
[pid=23606/tid=23608] ppid=23604 vsize=915464 CPUtime=0.02
/proc/23606/task/23608/stat : 23608 (java) S 23604 23606 23145 0 -1 64 165 0 0 0 2 0 0 0 16 0 8 0 277317341 937435136 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23606/tid=23609] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23609/stat : 23609 (java) S 23604 23606 23145 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23610] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23610/stat : 23610 (java) S 23604 23606 23145 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23611] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23611/stat : 23611 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277317344 937435136 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23612] ppid=23604 vsize=915464 CPUtime=0.24
/proc/23606/task/23612/stat : 23612 (java) S 23604 23606 23145 0 -1 64 403 0 0 0 22 2 0 0 16 0 8 0 277317344 937435136 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23606/tid=23613] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23613/stat : 23613 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277317344 937435136 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23614] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23614/stat : 23614 (java) R 23604 23606 23145 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277317344 937435136 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 915464

[startup+222.519 s]
/proc/loadavg: 1.91 1.48 1.58 3/100 23876
/proc/meminfo: memFree=1187696/2055920 swapFree=4180552/4192956
[pid=23606] ppid=23604 vsize=915464 CPUtime=222.31
/proc/23606/stat : 23606 (java) R 23604 23606 23145 0 -1 0 9075 0 1 0 21536 695 0 0 25 0 8 0 277317336 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073854163 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23606/statm: 228866 8807 2532 14 0 215336 0
[pid=23606/tid=23608] ppid=23604 vsize=915464 CPUtime=0.02
/proc/23606/task/23608/stat : 23608 (java) S 23604 23606 23145 0 -1 64 165 0 0 0 2 0 0 0 16 0 8 0 277317341 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23606/tid=23609] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23609/stat : 23609 (java) S 23604 23606 23145 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23610] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23610/stat : 23610 (java) S 23604 23606 23145 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23611] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23611/stat : 23611 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277317344 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23612] ppid=23604 vsize=915464 CPUtime=0.24
/proc/23606/task/23612/stat : 23612 (java) S 23604 23606 23145 0 -1 64 403 0 0 0 22 2 0 0 16 0 8 0 277317344 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23606/tid=23613] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23613/stat : 23613 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277317344 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23614] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23614/stat : 23614 (java) S 23604 23606 23145 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277317344 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 915464

[startup+282.558 s]
/proc/loadavg: 2.03 1.59 1.61 3/100 23876
/proc/meminfo: memFree=1187632/2055920 swapFree=4180552/4192956
[pid=23606] ppid=23604 vsize=915464 CPUtime=282.33
/proc/23606/stat : 23606 (java) R 23604 23606 23145 0 -1 0 9079 0 1 0 27538 695 0 0 25 0 8 0 277317336 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073722377 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23606/statm: 228866 8810 2532 14 0 215336 0
[pid=23606/tid=23608] ppid=23604 vsize=915464 CPUtime=0.02
/proc/23606/task/23608/stat : 23608 (java) S 23604 23606 23145 0 -1 64 165 0 0 0 2 0 0 0 16 0 8 0 277317341 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23606/tid=23609] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23609/stat : 23609 (java) S 23604 23606 23145 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23610] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23610/stat : 23610 (java) S 23604 23606 23145 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277317341 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23611] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23611/stat : 23611 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277317344 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23612] ppid=23604 vsize=915464 CPUtime=0.24
/proc/23606/task/23612/stat : 23612 (java) S 23604 23606 23145 0 -1 64 403 0 0 0 22 2 0 0 16 0 8 0 277317344 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23606/tid=23613] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23613/stat : 23613 (java) S 23604 23606 23145 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277317344 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23606/tid=23614] ppid=23604 vsize=915464 CPUtime=0
/proc/23606/task/23614/stat : 23614 (java) S 23604 23606 23145 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277317344 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 329.564
CPU time (s): 329.288
CPU user time (s): 322.324
CPU system time (s): 6.96394
CPU usage (%): 99.9163
Max. virtual memory (cumulated for all children) (KiB): 915980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 322.324
system time used= 6.96394
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9172
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= 7599
involuntary context switches= 1886

runsolver used 0.319951 s user time and 0.887865 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sat Jan 20 10:33:35 UTC 2007


IDJOB= 278758
IDBENCH= 8801
IDSOLVER= 68
FILE ID= node2/278758-1169289213

PBS_JOBID= 3609561

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-60/kbtree-9-7-3-5-60-11_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/278758-1169289213/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-278758-1169289213 -o ROOT/results/node2/solver-278758-1169289213 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/278758-1169289213/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f5a84453d66b48f7be2cb545c0be5471

RANDOM SEED= 311761249

TIME LIMIT= 2400 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.259
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	: 5931.00
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.259
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:       1238744 kB
Buffers:         47968 kB
Cached:         644720 kB
SwapCached:        572 kB
Active:         206608 kB
Inactive:       537264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1238744 kB
SwapTotal:     4192956 kB
SwapFree:      4180552 kB
Dirty:            4324 kB
Writeback:           0 kB
Mapped:          62760 kB
Slab:            58300 kB
Committed_AS:  7579900 kB
PageTables:       2216 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= 66561 MiB



End job on node2 on Sat Jan 20 10:39:07 UTC 2007