Trace number 278659

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 376.873 379.959

General information on the benchmark

NameMaxCSP/kbtree/kbtree-9-7-3-5/kbtree-9-7-3-5-80/
kbtree-9-7-3-5-80-01_ext.xml
MD5SUM3b8f3e856a96102e387b9b37e43d4bae
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints93
Best CPU time to get the best result obtained on this benchmark2.03269
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=epfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/278659-1169289071/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=28  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5
0.41	       =>  wckTime=0.094  cpuTime=0.08  mem=6M887
0.41	   
0.41	   relations being loaded...
0.46	   
0.47	   constraints being loaded...
0.54	     nbConstraints=189  nbRelationTypes=189  nbExtensionStructures=189  nbSharedExtensionStructures=0
0.55	     nbConflictsStructures=189  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1861  maxDegree=27
0.55	     maxArity=2
0.55	       =>  wckTime=0.225  cpuTime=0.16  mem=8M837
0.58	   
0.58	   solver LocalSearchSolver being built... 
0.63	       =>  wckTime=0.306  cpuTime=0.21  mem=5M532
0.63	
0.63	s SATISFIABLE
0.63	o 47
0.63	c 142
0.63	o 51
0.63	c 138
0.63	o 54
0.63	c 135
0.64	o 57
0.64	c 132
0.64	o 61
0.64	c 128
0.64	o 63
0.64	c 126
0.64	o 64
0.64	c 125
0.64	o 65
0.64	c 124
0.64	o 68
0.64	c 121
0.64	o 69
0.64	c 120
0.64	o 70
0.64	c 119
0.64	o 73
0.64	c 116
0.64	o 75
0.64	c 114
0.64	o 76
0.64	c 113
0.64	o 77
0.64	c 112
0.64	o 78
0.64	c 111
0.65	o 82
0.65	c 107
0.65	o 83
0.65	c 106
0.65	o 87
0.65	c 102
0.65	o 88
0.65	c 101
0.65	o 89
0.65	c 100
0.71	o 90
0.71	c 99
0.72	o 91
0.72	c 98
0.72	o 92
0.72	c 97
0.84	o 93
0.84	c 96
2.46	   
2.46	   search
2.46	     run=0  nbConstraintChecks=11587093  nbAssignments=10000
2.47	       =>  wckTime=1.84  cpuTime=1.81  mem=5M532
4.24	   
4.24	   search
4.24	     run=1  nbConstraintChecks=23220467  nbAssignments=20000
4.24	       =>  wckTime=3.612  cpuTime=3.57  mem=5M532
6.02	   
6.02	   search
6.02	     run=2  nbConstraintChecks=34876299  nbAssignments=30000
6.02	       =>  wckTime=5.39  cpuTime=5.33  mem=5M532
7.79	   
7.79	   search
7.79	     run=3  nbConstraintChecks=46561314  nbAssignments=40000
7.79	       =>  wckTime=7.168  cpuTime=7.1  mem=5M532
9.57	   
9.57	   search
9.57	     run=4  nbConstraintChecks=58189061  nbAssignments=50000
9.57	       =>  wckTime=8.945  cpuTime=8.86  mem=5M532
11.35	   
11.35	   search
11.35	     run=5  nbConstraintChecks=69783119  nbAssignments=60000
11.35	       =>  wckTime=10.721  cpuTime=10.62  mem=5M532
13.12	   
13.12	   search
13.12	     run=6  nbConstraintChecks=81350214  nbAssignments=70000
13.12	       =>  wckTime=12.496  cpuTime=12.39  mem=5M532
14.92	   
14.92	   search
14.92	     run=7  nbConstraintChecks=93041797  nbAssignments=80000
14.92	       =>  wckTime=14.294  cpuTime=14.17  mem=5M532
16.69	   
16.69	   search
16.69	     run=8  nbConstraintChecks=104605751  nbAssignments=90000
16.69	       =>  wckTime=16.07  cpuTime=15.93  mem=5M532
18.49	   
18.49	   search
18.49	     run=9  nbConstraintChecks=116286661  nbAssignments=100000
18.49	       =>  wckTime=17.867  cpuTime=17.72  mem=5M532
20.28	   
20.28	   search
20.28	     run=10  nbConstraintChecks=127899100  nbAssignments=110000
20.28	       =>  wckTime=19.653  cpuTime=19.48  mem=5M532
22.07	   
22.07	   search
22.07	     run=11  nbConstraintChecks=139569674  nbAssignments=120000
22.07	       =>  wckTime=21.443  cpuTime=21.27  mem=5M532
23.86	   
23.86	   search
23.86	     run=12  nbConstraintChecks=151166719  nbAssignments=130000
23.86	       =>  wckTime=23.239  cpuTime=23.03  mem=5M532
25.63	   
25.63	   search
25.63	     run=13  nbConstraintChecks=162762628  nbAssignments=140000
25.63	       =>  wckTime=25.004  cpuTime=24.78  mem=5M532
27.41	   
27.41	   search
27.41	     run=14  nbConstraintChecks=174379851  nbAssignments=150000
27.41	       =>  wckTime=26.789  cpuTime=26.53  mem=5M532
29.19	   
29.19	   search
29.19	     run=15  nbConstraintChecks=186064227  nbAssignments=160000
29.19	       =>  wckTime=28.566  cpuTime=28.3  mem=5M532
30.96	   
30.96	   search
30.96	     run=16  nbConstraintChecks=197645846  nbAssignments=170000
30.96	       =>  wckTime=30.338  cpuTime=30.06  mem=5M532
31.12	   
31.12	   search
31.12	     run=17  nbConstraintChecks=198655959  nbAssignments=170838
31.12	       =>  wckTime=30.491  cpuTime=30.22  mem=5M532
31.12	   
31.12	   global
31.12	     nbConstraintChecks=198655959  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.12	     solvingWckTime=30.489  solvingCpuTime=30.21  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.12	     globalCpuTime=30.46
31.12	       =>  wckTime=30.798  cpuTime=30.42  mem=5M532
31.12	   
31.12	   solver IterativeSystematicSolver being built... 
31.24	       =>  wckTime=30.924  cpuTime=30.52  mem=16M521
31.28	   
31.28	   preprocessing
31.28	     nbConstraintChecks=49448  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.28	     detectedInconsistency=no
31.28	       =>  wckTime=0.034  cpuTime=0.03  mem=16M521
31.31	   
31.31	   search
31.31	     run=0  nbConstraintChecks=76999  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=43
31.31	     nbFailedAssignments=18  nbBacktracks=11  nbVisitedNodes=73  nbRestartNogoods=0
31.31	       =>  wckTime=0.067  cpuTime=0.05  mem=16M521
31.35	   
31.35	   search
31.35	     run=1  nbConstraintChecks=174574  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=92
31.35	     nbFailedAssignments=37  nbBacktracks=27  nbVisitedNodes=157  nbRestartNogoods=3
31.35	       =>  wckTime=0.106  cpuTime=0.08  mem=16M521
31.40	   
31.40	   search
31.40	     run=2  nbConstraintChecks=339000  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=168
31.40	     nbFailedAssignments=77  nbBacktracks=50  nbVisitedNodes=296  nbRestartNogoods=5
31.40	       =>  wckTime=0.15  cpuTime=0.12  mem=16M521
31.44	   
31.44	   search
31.44	     run=3  nbConstraintChecks=561211  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=278
31.44	     nbFailedAssignments=138  nbBacktracks=83  nbVisitedNodes=500  nbRestartNogoods=11
31.44	       =>  wckTime=0.198  cpuTime=0.17  mem=16M521
31.51	   
31.51	   search
31.51	     run=4  nbConstraintChecks=827979  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=403
31.51	     nbFailedAssignments=200  nbBacktracks=133  nbVisitedNodes=737  nbRestartNogoods=16
31.51	       =>  wckTime=0.263  cpuTime=0.23  mem=16M521
31.60	   
31.60	   search
31.60	     run=5  nbConstraintChecks=1246685  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=599
31.60	     nbFailedAssignments=307  nbBacktracks=209  nbVisitedNodes=1115  nbRestartNogoods=20
31.60	       =>  wckTime=0.358  cpuTime=0.32  mem=16M521
31.75	   
31.75	   search
31.75	     run=6  nbConstraintChecks=1907969  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=904
31.75	     nbFailedAssignments=486  nbBacktracks=322  nbVisitedNodes=1711  nbRestartNogoods=25
31.75	       =>  wckTime=0.508  cpuTime=0.46  mem=16M521
31.96	   
31.96	   search
31.96	     run=7  nbConstraintChecks=2817368  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1322
31.96	     nbFailedAssignments=722  nbBacktracks=492  nbVisitedNodes=2535  nbRestartNogoods=31
31.96	       =>  wckTime=0.713  cpuTime=0.66  mem=16M521
32.29	   
32.29	   search
32.29	     run=8  nbConstraintChecks=4349064  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2002
32.29	     nbFailedAssignments=1133  nbBacktracks=748  nbVisitedNodes=3868  nbRestartNogoods=37
32.29	       =>  wckTime=1.049  cpuTime=0.99  mem=16M521
32.74	   
32.74	   search
32.74	     run=9  nbConstraintChecks=6568707  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2999
32.74	     nbFailedAssignments=1733  nbBacktracks=1132  nbVisitedNodes=5844  nbRestartNogoods=44
32.74	       =>  wckTime=1.493  cpuTime=1.42  mem=16M521
33.35	   
33.35	   search
33.35	     run=10  nbConstraintChecks=9506866  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4292
33.35	     nbFailedAssignments=2436  nbBacktracks=1708  nbVisitedNodes=8413  nbRestartNogoods=52
33.35	       =>  wckTime=2.107  cpuTime=2.03  mem=16M521
34.29	   
34.29	   search
34.29	     run=11  nbConstraintChecks=14134125  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6414
34.29	     nbFailedAssignments=3680  nbBacktracks=2572  nbVisitedNodes=12638  nbRestartNogoods=56
34.29	       =>  wckTime=3.047  cpuTime=2.96  mem=16M521
36.00	   
36.00	   search
36.00	     run=12  nbConstraintChecks=22178736  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9915
36.00	     nbFailedAssignments=5871  nbBacktracks=3870  nbVisitedNodes=19617  nbRestartNogoods=67
36.00	       =>  wckTime=4.757  cpuTime=4.66  mem=16M521
38.18	   
38.18	   search
38.19	     run=13  nbConstraintChecks=32094832  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=14843
38.19	     nbFailedAssignments=8840  nbBacktracks=5816  nbVisitedNodes=29418  nbRestartNogoods=72
38.19	       =>  wckTime=6.94  cpuTime=6.83  mem=16M521
41.90	   
41.90	   search
41.90	     run=14  nbConstraintChecks=49247962  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=22125
41.90	     nbFailedAssignments=13191  nbBacktracks=8735  nbVisitedNodes=43889  nbRestartNogoods=82
41.90	       =>  wckTime=10.654  cpuTime=10.51  mem=16M521
46.75	   
46.75	   search
46.75	     run=15  nbConstraintChecks=72017247  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=32894
46.75	     nbFailedAssignments=19571  nbBacktracks=13113  nbVisitedNodes=65396  nbRestartNogoods=94
46.75	       =>  wckTime=15.501  cpuTime=15.32  mem=16M521
54.40	   
54.40	   search
54.40	     run=16  nbConstraintChecks=108619819  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=49165
54.40	     nbFailedAssignments=29264  nbBacktracks=19681  nbVisitedNodes=97885  nbRestartNogoods=104
54.40	       =>  wckTime=23.158  cpuTime=22.92  mem=16M521
66.28	   
66.28	   search
66.28	     run=17  nbConstraintChecks=161253499  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=73184
66.28	     nbFailedAssignments=43420  nbBacktracks=29533  nbVisitedNodes=145877  nbRestartNogoods=116
66.28	       =>  wckTime=35.037  cpuTime=34.71  mem=16M521
82.12	   
82.12	   search
82.12	     run=18  nbConstraintChecks=231223409  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=108048
82.12	     nbFailedAssignments=63497  nbBacktracks=44311  nbVisitedNodes=215466  nbRestartNogoods=129
82.12	       =>  wckTime=50.876  cpuTime=50.4  mem=16M521
108.75	   
108.75	   search
108.75	     run=19  nbConstraintChecks=345570626  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=162237
108.75	     nbFailedAssignments=95510  nbBacktracks=66479  nbVisitedNodes=323731  nbRestartNogoods=143
108.75	       =>  wckTime=77.505  cpuTime=76.83  mem=16M521
150.58	   
150.58	   search
150.58	     run=20  nbConstraintChecks=528401615  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=244581
150.58	     nbFailedAssignments=144593  nbBacktracks=99731  nbVisitedNodes=487415  nbRestartNogoods=155
150.58	       =>  wckTime=119.332  cpuTime=118.32  mem=16M521
207.12	   
207.12	   search
207.12	     run=21  nbConstraintChecks=766462237  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=359336
207.12	     nbFailedAssignments=209463  nbBacktracks=149609  nbVisitedNodes=715306  nbRestartNogoods=163
207.12	       =>  wckTime=175.871  cpuTime=174.39  mem=16M521
289.92	   
289.92	   search
289.92	     run=22  nbConstraintChecks=1133329591  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=526260
289.92	     nbFailedAssignments=301563  nbBacktracks=224428  nbVisitedNodes=1040132  nbRestartNogoods=175
289.92	       =>  wckTime=258.675  cpuTime=256.56  mem=16M521
379.93	   
379.93	   search
379.93	     run=23  nbConstraintChecks=1533056870  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=710030
379.93	     nbFailedAssignments=399546  nbBacktracks=310216  nbVisitedNodes=1394099  nbRestartNogoods=181
379.93	       =>  wckTime=348.684  cpuTime=345.84  mem=16M521
379.93	   
379.93	   global
379.93	     nbConstraintChecks=1533106318  nbRestartNogoods=181  solvingWckTime=348.686  solvingCpuTime=345.84  expiredTime=no
379.93	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=376.4
379.93	       =>  wckTime=379.611  cpuTime=376.37  mem=16M521
379.93	
379.93	s OPTIMUM FOUND
379.93	v 0 2 1 3 2 2 1 3 1 4 1 0 0 2 4 3 1 4 4 3 3 3 1 1 2 0 0 2 
379.93	   
379.94	   totalWckTime=379.689  totalCpuTime=376.41

