Trace number 195022

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 420.005 420.578

DiagnosticValue
CHECKS3038737884
NODES1803886

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-20_ext.xml
MD5SUM98bd4db167ea4e6b666337e6d6e6b1f0
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 benchmark192.44
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints456
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension456
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.40	   
0.41	   instance
0.41	     name=/tmp/evaluation/195022-1168109252/unknown.xml
0.44	   
0.44	   domains being loaded...
0.44	   
0.44	   variables being loaded...
0.47	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.47	       =>  wckTime=0.174  cpuTime=0.08  mem=6M951
0.47	   
0.48	   relations being loaded...
0.62	   
0.62	   constraints being loaded...
0.75	     nbConstraints=456  nbRelationTypes=456  nbExtensionStructures=456  nbSharedExtensionStructures=0
0.75	     nbConflictsStructures=456  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2226  maxDegree=26
0.75	     maxArity=2
0.75	       =>  wckTime=0.449  cpuTime=0.27  mem=17M827
0.79	   
0.79	   solver IterativeSystematicSolver being built... 
0.95	       =>  wckTime=0.648  cpuTime=0.4  mem=15M561
1.01	   
1.01	   preprocessing
1.01	     nbConstraintChecks=109134  nbPropagations=1233  nbRevisions=10160  nbUselessRevisions=8391  nbSingletonTests=59
1.01	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
1.01	       =>  wckTime=0.056  cpuTime=0.04  mem=15M561
1.04	   
1.04	   search
1.04	     run=0  nbConstraintChecks=48123  nbPropagations=1772  nbRevisions=16653  nbUselessRevisions=13664  nbAssignments=24
1.04	     nbFailedAssignments=7  nbBacktracks=10  nbVisitedNodes=39  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.04	     nbTooLargeKeys=0
1.04	       =>  wckTime=0.082  cpuTime=0.06  mem=15M561
1.06	   
1.06	   search
1.06	     run=1  nbConstraintChecks=106283  nbPropagations=4191  nbRevisions=41454  nbUselessRevisions=33794
1.06	     nbAssignments=61  nbFailedAssignments=18  nbBacktracks=28  nbVisitedNodes=94  nbRestartNogoods=1  mapSize=24
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.102  cpuTime=0.07  mem=15M561
1.08	   
1.08	   search
1.08	     run=2  nbConstraintChecks=205917  nbPropagations=7663  nbRevisions=80503  nbUselessRevisions=65502
1.08	     nbAssignments=111  nbFailedAssignments=35  nbBacktracks=54  nbVisitedNodes=177  nbRestartNogoods=3  mapSize=46
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.119  cpuTime=0.09  mem=15M561
1.10	   
1.10	   search
1.10	     run=3  nbConstraintChecks=318933  nbPropagations=12410  nbRevisions=137092  nbUselessRevisions=111479
1.10	     nbAssignments=175  nbFailedAssignments=55  nbBacktracks=89  nbVisitedNodes=279  nbRestartNogoods=5  mapSize=72
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.14  cpuTime=0.11  mem=15M561
1.12	   
1.12	   search
1.12	     run=4  nbConstraintChecks=452577  nbPropagations=18808  nbRevisions=216337  nbUselessRevisions=175990
1.12	     nbAssignments=259  nbFailedAssignments=81  nbBacktracks=140  nbVisitedNodes=415  nbRestartNogoods=9  mapSize=116
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.166  cpuTime=0.13  mem=15M561
1.17	   
1.17	   search
1.17	     run=5  nbConstraintChecks=667295  nbPropagations=27871  nbRevisions=333804  nbUselessRevisions=271792
1.17	     nbAssignments=401  nbFailedAssignments=137  nbBacktracks=216  nbVisitedNodes=653  nbRestartNogoods=10  mapSize=177
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.212  cpuTime=0.17  mem=15M561
1.22	   
1.22	   search
1.22	     run=6  nbConstraintChecks=966097  nbPropagations=40358  nbRevisions=498889  nbUselessRevisions=405606
1.22	     nbAssignments=584  nbFailedAssignments=198  nbBacktracks=329  nbVisitedNodes=948  nbRestartNogoods=15  mapSize=258
1.22	     nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.263  cpuTime=0.22  mem=15M561
1.31	   
1.31	   search
1.31	     run=7  nbConstraintChecks=1554556  nbPropagations=59010  nbRevisions=751621  nbUselessRevisions=608537
1.31	     nbAssignments=898  nbFailedAssignments=332  nbBacktracks=500  nbVisitedNodes=1495  nbRestartNogoods=19  mapSize=412
1.31	     nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.356  cpuTime=0.31  mem=15M561
1.44	   
1.44	   search
1.44	     run=8  nbConstraintChecks=2293696  nbPropagations=85835  nbRevisions=1122247  nbUselessRevisions=905464
1.44	     nbAssignments=1318  nbFailedAssignments=489  nbBacktracks=756  nbVisitedNodes=2199  nbRestartNogoods=23
1.44	     mapSize=619  nbInferences=0  nbTooLargeKeys=0
1.44	       =>  wckTime=0.479  cpuTime=0.44  mem=15M561
1.61	   
1.61	   search
1.61	     run=9  nbConstraintChecks=3289877  nbPropagations=123943  nbRevisions=1660096  nbUselessRevisions=1337414
1.61	     nbAssignments=1914  nbFailedAssignments=689  nbBacktracks=1141  nbVisitedNodes=3182  nbRestartNogoods=27
1.61	     mapSize=907  nbInferences=0  nbTooLargeKeys=0
1.61	       =>  wckTime=0.651  cpuTime=0.59  mem=15M561
1.68	   
1.68	   INFO : Stopping hyperNogood (mapSize=1034, nbTooLargekeys=0, mem=15M561)
1.86	   
1.86	   search
1.86	     run=10  nbConstraintChecks=4853925  nbPropagations=180278  nbRevisions=2468299  nbUselessRevisions=1987889
1.86	     nbAssignments=2870  nbFailedAssignments=1059  nbBacktracks=1718  nbVisitedNodes=4801  nbRestartNogoods=36
1.86	       =>  wckTime=0.899  cpuTime=0.83  mem=15M561
2.24	   
2.24	   search
2.24	     run=11  nbConstraintChecks=7512287  nbPropagations=265983  nbRevisions=3717499  nbUselessRevisions=2994030
2.24	     nbAssignments=4317  nbFailedAssignments=1631  nbBacktracks=2583  nbVisitedNodes=7298  nbRestartNogoods=43
2.24	       =>  wckTime=1.286  cpuTime=1.21  mem=15M561
2.77	   
2.77	   search
2.77	     run=12  nbConstraintChecks=11233901  nbPropagations=395579  nbRevisions=5630829  nbUselessRevisions=4538989
2.77	     nbAssignments=6570  nbFailedAssignments=2577  nbBacktracks=3880  nbVisitedNodes=11228  nbRestartNogoods=55
2.77	       =>  wckTime=1.814  cpuTime=1.73  mem=15M561
3.53	   
3.53	   search
3.53	     run=13  nbConstraintChecks=16642286  nbPropagations=588262  nbRevisions=8507147  nbUselessRevisions=6867752
3.53	     nbAssignments=9792  nbFailedAssignments=3844  nbBacktracks=5826  nbVisitedNodes=16783  nbRestartNogoods=64
3.53	       =>  wckTime=2.57  cpuTime=2.49  mem=15M561
4.53	   
4.53	   search
4.53	     run=14  nbConstraintChecks=23815670  nbPropagations=866692  nbRevisions=12633379  nbUselessRevisions=10206082
4.53	     nbAssignments=14345  nbFailedAssignments=5468  nbBacktracks=8745  nbVisitedNodes=24386  nbRestartNogoods=70
4.53	       =>  wckTime=3.578  cpuTime=3.5  mem=16M536
6.42	   
6.42	   search
6.42	     run=15  nbConstraintChecks=38071298  nbPropagations=1299131  nbRevisions=19094420  nbUselessRevisions=15427514
6.42	     nbAssignments=21969  nbFailedAssignments=8704  nbBacktracks=13123  nbVisitedNodes=37708  nbRestartNogoods=75
6.42	       =>  wckTime=5.464  cpuTime=5.38  mem=16M536
9.01	   
9.01	   search
9.01	     run=16  nbConstraintChecks=56525320  nbPropagations=1953167  nbRevisions=28903384  nbUselessRevisions=23371653
9.01	     nbAssignments=33031  nbFailedAssignments=13186  nbBacktracks=19695  nbVisitedNodes=56932  nbRestartNogoods=91
9.01	       =>  wckTime=8.055  cpuTime=7.97  mem=16M536
12.80	   
12.80	   search
12.80	     run=17  nbConstraintChecks=84440156  nbPropagations=2927457  nbRevisions=43515037  nbUselessRevisions=35213664
12.80	     nbAssignments=49042  nbFailedAssignments=19335  nbBacktracks=29549  nbVisitedNodes=84445  nbRestartNogoods=100
12.80	       =>  wckTime=11.846  cpuTime=11.76  mem=16M536
18.18	   
18.18	   search
18.18	     run=18  nbConstraintChecks=122649428  nbPropagations=4356761  nbRevisions=64975722  nbUselessRevisions=52631091
18.18	     nbAssignments=72645  nbFailedAssignments=28149  nbBacktracks=44329  nbVisitedNodes=124284  nbRestartNogoods=110
18.18	       =>  wckTime=17.218  cpuTime=17.11  mem=16M536
26.36	   
26.36	   search
26.36	     run=19  nbConstraintChecks=182253917  nbPropagations=6474089  nbRevisions=96651735  nbUselessRevisions=78326659
26.36	     nbAssignments=107979  nbFailedAssignments=41305  nbBacktracks=66499  nbVisitedNodes=184177  nbRestartNogoods=118
26.36	       =>  wckTime=25.407  cpuTime=25.29  mem=16M536
38.27	   
38.27	   search
38.27	     run=20  nbConstraintChecks=266272691  nbPropagations=9611275  nbRevisions=143724268  nbUselessRevisions=116577290
38.27	     nbAssignments=161239  nbFailedAssignments=61299  nbBacktracks=99754  nbVisitedNodes=274661  nbRestartNogoods=125
38.27	       =>  wckTime=37.317  cpuTime=37.19  mem=16M536
57.62	   
57.62	   search
57.62	     run=21  nbConstraintChecks=406708663  nbPropagations=14382746  nbRevisions=215354221  nbUselessRevisions=174771180
57.62	     nbAssignments=244109  nbFailedAssignments=94279  nbBacktracks=149632  nbVisitedNodes=417085  nbRestartNogoods=132
57.62	       =>  wckTime=56.659  cpuTime=56.52  mem=16M536
86.61	   
86.61	   search
86.61	     run=22  nbConstraintChecks=618817607  nbPropagations=21568462  nbRevisions=323633253  nbUselessRevisions=262716998
86.61	     nbAssignments=367489  nbFailedAssignments=142831  nbBacktracks=224450  nbVisitedNodes=628433  nbRestartNogoods=155
86.61	       =>  wckTime=85.651  cpuTime=85.48  mem=16M536
128.67	   
128.67	   search
128.67	     run=23  nbConstraintChecks=925915781  nbPropagations=32294389  nbRevisions=484912109  nbUselessRevisions=393675377
128.67	     nbAssignments=547519  nbFailedAssignments=210626  nbBacktracks=336677  nbVisitedNodes=934829  nbRestartNogoods=162
128.67	       =>  wckTime=127.71  cpuTime=127.49  mem=16M536
197.12	   
197.12	   search
197.12	     run=24  nbConstraintChecks=1432558704  nbPropagations=48723144  nbRevisions=732871631  nbUselessRevisions=595056414
197.12	     nbAssignments=828030  nbFailedAssignments=322787  nbBacktracks=505021  nbVisitedNodes=1419426  nbRestartNogoods=174
197.12	       =>  wckTime=196.165  cpuTime=195.86  mem=16M536
288.84	   
288.84	   search
288.84	     run=25  nbConstraintChecks=2091132959  nbPropagations=72918479  nbRevisions=1096566271
288.84	     nbUselessRevisions=890310829  nbAssignments=1232789  nbFailedAssignments=475026  nbBacktracks=757532
288.84	     nbVisitedNodes=2103244  nbRestartNogoods=193
288.84	       =>  wckTime=287.878  cpuTime=287.48  mem=16M536
420.55	   
420.55	   search
420.55	     run=26  nbConstraintChecks=3038628750  nbPropagations=108228866  nbRevisions=1627923614
420.55	     nbUselessRevisions=1322158665  nbAssignments=1803886  nbFailedAssignments=689647  nbBacktracks=1113958
420.55	     nbVisitedNodes=3076359  nbRestartNogoods=212
420.55	       =>  wckTime=419.591  cpuTime=419.05  mem=16M536
420.55	   
420.55	   global
420.55	     nbConstraintChecks=3038737884  nbPropagations=108230099  nbRevisions=1627933774  nbUselessRevisions=1322167056
420.55	     nbRestartNogoods=212  solvingWckTime=419.592  solvingCpuTime=419.05  expiredTime=no  totalExploration=no
420.55	     nbFoundSolutions=1  globalCpuTime=419.5
420.55	       =>  wckTime=420.249  cpuTime=419.45  mem=16M536
420.55	   
420.55	s SATISFIABLE
420.55	v 13 8 21 21 18 9 14 7 19 22 8 2 11 8 22 15 19 6 3 17 10 6 16 16 15 16 6 17 7 5 10 0 22 19 5 3 18 0 15 8 8 12 13 20 13 19 3 15 9 0 
420.55	d NODES 1803886
420.55	d CHECKS 3038737884
420.55	   
420.55	   totalWckTime=420.332  totalCpuTime=419.5

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/node51/watcher-195022-1168109252 -o ROOT/results/node51/solver-195022-1168109252 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195022-1168109252/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: 2.05 2.02 1.95 4/75 8395
/proc/meminfo: memFree=1552192/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=172 CPUtime=0
/proc/8394/stat : 8394 (java) R 8392 8394 7828 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 159323746 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 2618148 0 0 4096 0 0 0 0 17 0 0 0
/proc/8394/statm: 43 24 18 14 0 3 0

