Trace number 279289

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 273.961 275.111

General information on the benchmark

NameMaxCSP/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-30/
kbtree-9-5-3-5-30-21_ext.xml
MD5SUM9177731d48293f9ae831c314e2b1bc28
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints245
Best CPU time to get the best result obtained on this benchmark3.9384
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints255
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension255
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.31	   
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/279289-1169291981/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5
0.41	       =>  wckTime=0.099  cpuTime=0.09  mem=6M887
0.41	   
0.41	   relations being loaded...
0.47	   
0.47	   constraints being loaded...
0.57	     nbConstraints=255  nbRelationTypes=255  nbExtensionStructures=255  nbSharedExtensionStructures=0
0.57	     nbConflictsStructures=255  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2519  maxDegree=34
0.57	     maxArity=2
0.57	       =>  wckTime=0.258  cpuTime=0.17  mem=8M838
0.61	   
0.61	   solver LocalSearchSolver being built... 
0.65	       =>  wckTime=0.343  cpuTime=0.22  mem=5M600
0.66	
0.66	s SATISFIABLE
0.66	o 183
0.66	c 72
0.66	o 190
0.66	c 65
0.66	o 193
0.66	c 62
0.66	o 196
0.66	c 59
0.66	o 199
0.66	c 56
0.66	o 203
0.66	c 52
0.66	o 207
0.66	c 48
0.66	o 210
0.66	c 45
0.66	o 214
0.66	c 41
0.67	o 216
0.67	c 39
0.67	o 220
0.67	c 35
0.67	o 221
0.67	c 34
0.67	o 222
0.67	c 33
0.67	o 223
0.67	c 32
0.67	o 225
0.67	c 30
0.67	o 226
0.67	c 29
0.67	o 228
0.67	c 27
0.67	o 229
0.67	c 26
0.68	o 230
0.68	c 25
0.68	o 231
0.68	c 24
0.68	o 233
0.68	c 22
0.68	o 234
0.68	c 21
0.68	o 237
0.68	c 18
0.69	o 238
0.69	c 17
0.69	o 239
0.69	c 16
0.69	o 241
0.69	c 14
0.70	o 242
0.70	c 13
0.70	o 243
0.70	c 12
0.85	o 244
0.85	c 11
0.85	o 245
0.85	c 10
2.24	   
2.24	   search
2.24	     run=0  nbConstraintChecks=7549558  nbAssignments=10000
2.24	       =>  wckTime=1.587  cpuTime=1.55  mem=5M600
3.80	   
3.80	   search
3.80	     run=1  nbConstraintChecks=15455286  nbAssignments=20000
3.80	       =>  wckTime=3.145  cpuTime=3.09  mem=5M600
5.29	   
5.29	   search
5.29	     run=2  nbConstraintChecks=22947093  nbAssignments=30000
5.29	       =>  wckTime=4.639  cpuTime=4.57  mem=5M600
6.85	   
6.85	   search
6.85	     run=3  nbConstraintChecks=30872031  nbAssignments=40000
6.85	       =>  wckTime=6.2  cpuTime=6.12  mem=5M600
8.34	   
8.34	   search
8.34	     run=4  nbConstraintChecks=38281255  nbAssignments=50000
8.34	       =>  wckTime=7.692  cpuTime=7.6  mem=5M600
9.88	   
9.88	   search
9.88	     run=5  nbConstraintChecks=45929579  nbAssignments=60000
9.88	       =>  wckTime=9.231  cpuTime=9.12  mem=5M600
11.38	   
11.38	   search
11.38	     run=6  nbConstraintChecks=53272375  nbAssignments=70000
11.38	       =>  wckTime=10.732  cpuTime=10.61  mem=5M600
12.93	   
12.93	   search
12.93	     run=7  nbConstraintChecks=61093155  nbAssignments=80000
12.93	       =>  wckTime=12.281  cpuTime=12.15  mem=5M600
14.43	   
14.43	   search
14.43	     run=8  nbConstraintChecks=68480098  nbAssignments=90000
14.43	       =>  wckTime=13.778  cpuTime=13.63  mem=5M600
15.99	   
15.99	   search
15.99	     run=9  nbConstraintChecks=76428797  nbAssignments=100000
15.99	       =>  wckTime=15.342  cpuTime=15.18  mem=5M600
17.49	   
17.49	   search
17.49	     run=10  nbConstraintChecks=83857171  nbAssignments=110000
17.49	       =>  wckTime=16.841  cpuTime=16.67  mem=5M600
19.03	   
19.03	   search
19.03	     run=11  nbConstraintChecks=91667524  nbAssignments=120000
19.03	       =>  wckTime=18.379  cpuTime=18.2  mem=5M600
20.53	   
20.53	   search
20.53	     run=12  nbConstraintChecks=99149585  nbAssignments=130000
20.53	       =>  wckTime=19.874  cpuTime=19.67  mem=5M600
22.05	   
22.05	   search
22.05	     run=13  nbConstraintChecks=106933490  nbAssignments=140000
22.05	       =>  wckTime=21.402  cpuTime=21.2  mem=5M600
23.55	   
23.55	   search
23.55	     run=14  nbConstraintChecks=114463495  nbAssignments=150000
23.55	       =>  wckTime=22.903  cpuTime=22.68  mem=5M600
25.08	   
25.08	   search
25.08	     run=15  nbConstraintChecks=122183114  nbAssignments=160000
25.08	       =>  wckTime=24.425  cpuTime=24.19  mem=5M600
26.57	   
26.57	   search
26.57	     run=16  nbConstraintChecks=129647860  nbAssignments=170000
26.57	       =>  wckTime=25.915  cpuTime=25.67  mem=5M600
28.10	   
28.10	   search
28.10	     run=17  nbConstraintChecks=137461507  nbAssignments=180000
28.10	       =>  wckTime=27.45  cpuTime=27.19  mem=5M600
29.60	   
29.60	   search
29.60	     run=18  nbConstraintChecks=144842271  nbAssignments=190000
29.60	       =>  wckTime=28.946  cpuTime=28.68  mem=5M600
31.12	   
31.12	   search
31.12	     run=19  nbConstraintChecks=152523293  nbAssignments=199850
31.12	       =>  wckTime=30.466  cpuTime=30.19  mem=5M600
31.12	   
31.12	   global
31.12	     nbConstraintChecks=152523293  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.12	     solvingWckTime=30.466  solvingCpuTime=30.19  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.12	     globalCpuTime=30.46
31.12	       =>  wckTime=30.811  cpuTime=30.41  mem=5M600
31.12	   
31.12	   solver IterativeSystematicSolver being built... 
31.26	       =>  wckTime=30.947  cpuTime=30.52  mem=16M647
31.31	   
31.31	   preprocessing
31.31	     nbConstraintChecks=20459  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.31	     detectedInconsistency=no
31.31	       =>  wckTime=0.051  cpuTime=0.03  mem=16M647
31.35	   
31.35	   search
31.35	     run=0  nbConstraintChecks=53920  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=47
31.35	     nbFailedAssignments=23  nbBacktracks=11  nbVisitedNodes=82  nbRestartNogoods=0
31.35	       =>  wckTime=0.092  cpuTime=0.06  mem=16M647
31.40	   
31.40	   search
31.40	     run=1  nbConstraintChecks=105519  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=92
31.40	     nbFailedAssignments=38  nbBacktracks=27  nbVisitedNodes=158  nbRestartNogoods=4
31.40	       =>  wckTime=0.141  cpuTime=0.1  mem=16M647
31.44	   
31.44	   search
31.44	     run=2  nbConstraintChecks=203325  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=170
31.44	     nbFailedAssignments=80  nbBacktracks=50  nbVisitedNodes=300  nbRestartNogoods=9
31.44	       =>  wckTime=0.187  cpuTime=0.14  mem=16M647
31.52	   
31.52	   search
31.52	     run=3  nbConstraintChecks=348144  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=282
31.52	     nbFailedAssignments=146  nbBacktracks=83  nbVisitedNodes=511  nbRestartNogoods=15
31.52	       =>  wckTime=0.258  cpuTime=0.21  mem=16M647
31.60	   
31.60	   search
31.60	     run=4  nbConstraintChecks=539483  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=422
31.60	     nbFailedAssignments=223  nbBacktracks=133  nbVisitedNodes=776  nbRestartNogoods=25
31.60	       =>  wckTime=0.344  cpuTime=0.29  mem=16M647
31.74	   
31.74	   search
31.74	     run=5  nbConstraintChecks=864801  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=656
31.74	     nbFailedAssignments=370  nbBacktracks=208  nbVisitedNodes=1232  nbRestartNogoods=34
31.74	       =>  wckTime=0.486  cpuTime=0.43  mem=16M647
31.94	   
31.94	   search
31.94	     run=6  nbConstraintChecks=1293705  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=952
31.94	     nbFailedAssignments=540  nbBacktracks=324  nbVisitedNodes=1811  nbRestartNogoods=40
31.94	       =>  wckTime=0.68  cpuTime=0.62  mem=16M647
32.21	   
32.21	   search
32.21	     run=7  nbConstraintChecks=1909235  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1395
32.21	     nbFailedAssignments=802  nbBacktracks=494  nbVisitedNodes=2684  nbRestartNogoods=43
32.21	       =>  wckTime=0.949  cpuTime=0.89  mem=16M647
32.63	   
32.63	   search
32.63	     run=8  nbConstraintChecks=2876403  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2040
32.63	     nbFailedAssignments=1179  nbBacktracks=750  nbVisitedNodes=3961  nbRestartNogoods=55
32.63	       =>  wckTime=1.369  cpuTime=1.28  mem=16M647
33.20	   
33.20	   search
33.20	     run=9  nbConstraintChecks=4178480  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2993
33.20	     nbFailedAssignments=1733  nbBacktracks=1134  nbVisitedNodes=5840  nbRestartNogoods=61
33.20	       =>  wckTime=1.942  cpuTime=1.85  mem=16M647
34.09	   
34.09	   search
34.09	     run=10  nbConstraintChecks=6269639  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4485
34.09	     nbFailedAssignments=2637  nbBacktracks=1710  nbVisitedNodes=8809  nbRestartNogoods=68
34.09	       =>  wckTime=2.834  cpuTime=2.73  mem=16M647
35.38	   
35.38	   search
35.38	     run=11  nbConstraintChecks=9416154  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6581
35.38	     nbFailedAssignments=3851  nbBacktracks=2574  nbVisitedNodes=12979  nbRestartNogoods=73
35.38	       =>  wckTime=4.121  cpuTime=4.0  mem=16M647
37.44	   
37.44	   search
37.44	     run=12  nbConstraintChecks=14634286  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10037
37.44	     nbFailedAssignments=5998  nbBacktracks=3871  nbVisitedNodes=19878  nbRestartNogoods=80
37.44	       =>  wckTime=6.183  cpuTime=6.05  mem=16M647
40.14	   
40.14	   search
40.14	     run=13  nbConstraintChecks=21276868  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=14492
40.14	     nbFailedAssignments=8496  nbBacktracks=5817  nbVisitedNodes=28773  nbRestartNogoods=89
40.14	       =>  wckTime=8.883  cpuTime=8.73  mem=16M647
44.27	   
44.27	   search
44.27	     run=14  nbConstraintChecks=32533241  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=21595
44.27	     nbFailedAssignments=12666  nbBacktracks=8737  nbVisitedNodes=42937  nbRestartNogoods=99
44.27	       =>  wckTime=13.017  cpuTime=12.82  mem=16M647
50.89	   
50.90	   search
50.90	     run=15  nbConstraintChecks=49023623  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=32285
50.90	     nbFailedAssignments=18966  nbBacktracks=13115  nbVisitedNodes=64273  nbRestartNogoods=111
50.90	       =>  wckTime=19.638  cpuTime=19.39  mem=16M647
59.62	   
59.62	   search
59.62	     run=16  nbConstraintChecks=71998443  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=47477
59.62	     nbFailedAssignments=27576  nbBacktracks=19683  nbVisitedNodes=94605  nbRestartNogoods=120
59.62	       =>  wckTime=28.363  cpuTime=28.05  mem=16M647
74.93	   
74.93	   search
74.93	     run=17  nbConstraintChecks=108575262  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=70684
74.93	     nbFailedAssignments=40917  nbBacktracks=29535  nbVisitedNodes=140695  nbRestartNogoods=126
74.93	       =>  wckTime=43.673  cpuTime=43.24  mem=16M647
96.62	   
96.62	   search
96.62	     run=18  nbConstraintChecks=161444526  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=104989
96.62	     nbFailedAssignments=60440  nbBacktracks=44313  nbVisitedNodes=208942  nbRestartNogoods=142
96.62	       =>  wckTime=65.367  cpuTime=64.77  mem=16M647
127.44	   
127.44	   search
127.44	     run=19  nbConstraintChecks=235283444  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=153783
127.44	     nbFailedAssignments=87052  nbBacktracks=66482  nbVisitedNodes=305244  nbRestartNogoods=155
127.44	       =>  wckTime=96.178  cpuTime=95.4  mem=16M647
169.49	   
169.49	   search
169.49	     run=20  nbConstraintChecks=335845844  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=224656
169.49	     nbFailedAssignments=124666  nbBacktracks=99734  nbVisitedNodes=442049  nbRestartNogoods=176
169.49	       =>  wckTime=138.229  cpuTime=137.4  mem=16M647
225.98	   
225.98	   search
225.98	     run=21  nbConstraintChecks=468681208  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=325516
225.98	     nbFailedAssignments=175643  nbBacktracks=149613  nbVisitedNodes=634823  nbRestartNogoods=189
225.98	       =>  wckTime=194.726  cpuTime=193.84  mem=16M647
275.09	   
275.09	   search
275.09	     run=22  nbConstraintChecks=578621926  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=415758
275.09	     nbFailedAssignments=217733  nbBacktracks=197766  nbVisitedNodes=803032  nbRestartNogoods=196
275.09	       =>  wckTime=243.827  cpuTime=242.88  mem=16M647
275.09	   
275.09	   global
275.09	     nbConstraintChecks=578642385  nbRestartNogoods=196  solvingWckTime=243.83  solvingCpuTime=242.88  expiredTime=no
275.09	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=273.45
275.09	       =>  wckTime=274.777  cpuTime=273.4  mem=16M647
275.09	
275.09	s OPTIMUM FOUND
275.09	v 1 0 0 4 2 3 2 2 2 3 3 0 2 1 1 2 1 3 0 4 4 3 3 1 3 1 3 2 4 2 3 0 1 2 4 2 2 3 1 4 
275.09	   
275.09	   totalWckTime=274.858  totalCpuTime=273.45

