Trace number 229927

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
Abscon 109 ACSAT 222.449 223.522

DiagnosticValue
CHECKS1565728893
NODES935186

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-43_ext.xml
MD5SUMa193d27925f8e1a417d3aef56460952d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark222.449
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints476
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension476
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/229927-1168081012/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.39	       =>  wckTime=0.098  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.67	     nbConstraints=476  nbRelationTypes=476  nbExtensionStructures=476  nbSharedExtensionStructures=0
0.67	     nbConflictsStructures=476  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2548  maxDegree=27
0.67	     maxArity=2
0.67	       =>  wckTime=0.377  cpuTime=0.29  mem=17M695
0.72	   
0.72	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.572  cpuTime=0.41  mem=15M385
0.88	   
0.88	   preprocessing
0.88	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.88	     detectedInconsistency=no
0.88	       =>  wckTime=0.0080  cpuTime=0.0  mem=15M385
0.93	   
0.93	   search
0.93	     run=0  nbConstraintChecks=55373  nbPropagations=676  nbRevisions=7798  nbUselessRevisions=6409  nbAssignments=32
0.93	     nbFailedAssignments=9  nbBacktracks=12  nbVisitedNodes=50  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.057  cpuTime=0.04  mem=15M385
0.95	   
0.95	   search
0.95	     run=1  nbConstraintChecks=106967  nbPropagations=1974  nbRevisions=23589  nbUselessRevisions=19514
0.95	     nbAssignments=68  nbFailedAssignments=19  nbBacktracks=27  nbVisitedNodes=101  nbRestartNogoods=2  mapSize=21
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.081  cpuTime=0.05  mem=15M385
0.97	   
0.97	   search
0.97	     run=2  nbConstraintChecks=191941  nbPropagations=4250  nbRevisions=53363  nbUselessRevisions=44228
0.97	     nbAssignments=115  nbFailedAssignments=35  nbBacktracks=49  nbVisitedNodes=178  nbRestartNogoods=5  mapSize=42
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.103  cpuTime=0.07  mem=15M385
0.99	   
0.99	   search
0.99	     run=3  nbConstraintChecks=297505  nbPropagations=7800  nbRevisions=101336  nbUselessRevisions=83823
0.99	     nbAssignments=183  nbFailedAssignments=59  nbBacktracks=82  nbVisitedNodes=288  nbRestartNogoods=8  mapSize=70
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.124  cpuTime=0.09  mem=15M385
1.02	   
1.02	   search
1.02	     run=4  nbConstraintChecks=419088  nbPropagations=12840  nbRevisions=170355  nbUselessRevisions=141038
1.02	     nbAssignments=267  nbFailedAssignments=80  nbBacktracks=132  nbVisitedNodes=415  nbRestartNogoods=12  mapSize=102
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.149  cpuTime=0.11  mem=15M385
1.06	   
1.06	   search
1.06	     run=5  nbConstraintChecks=638224  nbPropagations=20495  nbRevisions=280004  nbUselessRevisions=232271
1.06	     nbAssignments=396  nbFailedAssignments=124  nbBacktracks=207  nbVisitedNodes=634  nbRestartNogoods=19  mapSize=171
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.192  cpuTime=0.15  mem=15M385
1.13	   
1.13	   search
1.13	     run=6  nbConstraintChecks=1026079  nbPropagations=32321  nbRevisions=455189  nbUselessRevisions=377075
1.13	     nbAssignments=609  nbFailedAssignments=216  nbBacktracks=320  nbVisitedNodes=1002  nbRestartNogoods=25  mapSize=272
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.262  cpuTime=0.22  mem=15M385
1.20	   
1.20	   search
1.20	     run=7  nbConstraintChecks=1433047  nbPropagations=49029  nbRevisions=704551  nbUselessRevisions=583129
1.20	     nbAssignments=887  nbFailedAssignments=308  nbBacktracks=494  nbVisitedNodes=1452  nbRestartNogoods=27  mapSize=409
1.20	     nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.335  cpuTime=0.29  mem=15M385
1.34	   
1.34	   search
1.34	     run=8  nbConstraintChecks=2253456  nbPropagations=75219  nbRevisions=1104587  nbUselessRevisions=912895
1.34	     nbAssignments=1344  nbFailedAssignments=496  nbBacktracks=751  nbVisitedNodes=2260  nbRestartNogoods=31
1.34	     mapSize=633  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.475  cpuTime=0.42  mem=15M385
1.50	   
1.50	   search
1.50	     run=9  nbConstraintChecks=3083234  nbPropagations=112316  nbRevisions=1674175  nbUselessRevisions=1383479
1.50	     nbAssignments=1958  nbFailedAssignments=714  nbBacktracks=1136  nbVisitedNodes=3285  nbRestartNogoods=41
1.50	     mapSize=937  nbInferences=0  nbTooLargeKeys=0
1.50	       =>  wckTime=0.631  cpuTime=0.57  mem=15M385
1.55	   
1.55	   INFO : Stopping hyperNogood (mapSize=1031, nbTooLargekeys=0, mem=15M385)
1.75	   
1.75	   search
1.75	     run=10  nbConstraintChecks=4711356  nbPropagations=167762  nbRevisions=2539923  nbUselessRevisions=2096521
1.75	     nbAssignments=2937  nbFailedAssignments=1106  nbBacktracks=1712  nbVisitedNodes=4964  nbRestartNogoods=49
1.75	       =>  wckTime=0.881  cpuTime=0.81  mem=15M385
2.08	   
2.08	   search
2.08	     run=11  nbConstraintChecks=6955382  nbPropagations=249865  nbRevisions=3833801  nbUselessRevisions=3164582
2.08	     nbAssignments=4346  nbFailedAssignments=1638  nbBacktracks=2577  nbVisitedNodes=7358  nbRestartNogoods=57
2.08	       =>  wckTime=1.21  cpuTime=1.13  mem=15M385
2.62	   
2.62	   search
2.62	     run=12  nbConstraintChecks=10862015  nbPropagations=374765  nbRevisions=5802676  nbUselessRevisions=4784539
2.62	     nbAssignments=6508  nbFailedAssignments=2492  nbBacktracks=3875  nbVisitedNodes=11069  nbRestartNogoods=62
2.62	       =>  wckTime=1.75  cpuTime=1.67  mem=15M385
3.33	   
3.33	   search
3.33	     run=13  nbConstraintChecks=15869676  nbPropagations=558207  nbRevisions=8683983  nbUselessRevisions=7152511
3.33	     nbAssignments=9582  nbFailedAssignments=3611  nbBacktracks=5822  nbVisitedNodes=16252  nbRestartNogoods=70
3.33	       =>  wckTime=2.467  cpuTime=2.38  mem=15M385
4.53	   
4.53	   search
4.53	     run=14  nbConstraintChecks=24554943  nbPropagations=836323  nbRevisions=13071463  nbUselessRevisions=10755873
4.53	     nbAssignments=14291  nbFailedAssignments=5390  nbBacktracks=8742  nbVisitedNodes=24362  nbRestartNogoods=76
4.53	       =>  wckTime=3.66  cpuTime=3.57  mem=15M385
6.06	   
6.06	   search
6.06	     run=15  nbConstraintChecks=35107026  nbPropagations=1240366  nbRevisions=19414448  nbUselessRevisions=15967486
6.06	     nbAssignments=21044  nbFailedAssignments=7756  nbBacktracks=13121  nbVisitedNodes=35641  nbRestartNogoods=85
6.06	       =>  wckTime=5.189  cpuTime=5.09  mem=15M385
8.54	   
8.54	   search
8.54	     run=16  nbConstraintChecks=52535607  nbPropagations=1846196  nbRevisions=28954379  nbUselessRevisions=23808108
8.54	     nbAssignments=31470  nbFailedAssignments=11604  nbBacktracks=19691  nbVisitedNodes=53445  nbRestartNogoods=96
8.54	       =>  wckTime=7.672  cpuTime=7.57  mem=15M385
12.36	   
12.36	   search
12.36	     run=17  nbConstraintChecks=80200993  nbPropagations=2760886  nbRevisions=43352473  nbUselessRevisions=35623231
12.36	     nbAssignments=47233  nbFailedAssignments=17506  nbBacktracks=29543  nbVisitedNodes=80369  nbRestartNogoods=100
12.36	       =>  wckTime=11.493  cpuTime=11.38  mem=15M385
17.84	   
17.84	   search
17.84	     run=18  nbConstraintChecks=117893498  nbPropagations=4131222  nbRevisions=65026696  nbUselessRevisions=53458435
17.84	     nbAssignments=71310  nbFailedAssignments=26789  nbBacktracks=44324  nbVisitedNodes=121690  nbRestartNogoods=107
17.84	       =>  wckTime=16.971  cpuTime=16.83  mem=15M385
26.59	   
26.59	   search
26.59	     run=19  nbConstraintChecks=179640060  nbPropagations=6214627  nbRevisions=97950354  nbUselessRevisions=80535371
26.59	     nbAssignments=107242  nbFailedAssignments=40544  nbBacktracks=66492  nbVisitedNodes=183434  nbRestartNogoods=116
26.59	       =>  wckTime=25.726  cpuTime=25.53  mem=15M385
38.82	   
38.82	   search
38.82	     run=20  nbConstraintChecks=265516551  nbPropagations=9293118  nbRevisions=146839169  nbUselessRevisions=120783895
38.82	     nbAssignments=159987  nbFailedAssignments=60027  nbBacktracks=99745  nbVisitedNodes=273398  nbRestartNogoods=124
38.82	       =>  wckTime=37.955  cpuTime=37.7  mem=15M385
57.18	   
57.18	   search
57.18	     run=21  nbConstraintChecks=392581440  nbPropagations=13900117  nbRevisions=219678297  nbUselessRevisions=180775915
57.18	     nbAssignments=239118  nbFailedAssignments=89269  nbBacktracks=149623  nbVisitedNodes=408528  nbRestartNogoods=134
57.18	       =>  wckTime=56.317  cpuTime=55.99  mem=15M385
84.32	   
84.32	   search
84.32	     run=22  nbConstraintChecks=581155472  nbPropagations=20720739  nbRevisions=327842702  nbUselessRevisions=269929494
84.32	     nbAssignments=356805  nbFailedAssignments=132127  nbBacktracks=224441  nbVisitedNodes=609102  nbRestartNogoods=145
84.32	       =>  wckTime=83.448  cpuTime=82.98  mem=15M385
126.37	   
126.37	   search
126.37	     run=23  nbConstraintChecks=870921343  nbPropagations=31016893  nbRevisions=491465583  nbUselessRevisions=404965129
126.37	     nbAssignments=537301  nbFailedAssignments=200385  nbBacktracks=336668  nbVisitedNodes=918268  nbRestartNogoods=157
126.37	       =>  wckTime=125.502  cpuTime=124.84  mem=15M385
191.06	   
191.06	   search
191.06	     run=24  nbConstraintChecks=1329702622  nbPropagations=46540568  nbRevisions=739350683  nbUselessRevisions=609557748
191.06	     nbAssignments=806278  nbFailedAssignments=301010  nbBacktracks=505011  nbVisitedNodes=1379759  nbRestartNogoods=172
191.06	       =>  wckTime=190.189  cpuTime=189.25  mem=15M385
223.46	   
223.46	   search
223.46	     run=25  nbConstraintChecks=1565728893  nbPropagations=64671350  nbRevisions=1028470628
223.46	     nbUselessRevisions=847904657  nbAssignments=935186  nbFailedAssignments=350024  nbBacktracks=584855
223.46	     nbVisitedNodes=1601358  nbRestartNogoods=186
223.46	       =>  wckTime=222.589  cpuTime=221.5  mem=15M385
223.46	   
223.46	   global
223.46	     nbConstraintChecks=1565728893  nbPropagations=64671400  nbRevisions=1028470628  nbUselessRevisions=847904657
223.46	     nbRestartNogoods=186  solvingWckTime=222.59  solvingCpuTime=221.5  expiredTime=no  totalExploration=no
223.46	     nbFoundSolutions=1  globalCpuTime=221.98
223.46	       =>  wckTime=223.166  cpuTime=221.93  mem=15M385
223.46	   
223.46	s SATISFIABLE
223.46	v 2 17 10 21 0 13 11 4 21 17 11 13 18 2 18 18 16 5 10 15 22 12 15 5 17 21 9 4 13 8 19 6 16 3 10 7 8 3 4 1 0 17 3 17 4 19 19 4 9 1 
223.46	d NODES 935186
223.46	d CHECKS 1565728893
223.46	   
223.46	   totalWckTime=223.243  totalCpuTime=221.98

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node58/watcher-229927-1168081012 -o ROOT/results/node58/solver-229927-1168081012 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229927-1168081012/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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: 0.06 0.42 1.05 5/73 29753
/proc/meminfo: memFree=1654616/2055920 swapFree=4192812/4192956
[pid=29752] ppid=29750 vsize=1788 CPUtime=0
/proc/29752/stat : 29752 (java) R 29750 29752 29392 0 -1 0 191 0 0 0 0 0 0 0 18 0 1 0 156499906 1830912 159 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/29752/statm: 447 158 123 14 0 92 0