[startup+0.108449 s]
/proc/loadavg: 2.05 2.02 1.95 4/75 8395
/proc/meminfo: memFree=1552192/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=914988 CPUtime=0.1
/proc/8394/stat : 8394 (java) R 8392 8394 7828 0 -1 0 3075 0 1 0 8 2 0 0 22 0 8 0 159323746 936947712 2821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8394/statm: 228747 2821 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.517519 s]
/proc/loadavg: 2.05 2.02 1.95 4/75 8395
/proc/meminfo: memFree=1552192/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=915328 CPUtime=0.42
/proc/8394/stat : 8394 (java) R 8392 8394 7828 0 -1 0 6330 0 1 0 38 4 0 0 18 0 8 0 159323746 937295872 6069 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073567214 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8394/statm: 228832 6070 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 915328

[startup+1.34465 s]
/proc/loadavg: 2.05 2.02 1.95 2/75 8402
/proc/meminfo: memFree=1530304/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=915460 CPUtime=1.23
/proc/8394/stat : 8394 (java) R 8392 8394 7828 0 -1 0 9602 0 1 0 117 6 0 0 17 0 8 0 159323746 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833121 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8394/statm: 228865 9340 2524 14 0 215335 0
[pid=8394/tid=8396] ppid=8392 vsize=915460 CPUtime=0.03
/proc/8394/task/8396/stat : 8396 (java) S 8392 8394 7828 0 -1 64 403 0 0 0 3 0 0 0 16 0 8 0 159323749 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8397] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8397/stat : 8397 (java) S 8392 8394 7828 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159323750 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8398] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8398/stat : 8398 (java) S 8392 8394 7828 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159323750 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8399] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8399/stat : 8399 (java) S 8392 8394 7828 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 159323753 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8400] ppid=8392 vsize=915460 CPUtime=0.21
/proc/8394/task/8400/stat : 8400 (java) S 8392 8394 7828 0 -1 64 382 0 0 0 20 1 0 0 15 0 8 0 159323753 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8401] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8401/stat : 8401 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 159323753 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8402] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8402/stat : 8402 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159323753 937431040 9340 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 915460