Verifier Data (download as text)

10 unsatisfied constraints, 245 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/node71/watcher-279289-1169291981 -o ROOT/results/node71/solver-279289-1169291981 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/279289-1169291981/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: 1.01 1.00 1.00 4/80 30423
/proc/meminfo: memFree=1269472/2055920 swapFree=4192812/4192956
[pid=30422] ppid=30420 vsize=1784 CPUtime=0
/proc/30422/stat : 30422 (java) R 30420 30422 29914 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 76694947 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/30422/statm: 446 140 106 14 0 91 0

[startup+0.106118 s]
/proc/loadavg: 1.01 1.00 1.00 4/80 30423
/proc/meminfo: memFree=1269472/2055920 swapFree=4192812/4192956
[pid=30422] ppid=30420 vsize=914988 CPUtime=0.09
/proc/30422/stat : 30422 (java) R 30420 30422 29914 0 -1 0 3020 0 1 0 8 1 0 0 17 0 8 0 76694947 936947712 2766 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153801589 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30422/statm: 228747 2766 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514176 s]
/proc/loadavg: 1.01 1.00 1.00 4/80 30423
/proc/meminfo: memFree=1269472/2055920 swapFree=4192812/4192956
[pid=30422] ppid=30420 vsize=915332 CPUtime=0.49
/proc/30422/stat : 30422 (java) S 30420 30422 29914 0 -1 0 6405 0 1 0 46 3 0 0 17 0 8 0 76694947 937299968 6144 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30422/statm: 228833 6144 2147 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33528 s]
/proc/loadavg: 1.17 1.03 1.01 4/87 30430
/proc/meminfo: memFree=1251048/2055920 swapFree=4192812/4192956
[pid=30422] ppid=30420 vsize=915464 CPUtime=1.3
/proc/30422/stat : 30422 (java) R 30420 30422 29914 0 -1 0 7270 0 1 0 109 21 0 0 22 0 8 0 76694947 937435136 7008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073728870 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30422/statm: 228866 7008 2479 14 0 215336 0
[pid=30422/tid=30424] ppid=30420 vsize=915464 CPUtime=0.02
/proc/30422/task/30424/stat : 30424 (java) S 30420 30422 29914 0 -1 64 179 0 0 0 2 0 0 0 16 0 8 0 76694951 937435136 7008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30425] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 29914 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76694951 937435136 7008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30426] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 29914 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76694951 937435136 7008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 76694954 937435136 7008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=915464 CPUtime=0.14
/proc/30422/task/30428/stat : 30428 (java) R 30420 30422 29914 0 -1 64 346 0 0 0 14 0 0 0 20 0 8 0 76694954 937435136 7008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153694705 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30422/tid=30429] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 76694954 937435136 7008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30430] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 29914 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 76694954 937435136 7008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.97251 s]
/proc/loadavg: 1.17 1.03 1.01 3/87 30430
/proc/meminfo: memFree=1251056/2055920 swapFree=4192812/4192956
[pid=30422] ppid=30420 vsize=915468 CPUtime=2.93
/proc/30422/stat : 30422 (java) R 30420 30422 29914 0 -1 0 7273 0 1 0 229 64 0 0 25 0 8 0 76694947 937439232 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30422/statm: 228867 7010 2479 14 0 215337 0
[pid=30422/tid=30424] ppid=30420 vsize=915468 CPUtime=0.02
/proc/30422/task/30424/stat : 30424 (java) S 30420 30422 29914 0 -1 64 179 0 0 0 2 0 0 0 16 0 8 0 76694951 937439232 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30425] ppid=30420 vsize=915468 CPUtime=0
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 29914 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76694951 937439232 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30426] ppid=30420 vsize=915468 CPUtime=0
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 29914 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76694951 937439232 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=915468 CPUtime=0
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 76694954 937439232 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=915468 CPUtime=0.15
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 29914 0 -1 64 348 0 0 0 15 0 0 0 16 0 8 0 76694954 937439232 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30429] ppid=30420 vsize=915468 CPUtime=0
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 76694954 937439232 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30430] ppid=30420 vsize=915468 CPUtime=0
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 29914 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 76694954 937439232 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915468

