Trace number 281080

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 287.415 290.014

General information on the benchmark

NameMaxCSP/randomMaxCSP/sparseLoose/
vcsp-40-10-13-60-7_ext.xml
MD5SUM4f728d54a57498e0c5c958675b8c13c5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints97
Best CPU time to get the best result obtained on this benchmark18.2602
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints101
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension101
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.38	   
0.38	Abscon 109 (November, 2006)
0.38	   
0.38	   configuration
0.38	     name=epfc.xml
0.42	   
0.42	   instance
0.42	     name=/tmp/evaluation/281080-1169309778/unknown.xml
0.45	   
0.45	   domains being loaded...
0.45	   
0.45	   variables being loaded...
0.48	     nbVariables=40  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.48	       =>  wckTime=0.094  cpuTime=0.08  mem=6M887
0.48	   
0.48	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.58	     nbConstraints=101  nbRelationTypes=101  nbExtensionStructures=101  nbSharedExtensionStructures=0
0.58	     nbConflictsStructures=101  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1241  maxDegree=8
0.58	     maxArity=2
0.58	       =>  wckTime=0.195  cpuTime=0.14  mem=8M846
0.62	   
0.62	   solver LocalSearchSolver being built... 
0.66	       =>  wckTime=0.274  cpuTime=0.18  mem=5M493
0.67	
0.67	s SATISFIABLE
0.67	o 43
0.67	c 58
0.67	o 47
0.67	c 54
0.67	o 51
0.67	c 50
0.67	o 53
0.67	c 48
0.67	o 56
0.67	c 45
0.67	o 60
0.67	c 41
0.67	o 63
0.67	c 38
0.67	o 66
0.67	c 35
0.68	o 68
0.68	c 33
0.68	o 70
0.68	c 31
0.68	o 72
0.68	c 29
0.68	o 74
0.68	c 27
0.68	o 76
0.68	c 25
0.68	o 78
0.68	c 23
0.68	o 79
0.68	c 22
0.68	o 80
0.68	c 21
0.68	o 81
0.68	c 20
0.68	o 82
0.68	c 19
0.68	o 84
0.68	c 17
0.68	o 86
0.68	c 15
0.69	o 87
0.69	c 14
0.69	o 88
0.69	c 13
0.69	o 89
0.69	c 12
0.69	o 90
0.69	c 11
0.69	o 91
0.69	c 10
0.69	o 92
0.69	c 9
0.69	o 93
0.69	c 8
0.69	o 94
0.69	c 7
0.70	o 95
0.70	c 6
0.71	o 96
0.71	c 5
1.28	o 97
1.28	c 4
2.03	   
2.03	   search
2.03	     run=0  nbConstraintChecks=5933652  nbAssignments=10000
2.03	       =>  wckTime=1.37  cpuTime=1.34  mem=5M493
3.39	   
3.39	   search
3.39	     run=1  nbConstraintChecks=12494609  nbAssignments=20000
3.39	       =>  wckTime=2.73  cpuTime=2.66  mem=5M493
4.65	   
4.65	   search
4.65	     run=2  nbConstraintChecks=18379645  nbAssignments=30000
4.65	       =>  wckTime=3.989  cpuTime=3.91  mem=5M493
5.91	   
5.91	   search
5.91	     run=3  nbConstraintChecks=24248212  nbAssignments=40000
5.91	       =>  wckTime=5.248  cpuTime=5.16  mem=5M493
7.18	   
7.18	   search
7.18	     run=4  nbConstraintChecks=30275303  nbAssignments=50000
7.18	       =>  wckTime=6.524  cpuTime=6.43  mem=5M493
8.49	   
8.49	   search
8.49	     run=5  nbConstraintChecks=36501880  nbAssignments=60000
8.49	       =>  wckTime=7.826  cpuTime=7.72  mem=5M493
9.73	   
9.81	   search
9.81	     run=6  nbConstraintChecks=42252196  nbAssignments=70000
9.81	       =>  wckTime=9.069  cpuTime=8.96  mem=5M493
10.98	   
10.98	   search
10.98	     run=7  nbConstraintChecks=48051211  nbAssignments=80000
10.98	       =>  wckTime=10.321  cpuTime=10.2  mem=5M493
12.26	   
12.26	   search
12.26	     run=8  nbConstraintChecks=54125743  nbAssignments=90000
12.26	       =>  wckTime=11.601  cpuTime=11.47  mem=5M493
13.55	   
13.55	   search
13.55	     run=9  nbConstraintChecks=60232224  nbAssignments=100000
13.55	       =>  wckTime=12.888  cpuTime=12.75  mem=5M493
14.82	   
14.82	   search
14.82	     run=10  nbConstraintChecks=66231576  nbAssignments=110000
14.82	       =>  wckTime=14.16  cpuTime=14.0  mem=5M493
16.05	   
16.05	   search
16.05	     run=11  nbConstraintChecks=72024918  nbAssignments=120000
16.05	       =>  wckTime=15.394  cpuTime=15.23  mem=5M493
17.30	   
17.30	   search
17.30	     run=12  nbConstraintChecks=77887016  nbAssignments=130000
17.30	       =>  wckTime=16.638  cpuTime=16.46  mem=5M493
18.55	   
18.55	   search
18.55	     run=13  nbConstraintChecks=83805959  nbAssignments=140000
18.55	       =>  wckTime=17.892  cpuTime=17.71  mem=5M493
19.82	   
19.82	   search
19.82	     run=14  nbConstraintChecks=89888285  nbAssignments=150000
19.82	       =>  wckTime=19.161  cpuTime=18.96  mem=5M493
21.15	   
21.15	   search
21.15	     run=15  nbConstraintChecks=96466873  nbAssignments=160000
21.15	       =>  wckTime=20.486  cpuTime=20.28  mem=5M493
22.45	   
22.45	   search
22.45	     run=16  nbConstraintChecks=102812943  nbAssignments=170000
22.45	       =>  wckTime=21.791  cpuTime=21.58  mem=5M493
23.78	   
23.78	   search
23.78	     run=17  nbConstraintChecks=109192665  nbAssignments=180000
23.78	       =>  wckTime=23.118  cpuTime=22.89  mem=5M493
25.07	   
25.07	   search
25.07	     run=18  nbConstraintChecks=115288462  nbAssignments=190000
25.07	       =>  wckTime=24.407  cpuTime=24.16  mem=5M493
26.36	   
26.36	   search
26.36	     run=19  nbConstraintChecks=121431267  nbAssignments=200000
26.36	       =>  wckTime=25.695  cpuTime=25.45  mem=5M493
27.60	   
27.60	   search
27.60	     run=20  nbConstraintChecks=127194919  nbAssignments=210000
27.60	       =>  wckTime=26.942  cpuTime=26.68  mem=5M493
28.92	   
28.92	   search
28.92	     run=21  nbConstraintChecks=133567678  nbAssignments=220000
28.92	       =>  wckTime=28.258  cpuTime=27.99  mem=5M493
30.16	   
30.16	   search
30.16	     run=22  nbConstraintChecks=139337587  nbAssignments=230000
30.16	       =>  wckTime=29.504  cpuTime=29.22  mem=5M493
31.44	   
31.44	   search
31.44	     run=23  nbConstraintChecks=145224608  nbAssignments=240000
31.44	       =>  wckTime=30.776  cpuTime=30.48  mem=5M493
31.56	   
31.56	   search
31.56	     run=24  nbConstraintChecks=145735154  nbAssignments=241077
31.56	       =>  wckTime=30.896  cpuTime=30.6  mem=5M493
31.56	   
31.56	   global
31.56	     nbConstraintChecks=145735154  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.56	     solvingWckTime=30.894  solvingCpuTime=30.6  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.56	     globalCpuTime=30.82
31.56	       =>  wckTime=31.171  cpuTime=30.78  mem=5M493
31.56	   
31.56	   solver IterativeSystematicSolver being built... 
31.69	       =>  wckTime=31.303  cpuTime=30.88  mem=16M548
31.74	   
31.74	   preprocessing
31.74	     nbConstraintChecks=20180  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.74	     detectedInconsistency=no
31.74	       =>  wckTime=0.048  cpuTime=0.03  mem=16M548
31.78	   
31.78	   search
31.78	     run=0  nbConstraintChecks=58517  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=47
31.78	     nbFailedAssignments=27  nbBacktracks=10  nbVisitedNodes=85  nbRestartNogoods=0
31.78	       =>  wckTime=0.09  cpuTime=0.07  mem=16M548
31.85	   
31.85	   search
31.85	     run=1  nbConstraintChecks=174355  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=125
31.85	     nbFailedAssignments=82  nbBacktracks=25  nbVisitedNodes=232  nbRestartNogoods=14
31.85	       =>  wckTime=0.155  cpuTime=0.12  mem=16M548
31.93	   
31.93	   search
31.93	     run=2  nbConstraintChecks=388567  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=265
31.93	     nbFailedAssignments=194  nbBacktracks=47  nbVisitedNodes=506  nbRestartNogoods=25
31.93	       =>  wckTime=0.238  cpuTime=0.21  mem=16M548
32.09	   
32.09	   search
32.09	     run=3  nbConstraintChecks=736323  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=514
32.09	     nbFailedAssignments=398  nbBacktracks=80  nbVisitedNodes=991  nbRestartNogoods=32
32.09	       =>  wckTime=0.401  cpuTime=0.37  mem=16M548
32.27	   
32.27	   search
32.27	     run=4  nbConstraintChecks=1126105  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=759
32.27	     nbFailedAssignments=585  nbBacktracks=130  nbVisitedNodes=1473  nbRestartNogoods=56
32.27	       =>  wckTime=0.578  cpuTime=0.54  mem=16M548
32.49	   
32.49	   search
32.49	     run=5  nbConstraintChecks=1703868  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1130
32.49	     nbFailedAssignments=872  nbBacktracks=205  nbVisitedNodes=2205  nbRestartNogoods=65
32.49	       =>  wckTime=0.797  cpuTime=0.76  mem=16M548
32.72	   
32.72	   search
32.72	     run=6  nbConstraintChecks=2372994  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1533
32.72	     nbFailedAssignments=1154  nbBacktracks=318  nbVisitedNodes=3001  nbRestartNogoods=78
32.72	       =>  wckTime=1.028  cpuTime=0.97  mem=16M548
33.21	   
33.21	   search
33.21	     run=7  nbConstraintChecks=3670775  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2377
33.21	     nbFailedAssignments=1821  nbBacktracks=488  nbVisitedNodes=4670  nbRestartNogoods=98
33.21	       =>  wckTime=1.522  cpuTime=1.45  mem=16M548
33.73	   
33.73	   search
33.73	     run=8  nbConstraintChecks=5122851  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3489
33.73	     nbFailedAssignments=2663  nbBacktracks=744  nbVisitedNodes=6876  nbRestartNogoods=114
33.73	       =>  wckTime=2.034  cpuTime=1.96  mem=16M548
34.51	   
34.51	   search
34.51	     run=9  nbConstraintChecks=7082941  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4811
34.51	     nbFailedAssignments=3592  nbBacktracks=1128  nbVisitedNodes=9501  nbRestartNogoods=153
34.51	       =>  wckTime=2.818  cpuTime=2.73  mem=16M548
35.59	   
35.59	   search
35.59	     run=10  nbConstraintChecks=10013253  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6909
35.59	     nbFailedAssignments=5108  nbBacktracks=1704  nbVisitedNodes=13683  nbRestartNogoods=172
35.59	       =>  wckTime=3.898  cpuTime=3.8  mem=16M548
36.94	   
36.94	   search
36.94	     run=11  nbConstraintChecks=13048755  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9361
36.94	     nbFailedAssignments=6694  nbBacktracks=2568  nbVisitedNodes=18545  nbRestartNogoods=181
36.94	       =>  wckTime=5.247  cpuTime=5.14  mem=16M548
39.01	   
39.01	   search
39.01	     run=12  nbConstraintChecks=17011421  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=12801
39.01	     nbFailedAssignments=8833  nbBacktracks=3865  nbVisitedNodes=25289  nbRestartNogoods=183
39.01	       =>  wckTime=7.32  cpuTime=7.19  mem=16M548
41.77	   
41.77	   search
41.77	     run=13  nbConstraintChecks=22389191  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=17459
41.77	     nbFailedAssignments=11539  nbBacktracks=5811  nbVisitedNodes=34371  nbRestartNogoods=209
41.77	       =>  wckTime=10.077  cpuTime=9.93  mem=16M548
45.47	   
45.47	   search
45.47	     run=14  nbConstraintChecks=30090827  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24218
45.47	     nbFailedAssignments=15367  nbBacktracks=8731  nbVisitedNodes=47572  nbRestartNogoods=226
45.47	       =>  wckTime=13.776  cpuTime=13.6  mem=16M548
51.35	   
51.35	   search
51.35	     run=15  nbConstraintChecks=42588945  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=34367
51.35	     nbFailedAssignments=21130  nbBacktracks=13109  nbVisitedNodes=67406  nbRestartNogoods=242
51.35	       =>  wckTime=19.655  cpuTime=19.41  mem=16M548
59.64	   
59.64	   search
59.64	     run=16  nbConstraintChecks=59586624  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=48794
59.64	     nbFailedAssignments=28983  nbBacktracks=19679  nbVisitedNodes=95281  nbRestartNogoods=249
59.64	       =>  wckTime=27.947  cpuTime=27.64  mem=16M548
72.12	   
72.12	   search
72.12	     run=17  nbConstraintChecks=84704874  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=70830
72.12	     nbFailedAssignments=41156  nbBacktracks=29533  nbVisitedNodes=138218  nbRestartNogoods=264
72.12	       =>  wckTime=40.427  cpuTime=40.03  mem=16M548
92.02	   
92.02	   search
92.02	     run=18  nbConstraintChecks=126209818  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=103997
92.02	     nbFailedAssignments=59540  nbBacktracks=44311  nbVisitedNodes=202724  nbRestartNogoods=284
92.02	       =>  wckTime=60.324  cpuTime=59.77  mem=16M548
119.77	   
119.77	   search
119.77	     run=19  nbConstraintChecks=182921077  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=151893
119.77	     nbFailedAssignments=85264  nbBacktracks=66479  nbVisitedNodes=296174  nbRestartNogoods=298
119.77	       =>  wckTime=88.082  cpuTime=87.3  mem=16M548
159.81	   
159.81	   search
159.81	     run=20  nbConstraintChecks=267370115  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=223536
159.81	     nbFailedAssignments=123646  nbBacktracks=99733  nbVisitedNodes=435524  nbRestartNogoods=316
159.81	       =>  wckTime=128.116  cpuTime=127.0  mem=16M548
222.61	   
222.61	   search
222.61	     run=21  nbConstraintChecks=396006649  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=332161
222.61	     nbFailedAssignments=182386  nbBacktracks=149612  nbVisitedNodes=645942  nbRestartNogoods=335
222.61	       =>  wckTime=190.917  cpuTime=189.28  mem=16M548
289.95	   
289.95	   search
289.95	     run=22  nbConstraintChecks=535980910  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=450843
289.95	     nbFailedAssignments=245503  nbBacktracks=205178  nbVisitedNodes=875257  nbRestartNogoods=355
289.95	       =>  wckTime=258.262  cpuTime=256.02  mem=16M548
289.95	   
289.95	   global
289.96	     nbConstraintChecks=536001090  nbRestartNogoods=355  solvingWckTime=258.262  solvingCpuTime=256.03  expiredTime=no
289.96	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=286.95
289.96	       =>  wckTime=289.567  cpuTime=286.91  mem=16M548
289.96	
289.96	s OPTIMUM FOUND
289.96	v 9 2 6 7 1 1 0 1 8 6 3 4 9 2 1 6 2 3 7 8 1 5 7 9 2 7 9 2 1 9 1 8 6 2 6 2 0 6 9 4 
289.96	   
289.96	   totalWckTime=289.645  totalCpuTime=286.95