[startup+2.98193 s]
/proc/loadavg: 2.05 2.02 1.95 2/75 8416
/proc/meminfo: memFree=1531648/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=915460 CPUtime=2.87
/proc/8394/stat : 8394 (java) R 8392 8394 7828 0 -1 0 9619 0 1 0 280 7 0 0 17 0 8 0 159323746 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814120 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8394/statm: 228865 9356 2524 14 0 215335 0
[pid=8394/tid=8396] ppid=8392 vsize=915460 CPUtime=0.03
/proc/8394/task/8396/stat : 8396 (java) S 8392 8394 7828 0 -1 64 403 0 0 0 3 0 0 0 17 0 8 0 159323749 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8397] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8397/stat : 8397 (java) S 8392 8394 7828 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159323750 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8398] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8398/stat : 8398 (java) S 8392 8394 7828 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159323750 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8399] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8399/stat : 8399 (java) S 8392 8394 7828 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 159323753 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8400] ppid=8392 vsize=915460 CPUtime=0.24
/proc/8394/task/8400/stat : 8400 (java) S 8392 8394 7828 0 -1 64 398 0 0 0 23 1 0 0 15 0 8 0 159323753 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8401] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8401/stat : 8401 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 159323753 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8402] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8402/stat : 8402 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159323753 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 915460