[startup+6.17595 s]
/proc/loadavg: 1.17 1.03 1.01 3/87 30430
/proc/meminfo: memFree=1250992/2055920 swapFree=4192812/4192956
[pid=30422] ppid=30420 vsize=915464 CPUtime=6.1
/proc/30422/stat : 30422 (java) R 30420 30422 29914 0 -1 0 7273 0 1 0 460 150 0 0 25 0 8 0 76694947 937435136 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30422/statm: 228866 7010 2479 14 0 215336 0
[pid=30422/tid=30424] ppid=30420 vsize=915464 CPUtime=0.02
/proc/30422/task/30424/stat : 30424 (java) S 30420 30422 29914 0 -1 64 179 0 0 0 2 0 0 0 16 0 8 0 76694951 937435136 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30425] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 29914 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76694951 937435136 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30426] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 29914 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76694951 937435136 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 76694954 937435136 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=915464 CPUtime=0.15
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 29914 0 -1 64 348 0 0 0 15 0 0 0 16 0 8 0 76694954 937435136 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30429] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 76694954 937435136 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30430] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30430/stat : 30430 (java) R 30420 30422 29914 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 76694954 937435136 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 915464

[startup+12.6428 s]
/proc/loadavg: 1.30 1.06 1.02 3/87 30430
/proc/meminfo: memFree=1244272/2055920 swapFree=4192812/4192956
[pid=30422] ppid=30420 vsize=915464 CPUtime=12.51
/proc/30422/stat : 30422 (java) R 30420 30422 29914 0 -1 0 7274 0 1 0 932 319 0 0 25 0 8 0 76694947 937435136 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073731098 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30422/statm: 228866 7011 2479 14 0 215336 0
[pid=30422/tid=30424] ppid=30420 vsize=915464 CPUtime=0.02
/proc/30422/task/30424/stat : 30424 (java) S 30420 30422 29914 0 -1 64 179 0 0 0 2 0 0 0 16 0 8 0 76694951 937435136 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30425] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 29914 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76694951 937435136 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30426] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 29914 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76694951 937435136 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 76694954 937435136 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=915464 CPUtime=0.15
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 29914 0 -1 64 349 0 0 0 15 0 0 0 16 0 8 0 76694954 937435136 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30429] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 76694954 937435136 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30430] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 29914 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 76694954 937435136 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 915464