Verifier Data (download as text)

4 unsatisfied constraints, 97 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/node51/watcher-281080-1169309778 -o ROOT/results/node51/solver-281080-1169309778 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/281080-1169309778/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.90 1.87 1.85 3/81 32650
/proc/meminfo: memFree=1336408/2055920 swapFree=4191892/4192956
[pid=32649] ppid=32647 vsize=18540 CPUtime=0
/proc/32649/stat : 32649 (runsolver) R 32647 32649 32221 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 279376428 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 235371293991 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/32649/statm: 4635 279 244 17 0 2626 0

[startup+0.107542 s]
/proc/loadavg: 1.90 1.87 1.85 3/81 32650
/proc/meminfo: memFree=1336408/2055920 swapFree=4191892/4192956
[pid=32649] ppid=32647 vsize=89776 CPUtime=0
/proc/32649/stat : 32649 (java) D 32647 32649 32221 0 -1 0 1273 0 1 0 0 0 0 0 20 0 1 0 279376428 91930624 1022 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 0 0 0
/proc/32649/statm: 22444 1022 811 14 0 10027 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 89776

[startup+0.515615 s]
/proc/loadavg: 1.90 1.87 1.85 3/81 32650
/proc/meminfo: memFree=1336408/2055920 swapFree=4191892/4192956
[pid=32649] ppid=32647 vsize=915332 CPUtime=0.4
/proc/32649/stat : 32649 (java) R 32647 32649 32221 0 -1 0 6173 0 1 0 36 4 0 0 24 0 8 0 279376428 937299968 5912 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32649/statm: 228833 5912 2142 14 0 215303 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 915332

