Trace number 277696

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 299.718 302.274

General information on the benchmark

NameMaxCSP/cnf/2-40-1100-2000/
cnf-2-40-1500-890421_ext.xml
MD5SUMf7aa93ecd28a05cea1adcda300fa6562
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints452
Best CPU time to get the best result obtained on this benchmark4.29835
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints660
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension660
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/277696-1169269932/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.40	       =>  wckTime=0.09  cpuTime=0.07  mem=6M887
0.40	   
0.40	   relations being loaded...
0.41	   
0.41	   constraints being loaded...
0.57	     nbConstraints=660  nbRelationTypes=14  nbExtensionStructures=14  nbSharedExtensionStructures=646
0.57	     nbConflictsStructures=14  nbSharedConflictsStructures=646  nbSharedBinaryRepresentations=52  maxDegree=37
0.57	     maxArity=2
0.57	       =>  wckTime=0.253  cpuTime=0.17  mem=8M838
0.61	   
0.61	   solver LocalSearchSolver being built... 
0.65	       =>  wckTime=0.335  cpuTime=0.22  mem=5M691
0.65	
0.65	s SATISFIABLE
0.65	o 395
0.65	c 265
0.66	o 400
0.66	c 260
0.66	o 406
0.66	c 254
0.66	o 410
0.66	c 250
0.66	o 416
0.66	c 244
0.66	o 419
0.66	c 241
0.66	o 422
0.66	c 238
0.66	o 428
0.66	c 232
0.66	o 430
0.66	c 230
0.66	o 432
0.66	c 228
0.66	o 434
0.66	c 226
0.66	o 437
0.66	c 223
0.66	o 440
0.66	c 220
0.70	o 441
0.70	c 219
0.70	o 443
0.70	c 217
0.70	o 446
0.70	c 214
0.70	o 450
0.70	c 210
0.70	o 452
0.70	c 208
2.72	   
2.72	   search
2.72	     run=0  nbConstraintChecks=8893665  nbAssignments=10000
2.72	       =>  wckTime=2.072  cpuTime=2.03  mem=5M691
4.74	   
4.74	   search
4.74	     run=1  nbConstraintChecks=17918104  nbAssignments=20000
4.74	       =>  wckTime=4.093  cpuTime=4.02  mem=5M691
6.73	   
6.73	   search
6.73	     run=2  nbConstraintChecks=26807311  nbAssignments=30000
6.73	       =>  wckTime=6.086  cpuTime=6.0  mem=5M691
8.76	   
8.76	   search
8.76	     run=3  nbConstraintChecks=35821605  nbAssignments=40000
8.76	       =>  wckTime=8.115  cpuTime=8.01  mem=5M691
10.78	   
10.78	   search
10.78	     run=4  nbConstraintChecks=44716494  nbAssignments=50000
10.78	       =>  wckTime=10.131  cpuTime=10.01  mem=5M691
12.82	   
12.82	   search
12.82	     run=5  nbConstraintChecks=53759678  nbAssignments=60000
12.82	       =>  wckTime=12.171  cpuTime=12.03  mem=5M691
14.83	   
14.83	   search
14.83	     run=6  nbConstraintChecks=62645829  nbAssignments=70000
14.83	       =>  wckTime=14.187  cpuTime=14.03  mem=5M691
16.86	   
16.86	   search
16.86	     run=7  nbConstraintChecks=71638242  nbAssignments=80000
16.86	       =>  wckTime=16.213  cpuTime=16.03  mem=5M691
18.85	   
18.85	   search
18.85	     run=8  nbConstraintChecks=80528709  nbAssignments=90000
18.85	       =>  wckTime=18.207  cpuTime=18.01  mem=5M691
20.87	   
20.87	   search
20.87	     run=9  nbConstraintChecks=89565054  nbAssignments=100000
20.87	       =>  wckTime=20.228  cpuTime=20.01  mem=5M691
22.87	   
22.87	   search
22.87	     run=10  nbConstraintChecks=98457332  nbAssignments=110000
22.87	       =>  wckTime=22.229  cpuTime=22.0  mem=5M691
24.89	   
24.89	   search
24.89	     run=11  nbConstraintChecks=107480320  nbAssignments=120000
24.90	       =>  wckTime=24.249  cpuTime=24.0  mem=5M691
26.89	   
26.89	   search
26.89	     run=12  nbConstraintChecks=116359117  nbAssignments=130000
26.89	       =>  wckTime=26.24  cpuTime=25.98  mem=5M691
28.92	   
28.92	   search
28.92	     run=13  nbConstraintChecks=125387743  nbAssignments=140000
28.92	       =>  wckTime=28.277  cpuTime=28.0  mem=5M691
30.94	   
30.94	   search
30.94	     run=14  nbConstraintChecks=134279538  nbAssignments=150000
30.94	       =>  wckTime=30.296  cpuTime=30.0  mem=5M691
30.97	   
30.97	   search
30.97	     run=15  nbConstraintChecks=134424652  nbAssignments=150158
30.97	       =>  wckTime=30.329  cpuTime=30.04  mem=5M691
30.98	   
30.98	   global
30.98	     nbConstraintChecks=134424652  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.98	     solvingWckTime=30.327  solvingCpuTime=30.04  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.98	     globalCpuTime=30.32
30.98	       =>  wckTime=30.664  cpuTime=30.26  mem=5M691
30.98	   
30.98	   solver IterativeSystematicSolver being built... 
31.12	       =>  wckTime=30.807  cpuTime=30.37  mem=16M808
31.19	   
31.19	   preprocessing
31.19	     nbConstraintChecks=52922  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.19	     detectedInconsistency=no
31.19	       =>  wckTime=0.066  cpuTime=0.05  mem=16M808
31.22	   
31.22	   search
31.22	     run=0  nbConstraintChecks=50382  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=34
31.22	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=51  nbRestartNogoods=0
31.22	       =>  wckTime=0.1  cpuTime=0.08  mem=16M808
31.27	   
31.27	   search
31.27	     run=1  nbConstraintChecks=114494  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=75
31.27	     nbFailedAssignments=13  nbBacktracks=25  nbVisitedNodes=114  nbRestartNogoods=2
31.27	       =>  wckTime=0.145  cpuTime=0.11  mem=16M808
31.31	   
31.31	   search
31.31	     run=2  nbConstraintChecks=214814  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=132
31.31	     nbFailedAssignments=31  nbBacktracks=47  nbVisitedNodes=210  nbRestartNogoods=4
31.31	       =>  wckTime=0.192  cpuTime=0.16  mem=16M808
31.37	   
31.37	   search
31.37	     run=3  nbConstraintChecks=339117  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=201
31.37	     nbFailedAssignments=46  nbBacktracks=81  nbVisitedNodes=328  nbRestartNogoods=8
31.37	       =>  wckTime=0.247  cpuTime=0.21  mem=16M808
31.46	   
31.46	   search
31.46	     run=4  nbConstraintChecks=530280  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=301
31.46	     nbFailedAssignments=79  nbBacktracks=131  nbVisitedNodes=511  nbRestartNogoods=12
31.46	       =>  wckTime=0.337  cpuTime=0.29  mem=16M808
31.57	   
31.57	   search
31.57	     run=5  nbConstraintChecks=796543  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=439
31.57	     nbFailedAssignments=123  nbBacktracks=206  nbVisitedNodes=765  nbRestartNogoods=14
31.57	       =>  wckTime=0.452  cpuTime=0.41  mem=16M808
31.75	   
31.75	   search
31.75	     run=6  nbConstraintChecks=1197085  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=634
31.75	     nbFailedAssignments=188  nbBacktracks=319  nbVisitedNodes=1136  nbRestartNogoods=17
31.75	       =>  wckTime=0.625  cpuTime=0.57  mem=16M808
32.01	   
32.01	   search
32.01	     run=7  nbConstraintChecks=1781462  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=918
32.01	     nbFailedAssignments=287  nbBacktracks=489  nbVisitedNodes=1683  nbRestartNogoods=20
32.01	       =>  wckTime=0.888  cpuTime=0.83  mem=16M808
32.39	   
32.39	   search
32.39	     run=8  nbConstraintChecks=2654131  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1326
32.39	     nbFailedAssignments=420  nbBacktracks=746  nbVisitedNodes=2477  nbRestartNogoods=22
32.39	       =>  wckTime=1.269  cpuTime=1.21  mem=16M808
32.97	   
32.97	   search
32.97	     run=9  nbConstraintChecks=4008564  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1955
32.97	     nbFailedAssignments=648  nbBacktracks=1131  nbVisitedNodes=3715  nbRestartNogoods=27
32.97	       =>  wckTime=1.846  cpuTime=1.76  mem=16M808
33.77	   
33.77	   search
33.78	     run=10  nbConstraintChecks=5934302  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2874
33.78	     nbFailedAssignments=976  nbBacktracks=1707  nbVisitedNodes=5514  nbRestartNogoods=32
33.78	       =>  wckTime=2.655  cpuTime=2.56  mem=16M808
35.01	   
35.01	   search
35.01	     run=11  nbConstraintChecks=8861578  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4255
35.01	     nbFailedAssignments=1474  nbBacktracks=2571  nbVisitedNodes=8227  nbRestartNogoods=37
35.01	       =>  wckTime=3.887  cpuTime=3.78  mem=16M808
36.96	   
36.96	   search
36.96	     run=12  nbConstraintChecks=13380759  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6295
36.96	     nbFailedAssignments=2206  nbBacktracks=3868  nbVisitedNodes=12274  nbRestartNogoods=39
36.96	       =>  wckTime=5.838  cpuTime=5.71  mem=16M808
39.84	   
39.84	   search
39.84	     run=13  nbConstraintChecks=20201825  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9440
39.84	     nbFailedAssignments=3390  nbBacktracks=5814  nbVisitedNodes=18498  nbRestartNogoods=42
39.84	       =>  wckTime=8.719  cpuTime=8.57  mem=16M808
44.04	   
44.04	   search
44.04	     run=14  nbConstraintChecks=30429565  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=14069
44.04	     nbFailedAssignments=5084  nbBacktracks=8733  nbVisitedNodes=27634  nbRestartNogoods=47
44.04	       =>  wckTime=12.918  cpuTime=12.73  mem=16M808
50.93	   
50.93	   search
50.93	     run=15  nbConstraintChecks=46568738  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=21266
50.93	     nbFailedAssignments=7890  nbBacktracks=13111  nbVisitedNodes=41890  nbRestartNogoods=53
50.93	       =>  wckTime=19.81  cpuTime=19.56  mem=16M808
61.40	   
61.40	   search
61.40	     run=16  nbConstraintChecks=69996371  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=31873
61.40	     nbFailedAssignments=11920  nbBacktracks=19679  nbVisitedNodes=62879  nbRestartNogoods=56
61.40	       =>  wckTime=30.285  cpuTime=29.95  mem=16M808
77.39	   
77.39	   search
77.39	     run=17  nbConstraintChecks=105137726  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=47775
77.39	     nbFailedAssignments=17955  nbBacktracks=29531  nbVisitedNodes=94311  nbRestartNogoods=62
77.39	       =>  wckTime=46.268  cpuTime=45.81  mem=16M808
100.41	   
100.41	   search
100.41	     run=18  nbConstraintChecks=157817969  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=71497
100.41	     nbFailedAssignments=26887  nbBacktracks=44309  nbVisitedNodes=141326  nbRestartNogoods=69
100.41	       =>  wckTime=69.289  cpuTime=68.63  mem=16M808
136.25	   
136.25	   search
136.25	     run=19  nbConstraintChecks=239101964  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=107498
136.25	     nbFailedAssignments=40711  nbBacktracks=66477  nbVisitedNodes=212549  nbRestartNogoods=74
136.25	       =>  wckTime=105.132  cpuTime=104.16  mem=16M808
189.51	   
189.51	   search
189.51	     run=20  nbConstraintChecks=357959921  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=160006
189.51	     nbFailedAssignments=59960  nbBacktracks=99729  nbVisitedNodes=316340  nbRestartNogoods=79
189.51	       =>  wckTime=158.39  cpuTime=156.97  mem=16M808
273.28	   
273.28	   search
273.28	     run=21  nbConstraintChecks=540389098  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=241359
273.28	     nbFailedAssignments=91420  nbBacktracks=149607  nbVisitedNodes=475933  nbRestartNogoods=85
273.28	       =>  wckTime=242.159  cpuTime=240.05  mem=16M808
302.24	   
302.24	   search
302.25	     run=22  nbConstraintChecks=603287015  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=269501
302.25	     nbFailedAssignments=102179  nbBacktracks=166991  nbVisitedNodes=531096  nbRestartNogoods=89
302.25	       =>  wckTime=271.125  cpuTime=268.78  mem=16M808
302.25	   
302.25	   global
302.25	     nbConstraintChecks=603339937  nbRestartNogoods=89  solvingWckTime=271.126  solvingCpuTime=268.78  expiredTime=no
302.25	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=299.21
302.25	       =>  wckTime=301.933  cpuTime=299.15  mem=16M808
302.25	
302.25	s OPTIMUM FOUND
302.25	v 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 1 0 1 1 0 1 1 0 1 1 1 1 0 1 0 0 1 1 0 0 1 0 1 0 0 
302.25	   
302.25	   totalWckTime=302.015  totalCpuTime=299.22