[startup+6.2775 s]
/proc/loadavg: 1.96 2.00 1.95 3/88 8475
/proc/meminfo: memFree=1525080/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=915460 CPUtime=6.16
/proc/8394/stat : 8394 (java) R 8392 8394 7828 0 -1 0 9620 0 1 0 609 7 0 0 25 0 8 0 159323746 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819769 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8394/statm: 228865 9356 2524 14 0 215335 0
[pid=8394/tid=8396] ppid=8392 vsize=915460 CPUtime=0.03
/proc/8394/task/8396/stat : 8396 (java) S 8392 8394 7828 0 -1 64 403 0 0 0 3 0 0 0 16 0 8 0 159323749 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8397] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8397/stat : 8397 (java) S 8392 8394 7828 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159323750 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8398] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8398/stat : 8398 (java) S 8392 8394 7828 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159323750 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8399] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8399/stat : 8399 (java) S 8392 8394 7828 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 159323753 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8400] ppid=8392 vsize=915460 CPUtime=0.24
/proc/8394/task/8400/stat : 8400 (java) S 8392 8394 7828 0 -1 64 398 0 0 0 23 1 0 0 15 0 8 0 159323753 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8401] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8401/stat : 8401 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 159323753 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8402] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8402/stat : 8402 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159323753 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915460

