Trace number 232034

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 ESACSAT 273.819 274.794

DiagnosticValue
CHECKS1898482255
NODES1300295

General information on the benchmark

Namerandom/rand-2-25/
rand-25-25-300-147-56021_ext.xml
MD5SUMd41e01441a4c6db56f3a2da6046af9ee
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 benchmark42.8105
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
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=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/232034-1168319481/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=25  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.39	       =>  wckTime=0.093  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.60	     nbConstraints=300  nbRelationTypes=300  nbExtensionStructures=300  nbSharedExtensionStructures=0
0.60	     nbConflictsStructures=300  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=913  maxDegree=24
0.60	     maxArity=2
0.60	       =>  wckTime=0.308  cpuTime=0.23  mem=13M778
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.80	       =>  wckTime=0.502  cpuTime=0.37  mem=15M170
0.84	   
0.84	   preprocessing
0.84	     nbConstraintChecks=52403  nbPropagations=662  nbRevisions=6208  nbUselessRevisions=5389  nbSingletonTests=34
0.84	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
0.84	       =>  wckTime=0.042  cpuTime=0.02  mem=15M170
0.86	   
0.86	   search
0.87	     run=0  nbConstraintChecks=35687  nbPropagations=1092  nbRevisions=13389  nbUselessRevisions=11657  nbAssignments=26
0.87	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=44  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.064  cpuTime=0.04  mem=15M170
0.88	   
0.88	   search
0.88	     run=1  nbConstraintChecks=88854  nbPropagations=2793  nbRevisions=37983  nbUselessRevisions=33034  nbAssignments=64
0.88	     nbFailedAssignments=28  nbBacktracks=25  nbVisitedNodes=111  nbRestartNogoods=3  mapSize=25  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.083  cpuTime=0.05  mem=15M170
0.90	   
0.90	   search
0.90	     run=2  nbConstraintChecks=143965  nbPropagations=5157  nbRevisions=74168  nbUselessRevisions=64487
0.90	     nbAssignments=110  nbFailedAssignments=47  nbBacktracks=47  nbVisitedNodes=192  nbRestartNogoods=7  mapSize=46
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.099  cpuTime=0.06  mem=15M170
0.92	   
0.92	   search
0.92	     run=3  nbConstraintChecks=241502  nbPropagations=8657  nbRevisions=131738  nbUselessRevisions=114546
0.92	     nbAssignments=185  nbFailedAssignments=82  nbBacktracks=81  nbVisitedNodes=325  nbRestartNogoods=11  mapSize=79
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.122  cpuTime=0.08  mem=15M170
0.95	   
0.95	   search
0.95	     run=4  nbConstraintChecks=366799  nbPropagations=13621  nbRevisions=217615  nbUselessRevisions=189340
0.95	     nbAssignments=283  nbFailedAssignments=124  nbBacktracks=132  nbVisitedNodes=501  nbRestartNogoods=14  mapSize=129
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.146  cpuTime=0.11  mem=15M170
0.99	   
0.99	   search
0.99	     run=5  nbConstraintChecks=570783  nbPropagations=20883  nbRevisions=349140  nbUselessRevisions=303607
0.99	     nbAssignments=435  nbFailedAssignments=195  nbBacktracks=208  nbVisitedNodes=781  nbRestartNogoods=18  mapSize=202
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.187  cpuTime=0.14  mem=15M170
1.04	   
1.04	   search
1.04	     run=6  nbConstraintChecks=881166  nbPropagations=31550  nbRevisions=548353  nbUselessRevisions=476548
1.04	     nbAssignments=654  nbFailedAssignments=294  nbBacktracks=322  nbVisitedNodes=1186  nbRestartNogoods=24  mapSize=315
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.24  cpuTime=0.19  mem=15M170
1.12	   
1.12	   search
1.12	     run=7  nbConstraintChecks=1302406  nbPropagations=47156  nbRevisions=845885  nbUselessRevisions=735071
1.12	     nbAssignments=992  nbFailedAssignments=457  nbBacktracks=494  nbVisitedNodes=1813  nbRestartNogoods=30  mapSize=485
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.315  cpuTime=0.27  mem=15M170
1.24	   
1.24	   search
1.24	     run=8  nbConstraintChecks=2000781  nbPropagations=70328  nbRevisions=1300787  nbUselessRevisions=1130999
1.24	     nbAssignments=1494  nbFailedAssignments=697  nbBacktracks=750  nbVisitedNodes=2737  nbRestartNogoods=31
1.24	     mapSize=730  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.437  cpuTime=0.38  mem=15M170
1.37	   
1.37	   INFO : Stopping hyperNogood (mapSize=1024, nbTooLargekeys=0, mem=15M170)
1.41	   
1.41	   search
1.41	     run=9  nbConstraintChecks=3014526  nbPropagations=104877  nbRevisions=1986789  nbUselessRevisions=1727956
1.41	     nbAssignments=2256  nbFailedAssignments=1068  nbBacktracks=1136  nbVisitedNodes=4157  nbRestartNogoods=38
1.41	       =>  wckTime=0.606  cpuTime=0.53  mem=15M170
1.64	   
1.64	   search
1.64	     run=10  nbConstraintChecks=4582732  nbPropagations=156408  nbRevisions=3022821  nbUselessRevisions=2629619
1.64	     nbAssignments=3366  nbFailedAssignments=1594  nbBacktracks=1715  nbVisitedNodes=6211  nbRestartNogoods=42
1.64	       =>  wckTime=0.842  cpuTime=0.76  mem=15M170
1.98	   
1.98	   search
1.98	     run=11  nbConstraintChecks=6947988  nbPropagations=233766  nbRevisions=4585622  nbUselessRevisions=3989115
1.98	     nbAssignments=5058  nbFailedAssignments=2416  nbBacktracks=2580  nbVisitedNodes=9376  nbRestartNogoods=46
1.98	       =>  wckTime=1.179  cpuTime=1.09  mem=15M170
2.48	   
2.48	   search
2.48	     run=12  nbConstraintChecks=10423598  nbPropagations=349073  nbRevisions=6921396  nbUselessRevisions=6020553
2.48	     nbAssignments=7561  nbFailedAssignments=3615  nbBacktracks=3878  nbVisitedNodes=14020  nbRestartNogoods=54
2.48	       =>  wckTime=1.677  cpuTime=1.59  mem=15M170
3.25	   
3.25	   search
3.25	     run=13  nbConstraintChecks=15898143  nbPropagations=523434  nbRevisions=10482543  nbUselessRevisions=9120240
3.25	     nbAssignments=11437  nbFailedAssignments=5539  nbBacktracks=5826  nbVisitedNodes=21236  nbRestartNogoods=59
3.25	       =>  wckTime=2.453  cpuTime=2.37  mem=15M170
4.43	   
4.43	   search
4.43	     run=14  nbConstraintChecks=24125199  nbPropagations=786049  nbRevisions=15881302  nbUselessRevisions=13818675
4.43	     nbAssignments=17221  nbFailedAssignments=8399  nbBacktracks=8746  nbVisitedNodes=32048  nbRestartNogoods=71
4.43	       =>  wckTime=3.628  cpuTime=3.54  mem=15M170
6.13	   
6.13	   search
6.13	     run=15  nbConstraintChecks=35885343  nbPropagations=1177658  nbRevisions=23948088  nbUselessRevisions=20843428
6.13	     nbAssignments=25764  nbFailedAssignments=12557  nbBacktracks=13127  nbVisitedNodes=47954  nbRestartNogoods=84
6.13	       =>  wckTime=5.333  cpuTime=5.24  mem=15M170
8.81	   
8.81	   search
8.81	     run=16  nbConstraintChecks=54717781  nbPropagations=1769999  nbRevisions=36192221  nbUselessRevisions=31504800
8.81	     nbAssignments=38762  nbFailedAssignments=18981  nbBacktracks=19695  nbVisitedNodes=72216  nbRestartNogoods=99
8.81	       =>  wckTime=8.006  cpuTime=7.91  mem=15M170
12.68	   
12.68	   search
12.68	     run=17  nbConstraintChecks=81606013  nbPropagations=2654894  nbRevisions=54503769  nbUselessRevisions=47455308
12.68	     nbAssignments=57949  nbFailedAssignments=28311  nbBacktracks=29547  nbVisitedNodes=107936  nbRestartNogoods=107
12.68	       =>  wckTime=11.878  cpuTime=11.78  mem=15M170
18.43	   
18.43	   search
18.43	     run=18  nbConstraintChecks=121990712  nbPropagations=3977410  nbRevisions=81924606  nbUselessRevisions=71349633
18.43	     nbAssignments=86593  nbFailedAssignments=42171  nbBacktracks=44325  nbVisitedNodes=161268  nbRestartNogoods=124
18.43	       =>  wckTime=17.628  cpuTime=17.53  mem=15M170
27.33	   
27.33	   search
27.33	     run=19  nbConstraintChecks=184654506  nbPropagations=5970190  nbRevisions=123349254  nbUselessRevisions=107450667
27.33	     nbAssignments=130134  nbFailedAssignments=63537  nbBacktracks=66495  nbVisitedNodes=242559  nbRestartNogoods=132
27.33	       =>  wckTime=26.53  cpuTime=26.41  mem=15M170
40.71	   
40.71	   search
40.71	     run=20  nbConstraintChecks=279623819  nbPropagations=8966140  nbRevisions=185879527  nbUselessRevisions=161960266
40.71	     nbAssignments=195220  nbFailedAssignments=95364  nbBacktracks=99748  nbVisitedNodes=363893  nbRestartNogoods=149
40.71	       =>  wckTime=39.912  cpuTime=39.78  mem=15M170
60.62	   
60.62	   search
60.62	     run=21  nbConstraintChecks=419841095  nbPropagations=13457618  nbRevisions=279840607  nbUselessRevisions=243908567
60.62	     nbAssignments=292713  nbFailedAssignments=142973  nbBacktracks=149626  nbVisitedNodes=545546  nbRestartNogoods=174
60.62	       =>  wckTime=59.816  cpuTime=59.67  mem=15M170
90.71	   
90.71	   search
90.71	     run=22  nbConstraintChecks=631957387  nbPropagations=20207696  nbRevisions=421141616  nbUselessRevisions=367132359
90.71	     nbAssignments=439774  nbFailedAssignments=215201  nbBacktracks=224444  nbVisitedNodes=819747  nbRestartNogoods=189
90.71	       =>  wckTime=89.906  cpuTime=89.73  mem=15M170
136.10	   
136.10	   search
136.10	     run=23  nbConstraintChecks=953739836  nbPropagations=30365363  nbRevisions=634106733  nbUselessRevisions=552863340
136.10	     nbAssignments=660263  nbFailedAssignments=323458  nbBacktracks=336671  nbVisitedNodes=1231150  nbRestartNogoods=202
136.10	       =>  wckTime=135.301  cpuTime=135.08  mem=15M170
205.01	   
205.01	   search
205.01	     run=24  nbConstraintChecks=1443655275  nbPropagations=45673781  nbRevisions=955886942  nbUselessRevisions=833513734
205.01	     nbAssignments=992600  nbFailedAssignments=487448  nbBacktracks=505013  nbVisitedNodes=1851789  nbRestartNogoods=215
205.01	       =>  wckTime=204.209  cpuTime=203.92  mem=15M170
274.72	   
274.72	   search
274.72	     run=25  nbConstraintChecks=1898429852  nbPropagations=65756475  nbRevisions=1378765076
274.72	     nbUselessRevisions=1202401116  nbAssignments=1300295  nbFailedAssignments=638916  nbBacktracks=661204
274.72	     nbVisitedNodes=2426244  nbRestartNogoods=238
274.72	       =>  wckTime=273.923  cpuTime=272.92  mem=15M170
274.73	   
274.73	   global
274.73	     nbConstraintChecks=1898482255  nbPropagations=65757137  nbRevisions=1378771284  nbUselessRevisions=1202406505
274.73	     nbRestartNogoods=238  solvingWckTime=273.924  solvingCpuTime=272.92  expiredTime=no  totalExploration=no
274.73	     nbFoundSolutions=1  globalCpuTime=273.34
274.73	       =>  wckTime=274.429  cpuTime=273.29  mem=15M170
274.73	   
274.73	s SATISFIABLE
274.73	v 24 17 19 22 1 11 2 22 2 18 6 21 0 0 15 18 1 6 16 20 8 19 23 21 9 
274.73	d NODES 1300295
274.73	d CHECKS 1898482255
274.73	   
274.73	   totalWckTime=274.507  totalCpuTime=273.34

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-232034-1168319481 -o ROOT/results/node58/solver-232034-1168319481 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/232034-1168319481/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: 1.93 2.00 1.89 4/85 19714
/proc/meminfo: memFree=1430328/2055920 swapFree=4192812/4192956
[pid=19713] ppid=19711 vsize=172 CPUtime=0
/proc/19713/stat : 19713 (java) R 19711 19713 17180 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 180346115 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4870948 0 0 4096 0 0 0 0 17 0 0 0
/proc/19713/statm: 43 24 18 14 0 3 0

