Trace number 281216

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 346.164 349.34

General information on the benchmark

NameMaxCSP/randomMaxCSP/completeLoose/
vcsp-25-10-100-18-9_ext.xml
MD5SUM964cfb1ec1778ccee69a7dc29b53cd31
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 benchmark22.2736
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.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/281216-1169310662/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=25  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.42	       =>  wckTime=0.101  cpuTime=0.09  mem=6M910
0.42	   
0.42	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.59	     nbConstraints=300  nbRelationTypes=300  nbExtensionStructures=300  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=300  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=5569  maxDegree=24
0.59	     maxArity=2
0.59	       =>  wckTime=0.276  cpuTime=0.2  mem=9M835
0.63	   
0.63	   solver LocalSearchSolver being built... 
0.67	       =>  wckTime=0.361  cpuTime=0.24  mem=5M671
0.68	
0.68	s SATISFIABLE
0.68	o 262
0.68	c 38
0.68	o 268
0.68	c 32
0.68	o 271
0.68	c 29
0.68	o 275
0.68	c 25
0.68	o 277
0.68	c 23
0.68	o 279
0.68	c 21
0.68	o 281
0.68	c 19
0.68	o 282
0.68	c 18
0.69	o 284
0.69	c 16
0.69	o 287
0.69	c 13
0.69	o 288
0.69	c 12
0.69	o 290
0.69	c 10
0.70	o 291
0.70	c 9
0.70	o 292
0.70	c 8
0.70	o 294
0.70	c 6
0.71	o 295
0.71	c 5
0.72	o 296
0.72	c 4
0.78	o 297
0.78	c 3
0.79	o 298
0.79	c 2
2.62	   
2.62	   search
2.62	     run=0  nbConstraintChecks=11503542  nbAssignments=10000
2.62	       =>  wckTime=1.947  cpuTime=1.9  mem=5M671
4.54	   
4.54	   search
4.54	     run=1  nbConstraintChecks=23403453  nbAssignments=20000
4.54	       =>  wckTime=3.866  cpuTime=3.8  mem=5M671
6.39	   
6.39	   search
6.39	     run=2  nbConstraintChecks=34860942  nbAssignments=30000
6.39	       =>  wckTime=5.721  cpuTime=5.64  mem=5M671
8.32	   
8.32	   search
8.32	     run=3  nbConstraintChecks=46714563  nbAssignments=40000
8.32	       =>  wckTime=7.644  cpuTime=7.54  mem=5M671
10.18	   
10.18	   search
10.18	     run=4  nbConstraintChecks=57974334  nbAssignments=50000
10.18	       =>  wckTime=9.508  cpuTime=9.38  mem=5M671
12.13	   
12.13	   search
12.13	     run=5  nbConstraintChecks=70125033  nbAssignments=60000
12.13	       =>  wckTime=11.458  cpuTime=11.32  mem=5M671
14.04	   
14.04	   search
14.04	     run=6  nbConstraintChecks=81791027  nbAssignments=70000
14.04	       =>  wckTime=13.365  cpuTime=13.21  mem=5M671
15.97	   
15.97	   search
15.97	     run=7  nbConstraintChecks=93722518  nbAssignments=80000
15.97	       =>  wckTime=15.299  cpuTime=15.12  mem=5M671
17.87	   
17.87	   search
17.87	     run=8  nbConstraintChecks=105445027  nbAssignments=90000
17.87	       =>  wckTime=17.194  cpuTime=17.01  mem=5M671
19.78	   
19.78	   search
19.78	     run=9  nbConstraintChecks=117382716  nbAssignments=100000
19.78	       =>  wckTime=19.111  cpuTime=18.91  mem=5M671
21.67	   
21.67	   search
21.67	     run=10  nbConstraintChecks=128990930  nbAssignments=110000
21.67	       =>  wckTime=20.998  cpuTime=20.77  mem=5M671
23.58	   
23.58	   search
23.58	     run=11  nbConstraintChecks=140942727  nbAssignments=120000
23.58	       =>  wckTime=22.909  cpuTime=22.67  mem=5M671
25.47	   
25.47	   search
25.47	     run=12  nbConstraintChecks=152591324  nbAssignments=130000
25.47	       =>  wckTime=24.801  cpuTime=24.55  mem=5M671
27.35	   
27.35	   search
27.35	     run=13  nbConstraintChecks=164060754  nbAssignments=140000
27.35	       =>  wckTime=26.676  cpuTime=26.39  mem=5M671
29.23	   
29.23	   search
29.23	     run=14  nbConstraintChecks=175553484  nbAssignments=150000
29.23	       =>  wckTime=28.554  cpuTime=28.26  mem=5M671
31.09	   
31.09	   search
31.09	     run=15  nbConstraintChecks=187002665  nbAssignments=159684
31.09	       =>  wckTime=30.415  cpuTime=30.11  mem=5M671
31.09	   
31.09	   global
31.09	     nbConstraintChecks=187002665  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.09	     solvingWckTime=30.413  solvingCpuTime=30.11  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.09	     globalCpuTime=30.4
31.09	       =>  wckTime=30.776  cpuTime=30.35  mem=5M671
31.09	   
31.09	   solver IterativeSystematicSolver being built... 
31.22	       =>  wckTime=30.907  cpuTime=30.45  mem=16M644
31.23	   
31.23	   preprocessing
31.23	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.23	     detectedInconsistency=no
31.23	       =>  wckTime=0.0060  cpuTime=0.01  mem=16M644
31.30	   
31.30	   search
31.30	     run=0  nbConstraintChecks=96397  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=47
31.31	     nbFailedAssignments=27  nbBacktracks=11  nbVisitedNodes=86  nbRestartNogoods=0
31.31	       =>  wckTime=0.082  cpuTime=0.06  mem=16M644
31.37	   
31.37	   search
31.37	     run=1  nbConstraintChecks=231906  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=109
31.37	     nbFailedAssignments=67  nbBacktracks=26  nbVisitedNodes=203  nbRestartNogoods=9
31.37	       =>  wckTime=0.148  cpuTime=0.11  mem=16M644
31.43	   
31.43	   search
31.43	     run=2  nbConstraintChecks=403465  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=190
31.43	     nbFailedAssignments=117  nbBacktracks=50  nbVisitedNodes=358  nbRestartNogoods=20
31.43	       =>  wckTime=0.207  cpuTime=0.17  mem=16M644
31.50	   
31.50	   search
31.50	     run=3  nbConstraintChecks=631289  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=298
31.51	     nbFailedAssignments=187  nbBacktracks=83  nbVisitedNodes=569  nbRestartNogoods=28
31.51	       =>  wckTime=0.283  cpuTime=0.25  mem=16M644
31.65	   
31.65	   search
31.65	     run=4  nbConstraintChecks=1101818  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=508
31.65	     nbFailedAssignments=342  nbBacktracks=133  nbVisitedNodes=984  nbRestartNogoods=32
31.65	       =>  wckTime=0.429  cpuTime=0.39  mem=16M644
31.88	   
31.88	   search
31.88	     run=5  nbConstraintChecks=1831741  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=832
31.88	     nbFailedAssignments=584  nbBacktracks=208  nbVisitedNodes=1625  nbRestartNogoods=46
31.88	       =>  wckTime=0.655  cpuTime=0.61  mem=16M644
32.16	   
32.16	   search
32.16	     run=6  nbConstraintChecks=2780264  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1248
32.16	     nbFailedAssignments=879  nbBacktracks=321  nbVisitedNodes=2449  nbRestartNogoods=56
32.16	       =>  wckTime=0.937  cpuTime=0.88  mem=16M644
32.61	   
32.61	   search
32.61	     run=7  nbConstraintChecks=4217060  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1892
32.61	     nbFailedAssignments=1345  nbBacktracks=492  nbVisitedNodes=3730  nbRestartNogoods=70
32.61	       =>  wckTime=1.391  cpuTime=1.32  mem=16M644
33.37	   
33.37	   search
33.37	     run=8  nbConstraintChecks=6750690  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3024
33.37	     nbFailedAssignments=2217  nbBacktracks=748  nbVisitedNodes=5990  nbRestartNogoods=78
33.37	       =>  wckTime=2.148  cpuTime=2.06  mem=16M644
34.45	   
34.45	   search
34.45	     run=9  nbConstraintChecks=10338471  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4647
34.45	     nbFailedAssignments=3449  nbBacktracks=1132  nbVisitedNodes=9229  nbRestartNogoods=82
34.45	       =>  wckTime=3.231  cpuTime=3.13  mem=16M644
35.93	   
35.93	   search
35.93	     run=10  nbConstraintChecks=15476064  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6894
35.93	     nbFailedAssignments=5113  nbBacktracks=1708  nbVisitedNodes=13716  nbRestartNogoods=102
35.93	       =>  wckTime=4.706  cpuTime=4.59  mem=16M644
38.05	   
38.05	   search
38.05	     run=11  nbConstraintChecks=22834937  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10036
38.05	     nbFailedAssignments=7384  nbBacktracks=2572  nbVisitedNodes=19992  nbRestartNogoods=112
38.05	       =>  wckTime=6.831  cpuTime=6.69  mem=16M644
40.82	   
40.82	   search
40.82	     run=12  nbConstraintChecks=32410837  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=14050
40.82	     nbFailedAssignments=10094  nbBacktracks=3869  nbVisitedNodes=28013  nbRestartNogoods=116
40.82	       =>  wckTime=9.597  cpuTime=9.43  mem=16M644
44.83	   
44.83	   search
44.83	     run=13  nbConstraintChecks=47024860  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=20097
44.83	     nbFailedAssignments=14190  nbBacktracks=5815  nbVisitedNodes=40093  nbRestartNogoods=135
44.83	       =>  wckTime=13.606  cpuTime=13.41  mem=16M644
50.59	   
50.59	   search
50.59	     run=14  nbConstraintChecks=66315806  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=28130
50.59	     nbFailedAssignments=19296  nbBacktracks=8734  nbVisitedNodes=56000  nbRestartNogoods=145
50.59	       =>  wckTime=19.364  cpuTime=19.11  mem=16M644
58.12	   
58.12	   search
58.12	     run=15  nbConstraintChecks=92041138  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=38842
58.12	     nbFailedAssignments=25622  nbBacktracks=13113  nbVisitedNodes=76996  nbRestartNogoods=160
58.12	       =>  wckTime=26.903  cpuTime=26.58  mem=16M644
68.98	   
68.98	   search
68.98	     run=16  nbConstraintChecks=127776225  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=53988
68.98	     nbFailedAssignments=34192  nbBacktracks=19681  nbVisitedNodes=106272  nbRestartNogoods=170
68.98	       =>  wckTime=37.756  cpuTime=37.34  mem=16M644
84.75	   
84.75	   search
84.75	     run=17  nbConstraintChecks=180808989  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=76329
84.75	     nbFailedAssignments=46673  nbBacktracks=29536  nbVisitedNodes=149428  nbRestartNogoods=181
84.75	       =>  wckTime=53.528  cpuTime=52.97  mem=16M644
108.84	   
108.84	   search
108.84	     run=18  nbConstraintChecks=261612395  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=109952
108.84	     nbFailedAssignments=65512  nbBacktracks=44314  nbVisitedNodes=214515  nbRestartNogoods=193
108.84	       =>  wckTime=77.615  cpuTime=76.85  mem=16M644
144.04	   
144.04	   search
144.04	     run=19  nbConstraintChecks=376816360  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=158699
144.04	     nbFailedAssignments=92085  nbBacktracks=66483  nbVisitedNodes=308289  nbRestartNogoods=209
144.04	       =>  wckTime=112.815  cpuTime=111.73  mem=16M644
196.20	   
196.20	   search
196.20	     run=20  nbConstraintChecks=552117517  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=232312
196.20	     nbFailedAssignments=132438  nbBacktracks=99735  nbVisitedNodes=450355  nbRestartNogoods=221
196.20	       =>  wckTime=164.975  cpuTime=163.43  mem=16M644
276.59	   
276.59	   search
276.59	     run=21  nbConstraintChecks=820200819  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=344504
276.59	     nbFailedAssignments=194745  nbBacktracks=149613  nbVisitedNodes=668311  nbRestartNogoods=238
276.59	       =>  wckTime=245.366  cpuTime=243.1  mem=16M644
349.29	   
349.29	   search
349.29	     run=22  nbConstraintChecks=1055808140  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=444152
349.29	     nbFailedAssignments=249381  nbBacktracks=194626  nbVisitedNodes=860083  nbRestartNogoods=246
349.29	       =>  wckTime=318.073  cpuTime=315.15  mem=16M644
349.30	   
349.30	   global
349.30	     nbConstraintChecks=1055808140  nbRestartNogoods=246  solvingWckTime=318.074  solvingCpuTime=315.15  expiredTime=no
349.30	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=345.65
349.30	       =>  wckTime=348.982  cpuTime=345.6  mem=16M644
349.30	
349.30	s OPTIMUM FOUND
349.30	v 0 1 6 9 8 1 8 9 6 2 1 5 1 4 5 9 1 1 8 4 4 6 3 0 8 
349.30	   
349.30	   totalWckTime=349.062  totalCpuTime=345.65

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/node66/watcher-281216-1169310662 -o ROOT/results/node66/solver-281216-1169310662 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281216-1169310662/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.97 1.98 1.91 2/81 11406
/proc/meminfo: memFree=1345104/2055920 swapFree=4192812/4192956
[pid=11405] ppid=11403 vsize=18540 CPUtime=0
/proc/11405/stat : 11405 (runsolver) R 11403 11405 10655 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 78563390 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 227607637287 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11405/statm: 4635 279 244 17 0 2626 0