[startup+12.7556 s]
/proc/loadavg: 1.96 2.00 1.95 4/88 8475
/proc/meminfo: memFree=1518880/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=915460 CPUtime=12.64
/proc/8394/stat : 8394 (java) R 8392 8394 7828 0 -1 0 9620 0 1 0 1257 7 0 0 25 0 8 0 159323746 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918523 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8394/statm: 228865 9356 2524 14 0 215335 0
[pid=8394/tid=8396] ppid=8392 vsize=915460 CPUtime=0.03
/proc/8394/task/8396/stat : 8396 (java) S 8392 8394 7828 0 -1 64 403 0 0 0 3 0 0 0 16 0 8 0 159323749 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8397] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8397/stat : 8397 (java) S 8392 8394 7828 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159323750 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8398] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8398/stat : 8398 (java) S 8392 8394 7828 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159323750 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8399] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8399/stat : 8399 (java) S 8392 8394 7828 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 159323753 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8400] ppid=8392 vsize=915460 CPUtime=0.24
/proc/8394/task/8400/stat : 8400 (java) S 8392 8394 7828 0 -1 64 398 0 0 0 23 1 0 0 15 0 8 0 159323753 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8401] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8401/stat : 8401 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 159323753 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8402] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8402/stat : 8402 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159323753 937431040 9356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915460