[startup+0.108491 s]
/proc/loadavg: 1.93 2.00 1.89 4/85 19714
/proc/meminfo: memFree=1430328/2055920 swapFree=4192812/4192956
[pid=19713] ppid=19711 vsize=914988 CPUtime=0.09
/proc/19713/stat : 19713 (java) R 19711 19713 17180 0 -1 0 3066 0 1 0 8 1 0 0 22 0 8 0 180346115 936947712 2812 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19713/statm: 228747 2813 1452 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.518277 s]
/proc/loadavg: 1.93 2.00 1.89 4/85 19714
/proc/meminfo: memFree=1430328/2055920 swapFree=4192812/4192956
[pid=19713] ppid=19711 vsize=915328 CPUtime=0.5
/proc/19713/stat : 19713 (java) R 19711 19713 17180 0 -1 0 7145 0 1 0 45 5 0 0 25 0 8 0 180346115 937295872 6884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19713/statm: 228832 6885 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34735 s]
/proc/loadavg: 1.93 2.00 1.89 4/92 19721
/proc/meminfo: memFree=1406144/2055920 swapFree=4192812/4192956
[pid=19713] ppid=19711 vsize=915456 CPUtime=1.32
/proc/19713/stat : 19713 (java) R 19711 19713 17180 0 -1 0 8773 0 1 0 126 6 0 0 25 0 8 0 180346115 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073790700 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19713/statm: 228864 8511 2524 14 0 215334 0
[pid=19713/tid=19715] ppid=19711 vsize=915456 CPUtime=0.03
/proc/19713/task/19715/stat : 19715 (java) S 19711 19713 17180 0 -1 64 322 0 0 0 3 0 0 0 16 0 8 0 180346118 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19716] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19716/stat : 19716 (java) S 19711 19713 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 180346119 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19717] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19717/stat : 19717 (java) S 19711 19713 17180 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180346119 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19718] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19718/stat : 19718 (java) S 19711 19713 17180 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180346122 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19719] ppid=19711 vsize=915456 CPUtime=0.2
/proc/19713/task/19719/stat : 19719 (java) S 19711 19713 17180 0 -1 64 385 0 0 0 19 1 0 0 16 0 8 0 180346122 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19720] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19720/stat : 19720 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180346122 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19721] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19721/stat : 19721 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180346122 937426944 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915456