[startup+0.103424 s]
/proc/loadavg: 0.06 0.42 1.05 5/73 29753
/proc/meminfo: memFree=1654616/2055920 swapFree=4192812/4192956
[pid=29752] ppid=29750 vsize=914988 CPUtime=0.09
/proc/29752/stat : 29752 (java) R 29750 29752 29392 0 -1 0 3061 0 1 0 7 2 0 0 24 0 8 0 156499906 936947712 2807 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29752/statm: 228747 2807 1450 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511457 s]
/proc/loadavg: 0.06 0.42 1.05 5/73 29753
/proc/meminfo: memFree=1654616/2055920 swapFree=4192812/4192956
[pid=29752] ppid=29750 vsize=915328 CPUtime=0.49
/proc/29752/stat : 29752 (java) R 29750 29752 29392 0 -1 0 7237 0 1 0 44 5 0 0 25 0 8 0 156499906 937295872 6976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29752/statm: 228832 6976 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33353 s]
/proc/loadavg: 0.06 0.42 1.05 3/87 29767
/proc/meminfo: memFree=1599656/2055920 swapFree=4192812/4192956
[pid=29752] ppid=29750 vsize=915460 CPUtime=1.3
/proc/29752/stat : 29752 (java) R 29750 29752 29392 0 -1 0 9653 0 1 0 123 7 0 0 25 0 8 0 156499906 937431040 9391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072941131 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29752/statm: 228865 9391 2513 14 0 215335 0
[pid=29752/tid=29757] ppid=29750 vsize=915460 CPUtime=0.03
/proc/29752/task/29757/stat : 29757 (java) S 29750 29752 29392 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 156499910 937431040 9391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29758] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29758/stat : 29758 (java) S 29750 29752 29392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499910 937431040 9391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29759] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29759/stat : 29759 (java) S 29750 29752 29392 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499910 937431040 9391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29764] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29764/stat : 29764 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499913 937431040 9391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29765] ppid=29750 vsize=915460 CPUtime=0.18
/proc/29752/task/29765/stat : 29765 (java) S 29750 29752 29392 0 -1 64 382 0 0 0 18 0 0 0 16 0 8 0 156499913 937431040 9391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29766] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29766/stat : 29766 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156499914 937431040 9391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29767] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29767/stat : 29767 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499914 937431040 9391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.98666 s]
/proc/loadavg: 0.06 0.42 1.05 3/87 29767
/proc/meminfo: memFree=1599528/2055920 swapFree=4192812/4192956
[pid=29752] ppid=29750 vsize=915460 CPUtime=2.95
/proc/29752/stat : 29752 (java) R 29750 29752 29392 0 -1 0 9668 0 1 0 288 7 0 0 25 0 8 0 156499906 937431040 9405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918529 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29752/statm: 228865 9405 2513 14 0 215335 0
[pid=29752/tid=29757] ppid=29750 vsize=915460 CPUtime=0.03
/proc/29752/task/29757/stat : 29757 (java) S 29750 29752 29392 0 -1 64 412 0 0 0 3 0 0 0 17 0 8 0 156499910 937431040 9405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29758] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29758/stat : 29758 (java) S 29750 29752 29392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499910 937431040 9405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29759] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29759/stat : 29759 (java) S 29750 29752 29392 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499910 937431040 9405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29764] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29764/stat : 29764 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499913 937431040 9405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29765] ppid=29750 vsize=915460 CPUtime=0.22
/proc/29752/task/29765/stat : 29765 (java) S 29750 29752 29392 0 -1 64 396 0 0 0 21 1 0 0 15 0 8 0 156499913 937431040 9405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29766] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29766/stat : 29766 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156499914 937431040 9405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29767] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29767/stat : 29767 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499914 937431040 9405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915460

