Trace number 281171

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 PFCOPTIMUM 342.763 343.105

General information on the benchmark

NameMaxCSP/randomMaxCSP/completeLoose/
vcsp-25-10-100-18-15_ext.xml
MD5SUM876bcac0761f01f9afa04917d0850dfc
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints298
Best CPU time to get the best result obtained on this benchmark24.9042
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension300
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=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/281171-1169310410/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=25  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.41	       =>  wckTime=0.1  cpuTime=0.09  mem=6M910
0.41	   
0.41	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.59	     nbConstraints=300  nbRelationTypes=300  nbExtensionStructures=300  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=300  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=5579  maxDegree=24
0.59	     maxArity=2
0.59	       =>  wckTime=0.274  cpuTime=0.19  mem=9M835
0.63	   
0.63	   solver LocalSearchSolver being built... 
0.67	       =>  wckTime=0.358  cpuTime=0.23  mem=5M671
0.67	
0.67	s SATISFIABLE
0.67	o 259
0.67	c 41
0.67	o 264
0.68	c 36
0.68	o 269
0.68	c 31
0.68	o 273
0.68	c 27
0.68	o 274
0.68	c 26
0.68	o 277
0.68	c 23
0.68	o 280
0.68	c 20
0.68	o 284
0.68	c 16
0.68	o 286
0.68	c 14
0.68	o 288
0.68	c 12
0.68	o 289
0.68	c 11
0.68	o 290
0.68	c 10
0.68	o 291
0.68	c 9
0.71	o 293
0.71	c 7
0.71	o 294
0.71	c 6
0.73	o 295
0.73	c 5
0.75	o 296
0.75	c 4
0.76	o 297
0.76	c 3
0.76	o 298
0.76	c 2
2.68	   
2.68	   search
2.68	     run=0  nbConstraintChecks=12192765  nbAssignments=10000
2.68	       =>  wckTime=2.016  cpuTime=1.99  mem=5M671
4.71	   
4.71	   search
4.71	     run=1  nbConstraintChecks=25046894  nbAssignments=20000
4.71	       =>  wckTime=4.04  cpuTime=4.0  mem=5M671
6.65	   
6.65	   search
6.65	     run=2  nbConstraintChecks=37174001  nbAssignments=30000
6.65	       =>  wckTime=5.98  cpuTime=5.94  mem=5M671
8.61	   
8.61	   search
8.61	     run=3  nbConstraintChecks=49477475  nbAssignments=40000
8.61	       =>  wckTime=7.944  cpuTime=7.89  mem=5M671
10.57	   
10.57	   search
10.57	     run=4  nbConstraintChecks=61744859  nbAssignments=50000
10.57	       =>  wckTime=9.907  cpuTime=9.84  mem=5M671
12.59	   
12.59	   search
12.59	     run=5  nbConstraintChecks=74604306  nbAssignments=60000
12.59	       =>  wckTime=11.923  cpuTime=11.85  mem=5M671
14.53	   
14.53	   search
14.53	     run=6  nbConstraintChecks=86834999  nbAssignments=70000
14.53	       =>  wckTime=13.86  cpuTime=13.78  mem=5M671
16.48	   
16.48	   search
16.48	     run=7  nbConstraintChecks=99168943  nbAssignments=80000
16.48	       =>  wckTime=15.813  cpuTime=15.72  mem=5M671
18.41	   
18.41	   search
18.41	     run=8  nbConstraintChecks=111285276  nbAssignments=90000
18.41	       =>  wckTime=17.741  cpuTime=17.64  mem=5M671
20.38	   
20.38	   search
20.38	     run=9  nbConstraintChecks=123822045  nbAssignments=100000
20.38	       =>  wckTime=19.716  cpuTime=19.6  mem=5M671
22.32	   
22.32	   search
22.32	     run=10  nbConstraintChecks=135999864  nbAssignments=110000
22.32	       =>  wckTime=21.65  cpuTime=21.53  mem=5M671
24.33	   
24.33	   search
24.33	     run=11  nbConstraintChecks=148681225  nbAssignments=120000
24.33	       =>  wckTime=23.658  cpuTime=23.53  mem=5M671
26.29	   
26.29	   search
26.29	     run=12  nbConstraintChecks=160975204  nbAssignments=130000
26.29	       =>  wckTime=25.624  cpuTime=25.49  mem=5M671
28.31	   
28.31	   search
28.31	     run=13  nbConstraintChecks=173726531  nbAssignments=140000
28.31	       =>  wckTime=27.639  cpuTime=27.49  mem=5M671
30.26	   
30.26	   search
30.26	     run=14  nbConstraintChecks=185953500  nbAssignments=150000
30.26	       =>  wckTime=29.593  cpuTime=29.44  mem=5M671
30.92	   
30.92	   search
30.92	     run=15  nbConstraintChecks=190072829  nbAssignments=153297
30.92	       =>  wckTime=30.248  cpuTime=30.09  mem=5M671
30.92	   
30.92	   global
30.92	     nbConstraintChecks=190072829  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.92	     solvingWckTime=30.247  solvingCpuTime=30.09  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.92	     globalCpuTime=30.37
30.92	       =>  wckTime=30.607  cpuTime=30.32  mem=5M671
30.92	   
30.92	   solver IterativeSystematicSolver being built... 
31.05	       =>  wckTime=30.738  cpuTime=30.43  mem=16M644
31.06	   
31.06	   preprocessing
31.06	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.06	     detectedInconsistency=no
31.06	       =>  wckTime=0.0060  cpuTime=0.0  mem=16M644
31.11	   
31.12	   search
31.12	     run=0  nbConstraintChecks=62258  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=31
31.12	     nbFailedAssignments=15  nbBacktracks=10  nbVisitedNodes=57  nbRestartNogoods=0
31.12	       =>  wckTime=0.064  cpuTime=0.04  mem=16M644
31.19	   
31.19	   search
31.19	     run=1  nbConstraintChecks=204941  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=100
31.19	     nbFailedAssignments=61  nbBacktracks=26  nbVisitedNodes=188  nbRestartNogoods=7
31.19	       =>  wckTime=0.144  cpuTime=0.1  mem=16M644
31.26	   
31.26	   search
31.26	     run=2  nbConstraintChecks=395396  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=192
31.26	     nbFailedAssignments=125  nbBacktracks=48  nbVisitedNodes=366  nbRestartNogoods=12
31.26	       =>  wckTime=0.214  cpuTime=0.17  mem=16M644
31.35	   
31.35	   search
31.35	     run=3  nbConstraintChecks=671243  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=319
31.35	     nbFailedAssignments=211  nbBacktracks=81  nbVisitedNodes=612  nbRestartNogoods=22
31.35	       =>  wckTime=0.302  cpuTime=0.25  mem=16M644
31.50	   
31.50	   search
31.50	     run=4  nbConstraintChecks=1110332  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=527
31.50	     nbFailedAssignments=362  nbBacktracks=131  nbVisitedNodes=1021  nbRestartNogoods=35
31.50	       =>  wckTime=0.449  cpuTime=0.4  mem=16M644
31.68	   
31.68	   search
31.68	     run=5  nbConstraintChecks=1654843  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=777
31.68	     nbFailedAssignments=531  nbBacktracks=206  nbVisitedNodes=1515  nbRestartNogoods=53
31.68	       =>  wckTime=0.632  cpuTime=0.57  mem=16M644
31.99	   
31.99	   search
31.99	     run=6  nbConstraintChecks=2615675  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1206
31.99	     nbFailedAssignments=840  nbBacktracks=319  nbVisitedNodes=2366  nbRestartNogoods=59
31.99	       =>  wckTime=0.943  cpuTime=0.88  mem=16M644
32.45	   
32.45	   search
32.45	     run=7  nbConstraintChecks=4003793  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1856
32.45	     nbFailedAssignments=1315  nbBacktracks=489  nbVisitedNodes=3661  nbRestartNogoods=69
32.45	       =>  wckTime=1.401  cpuTime=1.32  mem=16M644
33.02	   
33.02	   search
33.02	     run=8  nbConstraintChecks=5840728  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2694
33.02	     nbFailedAssignments=1889  nbBacktracks=745  nbVisitedNodes=5329  nbRestartNogoods=71
33.02	       =>  wckTime=1.973  cpuTime=1.88  mem=16M644
33.99	   
33.99	   search
33.99	     run=9  nbConstraintChecks=9269374  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4215
33.99	     nbFailedAssignments=3021  nbBacktracks=1129  nbVisitedNodes=8366  nbRestartNogoods=77
33.99	       =>  wckTime=2.936  cpuTime=2.84  mem=16M644
35.38	   
35.38	   search
35.38	     run=10  nbConstraintChecks=14119153  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6313
35.38	     nbFailedAssignments=4536  nbBacktracks=1705  nbVisitedNodes=12555  nbRestartNogoods=87
35.38	       =>  wckTime=4.33  cpuTime=4.22  mem=16M644
37.34	   
37.34	   search
37.34	     run=11  nbConstraintChecks=21036615  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9295
37.34	     nbFailedAssignments=6645  nbBacktracks=2569  nbVisitedNodes=18510  nbRestartNogoods=101
37.34	       =>  wckTime=6.285  cpuTime=6.17  mem=16M644
40.09	   
40.10	   search
40.10	     run=12  nbConstraintChecks=30641764  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=13317
40.10	     nbFailedAssignments=9365  nbBacktracks=3866  nbVisitedNodes=26544  nbRestartNogoods=113
40.10	       =>  wckTime=9.045  cpuTime=8.92  mem=16M644
44.06	   
44.06	   search
44.06	     run=13  nbConstraintChecks=44679347  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=19196
44.06	     nbFailedAssignments=13292  nbBacktracks=5812  nbVisitedNodes=38264  nbRestartNogoods=123
44.06	       =>  wckTime=13.012  cpuTime=12.87  mem=16M644
49.14	   
49.14	   search
49.14	     run=14  nbConstraintChecks=63002879  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=26862
49.14	     nbFailedAssignments=18033  nbBacktracks=8733  nbVisitedNodes=53436  nbRestartNogoods=132
49.14	       =>  wckTime=18.093  cpuTime=17.92  mem=16M644
56.69	   
56.69	   search
56.69	     run=15  nbConstraintChecks=88056017  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=37549
56.69	     nbFailedAssignments=24336  nbBacktracks=13111  nbVisitedNodes=74297  nbRestartNogoods=143
56.69	       =>  wckTime=25.641  cpuTime=25.46  mem=16M644
66.73	   
66.73	   search
66.73	     run=16  nbConstraintChecks=121014123  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=51766
66.73	     nbFailedAssignments=31976  nbBacktracks=19679  nbVisitedNodes=101553  nbRestartNogoods=154
66.73	       =>  wckTime=35.683  cpuTime=35.5  mem=16M644
82.25	   
82.25	   search
82.25	     run=17  nbConstraintChecks=174924577  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=74633
82.25	     nbFailedAssignments=44985  nbBacktracks=29531  nbVisitedNodes=146136  nbRestartNogoods=171
82.25	       =>  wckTime=51.202  cpuTime=51.01  mem=16M644
105.39	   
105.39	   search
105.39	     run=18  nbConstraintChecks=252718964  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=107788
105.39	     nbFailedAssignments=63355  nbBacktracks=44309  nbVisitedNodes=210153  nbRestartNogoods=186
105.39	       =>  wckTime=74.336  cpuTime=74.14  mem=16M644
139.21	   
139.21	   search
139.21	     run=19  nbConstraintChecks=362976459  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=155307
139.21	     nbFailedAssignments=88699  nbBacktracks=66477  nbVisitedNodes=301519  nbRestartNogoods=198
139.21	       =>  wckTime=108.16  cpuTime=107.95  mem=16M644
189.28	   
189.28	   search
189.28	     run=20  nbConstraintChecks=530186781  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=226693
189.28	     nbFailedAssignments=126830  nbBacktracks=99729  nbVisitedNodes=438583  nbRestartNogoods=208
189.28	       =>  wckTime=158.234  cpuTime=158.02  mem=16M644
266.24	   
266.24	   search
266.24	     run=21  nbConstraintChecks=784753411  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=335350
266.24	     nbFailedAssignments=185603  nbBacktracks=149607  nbVisitedNodes=648196  nbRestartNogoods=213
266.24	       =>  wckTime=235.187  cpuTime=234.95  mem=16M644
343.08	   
343.08	   search
343.08	     run=22  nbConstraintChecks=1039977674  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=442852
343.08	     nbFailedAssignments=243834  nbBacktracks=198879  nbVisitedNodes=856367  nbRestartNogoods=229
343.08	       =>  wckTime=312.031  cpuTime=311.77  mem=16M644
343.08	   
343.08	   global
343.08	     nbConstraintChecks=1039977674  nbRestartNogoods=229  solvingWckTime=312.032  solvingCpuTime=311.78  expiredTime=no
343.08	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=342.26
343.08	       =>  wckTime=342.772  cpuTime=342.21  mem=16M644
343.09	
343.09	s OPTIMUM FOUND
343.09	v 0 2 6 9 8 6 3 7 1 8 3 8 8 7 7 5 5 4 9 7 7 3 7 2 6 
343.09	   
343.09	   totalWckTime=342.851  totalCpuTime=342.26