Verifier Data (download as text)

96 unsatisfied constraints, 93 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/node69/watcher-278659-1169289071 -o ROOT/results/node69/solver-278659-1169289071 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/278659-1169289071/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.89 1.51 1.75 5/74 12675
/proc/meminfo: memFree=1309184/2055920 swapFree=4191892/4192956
[pid=12674] ppid=12672 vsize=18540 CPUtime=0
/proc/12674/stat : 12674 (runsolver) R 12672 12674 12409 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 76404410 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 237947645223 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12674/statm: 4635 279 244 17 0 2626 0

[startup+0.104326 s]
/proc/loadavg: 0.89 1.51 1.75 5/74 12675
/proc/meminfo: memFree=1309184/2055920 swapFree=4191892/4192956
[pid=12674] ppid=12672 vsize=911488 CPUtime=0.06
/proc/12674/stat : 12674 (java) R 12672 12674 12409 0 -1 0 2628 0 1 0 5 1 0 0 23 0 8 0 76404410 933363712 2375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153636689 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12674/statm: 227872 2375 1282 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 911488

[startup+0.512364 s]
/proc/loadavg: 0.89 1.51 1.75 5/74 12675
/proc/meminfo: memFree=1309184/2055920 swapFree=4191892/4192956
[pid=12674] ppid=12672 vsize=915332 CPUtime=0.47
/proc/12674/stat : 12674 (java) R 12672 12674 12409 0 -1 0 6419 0 1 0 42 5 0 0 25 0 8 0 76404410 937299968 6158 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12674/statm: 228833 6158 2150 14 0 215303 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915332