Verifier Data (download as text)

208 unsatisfied constraints, 452 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/node42/watcher-277696-1169269932 -o ROOT/results/node42/solver-277696-1169269932 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277696-1169269932/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.85 1.97 1.93 5/74 6367
/proc/meminfo: memFree=1305168/2055920 swapFree=4184856/4192956
[pid=6366] ppid=6364 vsize=47416 CPUtime=0.01
/proc/6366/stat : 6366 (java) D 6364 6366 5720 0 -1 0 1211 0 1 0 0 1 0 0 17 0 1 0 275392430 48553984 960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/6366/statm: 11854 960 760 14 0 1707 0

[startup+0.103638 s]
/proc/loadavg: 1.85 1.97 1.93 5/74 6367
/proc/meminfo: memFree=1305168/2055920 swapFree=4184856/4192956
[pid=6366] ppid=6364 vsize=914988 CPUtime=0.09
/proc/6366/stat : 6366 (java) D 6364 6366 5720 0 -1 0 2989 0 1 0 7 2 0 0 17 0 8 0 275392430 936947712 2735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6366/statm: 228747 2735 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.512686 s]
/proc/loadavg: 1.85 1.97 1.93 5/74 6367
/proc/meminfo: memFree=1305168/2055920 swapFree=4184856/4192956
[pid=6366] ppid=6364 vsize=915332 CPUtime=0.49
/proc/6366/stat : 6366 (java) R 6364 6366 5720 0 -1 0 6358 0 1 0 44 5 0 0 18 0 8 0 275392430 937299968 6097 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072916832 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6366/statm: 228833 6097 2149 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33777 s]
/proc/loadavg: 1.85 1.97 1.93 3/81 6374
/proc/meminfo: memFree=1286744/2055920 swapFree=4184856/4192956
[pid=6366] ppid=6364 vsize=915460 CPUtime=1.31
/proc/6366/stat : 6366 (java) R 6364 6366 5720 0 -1 0 7270 0 1 0 109 22 0 0 24 0 8 0 275392430 937431040 7008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073704775 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6366/statm: 228865 7008 2479 14 0 215335 0
[pid=6366/tid=6368] ppid=6364 vsize=915460 CPUtime=0.02
/proc/6366/task/6368/stat : 6368 (java) S 6364 6366 5720 0 -1 64 202 0 0 0 2 0 0 0 16 0 8 0 275392434 937431040 7008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6369] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6369/stat : 6369 (java) S 6364 6366 5720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275392434 937431040 7008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6370] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6370/stat : 6370 (java) S 6364 6366 5720 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275392434 937431040 7008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6371] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6371/stat : 6371 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275392438 937431040 7008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6372] ppid=6364 vsize=915460 CPUtime=0.14
/proc/6366/task/6372/stat : 6372 (java) S 6364 6366 5720 0 -1 64 340 0 0 0 14 0 0 0 16 0 8 0 275392438 937431040 7008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6373] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6373/stat : 6373 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275392438 937431040 7008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6374] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6374/stat : 6374 (java) S 6364 6366 5720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275392438 937431040 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.31
Current children cumulated vsize (KiB) 915460