Verifier Data (download as text)

2 unsatisfied constraints, 298 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/node55/watcher-281171-1169310410 -o ROOT/results/node55/solver-281171-1169310410 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281171-1169310410/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.91 1.59 1.25 4/81 19681
/proc/meminfo: memFree=1224376/2055920 swapFree=4192192/4192956
[pid=19680] ppid=19678 vsize=18540 CPUtime=0
/proc/19680/stat : 19680 (runsolver) R 19678 19680 19397 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 279439258 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 248761609511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/19680/statm: 4635 279 244 17 0 2626 0

[startup+0.107616 s]
/proc/loadavg: 1.91 1.59 1.25 4/81 19681
/proc/meminfo: memFree=1224376/2055920 swapFree=4192192/4192956
[pid=19680] ppid=19678 vsize=914988 CPUtime=0.08
/proc/19680/stat : 19680 (java) R 19678 19680 19397 0 -1 0 2995 0 1 0 7 1 0 0 18 0 8 0 279439258 936947712 2741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072924296 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19680/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515654 s]
/proc/loadavg: 1.91 1.59 1.25 4/81 19681
/proc/meminfo: memFree=1224376/2055920 swapFree=4192192/4192956
[pid=19680] ppid=19678 vsize=915332 CPUtime=0.49
/proc/19680/stat : 19680 (java) R 19678 19680 19397 0 -1 0 6363 0 1 0 45 4 0 0 18 0 8 0 279439258 937299968 6102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072941836 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19680/statm: 228833 6102 2140 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33673 s]
/proc/loadavg: 1.91 1.59 1.25 3/88 19688
/proc/meminfo: memFree=1205376/2055920 swapFree=4192192/4192956
[pid=19680] ppid=19678 vsize=915468 CPUtime=1.31
/proc/19680/stat : 19680 (java) R 19678 19680 19397 0 -1 0 7426 0 1 0 113 18 0 0 24 0 8 0 279439258 937439232 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19680/statm: 228867 7164 2476 14 0 215337 0
[pid=19680/tid=19682] ppid=19678 vsize=915468 CPUtime=0.02
/proc/19680/task/19682/stat : 19682 (java) S 19678 19680 19397 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 279439263 937439232 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19683] ppid=19678 vsize=915468 CPUtime=0
/proc/19680/task/19683/stat : 19683 (java) S 19678 19680 19397 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279439263 937439232 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19684] ppid=19678 vsize=915468 CPUtime=0
/proc/19680/task/19684/stat : 19684 (java) S 19678 19680 19397 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279439263 937439232 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19685] ppid=19678 vsize=915468 CPUtime=0
/proc/19680/task/19685/stat : 19685 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279439266 937439232 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19686] ppid=19678 vsize=915468 CPUtime=0.14
/proc/19680/task/19686/stat : 19686 (java) S 19678 19680 19397 0 -1 64 347 0 0 0 13 1 0 0 16 0 8 0 279439266 937439232 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19687] ppid=19678 vsize=915468 CPUtime=0
/proc/19680/task/19687/stat : 19687 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279439266 937439232 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19688] ppid=19678 vsize=915468 CPUtime=0
/proc/19680/task/19688/stat : 19688 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279439266 937439232 7164 18446744073709551615 134512640 134570532 4294956480 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) 915468