[startup+6.27195 s]
/proc/loadavg: 0.21 0.44 1.06 3/87 29767
/proc/meminfo: memFree=1599464/2055920 swapFree=4192812/4192956
[pid=29752] ppid=29750 vsize=915460 CPUtime=6.22
/proc/29752/stat : 29752 (java) R 29750 29752 29392 0 -1 0 9670 0 1 0 615 7 0 0 25 0 8 0 156499906 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073837537 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29752/statm: 228865 9406 2513 14 0 215335 0
[pid=29752/tid=29757] ppid=29750 vsize=915460 CPUtime=0.03
/proc/29752/task/29757/stat : 29757 (java) S 29750 29752 29392 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 156499910 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29758] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29758/stat : 29758 (java) S 29750 29752 29392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499910 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29759] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29759/stat : 29759 (java) S 29750 29752 29392 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499910 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29764] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29764/stat : 29764 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499913 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29765] ppid=29750 vsize=915460 CPUtime=0.22
/proc/29752/task/29765/stat : 29765 (java) S 29750 29752 29392 0 -1 64 397 0 0 0 21 1 0 0 16 0 8 0 156499913 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29766] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29766/stat : 29766 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156499914 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29767] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29767/stat : 29767 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499914 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915460

[startup+12.7585 s]
/proc/loadavg: 0.36 0.47 1.06 3/87 29767
/proc/meminfo: memFree=1599464/2055920 swapFree=4192812/4192956
[pid=29752] ppid=29750 vsize=915460 CPUtime=12.68
/proc/29752/stat : 29752 (java) R 29750 29752 29392 0 -1 0 9670 0 1 0 1261 7 0 0 25 0 8 0 156499906 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073841345 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29752/statm: 228865 9406 2513 14 0 215335 0
[pid=29752/tid=29757] ppid=29750 vsize=915460 CPUtime=0.03
/proc/29752/task/29757/stat : 29757 (java) S 29750 29752 29392 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 156499910 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29758] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29758/stat : 29758 (java) S 29750 29752 29392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499910 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29759] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29759/stat : 29759 (java) S 29750 29752 29392 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499910 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29764] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29764/stat : 29764 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499913 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29765] ppid=29750 vsize=915460 CPUtime=0.22
/proc/29752/task/29765/stat : 29765 (java) S 29750 29752 29392 0 -1 64 397 0 0 0 21 1 0 0 16 0 8 0 156499913 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29766] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29766/stat : 29766 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156499914 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29767] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29767/stat : 29767 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499914 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915460