[startup+25.4996 s]
/proc/loadavg: 1.41 1.09 1.03 3/87 30430
/proc/meminfo: memFree=1244144/2055920 swapFree=4192812/4192956
[pid=30422] ppid=30420 vsize=915468 CPUtime=25.27
/proc/30422/stat : 30422 (java) R 30420 30422 29914 0 -1 0 7274 0 1 0 1865 662 0 0 25 0 8 0 76694947 937439232 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30422/statm: 228867 7011 2479 14 0 215337 0
[pid=30422/tid=30424] ppid=30420 vsize=915468 CPUtime=0.02
/proc/30422/task/30424/stat : 30424 (java) S 30420 30422 29914 0 -1 64 179 0 0 0 2 0 0 0 16 0 8 0 76694951 937439232 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30425] ppid=30420 vsize=915468 CPUtime=0
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 29914 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76694951 937439232 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30426] ppid=30420 vsize=915468 CPUtime=0
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 29914 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76694951 937439232 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=915468 CPUtime=0
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 76694954 937439232 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=915468 CPUtime=0.15
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 29914 0 -1 64 349 0 0 0 15 0 0 0 16 0 8 0 76694954 937439232 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30429] ppid=30420 vsize=915468 CPUtime=0
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 76694954 937439232 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30430] ppid=30420 vsize=915468 CPUtime=0
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 29914 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 76694954 937439232 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 915468