[startup+2.97389 s]
/proc/loadavg: 1.91 1.59 1.25 3/88 19688
/proc/meminfo: memFree=1205376/2055920 swapFree=4192192/4192956
[pid=19680] ppid=19678 vsize=915464 CPUtime=2.93
/proc/19680/stat : 19680 (java) R 19678 19680 19397 0 -1 0 7430 0 1 0 243 50 0 0 25 0 8 0 279439258 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733473 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19680/statm: 228866 7167 2476 14 0 215336 0
[pid=19680/tid=19682] ppid=19678 vsize=915464 CPUtime=0.02
/proc/19680/task/19682/stat : 19682 (java) S 19678 19680 19397 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 279439263 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19683] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19683/stat : 19683 (java) S 19678 19680 19397 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279439263 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19684] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19684/stat : 19684 (java) S 19678 19680 19397 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279439263 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19685] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19685/stat : 19685 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19686] ppid=19678 vsize=915464 CPUtime=0.14
/proc/19680/task/19686/stat : 19686 (java) S 19678 19680 19397 0 -1 64 350 0 0 0 13 1 0 0 16 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19687] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19687/stat : 19687 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19688] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19688/stat : 19688 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915464

[startup+6.2732 s]
/proc/loadavg: 2.00 1.61 1.26 3/88 19688
/proc/meminfo: memFree=1205184/2055920 swapFree=4192192/4192956
[pid=19680] ppid=19678 vsize=915464 CPUtime=6.22
/proc/19680/stat : 19680 (java) R 19678 19680 19397 0 -1 0 7430 0 1 0 504 118 0 0 25 0 8 0 279439258 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19680/statm: 228866 7167 2476 14 0 215336 0
[pid=19680/tid=19682] ppid=19678 vsize=915464 CPUtime=0.02
/proc/19680/task/19682/stat : 19682 (java) S 19678 19680 19397 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 279439263 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19683] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19683/stat : 19683 (java) S 19678 19680 19397 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279439263 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19684] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19684/stat : 19684 (java) S 19678 19680 19397 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279439263 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19685] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19685/stat : 19685 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19686] ppid=19678 vsize=915464 CPUtime=0.14
/proc/19680/task/19686/stat : 19686 (java) S 19678 19680 19397 0 -1 64 350 0 0 0 13 1 0 0 16 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19687] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19687/stat : 19687 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19688] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19688/stat : 19688 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915464