[startup+2.97995 s]
/proc/loadavg: 1.85 1.97 1.93 3/81 6374
/proc/meminfo: memFree=1286680/2055920 swapFree=4184856/4192956
[pid=6366] ppid=6364 vsize=915460 CPUtime=2.94
/proc/6366/stat : 6366 (java) R 6364 6366 5720 0 -1 0 7273 0 1 0 238 56 0 0 25 0 8 0 275392430 937431040 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073704294 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6366/statm: 228865 7010 2479 14 0 215335 0
[pid=6366/tid=6368] ppid=6364 vsize=915460 CPUtime=0.02
/proc/6366/task/6368/stat : 6368 (java) S 6364 6366 5720 0 -1 64 202 0 0 0 2 0 0 0 16 0 8 0 275392434 937431040 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6369] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6369/stat : 6369 (java) S 6364 6366 5720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275392434 937431040 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6370] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6370/stat : 6370 (java) S 6364 6366 5720 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275392434 937431040 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6371] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6371/stat : 6371 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275392438 937431040 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6372] ppid=6364 vsize=915460 CPUtime=0.14
/proc/6366/task/6372/stat : 6372 (java) S 6364 6366 5720 0 -1 64 342 0 0 0 14 0 0 0 16 0 8 0 275392438 937431040 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6373] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6373/stat : 6373 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275392438 937431040 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6374] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6374/stat : 6374 (java) S 6364 6366 5720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275392438 937431040 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.94
Current children cumulated vsize (KiB) 915460