[startup+51.1011 s]
/proc/loadavg: 1.71 1.20 1.06 3/87 30432
/proc/meminfo: memFree=1236848/2055920 swapFree=4192812/4192956
[pid=30422] ppid=30420 vsize=915464 CPUtime=50.66
/proc/30422/stat : 30422 (java) R 30420 30422 29914 0 -1 0 9092 0 1 0 4257 809 0 0 25 0 8 0 76694947 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073857442 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30422/statm: 228866 8826 2532 14 0 215336 0
[pid=30422/tid=30424] ppid=30420 vsize=915464 CPUtime=0.02
/proc/30422/task/30424/stat : 30424 (java) S 30420 30422 29914 0 -1 64 180 0 0 0 2 0 0 0 16 0 8 0 76694951 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30425] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 29914 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76694951 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30426] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 29914 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76694951 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 76694954 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=915464 CPUtime=0.25
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 29914 0 -1 64 406 0 0 0 25 0 0 0 16 0 8 0 76694954 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30429] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 76694954 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30430] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 29914 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 76694954 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 915464

[startup+102.4 s]
/proc/loadavg: 1.87 1.32 1.11 3/87 30432
/proc/meminfo: memFree=1236912/2055920 swapFree=4192812/4192956
[pid=30422] ppid=30420 vsize=915464 CPUtime=101.56
/proc/30422/stat : 30422 (java) R 30420 30422 29914 0 -1 0 9099 0 1 0 9347 809 0 0 25 0 8 0 76694947 937435136 8833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073841592 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30422/statm: 228866 8833 2532 14 0 215336 0
[pid=30422/tid=30424] ppid=30420 vsize=915464 CPUtime=0.02
/proc/30422/task/30424/stat : 30424 (java) S 30420 30422 29914 0 -1 64 180 0 0 0 2 0 0 0 16 0 8 0 76694951 937435136 8833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30425] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 29914 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76694951 937435136 8833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30426] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 29914 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76694951 937435136 8833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 76694954 937435136 8833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=915464 CPUtime=0.25
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 29914 0 -1 64 406 0 0 0 25 0 0 0 16 0 8 0 76694954 937435136 8833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30429] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 76694954 937435136 8833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30430] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 29914 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 76694954 937435136 8833 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 915464