[startup+12.7408 s]
/proc/loadavg: 2.00 1.62 1.26 3/88 19688
/proc/meminfo: memFree=1205184/2055920 swapFree=4192192/4192956
[pid=19680] ppid=19678 vsize=915464 CPUtime=12.66
/proc/19680/stat : 19680 (java) R 19678 19680 19397 0 -1 0 7430 0 1 0 1021 245 0 0 25 0 8 0 279439258 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733473 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19680/statm: 228866 7167 2476 14 0 215336 0
[pid=19680/tid=19682] ppid=19678 vsize=915464 CPUtime=0.02
/proc/19680/task/19682/stat : 19682 (java) S 19678 19680 19397 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 279439263 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19683] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19683/stat : 19683 (java) S 19678 19680 19397 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279439263 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19684] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19684/stat : 19684 (java) S 19678 19680 19397 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279439263 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19685] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19685/stat : 19685 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19686] ppid=19678 vsize=915464 CPUtime=0.14
/proc/19680/task/19686/stat : 19686 (java) S 19678 19680 19397 0 -1 64 350 0 0 0 13 1 0 0 16 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19687] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19687/stat : 19687 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19688] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19688/stat : 19688 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 915464

[startup+25.6051 s]
/proc/loadavg: 2.08 1.65 1.28 3/88 19688
/proc/meminfo: memFree=1205248/2055920 swapFree=4192192/4192956
[pid=19680] ppid=19678 vsize=915464 CPUtime=25.46
/proc/19680/stat : 19680 (java) R 19678 19680 19397 0 -1 0 7430 0 1 0 2043 503 0 0 25 0 8 0 279439258 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733431 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19680/statm: 228866 7167 2476 14 0 215336 0
[pid=19680/tid=19682] ppid=19678 vsize=915464 CPUtime=0.02
/proc/19680/task/19682/stat : 19682 (java) S 19678 19680 19397 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 279439263 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19683] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19683/stat : 19683 (java) S 19678 19680 19397 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279439263 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19684] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19684/stat : 19684 (java) S 19678 19680 19397 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279439263 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19685] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19685/stat : 19685 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19686] ppid=19678 vsize=915464 CPUtime=0.14
/proc/19680/task/19686/stat : 19686 (java) S 19678 19680 19397 0 -1 64 350 0 0 0 13 1 0 0 16 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19687] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19687/stat : 19687 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19688] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19688/stat : 19688 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279439266 937435136 7167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915464