[startup+1.34175 s]
/proc/loadavg: 1.91 1.87 1.85 3/88 32657
/proc/meminfo: memFree=1318688/2055920 swapFree=4191892/4192956
[pid=32649] ppid=32647 vsize=915444 CPUtime=1.22
/proc/32649/stat : 32649 (java) R 32647 32649 32221 0 -1 0 7109 0 1 0 98 24 0 0 25 0 8 0 279376428 937414656 6847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 3050994 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32649/statm: 228861 6847 2479 14 0 215331 0
[pid=32649/tid=32651] ppid=32647 vsize=915444 CPUtime=0.02
/proc/32649/task/32651/stat : 32651 (java) S 32647 32649 32221 0 -1 64 152 0 0 0 2 0 0 0 16 0 8 0 279376441 937414656 6847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32652] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32652/stat : 32652 (java) S 32647 32649 32221 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 279376442 937414656 6847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32653] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32653/stat : 32653 (java) S 32647 32649 32221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279376442 937414656 6847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32654] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32654/stat : 32654 (java) S 32647 32649 32221 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 279376445 937414656 6847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32655] ppid=32647 vsize=915444 CPUtime=0.11
/proc/32649/task/32655/stat : 32655 (java) S 32647 32649 32221 0 -1 64 332 0 0 0 11 0 0 0 16 0 8 0 279376445 937414656 6847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32656] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32656/stat : 32656 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279376445 937414656 6847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32657] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32657/stat : 32657 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279376445 937414656 6847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 915444