[startup+0.102131 s]
/proc/loadavg: 1.97 1.98 1.91 2/81 11406
/proc/meminfo: memFree=1345104/2055920 swapFree=4192812/4192956
[pid=11405] ppid=11403 vsize=914852 CPUtime=0.08
/proc/11405/stat : 11405 (java) R 11403 11405 10655 0 -1 0 2921 0 1 0 7 1 0 0 17 0 8 0 78563390 936808448 2667 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151973539 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11405/statm: 228713 2667 1397 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914852

[startup+0.51018 s]
/proc/loadavg: 1.97 1.98 1.91 2/81 11406
/proc/meminfo: memFree=1345104/2055920 swapFree=4192812/4192956
[pid=11405] ppid=11403 vsize=915332 CPUtime=0.49
/proc/11405/stat : 11405 (java) R 11403 11405 10655 0 -1 0 6329 0 1 0 46 3 0 0 18 0 8 0 78563390 937299968 6068 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11405/statm: 228833 6068 2140 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33127 s]
/proc/loadavg: 1.97 1.98 1.91 3/88 11413
/proc/meminfo: memFree=1326040/2055920 swapFree=4192812/4192956
[pid=11405] ppid=11403 vsize=915464 CPUtime=1.29
/proc/11405/stat : 11405 (java) R 11403 11405 10655 0 -1 0 7425 0 1 0 112 17 0 0 25 0 8 0 78563390 937435136 7163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073736630 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11405/statm: 228866 7163 2476 14 0 215336 0
[pid=11405/tid=11407] ppid=11403 vsize=915464 CPUtime=0.02
/proc/11405/task/11407/stat : 11407 (java) S 11403 11405 10655 0 -1 64 198 0 0 0 2 0 0 0 16 0 8 0 78563394 937435136 7163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11408] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11408/stat : 11408 (java) S 11403 11405 10655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78563394 937435136 7163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11409] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11409/stat : 11409 (java) S 11403 11405 10655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78563394 937435136 7163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11410] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11410/stat : 11410 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78563398 937435136 7163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11411] ppid=11403 vsize=915464 CPUtime=0.14
/proc/11405/task/11411/stat : 11411 (java) S 11403 11405 10655 0 -1 64 345 0 0 0 14 0 0 0 16 0 8 0 78563398 937435136 7163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11412] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11412/stat : 11412 (java) S 11403 11405 10655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 78563398 937435136 7163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11413] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11413/stat : 11413 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78563398 937435136 7163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915464