[startup+51.2125 s]
/proc/loadavg: 2.05 1.68 1.29 4/88 19688
/proc/meminfo: memFree=1198848/2055920 swapFree=4192192/4192956
[pid=19680] ppid=19678 vsize=915464 CPUtime=50.94
/proc/19680/stat : 19680 (java) R 19678 19680 19397 0 -1 0 9078 0 1 0 4487 607 0 0 25 0 8 0 279439258 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073837275 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19680/statm: 228866 8811 2527 14 0 215336 0
[pid=19680/tid=19682] ppid=19678 vsize=915464 CPUtime=0.02
/proc/19680/task/19682/stat : 19682 (java) S 19678 19680 19397 0 -1 64 198 0 0 0 2 0 0 0 16 0 8 0 279439263 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19683] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19683/stat : 19683 (java) S 19678 19680 19397 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279439263 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19684] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19684/stat : 19684 (java) S 19678 19680 19397 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279439263 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19685] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19685/stat : 19685 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279439266 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19686] ppid=19678 vsize=915464 CPUtime=0.24
/proc/19680/task/19686/stat : 19686 (java) S 19678 19680 19397 0 -1 64 404 0 0 0 23 1 0 0 15 0 8 0 279439266 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19687] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19687/stat : 19687 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279439266 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19688] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19688/stat : 19688 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279439266 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 915464