[startup+2.97903 s]
/proc/loadavg: 1.91 1.87 1.85 3/88 32657
/proc/meminfo: memFree=1318688/2055920 swapFree=4191892/4192956
[pid=32649] ppid=32647 vsize=915444 CPUtime=2.82
/proc/32649/stat : 32649 (java) R 32647 32649 32221 0 -1 0 7112 0 1 0 215 67 0 0 25 0 8 0 279376428 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 3025876 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32649/statm: 228861 6849 2479 14 0 215331 0
[pid=32649/tid=32651] ppid=32647 vsize=915444 CPUtime=0.02
/proc/32649/task/32651/stat : 32651 (java) S 32647 32649 32221 0 -1 64 152 0 0 0 2 0 0 0 16 0 8 0 279376441 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32652] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32652/stat : 32652 (java) S 32647 32649 32221 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 279376442 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32653] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32653/stat : 32653 (java) S 32647 32649 32221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279376442 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32654] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32654/stat : 32654 (java) S 32647 32649 32221 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 279376445 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32655] ppid=32647 vsize=915444 CPUtime=0.11
/proc/32649/task/32655/stat : 32655 (java) S 32647 32649 32221 0 -1 64 334 0 0 0 11 0 0 0 16 0 8 0 279376445 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32656] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32656/stat : 32656 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279376445 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32657] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32657/stat : 32657 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279376445 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 915444