[startup+2.99774 s]
/proc/loadavg: 1.93 2.00 1.89 3/92 19721
/proc/meminfo: memFree=1406080/2055920 swapFree=4192812/4192956
[pid=19713] ppid=19711 vsize=915456 CPUtime=2.97
/proc/19713/stat : 19713 (java) R 19711 19713 17180 0 -1 0 8780 0 1 0 291 6 0 0 25 0 8 0 180346115 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796081 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19713/statm: 228864 8517 2524 14 0 215334 0
[pid=19713/tid=19715] ppid=19711 vsize=915456 CPUtime=0.03
/proc/19713/task/19715/stat : 19715 (java) S 19711 19713 17180 0 -1 64 322 0 0 0 3 0 0 0 17 0 8 0 180346118 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19716] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19716/stat : 19716 (java) S 19711 19713 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 180346119 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19717] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19717/stat : 19717 (java) S 19711 19713 17180 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180346119 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19718] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19718/stat : 19718 (java) S 19711 19713 17180 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180346122 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19719] ppid=19711 vsize=915456 CPUtime=0.22
/proc/19713/task/19719/stat : 19719 (java) S 19711 19713 17180 0 -1 64 391 0 0 0 21 1 0 0 15 0 8 0 180346122 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19720] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19720/stat : 19720 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180346122 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19721] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19721/stat : 19721 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180346122 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915456