[startup+6.25931 s]
/proc/loadavg: 1.86 1.97 1.93 3/81 6374
/proc/meminfo: memFree=1286680/2055920 swapFree=4184856/4192956
[pid=6366] ppid=6364 vsize=915460 CPUtime=6.19
/proc/6366/stat : 6366 (java) R 6364 6366 5720 0 -1 0 7273 0 1 0 504 115 0 0 25 0 8 0 275392430 937431040 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073702633 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6366/statm: 228865 7010 2479 14 0 215335 0
[pid=6366/tid=6368] ppid=6364 vsize=915460 CPUtime=0.02
/proc/6366/task/6368/stat : 6368 (java) S 6364 6366 5720 0 -1 64 202 0 0 0 2 0 0 0 16 0 8 0 275392434 937431040 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6369] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6369/stat : 6369 (java) S 6364 6366 5720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275392434 937431040 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6370] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6370/stat : 6370 (java) S 6364 6366 5720 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275392434 937431040 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6371] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6371/stat : 6371 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275392438 937431040 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6372] ppid=6364 vsize=915460 CPUtime=0.14
/proc/6366/task/6372/stat : 6372 (java) S 6364 6366 5720 0 -1 64 342 0 0 0 14 0 0 0 16 0 8 0 275392438 937431040 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6373] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6373/stat : 6373 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275392438 937431040 7010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6374] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6374/stat : 6374 (java) S 6364 6366 5720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275392438 937431040 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.19
Current children cumulated vsize (KiB) 915460