[startup+102.47 s]
/proc/loadavg: 2.02 1.73 1.33 3/88 19688
/proc/meminfo: memFree=1198848/2055920 swapFree=4192192/4192956
[pid=19680] ppid=19678 vsize=915464 CPUtime=102.18
/proc/19680/stat : 19680 (java) R 19678 19680 19397 0 -1 0 9088 0 1 0 9611 607 0 0 25 0 8 0 279439258 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073862825 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19680/statm: 228866 8819 2527 14 0 215336 0
[pid=19680/tid=19682] ppid=19678 vsize=915464 CPUtime=0.02
/proc/19680/task/19682/stat : 19682 (java) S 19678 19680 19397 0 -1 64 198 0 0 0 2 0 0 0 16 0 8 0 279439263 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19683] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19683/stat : 19683 (java) S 19678 19680 19397 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279439263 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19684] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19684/stat : 19684 (java) S 19678 19680 19397 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279439263 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19685] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19685/stat : 19685 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279439266 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19686] ppid=19678 vsize=915464 CPUtime=0.24
/proc/19680/task/19686/stat : 19686 (java) S 19678 19680 19397 0 -1 64 405 0 0 0 23 1 0 0 16 0 8 0 279439266 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19687] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19687/stat : 19687 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279439266 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19688] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19688/stat : 19688 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279439266 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 915464