[startup+6.28777 s]
/proc/loadavg: 1.94 2.00 1.89 3/92 19721
/proc/meminfo: memFree=1405952/2055920 swapFree=4192812/4192956
[pid=19713] ppid=19711 vsize=915456 CPUtime=6.26
/proc/19713/stat : 19713 (java) R 19711 19713 17180 0 -1 0 8781 0 1 0 620 6 0 0 25 0 8 0 180346115 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806347 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19713/statm: 228864 8517 2524 14 0 215334 0
[pid=19713/tid=19715] ppid=19711 vsize=915456 CPUtime=0.03
/proc/19713/task/19715/stat : 19715 (java) S 19711 19713 17180 0 -1 64 322 0 0 0 3 0 0 0 16 0 8 0 180346118 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19716] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19716/stat : 19716 (java) S 19711 19713 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 180346119 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19717] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19717/stat : 19717 (java) S 19711 19713 17180 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180346119 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19718] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19718/stat : 19718 (java) S 19711 19713 17180 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180346122 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19719] ppid=19711 vsize=915456 CPUtime=0.22
/proc/19713/task/19719/stat : 19719 (java) S 19711 19713 17180 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 180346122 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19720] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19720/stat : 19720 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180346122 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19721] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19721/stat : 19721 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180346122 937426944 8517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 915456