[startup+12.747 s]
/proc/loadavg: 1.87 1.97 1.93 3/81 6374
/proc/meminfo: memFree=1286680/2055920 swapFree=4184856/4192956
[pid=6366] ppid=6364 vsize=915460 CPUtime=12.62
/proc/6366/stat : 6366 (java) R 6364 6366 5720 0 -1 0 7274 0 1 0 1023 239 0 0 25 0 8 0 275392430 937431040 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073706216 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6366/statm: 228865 7011 2479 14 0 215335 0
[pid=6366/tid=6368] ppid=6364 vsize=915460 CPUtime=0.02
/proc/6366/task/6368/stat : 6368 (java) S 6364 6366 5720 0 -1 64 202 0 0 0 2 0 0 0 16 0 8 0 275392434 937431040 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6369] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6369/stat : 6369 (java) S 6364 6366 5720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275392434 937431040 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6370] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6370/stat : 6370 (java) S 6364 6366 5720 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275392434 937431040 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6371] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6371/stat : 6371 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275392438 937431040 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6372] ppid=6364 vsize=915460 CPUtime=0.14
/proc/6366/task/6372/stat : 6372 (java) S 6364 6366 5720 0 -1 64 343 0 0 0 14 0 0 0 16 0 8 0 275392438 937431040 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6373] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6373/stat : 6373 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275392438 937431040 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6374] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6374/stat : 6374 (java) S 6364 6366 5720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275392438 937431040 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.62
Current children cumulated vsize (KiB) 915460