[startup+162.441 s]
/proc/loadavg: 1.91 1.42 1.16 3/87 30490
/proc/meminfo: memFree=1243888/2055920 swapFree=4192812/4192956
[pid=30422] ppid=30420 vsize=915464 CPUtime=161.42
/proc/30422/stat : 30422 (java) R 30420 30422 29914 0 -1 0 9102 0 1 0 15332 810 0 0 25 0 8 0 76694947 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073855945 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 228866 8836 2532 14 0 215336 0
[pid=30422/tid=30424] ppid=30420 vsize=915464 CPUtime=0.02
/proc/30422/task/30424/stat : 30424 (java) S 30420 30422 29914 0 -1 64 180 0 0 0 2 0 0 0 16 0 8 0 76694951 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30422/tid=30425] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 29914 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76694951 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30426] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 29914 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76694951 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 76694954 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=915464 CPUtime=0.25
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 29914 0 -1 64 406 0 0 0 25 0 0 0 16 0 8 0 76694954 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30422/tid=30429] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 76694954 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30430] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 29914 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 76694954 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.42
Current children cumulated vsize (KiB) 915464

[startup+222.483 s]
/proc/loadavg: 2.03 1.54 1.21 3/87 30490
/proc/meminfo: memFree=1236784/2055920 swapFree=4192812/4192956
[pid=30422] ppid=30420 vsize=915464 CPUtime=221.4
/proc/30422/stat : 30422 (java) R 30420 30422 29914 0 -1 0 9105 0 1 0 21330 810 0 0 25 0 8 0 76694947 937435136 8838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073855893 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 228866 8838 2532 14 0 215336 0
[pid=30422/tid=30424] ppid=30420 vsize=915464 CPUtime=0.02
/proc/30422/task/30424/stat : 30424 (java) S 30420 30422 29914 0 -1 64 180 0 0 0 2 0 0 0 16 0 8 0 76694951 937435136 8838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30422/tid=30425] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 29914 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 76694951 937435136 8838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30426] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 29914 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 76694951 937435136 8838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 76694954 937435136 8838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=915464 CPUtime=0.25
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 29914 0 -1 64 406 0 0 0 25 0 0 0 16 0 8 0 76694954 937435136 8838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30422/tid=30429] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 29914 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 76694954 937435136 8838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30422/tid=30430] ppid=30420 vsize=915464 CPUtime=0
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 29914 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 76694954 937435136 8838 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 275.111
CPU time (s): 273.961
CPU user time (s): 265.853
CPU system time (s): 8.10877
CPU usage (%): 99.5821
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 265.853
system time used= 8.10877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9206
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= 6579
involuntary context switches= 7150

runsolver used 0.272958 s user time and 0.766883 s system time

The end

Launcher Data (download as text)

Begin job on node71 on Sat Jan 20 11:19:41 UTC 2007


IDJOB= 279289
IDBENCH= 9783
IDSOLVER= 68
FILE ID= node71/279289-1169291981

PBS_JOBID= 3609779

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9177731d48293f9ae831c314e2b1bc28

RANDOM SEED= 662683920

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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1269952 kB
Buffers:         51604 kB
Cached:         619828 kB
SwapCached:          0 kB
Active:         147760 kB
Inactive:       562536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1269952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3540 kB
Writeback:           0 kB
Mapped:          59068 kB
Slab:            60932 kB
Committed_AS:  1652976 kB
PageTables:       1920 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 node71 on Sat Jan 20 11:24:16 UTC 2007