[startup+12.6906 s]
/proc/loadavg: 1.94 2.00 1.89 3/92 19721
/proc/meminfo: memFree=1405952/2055920 swapFree=4192812/4192956
[pid=19713] ppid=19711 vsize=915456 CPUtime=12.67
/proc/19713/stat : 19713 (java) R 19711 19713 17180 0 -1 0 8784 0 1 0 1260 7 0 0 25 0 8 0 180346115 937426944 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795536 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19713/statm: 228864 8519 2524 14 0 215334 0
[pid=19713/tid=19715] ppid=19711 vsize=915456 CPUtime=0.03
/proc/19713/task/19715/stat : 19715 (java) S 19711 19713 17180 0 -1 64 322 0 0 0 3 0 0 0 16 0 8 0 180346118 937426944 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19716] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19716/stat : 19716 (java) S 19711 19713 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 180346119 937426944 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19717] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19717/stat : 19717 (java) S 19711 19713 17180 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180346119 937426944 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19718] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19718/stat : 19718 (java) S 19711 19713 17180 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180346122 937426944 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19719] ppid=19711 vsize=915456 CPUtime=0.22
/proc/19713/task/19719/stat : 19719 (java) S 19711 19713 17180 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 180346122 937426944 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19720] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19720/stat : 19720 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180346122 937426944 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19721] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19721/stat : 19721 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180346122 937426944 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915456