[startup+6.27359 s]
/proc/loadavg: 1.92 1.87 1.85 3/88 32657
/proc/meminfo: memFree=1318688/2055920 swapFree=4191892/4192956
[pid=32649] ppid=32647 vsize=915444 CPUtime=6.09
/proc/32649/stat : 32649 (java) R 32647 32649 32221 0 -1 0 7112 0 1 0 443 166 0 0 25 0 8 0 279376428 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073670631 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32649/statm: 228861 6849 2479 14 0 215331 0
[pid=32649/tid=32651] ppid=32647 vsize=915444 CPUtime=0.02
/proc/32649/task/32651/stat : 32651 (java) S 32647 32649 32221 0 -1 64 152 0 0 0 2 0 0 0 16 0 8 0 279376441 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32652] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32652/stat : 32652 (java) S 32647 32649 32221 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 279376442 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32653] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32653/stat : 32653 (java) S 32647 32649 32221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279376442 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32654] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32654/stat : 32654 (java) S 32647 32649 32221 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 279376445 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32655] ppid=32647 vsize=915444 CPUtime=0.11
/proc/32649/task/32655/stat : 32655 (java) S 32647 32649 32221 0 -1 64 334 0 0 0 11 0 0 0 16 0 8 0 279376445 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32656] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32656/stat : 32656 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279376445 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32657] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32657/stat : 32657 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279376445 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 915444