[startup+1.33342 s]
/proc/loadavg: 0.97 1.52 1.75 3/81 12682
/proc/meminfo: memFree=1291336/2055920 swapFree=4191892/4192956
[pid=12674] ppid=12672 vsize=915460 CPUtime=1.28
/proc/12674/stat : 12674 (java) R 12672 12674 12409 0 -1 0 7147 0 1 0 109 19 0 0 25 0 8 0 76404410 937431040 6885 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073714183 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12674/statm: 228865 6885 2479 14 0 215335 0
[pid=12674/tid=12676] ppid=12672 vsize=915460 CPUtime=0.02
/proc/12674/task/12676/stat : 12676 (java) S 12672 12674 12409 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 76404414 937431040 6885 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12677] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12677/stat : 12677 (java) S 12672 12674 12409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76404414 937431040 6885 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12678] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12678/stat : 12678 (java) S 12672 12674 12409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76404414 937431040 6885 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12679] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12679/stat : 12679 (java) S 12672 12674 12409 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 76404419 937431040 6885 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12680] ppid=12672 vsize=915460 CPUtime=0.13
/proc/12674/task/12680/stat : 12680 (java) S 12672 12674 12409 0 -1 64 342 0 0 0 13 0 0 0 16 0 8 0 76404419 937431040 6885 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12681] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12681/stat : 12681 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 76404419 937431040 6885 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12682] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12682/stat : 12682 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 76404419 937431040 6885 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915460