[startup+2.97848 s]
/proc/loadavg: 1.97 1.98 1.91 3/88 11413
/proc/meminfo: memFree=1326040/2055920 swapFree=4192812/4192956
[pid=11405] ppid=11403 vsize=915464 CPUtime=2.93
/proc/11405/stat : 11405 (java) R 11403 11405 10655 0 -1 0 7429 0 1 0 245 48 0 0 25 0 8 0 78563390 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11405/statm: 228866 7166 2476 14 0 215336 0
[pid=11405/tid=11407] ppid=11403 vsize=915464 CPUtime=0.02
/proc/11405/task/11407/stat : 11407 (java) S 11403 11405 10655 0 -1 64 198 0 0 0 2 0 0 0 16 0 8 0 78563394 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11408] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11408/stat : 11408 (java) S 11403 11405 10655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78563394 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11409] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11409/stat : 11409 (java) S 11403 11405 10655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78563394 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11410] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11410/stat : 11410 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78563398 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11411] ppid=11403 vsize=915464 CPUtime=0.14
/proc/11405/task/11411/stat : 11411 (java) S 11403 11405 10655 0 -1 64 348 0 0 0 14 0 0 0 16 0 8 0 78563398 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11412] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11412/stat : 11412 (java) S 11403 11405 10655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 78563398 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11413] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11413/stat : 11413 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78563398 937435136 7166 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.27788 s]
/proc/loadavg: 1.97 1.98 1.91 3/88 11413
/proc/meminfo: memFree=1325976/2055920 swapFree=4192812/4192956
[pid=11405] ppid=11403 vsize=915464 CPUtime=6.2
/proc/11405/stat : 11405 (java) R 11403 11405 10655 0 -1 0 7429 0 1 0 504 116 0 0 25 0 8 0 78563390 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10260981 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11405/statm: 228866 7166 2476 14 0 215336 0
[pid=11405/tid=11407] ppid=11403 vsize=915464 CPUtime=0.02
/proc/11405/task/11407/stat : 11407 (java) S 11403 11405 10655 0 -1 64 198 0 0 0 2 0 0 0 16 0 8 0 78563394 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11408] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11408/stat : 11408 (java) S 11403 11405 10655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78563394 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11409] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11409/stat : 11409 (java) S 11403 11405 10655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78563394 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11410] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11410/stat : 11410 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78563398 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11411] ppid=11403 vsize=915464 CPUtime=0.14
/proc/11405/task/11411/stat : 11411 (java) S 11403 11405 10655 0 -1 64 348 0 0 0 14 0 0 0 16 0 8 0 78563398 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11412] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11412/stat : 11412 (java) S 11403 11405 10655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 78563398 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11413] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11413/stat : 11413 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78563398 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915464