[startup+25.6005 s]
/proc/loadavg: 1.90 1.97 1.93 3/81 6374
/proc/meminfo: memFree=1286744/2055920 swapFree=4184856/4192956
[pid=6366] ppid=6364 vsize=915464 CPUtime=25.37
/proc/6366/stat : 6366 (java) R 6364 6366 5720 0 -1 0 7274 0 1 0 2032 505 0 0 25 0 8 0 275392430 937435136 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6366/statm: 228866 7011 2479 14 0 215336 0
[pid=6366/tid=6368] ppid=6364 vsize=915464 CPUtime=0.02
/proc/6366/task/6368/stat : 6368 (java) S 6364 6366 5720 0 -1 64 202 0 0 0 2 0 0 0 16 0 8 0 275392434 937435136 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6369] ppid=6364 vsize=915464 CPUtime=0
/proc/6366/task/6369/stat : 6369 (java) S 6364 6366 5720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275392434 937435136 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6370] ppid=6364 vsize=915464 CPUtime=0
/proc/6366/task/6370/stat : 6370 (java) S 6364 6366 5720 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275392434 937435136 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6371] ppid=6364 vsize=915464 CPUtime=0
/proc/6366/task/6371/stat : 6371 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275392438 937435136 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6372] ppid=6364 vsize=915464 CPUtime=0.14
/proc/6366/task/6372/stat : 6372 (java) S 6364 6366 5720 0 -1 64 343 0 0 0 14 0 0 0 16 0 8 0 275392438 937435136 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6373] ppid=6364 vsize=915464 CPUtime=0
/proc/6366/task/6373/stat : 6373 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275392438 937435136 7011 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6374] ppid=6364 vsize=915464 CPUtime=0
/proc/6366/task/6374/stat : 6374 (java) S 6364 6366 5720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275392438 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) 25.37
Current children cumulated vsize (KiB) 915464