[startup+25.5956 s]
/proc/loadavg: 0.72 0.54 1.08 3/87 29767
/proc/meminfo: memFree=1599528/2055920 swapFree=4192812/4192956
[pid=29752] ppid=29750 vsize=915460 CPUtime=25.47
/proc/29752/stat : 29752 (java) R 29750 29752 29392 0 -1 0 9670 0 1 0 2540 7 0 0 25 0 8 0 156499906 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073825051 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29752/statm: 228865 9406 2513 14 0 215335 0
[pid=29752/tid=29757] ppid=29750 vsize=915460 CPUtime=0.03
/proc/29752/task/29757/stat : 29757 (java) S 29750 29752 29392 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 156499910 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29758] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29758/stat : 29758 (java) S 29750 29752 29392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499910 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29759] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29759/stat : 29759 (java) S 29750 29752 29392 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499910 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29764] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29764/stat : 29764 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499913 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29765] ppid=29750 vsize=915460 CPUtime=0.22
/proc/29752/task/29765/stat : 29765 (java) S 29750 29752 29392 0 -1 64 397 0 0 0 21 1 0 0 16 0 8 0 156499913 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29766] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29766/stat : 29766 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156499914 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29767] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29767/stat : 29767 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499914 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 915460

[startup+51.2038 s]
/proc/loadavg: 1.16 0.66 1.10 3/87 29767
/proc/meminfo: memFree=1599528/2055920 swapFree=4192812/4192956
[pid=29752] ppid=29750 vsize=915460 CPUtime=50.95
/proc/29752/stat : 29752 (java) R 29750 29752 29392 0 -1 0 9670 0 1 0 5088 7 0 0 25 0 8 0 156499906 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073849200 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29752/statm: 228865 9406 2513 14 0 215335 0
[pid=29752/tid=29757] ppid=29750 vsize=915460 CPUtime=0.03
/proc/29752/task/29757/stat : 29757 (java) S 29750 29752 29392 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 156499910 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29758] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29758/stat : 29758 (java) S 29750 29752 29392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499910 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29759] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29759/stat : 29759 (java) S 29750 29752 29392 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499910 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29764] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29764/stat : 29764 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499913 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29765] ppid=29750 vsize=915460 CPUtime=0.22
/proc/29752/task/29765/stat : 29765 (java) S 29750 29752 29392 0 -1 64 397 0 0 0 21 1 0 0 16 0 8 0 156499913 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29766] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29766/stat : 29766 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156499914 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29767] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29767/stat : 29767 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499914 937431040 9406 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 915460