[startup+162.515 s]
/proc/loadavg: 2.00 1.77 1.37 3/88 19688
/proc/meminfo: memFree=1198848/2055920 swapFree=4192192/4192956
[pid=19680] ppid=19678 vsize=915464 CPUtime=162.21
/proc/19680/stat : 19680 (java) R 19678 19680 19397 0 -1 0 9093 0 1 0 15614 607 0 0 25 0 8 0 279439258 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073855360 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19680/statm: 228866 8824 2527 14 0 215336 0
[pid=19680/tid=19682] ppid=19678 vsize=915464 CPUtime=0.02
/proc/19680/task/19682/stat : 19682 (java) S 19678 19680 19397 0 -1 64 198 0 0 0 2 0 0 0 16 0 8 0 279439263 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19683] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19683/stat : 19683 (java) S 19678 19680 19397 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279439263 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19684] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19684/stat : 19684 (java) S 19678 19680 19397 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279439263 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19685] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19685/stat : 19685 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279439266 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19686] ppid=19678 vsize=915464 CPUtime=0.24
/proc/19680/task/19686/stat : 19686 (java) S 19678 19680 19397 0 -1 64 405 0 0 0 23 1 0 0 16 0 8 0 279439266 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19687] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19687/stat : 19687 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279439266 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19688] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19688/stat : 19688 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279439266 937435136 8824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 915464

[startup+222.589 s]
/proc/loadavg: 2.10 1.84 1.41 3/88 19688
/proc/meminfo: memFree=1198848/2055920 swapFree=4192192/4192956
[pid=19680] ppid=19678 vsize=915464 CPUtime=222.27
/proc/19680/stat : 19680 (java) R 19678 19680 19397 0 -1 0 9095 0 1 0 21620 607 0 0 25 0 8 0 279439258 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073907919 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19680/statm: 228866 8826 2527 14 0 215336 0
[pid=19680/tid=19682] ppid=19678 vsize=915464 CPUtime=0.02
/proc/19680/task/19682/stat : 19682 (java) S 19678 19680 19397 0 -1 64 198 0 0 0 2 0 0 0 16 0 8 0 279439263 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19683] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19683/stat : 19683 (java) S 19678 19680 19397 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279439263 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19684] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19684/stat : 19684 (java) S 19678 19680 19397 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279439263 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19685] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19685/stat : 19685 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279439266 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19686] ppid=19678 vsize=915464 CPUtime=0.24
/proc/19680/task/19686/stat : 19686 (java) S 19678 19680 19397 0 -1 64 405 0 0 0 23 1 0 0 16 0 8 0 279439266 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19687] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19687/stat : 19687 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279439266 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19688] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19688/stat : 19688 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279439266 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 915464