[startup+51.2073 s]
/proc/loadavg: 1.93 1.97 1.93 3/81 6374
/proc/meminfo: memFree=1279384/2055920 swapFree=4184856/4192956
[pid=6366] ppid=6364 vsize=915460 CPUtime=50.76
/proc/6366/stat : 6366 (java) R 6364 6366 5720 0 -1 0 9191 0 1 0 4461 615 0 0 25 0 8 0 275392430 937431040 8925 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073875527 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6366/statm: 228865 8925 2532 14 0 215335 0
[pid=6366/tid=6368] ppid=6364 vsize=915460 CPUtime=0.02
/proc/6366/task/6368/stat : 6368 (java) S 6364 6366 5720 0 -1 64 203 0 0 0 2 0 0 0 16 0 8 0 275392434 937431040 8925 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6369] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6369/stat : 6369 (java) S 6364 6366 5720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275392434 937431040 8925 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6370] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6370/stat : 6370 (java) S 6364 6366 5720 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275392434 937431040 8925 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6371] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6371/stat : 6371 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275392438 937431040 8925 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6372] ppid=6364 vsize=915460 CPUtime=0.25
/proc/6366/task/6372/stat : 6372 (java) S 6364 6366 5720 0 -1 64 402 0 0 0 24 1 0 0 15 0 8 0 275392438 937431040 8925 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6373] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6373/stat : 6373 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275392438 937431040 8925 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6374] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6374/stat : 6374 (java) S 6364 6366 5720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275392438 937431040 8925 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 915460

[startup+102.51 s]
/proc/loadavg: 1.97 1.97 1.93 3/81 6374
/proc/meminfo: memFree=1279384/2055920 swapFree=4184856/4192956
[pid=6366] ppid=6364 vsize=915460 CPUtime=101.64
/proc/6366/stat : 6366 (java) R 6364 6366 5720 0 -1 0 9200 0 1 0 9549 615 0 0 25 0 8 0 275392430 937431040 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073875452 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6366/statm: 228865 8933 2532 14 0 215335 0
[pid=6366/tid=6368] ppid=6364 vsize=915460 CPUtime=0.02
/proc/6366/task/6368/stat : 6368 (java) S 6364 6366 5720 0 -1 64 203 0 0 0 2 0 0 0 16 0 8 0 275392434 937431040 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6369] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6369/stat : 6369 (java) S 6364 6366 5720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275392434 937431040 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6370] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6370/stat : 6370 (java) S 6364 6366 5720 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275392434 937431040 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6371] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6371/stat : 6371 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275392438 937431040 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6372] ppid=6364 vsize=915460 CPUtime=0.25
/proc/6366/task/6372/stat : 6372 (java) S 6364 6366 5720 0 -1 64 403 0 0 0 24 1 0 0 16 0 8 0 275392438 937431040 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6373] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6373/stat : 6373 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275392438 937431040 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6374] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6374/stat : 6374 (java) S 6364 6366 5720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275392438 937431040 8933 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 915460

[startup+162.552 s]
/proc/loadavg: 1.99 1.97 1.93 3/81 6374
/proc/meminfo: memFree=1279320/2055920 swapFree=4184856/4192956
[pid=6366] ppid=6364 vsize=915460 CPUtime=161.16
/proc/6366/stat : 6366 (java) R 6364 6366 5720 0 -1 0 9202 0 1 0 15501 615 0 0 25 0 8 0 275392430 937431040 8935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073862521 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6366/statm: 228865 8935 2532 14 0 215335 0
[pid=6366/tid=6368] ppid=6364 vsize=915460 CPUtime=0.02
/proc/6366/task/6368/stat : 6368 (java) S 6364 6366 5720 0 -1 64 203 0 0 0 2 0 0 0 16 0 8 0 275392434 937431040 8935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6369] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6369/stat : 6369 (java) S 6364 6366 5720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275392434 937431040 8935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6370] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6370/stat : 6370 (java) S 6364 6366 5720 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275392434 937431040 8935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6371] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6371/stat : 6371 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275392438 937431040 8935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6372] ppid=6364 vsize=915460 CPUtime=0.25
/proc/6366/task/6372/stat : 6372 (java) S 6364 6366 5720 0 -1 64 403 0 0 0 24 1 0 0 16 0 8 0 275392438 937431040 8935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6373] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6373/stat : 6373 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275392438 937431040 8935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6374] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6374/stat : 6374 (java) S 6364 6366 5720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275392438 937431040 8935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 915460