[startup+12.7457 s]
/proc/loadavg: 1.92 1.87 1.85 3/88 32657
/proc/meminfo: memFree=1318688/2055920 swapFree=4191892/4192956
[pid=32649] ppid=32647 vsize=915444 CPUtime=12.51
/proc/32649/stat : 32649 (java) R 32647 32649 32221 0 -1 0 7112 0 1 0 899 352 0 0 25 0 8 0 279376428 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073668507 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32649/statm: 228861 6849 2479 14 0 215331 0
[pid=32649/tid=32651] ppid=32647 vsize=915444 CPUtime=0.02
/proc/32649/task/32651/stat : 32651 (java) S 32647 32649 32221 0 -1 64 152 0 0 0 2 0 0 0 16 0 8 0 279376441 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32652] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32652/stat : 32652 (java) S 32647 32649 32221 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 279376442 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32653] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32653/stat : 32653 (java) S 32647 32649 32221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279376442 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32654] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32654/stat : 32654 (java) S 32647 32649 32221 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 279376445 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32655] ppid=32647 vsize=915444 CPUtime=0.11
/proc/32649/task/32655/stat : 32655 (java) S 32647 32649 32221 0 -1 64 334 0 0 0 11 0 0 0 16 0 8 0 279376445 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32656] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32656/stat : 32656 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279376445 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32657] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32657/stat : 32657 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279376445 937414656 6849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 915444

[startup+25.5963 s]
/proc/loadavg: 1.94 1.88 1.85 3/88 32657
/proc/meminfo: memFree=1318688/2055920 swapFree=4191892/4192956
[pid=32649] ppid=32647 vsize=915448 CPUtime=25.27
/proc/32649/stat : 32649 (java) R 32647 32649 32221 0 -1 0 7113 0 1 0 1811 716 0 0 25 0 8 0 279376428 937418752 6850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32649/statm: 228862 6850 2479 14 0 215332 0
[pid=32649/tid=32651] ppid=32647 vsize=915448 CPUtime=0.02
/proc/32649/task/32651/stat : 32651 (java) S 32647 32649 32221 0 -1 64 152 0 0 0 2 0 0 0 16 0 8 0 279376441 937418752 6850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32652] ppid=32647 vsize=915448 CPUtime=0
/proc/32649/task/32652/stat : 32652 (java) S 32647 32649 32221 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 279376442 937418752 6850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32653] ppid=32647 vsize=915448 CPUtime=0
/proc/32649/task/32653/stat : 32653 (java) S 32647 32649 32221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279376442 937418752 6850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32654] ppid=32647 vsize=915448 CPUtime=0
/proc/32649/task/32654/stat : 32654 (java) S 32647 32649 32221 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 279376445 937418752 6850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32655] ppid=32647 vsize=915448 CPUtime=0.12
/proc/32649/task/32655/stat : 32655 (java) S 32647 32649 32221 0 -1 64 335 0 0 0 12 0 0 0 16 0 8 0 279376445 937418752 6850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32656] ppid=32647 vsize=915448 CPUtime=0
/proc/32649/task/32656/stat : 32656 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279376445 937418752 6850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32657] ppid=32647 vsize=915448 CPUtime=0
/proc/32649/task/32657/stat : 32657 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279376445 937418752 6850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 915448