[startup+102.412 s]
/proc/loadavg: 1.63 0.86 1.14 3/87 29767
/proc/meminfo: memFree=1599536/2055920 swapFree=4192812/4192956
[pid=29752] ppid=29750 vsize=915460 CPUtime=101.94
/proc/29752/stat : 29752 (java) R 29750 29752 29392 0 -1 0 9672 0 1 0 10186 8 0 0 25 0 8 0 156499906 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073860091 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29752/statm: 228865 9407 2513 14 0 215335 0
[pid=29752/tid=29757] ppid=29750 vsize=915460 CPUtime=0.03
/proc/29752/task/29757/stat : 29757 (java) S 29750 29752 29392 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 156499910 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29758] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29758/stat : 29758 (java) S 29750 29752 29392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499910 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29759] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29759/stat : 29759 (java) S 29750 29752 29392 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499910 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29764] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29764/stat : 29764 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499913 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29765] ppid=29750 vsize=915460 CPUtime=0.22
/proc/29752/task/29765/stat : 29765 (java) S 29750 29752 29392 0 -1 64 398 0 0 0 21 1 0 0 16 0 8 0 156499913 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29766] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29766/stat : 29766 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156499914 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29767] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29767/stat : 29767 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499914 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 915460

[startup+162.462 s]
/proc/loadavg: 1.86 1.07 1.20 3/87 29767
/proc/meminfo: memFree=1599536/2055920 swapFree=4192812/4192956
[pid=29752] ppid=29750 vsize=915460 CPUtime=161.71
/proc/29752/stat : 29752 (java) R 29750 29752 29392 0 -1 0 9672 0 1 0 16163 8 0 0 25 0 8 0 156499906 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073849189 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29752/statm: 228865 9407 2513 14 0 215335 0
[pid=29752/tid=29757] ppid=29750 vsize=915460 CPUtime=0.03
/proc/29752/task/29757/stat : 29757 (java) S 29750 29752 29392 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 156499910 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29758] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29758/stat : 29758 (java) S 29750 29752 29392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499910 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29759] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29759/stat : 29759 (java) S 29750 29752 29392 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499910 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29764] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29764/stat : 29764 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499913 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29765] ppid=29750 vsize=915460 CPUtime=0.22
/proc/29752/task/29765/stat : 29765 (java) S 29750 29752 29392 0 -1 64 398 0 0 0 21 1 0 0 16 0 8 0 156499913 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29766] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29766/stat : 29766 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156499914 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29767] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29767/stat : 29767 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499914 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.71
Current children cumulated vsize (KiB) 915460