[startup+2.97057 s]
/proc/loadavg: 0.97 1.52 1.75 3/81 12682
/proc/meminfo: memFree=1291272/2055920 swapFree=4191892/4192956
[pid=12674] ppid=12672 vsize=915464 CPUtime=2.91
/proc/12674/stat : 12674 (java) R 12672 12674 12409 0 -1 0 7150 0 1 0 239 52 0 0 25 0 8 0 76404410 937435136 6887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12674/statm: 228866 6887 2479 14 0 215336 0
[pid=12674/tid=12676] ppid=12672 vsize=915464 CPUtime=0.02
/proc/12674/task/12676/stat : 12676 (java) S 12672 12674 12409 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 76404414 937435136 6887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12677] ppid=12672 vsize=915464 CPUtime=0
/proc/12674/task/12677/stat : 12677 (java) S 12672 12674 12409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76404414 937435136 6887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12678] ppid=12672 vsize=915464 CPUtime=0
/proc/12674/task/12678/stat : 12678 (java) S 12672 12674 12409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76404414 937435136 6887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12679] ppid=12672 vsize=915464 CPUtime=0
/proc/12674/task/12679/stat : 12679 (java) S 12672 12674 12409 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 76404419 937435136 6887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12680] ppid=12672 vsize=915464 CPUtime=0.13
/proc/12674/task/12680/stat : 12680 (java) S 12672 12674 12409 0 -1 64 344 0 0 0 13 0 0 0 16 0 8 0 76404419 937435136 6887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12681] ppid=12672 vsize=915464 CPUtime=0
/proc/12674/task/12681/stat : 12681 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 76404419 937435136 6887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12682] ppid=12672 vsize=915464 CPUtime=0
/proc/12674/task/12682/stat : 12682 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 76404419 937435136 6887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915464