[startup+12.7547 s]
/proc/loadavg: 1.97 1.98 1.91 3/88 11413
/proc/meminfo: memFree=1325976/2055920 swapFree=4192812/4192956
[pid=11405] ppid=11403 vsize=915464 CPUtime=12.61
/proc/11405/stat : 11405 (java) R 11403 11405 10655 0 -1 0 7429 0 1 0 1011 250 0 0 25 0 8 0 78563390 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073735264 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11405/statm: 228866 7166 2476 14 0 215336 0
[pid=11405/tid=11407] ppid=11403 vsize=915464 CPUtime=0.02
/proc/11405/task/11407/stat : 11407 (java) S 11403 11405 10655 0 -1 64 198 0 0 0 2 0 0 0 16 0 8 0 78563394 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11408] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11408/stat : 11408 (java) S 11403 11405 10655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78563394 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11409] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11409/stat : 11409 (java) S 11403 11405 10655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78563394 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11410] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11410/stat : 11410 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78563398 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11411] ppid=11403 vsize=915464 CPUtime=0.14
/proc/11405/task/11411/stat : 11411 (java) S 11403 11405 10655 0 -1 64 348 0 0 0 14 0 0 0 16 0 8 0 78563398 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11412] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11412/stat : 11412 (java) S 11403 11405 10655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 78563398 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11413] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11413/stat : 11413 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78563398 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915464