[startup+222.512 s]
/proc/loadavg: 1.95 1.23 1.24 3/87 29767
/proc/meminfo: memFree=1599536/2055920 swapFree=4192812/4192956
[pid=29752] ppid=29750 vsize=915460 CPUtime=221.49
/proc/29752/stat : 29752 (java) R 29750 29752 29392 0 -1 0 9672 0 1 0 22141 8 0 0 25 0 8 0 156499906 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839333 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29752/statm: 228865 9407 2513 14 0 215335 0
[pid=29752/tid=29757] ppid=29750 vsize=915460 CPUtime=0.03
/proc/29752/task/29757/stat : 29757 (java) S 29750 29752 29392 0 -1 64 412 0 0 0 3 0 0 0 16 0 8 0 156499910 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29758] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29758/stat : 29758 (java) S 29750 29752 29392 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156499910 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29759] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29759/stat : 29759 (java) S 29750 29752 29392 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156499910 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29764] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29764/stat : 29764 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156499913 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29765] ppid=29750 vsize=915460 CPUtime=0.22
/proc/29752/task/29765/stat : 29765 (java) S 29750 29752 29392 0 -1 64 398 0 0 0 21 1 0 0 16 0 8 0 156499913 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29766] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29766/stat : 29766 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156499914 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29752/tid=29767] ppid=29750 vsize=915460 CPUtime=0
/proc/29752/task/29767/stat : 29767 (java) S 29750 29752 29392 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156499914 937431040 9407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.49
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 223.522
CPU time (s): 222.449
CPU user time (s): 222.359
CPU system time (s): 0.089986
CPU usage (%): 99.5199
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.359
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9680
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= 5699
involuntary context switches= 8618

runsolver used 0.265959 s user time and 0.737887 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Sat Jan  6 10:56:54 UTC 2007


IDJOB= 229927
IDBENCH= 6377
FILE ID= node58/229927-1168081012

PBS_JOBID= 3476180

Free space on /tmp= 66535 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-43_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229927-1168081012/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-229927-1168081012 -o ROOT/results/node58/solver-229927-1168081012 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229927-1168081012/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a193d27925f8e1a417d3aef56460952d

RANDOM SEED= 842462789

TIME LIMIT= 1800 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.223
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.223
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:       1657944 kB
Buffers:         23112 kB
Cached:         288940 kB
SwapCached:          0 kB
Active:          77500 kB
Inactive:       254928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2324 kB
Writeback:           0 kB
Mapped:          30612 kB
Slab:            51252 kB
Committed_AS:  2230676 kB
PageTables:       1608 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= 66534 MiB



End job on node58 on Sat Jan  6 11:00:48 UTC 2007