[startup+6.27284 s]
/proc/loadavg: 1.06 1.52 1.75 3/81 12682
/proc/meminfo: memFree=1291216/2055920 swapFree=4191892/4192956
[pid=12674] ppid=12672 vsize=915460 CPUtime=6.19
/proc/12674/stat : 12674 (java) R 12672 12674 12409 0 -1 0 7150 0 1 0 503 116 0 0 25 0 8 0 76404410 937431040 6887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073714583 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12674/statm: 228865 6887 2479 14 0 215335 0
[pid=12674/tid=12676] ppid=12672 vsize=915460 CPUtime=0.02
/proc/12674/task/12676/stat : 12676 (java) S 12672 12674 12409 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 76404414 937431040 6887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12677] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12677/stat : 12677 (java) S 12672 12674 12409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76404414 937431040 6887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12678] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12678/stat : 12678 (java) S 12672 12674 12409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76404414 937431040 6887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12679] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12679/stat : 12679 (java) S 12672 12674 12409 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 76404419 937431040 6887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12680] ppid=12672 vsize=915460 CPUtime=0.13
/proc/12674/task/12680/stat : 12680 (java) S 12672 12674 12409 0 -1 64 344 0 0 0 13 0 0 0 16 0 8 0 76404419 937431040 6887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12681] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12681/stat : 12681 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 76404419 937431040 6887 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12682] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12682/stat : 12682 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 76404419 937431040 6887 18446744073709551615 134512640 134570532 4294956464 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) 915460