[startup+25.6108 s]
/proc/loadavg: 1.97 2.00 1.95 3/88 8475
/proc/meminfo: memFree=1519008/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=915460 CPUtime=25.47
/proc/8394/stat : 8394 (java) R 8392 8394 7828 0 -1 0 9621 0 1 0 2540 7 0 0 25 0 8 0 159323746 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813708 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8394/statm: 228865 9357 2524 14 0 215335 0
[pid=8394/tid=8396] ppid=8392 vsize=915460 CPUtime=0.03
/proc/8394/task/8396/stat : 8396 (java) S 8392 8394 7828 0 -1 64 403 0 0 0 3 0 0 0 16 0 8 0 159323749 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8397] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8397/stat : 8397 (java) S 8392 8394 7828 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159323750 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8398] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8398/stat : 8398 (java) S 8392 8394 7828 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159323750 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8399] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8399/stat : 8399 (java) S 8392 8394 7828 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 159323753 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8400] ppid=8392 vsize=915460 CPUtime=0.24
/proc/8394/task/8400/stat : 8400 (java) S 8392 8394 7828 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 159323753 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8401] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8401/stat : 8401 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 159323753 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8402] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8402/stat : 8402 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159323753 937431040 9357 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.2251 s]
/proc/loadavg: 1.98 2.00 1.95 3/88 8475
/proc/meminfo: memFree=1519072/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=915460 CPUtime=51.06
/proc/8394/stat : 8394 (java) R 8392 8394 7828 0 -1 0 9622 0 1 0 5099 7 0 0 25 0 8 0 159323746 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810697 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8394/statm: 228865 9357 2524 14 0 215335 0
[pid=8394/tid=8396] ppid=8392 vsize=915460 CPUtime=0.03
/proc/8394/task/8396/stat : 8396 (java) S 8392 8394 7828 0 -1 64 403 0 0 0 3 0 0 0 16 0 8 0 159323749 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8397] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8397/stat : 8397 (java) S 8392 8394 7828 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159323750 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8398] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8398/stat : 8398 (java) S 8392 8394 7828 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159323750 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8399] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8399/stat : 8399 (java) S 8392 8394 7828 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 159323753 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8400] ppid=8392 vsize=915460 CPUtime=0.24
/proc/8394/task/8400/stat : 8400 (java) S 8392 8394 7828 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 159323753 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8401] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8401/stat : 8401 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 159323753 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8402] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8402/stat : 8402 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159323753 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 915460