[startup+25.5982 s]
/proc/loadavg: 1.98 1.98 1.91 3/88 11413
/proc/meminfo: memFree=1326040/2055920 swapFree=4192812/4192956
[pid=11405] ppid=11403 vsize=915464 CPUtime=25.34
/proc/11405/stat : 11405 (java) R 11403 11405 10655 0 -1 0 7429 0 1 0 2016 518 0 0 25 0 8 0 78563390 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733478 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11405/statm: 228866 7166 2476 14 0 215336 0
[pid=11405/tid=11407] ppid=11403 vsize=915464 CPUtime=0.02
/proc/11405/task/11407/stat : 11407 (java) S 11403 11405 10655 0 -1 64 198 0 0 0 2 0 0 0 16 0 8 0 78563394 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11408] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11408/stat : 11408 (java) S 11403 11405 10655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78563394 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11409] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11409/stat : 11409 (java) S 11403 11405 10655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78563394 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11410] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11410/stat : 11410 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78563398 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11411] ppid=11403 vsize=915464 CPUtime=0.14
/proc/11405/task/11411/stat : 11411 (java) S 11403 11405 10655 0 -1 64 348 0 0 0 14 0 0 0 16 0 8 0 78563398 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11412] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11412/stat : 11412 (java) S 11403 11405 10655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 78563398 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11413] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11413/stat : 11413 (java) R 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78563398 937435136 7166 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915464