[startup+12.7354 s]
/proc/loadavg: 1.13 1.53 1.75 3/81 12682
/proc/meminfo: memFree=1291216/2055920 swapFree=4191892/4192956
[pid=12674] ppid=12672 vsize=915460 CPUtime=12.59
/proc/12674/stat : 12674 (java) R 12672 12674 12409 0 -1 0 7151 0 1 0 1010 249 0 0 25 0 8 0 76404410 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073718228 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12674/statm: 228865 6888 2479 14 0 215335 0
[pid=12674/tid=12676] ppid=12672 vsize=915460 CPUtime=0.02
/proc/12674/task/12676/stat : 12676 (java) S 12672 12674 12409 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 76404414 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12677] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12677/stat : 12677 (java) S 12672 12674 12409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76404414 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12678] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12678/stat : 12678 (java) S 12672 12674 12409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76404414 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12679] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12679/stat : 12679 (java) S 12672 12674 12409 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 76404419 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12680] ppid=12672 vsize=915460 CPUtime=0.13
/proc/12674/task/12680/stat : 12680 (java) S 12672 12674 12409 0 -1 64 345 0 0 0 13 0 0 0 17 0 8 0 76404419 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12681] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12681/stat : 12681 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 76404419 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12682] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12682/stat : 12682 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 76404419 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 915460

[startup+25.5875 s]
/proc/loadavg: 1.27 1.55 1.75 3/81 12682
/proc/meminfo: memFree=1291216/2055920 swapFree=4191892/4192956
[pid=12674] ppid=12672 vsize=915460 CPUtime=25.33
/proc/12674/stat : 12674 (java) R 12672 12674 12409 0 -1 0 7151 0 1 0 2022 511 0 0 25 0 8 0 76404410 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073720605 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12674/statm: 228865 6888 2479 14 0 215335 0
[pid=12674/tid=12676] ppid=12672 vsize=915460 CPUtime=0.02
/proc/12674/task/12676/stat : 12676 (java) S 12672 12674 12409 0 -1 64 163 0 0 0 2 0 0 0 17 0 8 0 76404414 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12677] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12677/stat : 12677 (java) S 12672 12674 12409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76404414 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12678] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12678/stat : 12678 (java) S 12672 12674 12409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76404414 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12679] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12679/stat : 12679 (java) S 12672 12674 12409 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 76404419 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12680] ppid=12672 vsize=915460 CPUtime=0.13
/proc/12674/task/12680/stat : 12680 (java) S 12672 12674 12409 0 -1 64 345 0 0 0 13 0 0 0 17 0 8 0 76404419 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12681] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12681/stat : 12681 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 76404419 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12682] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12682/stat : 12682 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 76404419 937431040 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 915460

[startup+51.2777 s]
/proc/loadavg: 1.55 1.59 1.76 3/81 12682
/proc/meminfo: memFree=1284048/2055920 swapFree=4191892/4192956
[pid=12674] ppid=12672 vsize=915460 CPUtime=50.83
/proc/12674/stat : 12674 (java) R 12672 12674 12409 0 -1 0 9054 0 1 0 4456 627 0 0 25 0 8 0 76404410 937431040 8788 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073844862 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12674/statm: 228865 8788 2532 14 0 215335 0
[pid=12674/tid=12676] ppid=12672 vsize=915460 CPUtime=0.02
/proc/12674/task/12676/stat : 12676 (java) S 12672 12674 12409 0 -1 64 164 0 0 0 2 0 0 0 16 0 8 0 76404414 937431040 8788 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12677] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12677/stat : 12677 (java) S 12672 12674 12409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76404414 937431040 8788 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12678] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12678/stat : 12678 (java) S 12672 12674 12409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76404414 937431040 8788 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12679] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12679/stat : 12679 (java) S 12672 12674 12409 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 76404419 937431040 8788 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12680] ppid=12672 vsize=915460 CPUtime=0.22
/proc/12674/task/12680/stat : 12680 (java) S 12672 12674 12409 0 -1 64 399 0 0 0 21 1 0 0 16 0 8 0 76404419 937431040 8788 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12681] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12681/stat : 12681 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 76404419 937431040 8788 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12682] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12682/stat : 12682 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 76404419 937431040 8788 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 915460