[startup+102.462 s]
/proc/loadavg: 1.99 2.00 1.95 3/88 8475
/proc/meminfo: memFree=1519072/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=915460 CPUtime=102.24
/proc/8394/stat : 8394 (java) R 8392 8394 7828 0 -1 0 9622 0 1 0 10217 7 0 0 25 0 8 0 159323746 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819085 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8394/statm: 228865 9357 2524 14 0 215335 0
[pid=8394/tid=8396] ppid=8392 vsize=915460 CPUtime=0.03
/proc/8394/task/8396/stat : 8396 (java) S 8392 8394 7828 0 -1 64 403 0 0 0 3 0 0 0 16 0 8 0 159323749 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8397] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8397/stat : 8397 (java) S 8392 8394 7828 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159323750 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8398] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8398/stat : 8398 (java) S 8392 8394 7828 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159323750 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8399] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8399/stat : 8399 (java) S 8392 8394 7828 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 159323753 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8400] ppid=8392 vsize=915460 CPUtime=0.24
/proc/8394/task/8400/stat : 8400 (java) S 8392 8394 7828 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 159323753 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8401] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8401/stat : 8401 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 159323753 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8402] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8402/stat : 8402 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159323753 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 915460

[startup+162.524 s]
/proc/loadavg: 1.99 2.00 1.95 3/88 8475
/proc/meminfo: memFree=1519072/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=915460 CPUtime=162.24
/proc/8394/stat : 8394 (java) R 8392 8394 7828 0 -1 0 9622 0 1 0 16216 8 0 0 25 0 8 0 159323746 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833209 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8394/statm: 228865 9357 2524 14 0 215335 0
[pid=8394/tid=8396] ppid=8392 vsize=915460 CPUtime=0.03
/proc/8394/task/8396/stat : 8396 (java) S 8392 8394 7828 0 -1 64 403 0 0 0 3 0 0 0 16 0 8 0 159323749 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8397] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8397/stat : 8397 (java) S 8392 8394 7828 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159323750 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8398] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8398/stat : 8398 (java) S 8392 8394 7828 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159323750 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8399] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8399/stat : 8399 (java) S 8392 8394 7828 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 159323753 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8400] ppid=8392 vsize=915460 CPUtime=0.24
/proc/8394/task/8400/stat : 8400 (java) S 8392 8394 7828 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 159323753 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8401] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8401/stat : 8401 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 159323753 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8402] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8402/stat : 8402 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159323753 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 915460

[startup+222.586 s]
/proc/loadavg: 1.99 2.00 1.95 3/88 8475
/proc/meminfo: memFree=1519072/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=915460 CPUtime=222.24
/proc/8394/stat : 8394 (java) R 8392 8394 7828 0 -1 0 9623 0 1 0 22216 8 0 0 25 0 8 0 159323746 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810697 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8394/statm: 228865 9358 2524 14 0 215335 0
[pid=8394/tid=8396] ppid=8392 vsize=915460 CPUtime=0.03
/proc/8394/task/8396/stat : 8396 (java) S 8392 8394 7828 0 -1 64 403 0 0 0 3 0 0 0 16 0 8 0 159323749 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8397] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8397/stat : 8397 (java) S 8392 8394 7828 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159323750 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8398] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8398/stat : 8398 (java) S 8392 8394 7828 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159323750 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8399] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8399/stat : 8399 (java) S 8392 8394 7828 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8400] ppid=8392 vsize=915460 CPUtime=0.24
/proc/8394/task/8400/stat : 8400 (java) S 8392 8394 7828 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8401] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8401/stat : 8401 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8402] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8402/stat : 8402 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 915460

[startup+282.677 s]
/proc/loadavg: 1.99 2.00 1.95 3/88 8475
/proc/meminfo: memFree=1519008/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=915460 CPUtime=282.27
/proc/8394/stat : 8394 (java) R 8392 8394 7828 0 -1 0 9623 0 1 0 28219 8 0 0 25 0 8 0 159323746 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073828059 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8394/statm: 228865 9358 2524 14 0 215335 0
[pid=8394/tid=8396] ppid=8392 vsize=915460 CPUtime=0.03
/proc/8394/task/8396/stat : 8396 (java) S 8392 8394 7828 0 -1 64 403 0 0 0 3 0 0 0 16 0 8 0 159323749 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8397] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8397/stat : 8397 (java) S 8392 8394 7828 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159323750 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8398] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8398/stat : 8398 (java) S 8392 8394 7828 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159323750 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8399] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8399/stat : 8399 (java) S 8392 8394 7828 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8400] ppid=8392 vsize=915460 CPUtime=0.24
/proc/8394/task/8400/stat : 8400 (java) S 8392 8394 7828 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8401] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8401/stat : 8401 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8402] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8402/stat : 8402 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 915460