[startup+51.2972 s]
/proc/loadavg: 2.03 1.90 1.86 3/88 32657
/proc/meminfo: memFree=1311328/2055920 swapFree=4191892/4192956
[pid=32649] ppid=32647 vsize=915444 CPUtime=50.72
/proc/32649/stat : 32649 (java) R 32647 32649 32221 0 -1 0 9050 0 1 0 4182 890 0 0 25 0 8 0 279376428 937414656 8782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073804186 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32649/statm: 228861 8782 2532 14 0 215331 0
[pid=32649/tid=32651] ppid=32647 vsize=915444 CPUtime=0.02
/proc/32649/task/32651/stat : 32651 (java) S 32647 32649 32221 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279376441 937414656 8782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32652] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32652/stat : 32652 (java) S 32647 32649 32221 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 279376442 937414656 8782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32653] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32653/stat : 32653 (java) S 32647 32649 32221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279376442 937414656 8782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32654] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32654/stat : 32654 (java) S 32647 32649 32221 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 279376445 937414656 8782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32655] ppid=32647 vsize=915444 CPUtime=0.21
/proc/32649/task/32655/stat : 32655 (java) S 32647 32649 32221 0 -1 64 393 0 0 0 20 1 0 0 16 0 8 0 279376445 937414656 8782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32656] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32656/stat : 32656 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279376445 937414656 8782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32657] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32657/stat : 32657 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279376445 937414656 8782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915444

[startup+102.572 s]
/proc/loadavg: 2.01 1.92 1.86 3/88 32657
/proc/meminfo: memFree=1311328/2055920 swapFree=4191892/4192956
[pid=32649] ppid=32647 vsize=915444 CPUtime=101.59
/proc/32649/stat : 32649 (java) R 32647 32649 32221 0 -1 0 9061 0 1 0 9269 890 0 0 25 0 8 0 279376428 937414656 8791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073804996 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32649/statm: 228861 8791 2532 14 0 215331 0
[pid=32649/tid=32651] ppid=32647 vsize=915444 CPUtime=0.02
/proc/32649/task/32651/stat : 32651 (java) S 32647 32649 32221 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279376441 937414656 8791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32652] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32652/stat : 32652 (java) S 32647 32649 32221 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 279376442 937414656 8791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32653] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32653/stat : 32653 (java) S 32647 32649 32221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279376442 937414656 8791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32654] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32654/stat : 32654 (java) S 32647 32649 32221 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 279376445 937414656 8791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32655] ppid=32647 vsize=915444 CPUtime=0.21
/proc/32649/task/32655/stat : 32655 (java) S 32647 32649 32221 0 -1 64 393 0 0 0 20 1 0 0 16 0 8 0 279376445 937414656 8791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32656] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32656/stat : 32656 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279376445 937414656 8791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32657] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32657/stat : 32657 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279376445 937414656 8791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 915444

[startup+162.579 s]
/proc/loadavg: 2.07 1.94 1.87 3/88 32657
/proc/meminfo: memFree=1311328/2055920 swapFree=4191892/4192956
[pid=32649] ppid=32647 vsize=915444 CPUtime=161.12
/proc/32649/stat : 32649 (java) R 32647 32649 32221 0 -1 0 9067 0 1 0 15222 890 0 0 25 0 8 0 279376428 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073824120 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32649/statm: 228861 8797 2532 14 0 215331 0
[pid=32649/tid=32651] ppid=32647 vsize=915444 CPUtime=0.02
/proc/32649/task/32651/stat : 32651 (java) S 32647 32649 32221 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279376441 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32652] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32652/stat : 32652 (java) S 32647 32649 32221 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 279376442 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32653] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32653/stat : 32653 (java) S 32647 32649 32221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279376442 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32654] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32654/stat : 32654 (java) S 32647 32649 32221 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 279376445 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32655] ppid=32647 vsize=915444 CPUtime=0.21
/proc/32649/task/32655/stat : 32655 (java) S 32647 32649 32221 0 -1 64 394 0 0 0 20 1 0 0 16 0 8 0 279376445 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32656] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32656/stat : 32656 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279376445 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32657] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32657/stat : 32657 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279376445 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.12
Current children cumulated vsize (KiB) 915444