[startup+51.2034 s]
/proc/loadavg: 1.98 1.98 1.91 3/88 11413
/proc/meminfo: memFree=1319576/2055920 swapFree=4192812/4192956
[pid=11405] ppid=11403 vsize=915464 CPUtime=50.71
/proc/11405/stat : 11405 (java) R 11403 11405 10655 0 -1 0 9078 0 1 0 4440 631 0 0 25 0 8 0 78563390 937435136 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918529 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11405/statm: 228866 8810 2527 14 0 215336 0
[pid=11405/tid=11407] ppid=11403 vsize=915464 CPUtime=0.03
/proc/11405/task/11407/stat : 11407 (java) S 11403 11405 10655 0 -1 64 199 0 0 0 3 0 0 0 16 0 8 0 78563394 937435136 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11408] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11408/stat : 11408 (java) S 11403 11405 10655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78563394 937435136 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11409] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11409/stat : 11409 (java) S 11403 11405 10655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78563394 937435136 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11410] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11410/stat : 11410 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78563398 937435136 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11411] ppid=11403 vsize=915464 CPUtime=0.24
/proc/11405/task/11411/stat : 11411 (java) S 11403 11405 10655 0 -1 64 402 0 0 0 23 1 0 0 15 0 8 0 78563398 937435136 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11412] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11412/stat : 11412 (java) S 11403 11405 10655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 78563398 937435136 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11413] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11413/stat : 11413 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78563398 937435136 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 915464