[startup+342.748 s]
/proc/loadavg: 1.99 2.00 1.95 3/88 8475
/proc/meminfo: memFree=1519008/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=915460 CPUtime=342.27
/proc/8394/stat : 8394 (java) R 8392 8394 7828 0 -1 0 9623 0 1 0 34219 8 0 0 25 0 8 0 159323746 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819769 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8394/statm: 228865 9358 2524 14 0 215335 0
[pid=8394/tid=8396] ppid=8392 vsize=915460 CPUtime=0.03
/proc/8394/task/8396/stat : 8396 (java) S 8392 8394 7828 0 -1 64 403 0 0 0 3 0 0 0 16 0 8 0 159323749 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8397] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8397/stat : 8397 (java) S 8392 8394 7828 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159323750 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8398] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8398/stat : 8398 (java) S 8392 8394 7828 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159323750 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8399] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8399/stat : 8399 (java) S 8392 8394 7828 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8400] ppid=8392 vsize=915460 CPUtime=0.24
/proc/8394/task/8400/stat : 8400 (java) S 8392 8394 7828 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8401] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8401/stat : 8401 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8402] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8402/stat : 8402 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 915460

[startup+402.813 s]
/proc/loadavg: 1.99 2.00 1.95 3/88 8475
/proc/meminfo: memFree=1519008/2055920 swapFree=4192812/4192956
[pid=8394] ppid=8392 vsize=915460 CPUtime=402.28
/proc/8394/stat : 8394 (java) R 8392 8394 7828 0 -1 0 9623 0 1 0 40220 8 0 0 25 0 8 0 159323746 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811764 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8394/statm: 228865 9358 2524 14 0 215335 0
[pid=8394/tid=8396] ppid=8392 vsize=915460 CPUtime=0.03
/proc/8394/task/8396/stat : 8396 (java) S 8392 8394 7828 0 -1 64 403 0 0 0 3 0 0 0 16 0 8 0 159323749 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8397] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8397/stat : 8397 (java) S 8392 8394 7828 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159323750 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8398] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8398/stat : 8398 (java) S 8392 8394 7828 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159323750 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8399] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8399/stat : 8399 (java) S 8392 8394 7828 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8400] ppid=8392 vsize=915460 CPUtime=0.24
/proc/8394/task/8400/stat : 8400 (java) S 8392 8394 7828 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8401] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8401/stat : 8401 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8394/tid=8402] ppid=8392 vsize=915460 CPUtime=0
/proc/8394/task/8402/stat : 8402 (java) S 8392 8394 7828 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159323753 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 420.578
CPU time (s): 420.005
CPU user time (s): 419.911
CPU system time (s): 0.093985
CPU usage (%): 99.8639
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 419.911
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9633
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= 9615
involuntary context switches= 11222

runsolver used 0.485926 s user time and 1.37979 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Sat Jan  6 18:47:32 UTC 2007


IDJOB= 195022
IDBENCH= 3245
FILE ID= node51/195022-1168109252

PBS_JOBID= 3477325

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  98bd4db167ea4e6b666337e6d6e6b1f0

RANDOM SEED= 906553956

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.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1552672 kB
Buffers:         39412 kB
Cached:         369064 kB
SwapCached:          0 kB
Active:          90116 kB
Inactive:       345076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1552672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2048 kB
Writeback:           0 kB
Mapped:          38460 kB
Slab:            53452 kB
Committed_AS:  3190372 kB
PageTables:       1808 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= 66546 MiB



End job on node51 on Sat Jan  6 18:54:33 UTC 2007