[startup+25.5905 s]
/proc/loadavg: 1.95 2.00 1.89 3/92 19721
/proc/meminfo: memFree=1406016/2055920 swapFree=4192812/4192956
[pid=19713] ppid=19711 vsize=915456 CPUtime=25.54
/proc/19713/stat : 19713 (java) R 19711 19713 17180 0 -1 0 8786 0 1 0 2547 7 0 0 25 0 8 0 180346115 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807705 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19713/statm: 228864 8521 2524 14 0 215334 0
[pid=19713/tid=19715] ppid=19711 vsize=915456 CPUtime=0.03
/proc/19713/task/19715/stat : 19715 (java) S 19711 19713 17180 0 -1 64 322 0 0 0 3 0 0 0 16 0 8 0 180346118 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19716] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19716/stat : 19716 (java) S 19711 19713 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 180346119 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19717] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19717/stat : 19717 (java) S 19711 19713 17180 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180346119 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19718] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19718/stat : 19718 (java) S 19711 19713 17180 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180346122 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19719] ppid=19711 vsize=915456 CPUtime=0.22
/proc/19713/task/19719/stat : 19719 (java) S 19711 19713 17180 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 180346122 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19720] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19720/stat : 19720 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180346122 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19721] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19721/stat : 19721 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180346122 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 915456

[startup+51.2817 s]
/proc/loadavg: 1.97 2.00 1.89 3/92 19721
/proc/meminfo: memFree=1406080/2055920 swapFree=4192812/4192956
[pid=19713] ppid=19711 vsize=915456 CPUtime=51.22
/proc/19713/stat : 19713 (java) R 19711 19713 17180 0 -1 0 8791 0 1 0 5115 7 0 0 25 0 8 0 180346115 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19713/statm: 228864 8526 2524 14 0 215334 0
[pid=19713/tid=19715] ppid=19711 vsize=915456 CPUtime=0.03
/proc/19713/task/19715/stat : 19715 (java) S 19711 19713 17180 0 -1 64 322 0 0 0 3 0 0 0 16 0 8 0 180346118 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19716] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19716/stat : 19716 (java) S 19711 19713 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 180346119 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19717] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19717/stat : 19717 (java) S 19711 19713 17180 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180346119 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19718] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19718/stat : 19718 (java) S 19711 19713 17180 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180346122 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19719] ppid=19711 vsize=915456 CPUtime=0.22
/proc/19713/task/19719/stat : 19719 (java) S 19711 19713 17180 0 -1 64 391 0 0 0 21 1 0 0 16 0 8 0 180346122 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19720] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19720/stat : 19720 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180346122 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19721] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19721/stat : 19721 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180346122 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.22
Current children cumulated vsize (KiB) 915456

[startup+102.499 s]
/proc/loadavg: 1.98 2.00 1.90 3/92 19721
/proc/meminfo: memFree=1406080/2055920 swapFree=4192812/4192956
[pid=19713] ppid=19711 vsize=915456 CPUtime=102.39
/proc/19713/stat : 19713 (java) R 19711 19713 17180 0 -1 0 8797 0 1 0 10232 7 0 0 25 0 8 0 180346115 937426944 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19713/statm: 228864 8532 2524 14 0 215334 0
[pid=19713/tid=19715] ppid=19711 vsize=915456 CPUtime=0.03
/proc/19713/task/19715/stat : 19715 (java) S 19711 19713 17180 0 -1 64 322 0 0 0 3 0 0 0 16 0 8 0 180346118 937426944 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19716] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19716/stat : 19716 (java) S 19711 19713 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 180346119 937426944 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19717] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19717/stat : 19717 (java) S 19711 19713 17180 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180346119 937426944 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19718] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19718/stat : 19718 (java) S 19711 19713 17180 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180346122 937426944 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19719] ppid=19711 vsize=915456 CPUtime=0.22
/proc/19713/task/19719/stat : 19719 (java) S 19711 19713 17180 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 180346122 937426944 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19720] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19720/stat : 19720 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180346122 937426944 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19721] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19721/stat : 19721 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180346122 937426944 8532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 915456