[startup+222.602 s]
/proc/loadavg: 2.02 1.95 1.88 3/88 32657
/proc/meminfo: memFree=1311328/2055920 swapFree=4191892/4192956
[pid=32649] ppid=32647 vsize=915444 CPUtime=220.63
/proc/32649/stat : 32649 (java) R 32647 32649 32221 0 -1 0 9067 0 1 0 21173 890 0 0 25 0 8 0 279376428 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073811838 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32649/statm: 228861 8797 2532 14 0 215331 0
[pid=32649/tid=32651] ppid=32647 vsize=915444 CPUtime=0.02
/proc/32649/task/32651/stat : 32651 (java) S 32647 32649 32221 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279376441 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32652] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32652/stat : 32652 (java) S 32647 32649 32221 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 279376442 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32653] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32653/stat : 32653 (java) S 32647 32649 32221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279376442 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32654] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32654/stat : 32654 (java) S 32647 32649 32221 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 279376445 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32655] ppid=32647 vsize=915444 CPUtime=0.21
/proc/32649/task/32655/stat : 32655 (java) S 32647 32649 32221 0 -1 64 394 0 0 0 20 1 0 0 16 0 8 0 279376445 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32656] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32656/stat : 32656 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279376445 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32657] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32657/stat : 32657 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279376445 937414656 8797 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.63
Current children cumulated vsize (KiB) 915444

[startup+282.651 s]
/proc/loadavg: 2.06 1.97 1.89 3/88 32659
/proc/meminfo: memFree=1311072/2055920 swapFree=4191892/4192956
[pid=32649] ppid=32647 vsize=915444 CPUtime=280.15
/proc/32649/stat : 32649 (java) R 32647 32649 32221 0 -1 0 9069 0 1 0 27125 890 0 0 25 0 8 0 279376428 937414656 8799 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073782372 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32649/statm: 228861 8799 2532 14 0 215331 0
[pid=32649/tid=32651] ppid=32647 vsize=915444 CPUtime=0.02
/proc/32649/task/32651/stat : 32651 (java) S 32647 32649 32221 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279376441 937414656 8799 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32652] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32652/stat : 32652 (java) S 32647 32649 32221 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 279376442 937414656 8799 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32653] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32653/stat : 32653 (java) S 32647 32649 32221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279376442 937414656 8799 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32654] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32654/stat : 32654 (java) S 32647 32649 32221 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 279376445 937414656 8799 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32655] ppid=32647 vsize=915444 CPUtime=0.21
/proc/32649/task/32655/stat : 32655 (java) S 32647 32649 32221 0 -1 64 394 0 0 0 20 1 0 0 16 0 8 0 279376445 937414656 8799 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32656] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32656/stat : 32656 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279376445 937414656 8799 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32649/tid=32657] ppid=32647 vsize=915444 CPUtime=0
/proc/32649/task/32657/stat : 32657 (java) S 32647 32649 32221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279376445 937414656 8799 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.15
Current children cumulated vsize (KiB) 915444

Child status: 0
Real time (s): 290.014
CPU time (s): 287.415
CPU user time (s): 278.501
CPU system time (s): 8.91464
CPU usage (%): 99.1039
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 278.501
system time used= 8.91464
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9166
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= 7042
involuntary context switches= 13917

runsolver used 0.271958 s user time and 0.838872 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Sat Jan 20 16:16:19 UTC 2007


IDJOB= 281080
IDBENCH= 12066
IDSOLVER= 68
FILE ID= node51/281080-1169309778

PBS_JOBID= 3610216

Free space on /tmp= 66563 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/randomMaxCSP/sparseLoose/vcsp-40-10-13-60-7_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/281080-1169309778/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-281080-1169309778 -o ROOT/results/node51/solver-281080-1169309778 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/281080-1169309778/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4f728d54a57498e0c5c958675b8c13c5

RANDOM SEED= 166283295

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.277
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.277
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:       1336888 kB
Buffers:         50920 kB
Cached:         562948 kB
SwapCached:        512 kB
Active:         150760 kB
Inactive:       491092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1336888 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:          44220 kB
Slab:            62340 kB
Committed_AS:  5678096 kB
PageTables:       1872 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= 66563 MiB



End job on node51 on Sat Jan 20 16:21:09 UTC 2007