[startup+222.593 s]
/proc/loadavg: 1.99 1.97 1.93 3/81 6374
/proc/meminfo: memFree=1279320/2055920 swapFree=4184856/4192956
[pid=6366] ppid=6364 vsize=915460 CPUtime=220.7
/proc/6366/stat : 6366 (java) R 6364 6366 5720 0 -1 0 9205 0 1 0 21455 615 0 0 25 0 8 0 275392430 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073887578 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6366/statm: 228865 8937 2532 14 0 215335 0
[pid=6366/tid=6368] ppid=6364 vsize=915460 CPUtime=0.02
/proc/6366/task/6368/stat : 6368 (java) S 6364 6366 5720 0 -1 64 203 0 0 0 2 0 0 0 16 0 8 0 275392434 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6369] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6369/stat : 6369 (java) S 6364 6366 5720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275392434 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6370] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6370/stat : 6370 (java) S 6364 6366 5720 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275392434 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6371] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6371/stat : 6371 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275392438 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6372] ppid=6364 vsize=915460 CPUtime=0.25
/proc/6366/task/6372/stat : 6372 (java) S 6364 6366 5720 0 -1 64 403 0 0 0 24 1 0 0 16 0 8 0 275392438 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6373] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6373/stat : 6373 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275392438 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6374] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6374/stat : 6374 (java) S 6364 6366 5720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275392438 937431040 8937 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.7
Current children cumulated vsize (KiB) 915460

[startup+282.637 s]
/proc/loadavg: 1.99 1.97 1.93 3/81 6374
/proc/meminfo: memFree=1279384/2055920 swapFree=4184856/4192956
[pid=6366] ppid=6364 vsize=915460 CPUtime=280.25
/proc/6366/stat : 6366 (java) R 6364 6366 5720 0 -1 0 9207 0 1 0 27410 615 0 0 25 0 8 0 275392430 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073824147 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6366/statm: 228865 8939 2532 14 0 215335 0
[pid=6366/tid=6368] ppid=6364 vsize=915460 CPUtime=0.02
/proc/6366/task/6368/stat : 6368 (java) S 6364 6366 5720 0 -1 64 203 0 0 0 2 0 0 0 16 0 8 0 275392434 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6369] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6369/stat : 6369 (java) S 6364 6366 5720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275392434 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6370] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6370/stat : 6370 (java) S 6364 6366 5720 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275392434 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6371] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6371/stat : 6371 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 275392438 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6372] ppid=6364 vsize=915460 CPUtime=0.25
/proc/6366/task/6372/stat : 6372 (java) S 6364 6366 5720 0 -1 64 403 0 0 0 24 1 0 0 16 0 8 0 275392438 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6373] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6373/stat : 6373 (java) S 6364 6366 5720 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275392438 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6366/tid=6374] ppid=6364 vsize=915460 CPUtime=0
/proc/6366/task/6374/stat : 6374 (java) S 6364 6366 5720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 275392438 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.25
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 302.274
CPU time (s): 299.718
CPU user time (s): 293.558
CPU system time (s): 6.16006
CPU usage (%): 99.1545
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 293.558
system time used= 6.16006
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9305
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= 7295
involuntary context switches= 13626

runsolver used 0.352946 s user time and 0.997848 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sat Jan 20 05:12:12 UTC 2007


IDJOB= 277696
IDBENCH= 7565
IDSOLVER= 68
FILE ID= node42/277696-1169269932

PBS_JOBID= 3607392

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/cnf/2-40-1100-2000/cnf-2-40-1500-890421_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277696-1169269932/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-277696-1169269932 -o ROOT/results/node42/solver-277696-1169269932 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277696-1169269932/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f7aa93ecd28a05cea1adcda300fa6562

RANDOM SEED= 384781823

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.229
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.229
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:       1305584 kB
Buffers:         45720 kB
Cached:         599752 kB
SwapCached:       2500 kB
Active:         118052 kB
Inactive:       557580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1305584 kB
SwapTotal:     4192956 kB
SwapFree:      4184856 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:          38184 kB
Slab:            60084 kB
Committed_AS:  4938020 kB
PageTables:       1812 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 node42 on Sat Jan 20 05:17:14 UTC 2007