[startup+162.582 s]
/proc/loadavg: 2.13 2.03 1.91 3/92 19721
/proc/meminfo: memFree=1406016/2055920 swapFree=4192812/4192956
[pid=19713] ppid=19711 vsize=915456 CPUtime=162.4
/proc/19713/stat : 19713 (java) R 19711 19713 17180 0 -1 0 8800 0 1 0 16233 7 0 0 25 0 8 0 180346115 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073787782 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19713/statm: 228864 8535 2524 14 0 215334 0
[pid=19713/tid=19715] ppid=19711 vsize=915456 CPUtime=0.03
/proc/19713/task/19715/stat : 19715 (java) S 19711 19713 17180 0 -1 64 322 0 0 0 3 0 0 0 16 0 8 0 180346118 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19716] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19716/stat : 19716 (java) S 19711 19713 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 180346119 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19717] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19717/stat : 19717 (java) S 19711 19713 17180 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180346119 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19718] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19718/stat : 19718 (java) S 19711 19713 17180 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180346122 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19719] ppid=19711 vsize=915456 CPUtime=0.22
/proc/19713/task/19719/stat : 19719 (java) S 19711 19713 17180 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 180346122 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19720] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19720/stat : 19720 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180346122 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19721] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19721/stat : 19721 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180346122 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 915456

[startup+222.601 s]
/proc/loadavg: 2.05 2.02 1.91 3/92 19721
/proc/meminfo: memFree=1337408/2055920 swapFree=4192812/4192956
[pid=19713] ppid=19711 vsize=915456 CPUtime=222.15
/proc/19713/stat : 19713 (java) R 19711 19713 17180 0 -1 0 8802 0 1 0 22208 7 0 0 25 0 8 0 180346115 937426944 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19713/statm: 228864 8537 2524 14 0 215334 0
[pid=19713/tid=19715] ppid=19711 vsize=915456 CPUtime=0.03
/proc/19713/task/19715/stat : 19715 (java) S 19711 19713 17180 0 -1 64 322 0 0 0 3 0 0 0 16 0 8 0 180346118 937426944 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19716] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19716/stat : 19716 (java) S 19711 19713 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 180346119 937426944 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19717] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19717/stat : 19717 (java) S 19711 19713 17180 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180346119 937426944 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19718] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19718/stat : 19718 (java) S 19711 19713 17180 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180346122 937426944 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19719] ppid=19711 vsize=915456 CPUtime=0.22
/proc/19713/task/19719/stat : 19719 (java) S 19711 19713 17180 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 180346122 937426944 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19720] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19720/stat : 19720 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180346122 937426944 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19713/tid=19721] ppid=19711 vsize=915456 CPUtime=0
/proc/19713/task/19721/stat : 19721 (java) S 19711 19713 17180 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180346122 937426944 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 274.794
CPU time (s): 273.819
CPU user time (s): 273.737
CPU system time (s): 0.081987
CPU usage (%): 99.6453
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 273.737
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8895
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= 6725
involuntary context switches= 8926

runsolver used 0.371943 s user time and 1.41678 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Tue Jan  9 05:11:21 UTC 2007


IDJOB= 232034
IDBENCH= 6497
FILE ID= node58/232034-1168319481

PBS_JOBID= 3502808

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-25/rand-25-25-300-147-56021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/232034-1168319481/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-232034-1168319481 -o ROOT/results/node58/solver-232034-1168319481 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/232034-1168319481/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d41e01441a4c6db56f3a2da6046af9ee

RANDOM SEED= 854142436

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:       1430744 kB
Buffers:         75164 kB
Cached:         375540 kB
SwapCached:          0 kB
Active:         286204 kB
Inactive:       276380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1430744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1920 kB
Writeback:           0 kB
Mapped:         132076 kB
Slab:            47784 kB
Committed_AS:  4031692 kB
PageTables:       1948 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= 66553 MiB



End job on node58 on Tue Jan  9 05:15:56 UTC 2007