[startup+282.663 s]
/proc/loadavg: 2.07 1.88 1.45 3/88 19688
/proc/meminfo: memFree=1198784/2055920 swapFree=4192192/4192956
[pid=19680] ppid=19678 vsize=915464 CPUtime=282.33
/proc/19680/stat : 19680 (java) R 19678 19680 19397 0 -1 0 9098 0 1 0 27626 607 0 0 25 0 8 0 279439258 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838166 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19680/statm: 228866 8829 2527 14 0 215336 0
[pid=19680/tid=19682] ppid=19678 vsize=915464 CPUtime=0.02
/proc/19680/task/19682/stat : 19682 (java) S 19678 19680 19397 0 -1 64 198 0 0 0 2 0 0 0 16 0 8 0 279439263 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19683] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19683/stat : 19683 (java) S 19678 19680 19397 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279439263 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19684] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19684/stat : 19684 (java) S 19678 19680 19397 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279439263 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19685] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19685/stat : 19685 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279439266 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19686] ppid=19678 vsize=915464 CPUtime=0.24
/proc/19680/task/19686/stat : 19686 (java) S 19678 19680 19397 0 -1 64 405 0 0 0 23 1 0 0 16 0 8 0 279439266 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19687] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19687/stat : 19687 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279439266 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19688] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19688/stat : 19688 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279439266 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 915464

[startup+342.705 s]
/proc/loadavg: 2.02 1.90 1.48 3/88 19688
/proc/meminfo: memFree=1198784/2055920 swapFree=4192192/4192956
[pid=19680] ppid=19678 vsize=915464 CPUtime=342.36
/proc/19680/stat : 19680 (java) R 19678 19680 19397 0 -1 0 9098 0 1 0 33629 607 0 0 25 0 8 0 279439258 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838166 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19680/statm: 228866 8829 2527 14 0 215336 0
[pid=19680/tid=19682] ppid=19678 vsize=915464 CPUtime=0.02
/proc/19680/task/19682/stat : 19682 (java) S 19678 19680 19397 0 -1 64 198 0 0 0 2 0 0 0 16 0 8 0 279439263 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19683] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19683/stat : 19683 (java) S 19678 19680 19397 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279439263 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19684] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19684/stat : 19684 (java) S 19678 19680 19397 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279439263 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19685] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19685/stat : 19685 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279439266 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19686] ppid=19678 vsize=915464 CPUtime=0.24
/proc/19680/task/19686/stat : 19686 (java) S 19678 19680 19397 0 -1 64 405 0 0 0 23 1 0 0 16 0 8 0 279439266 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19687] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19687/stat : 19687 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279439266 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19680/tid=19688] ppid=19678 vsize=915464 CPUtime=0
/proc/19680/task/19688/stat : 19688 (java) S 19678 19680 19397 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279439266 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 343.105
CPU time (s): 342.763
CPU user time (s): 336.681
CPU system time (s): 6.08208
CPU usage (%): 99.9003
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 336.681
system time used= 6.08207
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9193
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= 8132
involuntary context switches= 15887

runsolver used 0.377942 s user time and 0.956854 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sat Jan 20 16:26:50 UTC 2007


IDJOB= 281171
IDBENCH= 12099
IDSOLVER= 69
FILE ID= node55/281171-1169310410

PBS_JOBID= 3610230

Free space on /tmp= 66563 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/randomMaxCSP/completeLoose/vcsp-25-10-100-18-15_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281171-1169310410/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-281171-1169310410 -o ROOT/results/node55/solver-281171-1169310410 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281171-1169310410/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  876bcac0761f01f9afa04917d0850dfc

RANDOM SEED= 234028277

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1224856 kB
Buffers:         53668 kB
Cached:         671624 kB
SwapCached:        268 kB
Active:         145844 kB
Inactive:       607340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1224856 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:          44412 kB
Slab:            63308 kB
Committed_AS:  5677600 kB
PageTables:       1820 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 node55 on Sat Jan 20 16:32:34 UTC 2007