[startup+102.405 s]
/proc/loadavg: 1.99 1.98 1.91 3/88 11413
/proc/meminfo: memFree=1319576/2055920 swapFree=4192812/4192956
[pid=11405] ppid=11403 vsize=915464 CPUtime=101.46
/proc/11405/stat : 11405 (java) R 11403 11405 10655 0 -1 0 9087 0 1 0 9515 631 0 0 25 0 8 0 78563390 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073855417 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11405/statm: 228866 8818 2527 14 0 215336 0
[pid=11405/tid=11407] ppid=11403 vsize=915464 CPUtime=0.03
/proc/11405/task/11407/stat : 11407 (java) S 11403 11405 10655 0 -1 64 199 0 0 0 3 0 0 0 16 0 8 0 78563394 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11408] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11408/stat : 11408 (java) S 11403 11405 10655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78563394 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11409] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11409/stat : 11409 (java) S 11403 11405 10655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78563394 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11410] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11410/stat : 11410 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78563398 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11411] ppid=11403 vsize=915464 CPUtime=0.25
/proc/11405/task/11411/stat : 11411 (java) S 11403 11405 10655 0 -1 64 403 0 0 0 24 1 0 0 16 0 8 0 78563398 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11412] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11412/stat : 11412 (java) S 11403 11405 10655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 78563398 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11413] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11413/stat : 11413 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78563398 937435136 8818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 915464

[startup+162.443 s]
/proc/loadavg: 2.03 2.00 1.92 3/88 11413
/proc/meminfo: memFree=1319640/2055920 swapFree=4192812/4192956
[pid=11405] ppid=11403 vsize=915464 CPUtime=160.96
/proc/11405/stat : 11405 (java) R 11403 11405 10655 0 -1 0 9093 0 1 0 15465 631 0 0 25 0 8 0 78563390 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838166 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11405/statm: 228866 8823 2527 14 0 215336 0
[pid=11405/tid=11407] ppid=11403 vsize=915464 CPUtime=0.03
/proc/11405/task/11407/stat : 11407 (java) S 11403 11405 10655 0 -1 64 199 0 0 0 3 0 0 0 16 0 8 0 78563394 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11408] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11408/stat : 11408 (java) S 11403 11405 10655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78563394 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11409] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11409/stat : 11409 (java) S 11403 11405 10655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78563394 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11410] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11410/stat : 11410 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78563398 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11411] ppid=11403 vsize=915464 CPUtime=0.25
/proc/11405/task/11411/stat : 11411 (java) S 11403 11405 10655 0 -1 64 403 0 0 0 24 1 0 0 16 0 8 0 78563398 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11412] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11412/stat : 11412 (java) S 11403 11405 10655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 78563398 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11413] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11413/stat : 11413 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78563398 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 915464

[startup+222.488 s]
/proc/loadavg: 2.01 2.00 1.92 3/88 11413
/proc/meminfo: memFree=1319576/2055920 swapFree=4192812/4192956
[pid=11405] ppid=11403 vsize=915464 CPUtime=220.49
/proc/11405/stat : 11405 (java) R 11403 11405 10655 0 -1 0 9096 0 1 0 21417 632 0 0 25 0 8 0 78563390 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073856526 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11405/statm: 228866 8826 2527 14 0 215336 0
[pid=11405/tid=11407] ppid=11403 vsize=915464 CPUtime=0.03
/proc/11405/task/11407/stat : 11407 (java) S 11403 11405 10655 0 -1 64 199 0 0 0 3 0 0 0 16 0 8 0 78563394 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11408] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11408/stat : 11408 (java) S 11403 11405 10655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78563394 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11409] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11409/stat : 11409 (java) S 11403 11405 10655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78563394 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11410] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11410/stat : 11410 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78563398 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11411] ppid=11403 vsize=915464 CPUtime=0.25
/proc/11405/task/11411/stat : 11411 (java) S 11403 11405 10655 0 -1 64 403 0 0 0 24 1 0 0 16 0 8 0 78563398 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11412] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11412/stat : 11412 (java) S 11403 11405 10655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 78563398 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11413] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11413/stat : 11413 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78563398 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) 220.49
Current children cumulated vsize (KiB) 915464