[startup+102.55 s]
/proc/loadavg: 1.80 1.65 1.77 3/81 12682
/proc/meminfo: memFree=1284048/2055920 swapFree=4191892/4192956
[pid=12674] ppid=12672 vsize=915460 CPUtime=101.69
/proc/12674/stat : 12674 (java) R 12672 12674 12409 0 -1 0 9064 0 1 0 9542 627 0 0 25 0 8 0 76404410 937431040 8798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073840832 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12674/statm: 228865 8798 2532 14 0 215335 0
[pid=12674/tid=12676] ppid=12672 vsize=915460 CPUtime=0.02
/proc/12674/task/12676/stat : 12676 (java) S 12672 12674 12409 0 -1 64 164 0 0 0 2 0 0 0 16 0 8 0 76404414 937431040 8798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12677] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12677/stat : 12677 (java) S 12672 12674 12409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76404414 937431040 8798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12678] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12678/stat : 12678 (java) S 12672 12674 12409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76404414 937431040 8798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12679] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12679/stat : 12679 (java) S 12672 12674 12409 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 76404419 937431040 8798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12680] ppid=12672 vsize=915460 CPUtime=0.22
/proc/12674/task/12680/stat : 12680 (java) S 12672 12674 12409 0 -1 64 401 0 0 0 21 1 0 0 16 0 8 0 76404419 937431040 8798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12681] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12681/stat : 12681 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 76404419 937431040 8798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12682] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12682/stat : 12682 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 76404419 937431040 8798 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 915460

[startup+162.563 s]
/proc/loadavg: 1.93 1.71 1.78 3/81 12682
/proc/meminfo: memFree=1284048/2055920 swapFree=4191892/4192956
[pid=12674] ppid=12672 vsize=915460 CPUtime=161.21
/proc/12674/stat : 12674 (java) R 12672 12674 12409 0 -1 0 9069 0 1 0 15494 627 0 0 25 0 8 0 76404410 937431040 8802 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073839837 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12674/statm: 228865 8802 2532 14 0 215335 0
[pid=12674/tid=12676] ppid=12672 vsize=915460 CPUtime=0.02
/proc/12674/task/12676/stat : 12676 (java) S 12672 12674 12409 0 -1 64 164 0 0 0 2 0 0 0 16 0 8 0 76404414 937431040 8802 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12677] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12677/stat : 12677 (java) S 12672 12674 12409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76404414 937431040 8802 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12678] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12678/stat : 12678 (java) S 12672 12674 12409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76404414 937431040 8802 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12679] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12679/stat : 12679 (java) S 12672 12674 12409 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 76404419 937431040 8802 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12680] ppid=12672 vsize=915460 CPUtime=0.22
/proc/12674/task/12680/stat : 12680 (java) S 12672 12674 12409 0 -1 64 401 0 0 0 21 1 0 0 16 0 8 0 76404419 937431040 8802 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12681] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12681/stat : 12681 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 76404419 937431040 8802 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12682] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12682/stat : 12682 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 76404419 937431040 8802 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.21
Current children cumulated vsize (KiB) 915460

[startup+222.571 s]
/proc/loadavg: 1.97 1.76 1.79 3/81 12682
/proc/meminfo: memFree=1284048/2055920 swapFree=4191892/4192956
[pid=12674] ppid=12672 vsize=915460 CPUtime=220.74
/proc/12674/stat : 12674 (java) R 12672 12674 12409 0 -1 0 9072 0 1 0 21447 627 0 0 25 0 8 0 76404410 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073840948 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12674/statm: 228865 8805 2532 14 0 215335 0
[pid=12674/tid=12676] ppid=12672 vsize=915460 CPUtime=0.02
/proc/12674/task/12676/stat : 12676 (java) S 12672 12674 12409 0 -1 64 164 0 0 0 2 0 0 0 16 0 8 0 76404414 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12677] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12677/stat : 12677 (java) S 12672 12674 12409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76404414 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12678] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12678/stat : 12678 (java) S 12672 12674 12409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76404414 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12679] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12679/stat : 12679 (java) S 12672 12674 12409 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 76404419 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12680] ppid=12672 vsize=915460 CPUtime=0.22
/proc/12674/task/12680/stat : 12680 (java) S 12672 12674 12409 0 -1 64 401 0 0 0 21 1 0 0 16 0 8 0 76404419 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12681] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12681/stat : 12681 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 76404419 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12682] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12682/stat : 12682 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 76404419 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.74
Current children cumulated vsize (KiB) 915460