[startup+282.531 s]
/proc/loadavg: 2.00 2.00 1.92 3/88 11413
/proc/meminfo: memFree=1319512/2055920 swapFree=4192812/4192956
[pid=11405] ppid=11403 vsize=915464 CPUtime=279.98
/proc/11405/stat : 11405 (java) R 11403 11405 10655 0 -1 0 9099 0 1 0 27366 632 0 0 25 0 8 0 78563390 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073866101 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11405/statm: 228866 8829 2527 14 0 215336 0
[pid=11405/tid=11407] ppid=11403 vsize=915464 CPUtime=0.03
/proc/11405/task/11407/stat : 11407 (java) S 11403 11405 10655 0 -1 64 199 0 0 0 3 0 0 0 16 0 8 0 78563394 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11408] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11408/stat : 11408 (java) S 11403 11405 10655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78563394 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11409] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11409/stat : 11409 (java) S 11403 11405 10655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78563394 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11410] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11410/stat : 11410 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78563398 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11411] ppid=11403 vsize=915464 CPUtime=0.25
/proc/11405/task/11411/stat : 11411 (java) S 11403 11405 10655 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 78563398 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11412] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11412/stat : 11412 (java) S 11403 11405 10655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 78563398 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11413] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11413/stat : 11413 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78563398 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) 279.98
Current children cumulated vsize (KiB) 915464

[startup+342.573 s]
/proc/loadavg: 2.00 2.00 1.92 3/88 11413
/proc/meminfo: memFree=1319576/2055920 swapFree=4192812/4192956
[pid=11405] ppid=11403 vsize=915464 CPUtime=339.48
/proc/11405/stat : 11405 (java) R 11403 11405 10655 0 -1 0 9099 0 1 0 33316 632 0 0 25 0 8 0 78563390 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073862697 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11405/statm: 228866 8829 2527 14 0 215336 0
[pid=11405/tid=11407] ppid=11403 vsize=915464 CPUtime=0.03
/proc/11405/task/11407/stat : 11407 (java) S 11403 11405 10655 0 -1 64 199 0 0 0 3 0 0 0 16 0 8 0 78563394 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11408] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11408/stat : 11408 (java) S 11403 11405 10655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78563394 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11409] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11409/stat : 11409 (java) S 11403 11405 10655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78563394 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11410] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11410/stat : 11410 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 78563398 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11411] ppid=11403 vsize=915464 CPUtime=0.25
/proc/11405/task/11411/stat : 11411 (java) S 11403 11405 10655 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 78563398 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11412] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11412/stat : 11412 (java) S 11403 11405 10655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 78563398 937435136 8829 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11405/tid=11413] ppid=11403 vsize=915464 CPUtime=0
/proc/11405/task/11413/stat : 11413 (java) S 11403 11405 10655 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78563398 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) 339.48
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 349.34
CPU time (s): 346.164
CPU user time (s): 339.828
CPU system time (s): 6.33604
CPU usage (%): 99.091
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 339.828
system time used= 6.33604
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9195
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= 8264
involuntary context switches= 18544

runsolver used 0.426935 s user time and 1.08083 s system time

The end

Launcher Data (download as text)

Begin job on node66 on Sat Jan 20 16:31:02 UTC 2007


IDJOB= 281216
IDBENCH= 12116
IDSOLVER= 69
FILE ID= node66/281216-1169310662

PBS_JOBID= 3610197

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-9_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281216-1169310662/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-281216-1169310662 -o ROOT/results/node66/solver-281216-1169310662 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281216-1169310662/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  964cfb1ec1778ccee69a7dc29b53cd31

RANDOM SEED= 383936936

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.230
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.230
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:       1345584 kB
Buffers:         49728 kB
Cached:         560148 kB
SwapCached:         16 kB
Active:         120612 kB
Inactive:       518392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1345584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:          46824 kB
Slab:            56688 kB
Committed_AS:  1066564 kB
PageTables:       1816 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 node66 on Sat Jan 20 16:36:51 UTC 2007