[startup+282.579 s]
/proc/loadavg: 1.99 1.80 1.81 3/81 12682
/proc/meminfo: memFree=1284048/2055920 swapFree=4191892/4192956
[pid=12674] ppid=12672 vsize=915460 CPUtime=280.27
/proc/12674/stat : 12674 (java) R 12672 12674 12409 0 -1 0 9072 0 1 0 27400 627 0 0 25 0 8 0 76404410 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073844834 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12674/statm: 228865 8805 2532 14 0 215335 0
[pid=12674/tid=12676] ppid=12672 vsize=915460 CPUtime=0.02
/proc/12674/task/12676/stat : 12676 (java) S 12672 12674 12409 0 -1 64 164 0 0 0 2 0 0 0 16 0 8 0 76404414 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12677] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12677/stat : 12677 (java) S 12672 12674 12409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76404414 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12678] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12678/stat : 12678 (java) S 12672 12674 12409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76404414 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12679] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12679/stat : 12679 (java) S 12672 12674 12409 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 76404419 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12680] ppid=12672 vsize=915460 CPUtime=0.22
/proc/12674/task/12680/stat : 12680 (java) S 12672 12674 12409 0 -1 64 401 0 0 0 21 1 0 0 16 0 8 0 76404419 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12681] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12681/stat : 12681 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 76404419 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12682] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12682/stat : 12682 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 76404419 937431040 8805 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.27
Current children cumulated vsize (KiB) 915460

[startup+342.591 s]
/proc/loadavg: 1.99 1.83 1.82 3/81 12682
/proc/meminfo: memFree=1283984/2055920 swapFree=4191892/4192956
[pid=12674] ppid=12672 vsize=915460 CPUtime=339.79
/proc/12674/stat : 12674 (java) R 12672 12674 12409 0 -1 0 9075 0 1 0 33352 627 0 0 25 0 8 0 76404410 937431040 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073840840 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12674/statm: 228865 8807 2532 14 0 215335 0
[pid=12674/tid=12676] ppid=12672 vsize=915460 CPUtime=0.02
/proc/12674/task/12676/stat : 12676 (java) S 12672 12674 12409 0 -1 64 164 0 0 0 2 0 0 0 16 0 8 0 76404414 937431040 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12677] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12677/stat : 12677 (java) S 12672 12674 12409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76404414 937431040 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12678] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12678/stat : 12678 (java) S 12672 12674 12409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76404414 937431040 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12679] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12679/stat : 12679 (java) S 12672 12674 12409 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 76404419 937431040 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12680] ppid=12672 vsize=915460 CPUtime=0.22
/proc/12674/task/12680/stat : 12680 (java) S 12672 12674 12409 0 -1 64 401 0 0 0 21 1 0 0 16 0 8 0 76404419 937431040 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12681] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12681/stat : 12681 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 76404419 937431040 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12674/tid=12682] ppid=12672 vsize=915460 CPUtime=0
/proc/12674/task/12682/stat : 12682 (java) S 12672 12674 12409 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 76404419 937431040 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.79
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 379.959
CPU time (s): 376.873
CPU user time (s): 370.589
CPU system time (s): 6.28404
CPU usage (%): 99.1877
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 370.589
system time used= 6.28404
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9173
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= 8902
involuntary context switches= 17051

runsolver used 0.298954 s user time and 1.06184 s system time

The end

Launcher Data (download as text)

Begin job on node69 on Sat Jan 20 10:31:13 UTC 2007


IDJOB= 278659
IDBENCH= 8612
IDSOLVER= 68
FILE ID= node69/278659-1169289071

PBS_JOBID= 3609725

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-80/kbtree-9-7-3-5-80-01_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/278659-1169289071/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-278659-1169289071 -o ROOT/results/node69/solver-278659-1169289071 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/278659-1169289071/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3b8f3e856a96102e387b9b37e43d4bae

RANDOM SEED= 140285622

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1309856 kB
Buffers:         48884 kB
Cached:         578972 kB
SwapCached:        396 kB
Active:         141948 kB
Inactive:       533588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309856 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:          57640 kB
Slab:            55880 kB
Committed_AS:   870844 kB
PageTables:       1928 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 node69 on Sat Jan 20 10:37:35 UTC 2007