Trace number 221746

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 ESACUNSAT 242.176 244.473

DiagnosticValue
CHECKS1602549192
NODES1143657

General information on the benchmark

Namerandom/rand-2-24/
rand-24-24-276-139-54021_ext.xml
MD5SUMa6fde96fec027ebcf35c7c234300ac23
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.3774
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/221746-1168261572/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.43	       =>  wckTime=0.104  cpuTime=0.09  mem=6M951
0.43	   
0.43	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.64	     nbConstraints=276  nbRelationTypes=276  nbExtensionStructures=276  nbSharedExtensionStructures=0
0.64	     nbConflictsStructures=276  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=859  maxDegree=23
0.64	     maxArity=2
0.64	       =>  wckTime=0.322  cpuTime=0.24  mem=13M794
0.69	   
0.69	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.534  cpuTime=0.37  mem=15M99
0.90	   
0.90	   preprocessing
0.90	     nbConstraintChecks=42173  nbPropagations=554  nbRevisions=5586  nbUselessRevisions=4912  nbSingletonTests=29
0.90	     nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
0.90	       =>  wckTime=0.043  cpuTime=0.03  mem=15M99
0.93	   
0.93	   search
0.93	     run=0  nbConstraintChecks=34747  nbPropagations=970  nbRevisions=12705  nbUselessRevisions=10956  nbAssignments=27
0.93	     nbFailedAssignments=12  nbBacktracks=11  nbVisitedNodes=49  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.066  cpuTime=0.05  mem=15M99
0.95	   
0.95	   search
0.95	     run=1  nbConstraintChecks=85605  nbPropagations=2572  nbRevisions=36383  nbUselessRevisions=31420  nbAssignments=65
0.95	     nbFailedAssignments=29  nbBacktracks=26  nbVisitedNodes=116  nbRestartNogoods=1  mapSize=26  nbInferences=0
0.95	     nbTooLargeKeys=0
0.95	       =>  wckTime=0.087  cpuTime=0.07  mem=15M99
0.97	   
0.97	   search
0.97	     run=2  nbConstraintChecks=156493  nbPropagations=4992  nbRevisions=75518  nbUselessRevisions=65223
0.97	     nbAssignments=118  nbFailedAssignments=55  nbBacktracks=48  nbVisitedNodes=213  nbRestartNogoods=3  mapSize=48
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.107  cpuTime=0.08  mem=15M99
0.99	   
0.99	   search
0.99	     run=3  nbConstraintChecks=263306  nbPropagations=8579  nbRevisions=136611  nbUselessRevisions=117832
0.99	     nbAssignments=196  nbFailedAssignments=95  nbBacktracks=81  nbVisitedNodes=357  nbRestartNogoods=9  mapSize=81
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.133  cpuTime=0.11  mem=15M99
1.02	   
1.02	   search
1.02	     run=4  nbConstraintChecks=402230  nbPropagations=13776  nbRevisions=228084  nbUselessRevisions=196731
1.02	     nbAssignments=299  nbFailedAssignments=142  nbBacktracks=131  nbVisitedNodes=548  nbRestartNogoods=14  mapSize=131
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.16  cpuTime=0.13  mem=15M99
1.06	   
1.06	   search
1.06	     run=5  nbConstraintChecks=605090  nbPropagations=21298  nbRevisions=363476  nbUselessRevisions=313423
1.06	     nbAssignments=456  nbFailedAssignments=218  nbBacktracks=207  nbVisitedNodes=838  nbRestartNogoods=21  mapSize=205
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.203  cpuTime=0.17  mem=15M99
1.12	   
1.12	   search
1.12	     run=6  nbConstraintChecks=909912  nbPropagations=32312  nbRevisions=566666  nbUselessRevisions=488741
1.12	     nbAssignments=693  nbFailedAssignments=336  nbBacktracks=321  nbVisitedNodes=1277  nbRestartNogoods=26  mapSize=317
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.261  cpuTime=0.23  mem=15M99
1.21	   
1.21	   search
1.21	     run=7  nbConstraintChecks=1373545  nbPropagations=48546  nbRevisions=871909  nbUselessRevisions=752483
1.21	     nbAssignments=1038  nbFailedAssignments=505  nbBacktracks=491  nbVisitedNodes=1919  nbRestartNogoods=33
1.21	     mapSize=487  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.351  cpuTime=0.31  mem=15M99
1.35	   
1.35	   search
1.35	     run=8  nbConstraintChecks=2070616  nbPropagations=72630  nbRevisions=1327724  nbUselessRevisions=1146614
1.35	     nbAssignments=1551  nbFailedAssignments=744  nbBacktracks=748  nbVisitedNodes=2845  nbRestartNogoods=43
1.35	     mapSize=740  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.489  cpuTime=0.43  mem=15M99
1.49	   
1.49	   INFO : Stopping hyperNogood (mapSize=1034, nbTooLargekeys=0, mem=15M99)
1.52	   
1.52	   search
1.52	     run=9  nbConstraintChecks=3097338  nbPropagations=108485  nbRevisions=2015198  nbUselessRevisions=1741726
1.52	     nbAssignments=2319  nbFailedAssignments=1121  nbBacktracks=1133  nbVisitedNodes=4281  nbRestartNogoods=49
1.52	       =>  wckTime=0.663  cpuTime=0.59  mem=15M99
1.78	   
1.78	   search
1.78	     run=10  nbConstraintChecks=4732185  nbPropagations=162256  nbRevisions=3063782  nbUselessRevisions=2649724
1.78	     nbAssignments=3480  nbFailedAssignments=1701  nbBacktracks=1711  nbVisitedNodes=6457  nbRestartNogoods=58
1.78	       =>  wckTime=0.923  cpuTime=0.85  mem=15M99
2.14	   
2.14	   search
2.14	     run=11  nbConstraintChecks=7011458  nbPropagations=241848  nbRevisions=4620688  nbUselessRevisions=3997961
2.14	     nbAssignments=5184  nbFailedAssignments=2535  nbBacktracks=2578  nbVisitedNodes=9653  nbRestartNogoods=64
2.14	       =>  wckTime=1.28  cpuTime=1.19  mem=15M99
2.67	   
2.67	   search
2.67	     run=12  nbConstraintChecks=10438463  nbPropagations=360408  nbRevisions=6951599  nbUselessRevisions=6017151
2.67	     nbAssignments=7790  nbFailedAssignments=3840  nbBacktracks=3875  nbVisitedNodes=14532  nbRestartNogoods=69
2.67	       =>  wckTime=1.814  cpuTime=1.72  mem=15M99
3.46	   
3.46	   search
3.46	     run=13  nbConstraintChecks=15465417  nbPropagations=536007  nbRevisions=10419885  nbUselessRevisions=9023633
3.46	     nbAssignments=11586  nbFailedAssignments=5683  nbBacktracks=5822  nbVisitedNodes=21610  nbRestartNogoods=81
3.46	       =>  wckTime=2.597  cpuTime=2.49  mem=15M99
4.66	   
4.66	   search
4.66	     run=14  nbConstraintChecks=23284923  nbPropagations=798555  nbRevisions=15612957  nbUselessRevisions=13522167
4.66	     nbAssignments=17364  nbFailedAssignments=8537  nbBacktracks=8741  nbVisitedNodes=32376  nbRestartNogoods=99
4.66	       =>  wckTime=3.798  cpuTime=3.69  mem=15M99
6.42	   
6.42	   search
6.42	     run=15  nbConstraintChecks=34578082  nbPropagations=1189486  nbRevisions=23359003  nbUselessRevisions=20235277
6.42	     nbAssignments=25949  nbFailedAssignments=12738  nbBacktracks=13119  nbVisitedNodes=48399  nbRestartNogoods=109
6.42	       =>  wckTime=5.561  cpuTime=5.44  mem=15M99
9.14	   
9.14	   search
9.14	     run=16  nbConstraintChecks=52168386  nbPropagations=1777391  nbRevisions=35026555  nbUselessRevisions=30346768
9.14	     nbAssignments=39012  nbFailedAssignments=19218  nbBacktracks=19687  nbVisitedNodes=72778  nbRestartNogoods=119
9.14	       =>  wckTime=8.285  cpuTime=8.13  mem=15M99
13.36	   
13.36	   search
13.36	     run=17  nbConstraintChecks=80037994  nbPropagations=2666544  nbRevisions=52814684  nbUselessRevisions=45768501
13.36	     nbAssignments=58630  nbFailedAssignments=28980  nbBacktracks=29539  nbVisitedNodes=109430  nbRestartNogoods=135
13.36	       =>  wckTime=12.499  cpuTime=12.31  mem=15M99
19.37	   
19.37	   search
19.37	     run=18  nbConstraintChecks=119121988  nbPropagations=3993945  nbRevisions=79361075  nbUselessRevisions=68789451
19.37	     nbAssignments=87755  nbFailedAssignments=43322  nbBacktracks=44317  nbVisitedNodes=163758  nbRestartNogoods=146
19.37	       =>  wckTime=18.508  cpuTime=18.26  mem=15M99
28.47	   
28.47	   search
28.47	     run=19  nbConstraintChecks=178261284  nbPropagations=5980207  nbRevisions=119149003  nbUselessRevisions=103310357
28.47	     nbAssignments=131238  nbFailedAssignments=64631  nbBacktracks=66486  nbVisitedNodes=244973  nbRestartNogoods=162
28.47	       =>  wckTime=27.609  cpuTime=27.28  mem=15M99
42.15	   
42.15	   search
42.15	     run=20  nbConstraintChecks=267246493  nbPropagations=8958724  nbRevisions=178890564  nbUselessRevisions=155162290
42.15	     nbAssignments=196892  nbFailedAssignments=97016  nbBacktracks=99738  nbVisitedNodes=367573  nbRestartNogoods=181
42.15	       =>  wckTime=41.289  cpuTime=40.83  mem=15M99
62.96	   
62.96	   search
62.96	     run=21  nbConstraintChecks=404057621  nbPropagations=13439694  nbRevisions=269009283  nbUselessRevisions=233386676
62.96	     nbAssignments=295653  nbFailedAssignments=145893  nbBacktracks=149617  nbVisitedNodes=552154  nbRestartNogoods=188
62.96	       =>  wckTime=62.106  cpuTime=61.46  mem=15M99
94.30	   
94.30	   search
94.30	     run=22  nbConstraintChecks=609133240  nbPropagations=20176475  nbRevisions=404757317  nbUselessRevisions=351243977
94.30	     nbAssignments=443920  nbFailedAssignments=219338  nbBacktracks=224438  nbVisitedNodes=829231  nbRestartNogoods=204
94.30	       =>  wckTime=93.439  cpuTime=92.51  mem=15M99
141.51	   
141.51	   search
141.51	     run=23  nbConstraintChecks=920234312  nbPropagations=30306667  nbRevisions=609489371  nbUselessRevisions=529038136
141.51	     nbAssignments=665968  nbFailedAssignments=329156  nbBacktracks=336666  nbVisitedNodes=1244323  nbRestartNogoods=210
141.51	       =>  wckTime=140.647  cpuTime=139.28  mem=15M99
213.18	   
213.18	   search
213.18	     run=24  nbConstraintChecks=1394259676  nbPropagations=45568505  nbRevisions=919161225  nbUselessRevisions=798033937
213.18	     nbAssignments=999583  nbFailedAssignments=494425  nbBacktracks=505008  nbVisitedNodes=1868549  nbRestartNogoods=213
213.18	       =>  wckTime=212.319  cpuTime=210.3  mem=15M99
244.41	   
244.41	   search
244.41	     run=25  nbConstraintChecks=1602507019  nbPropagations=63055688  nbRevisions=1274718219
244.41	     nbUselessRevisions=1106920641  nbAssignments=1143657  nbFailedAssignments=566136  nbBacktracks=577372
244.41	     nbVisitedNodes=2138122  nbRestartNogoods=236
244.41	       =>  wckTime=243.55  cpuTime=241.25  mem=15M99
244.41	   
244.41	   global
244.41	     nbConstraintChecks=1602549192  nbPropagations=63056242  nbRevisions=1274723805  nbUselessRevisions=1106925553
244.41	     nbRestartNogoods=236  solvingWckTime=243.552  solvingCpuTime=241.25  expiredTime=no  totalExploration=yes
244.41	     nbFoundSolutions=0  globalCpuTime=241.67
244.41	       =>  wckTime=244.088  cpuTime=241.62  mem=15M99
244.41	   
244.41	s UNSATISFIABLE
244.41	d NODES 1143657
244.42	d CHECKS 1602549192
244.42	   
244.42	   totalWckTime=244.171  totalCpuTime=241.67

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node48/watcher-221746-1168261572 -o ROOT/results/node48/solver-221746-1168261572 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/221746-1168261572/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.02 2.04 2.00 4/82 7356
/proc/meminfo: memFree=1722496/2055920 swapFree=4192812/4192956
[pid=7355] ppid=7353 vsize=18540 CPUtime=0
/proc/7355/stat : 7355 (runsolver) R 7353 7355 5893 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 174555894 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 255539604775 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7355/statm: 4635 279 244 17 0 2626 0

[startup+0.107106 s]
/proc/loadavg: 2.02 2.04 2.00 4/82 7356
/proc/meminfo: memFree=1722496/2055920 swapFree=4192812/4192956
[pid=7355] ppid=7353 vsize=914988 CPUtime=0.08
/proc/7355/stat : 7355 (java) R 7353 7355 5893 0 -1 0 2978 0 1 0 7 1 0 0 17 0 8 0 174555894 936947712 2724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154053006 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7355/statm: 228747 2724 1422 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515144 s]
/proc/loadavg: 2.02 2.04 2.00 4/82 7356
/proc/meminfo: memFree=1722496/2055920 swapFree=4192812/4192956
[pid=7355] ppid=7353 vsize=915328 CPUtime=0.48
/proc/7355/stat : 7355 (java) R 7353 7355 5893 0 -1 0 6819 0 1 0 43 5 0 0 18 0 8 0 174555894 937295872 6558 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942728 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7355/statm: 228832 6558 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33622 s]
/proc/loadavg: 2.02 2.04 2.00 3/89 7363
/proc/meminfo: memFree=1698632/2055920 swapFree=4192812/4192956
[pid=7355] ppid=7353 vsize=915452 CPUtime=1.29
/proc/7355/stat : 7355 (java) R 7353 7355 5893 0 -1 0 8713 0 1 0 122 7 0 0 24 0 8 0 174555894 937422848 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918582 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7355/statm: 228863 8451 2524 14 0 215333 0
[pid=7355/tid=7357] ppid=7353 vsize=915452 CPUtime=0.03
/proc/7355/task/7357/stat : 7357 (java) S 7353 7355 5893 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 174555899 937422848 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7358] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7358/stat : 7358 (java) S 7353 7355 5893 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174555899 937422848 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7359] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7359/stat : 7359 (java) S 7353 7355 5893 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174555899 937422848 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7360] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7360/stat : 7360 (java) S 7353 7355 5893 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 174555903 937422848 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7361] ppid=7353 vsize=915452 CPUtime=0.22
/proc/7355/task/7361/stat : 7361 (java) S 7353 7355 5893 0 -1 64 380 0 0 0 21 1 0 0 15 0 8 0 174555903 937422848 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7362] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7362/stat : 7362 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174555903 937422848 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7363] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7363/stat : 7363 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174555903 937422848 8451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915452

[startup+2.97336 s]
/proc/loadavg: 2.02 2.04 2.00 3/89 7363
/proc/meminfo: memFree=1698376/2055920 swapFree=4192812/4192956
[pid=7355] ppid=7353 vsize=915452 CPUtime=2.92
/proc/7355/stat : 7355 (java) R 7353 7355 5893 0 -1 0 8746 0 1 0 284 8 0 0 25 0 8 0 174555894 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795544 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7355/statm: 228863 8483 2524 14 0 215333 0
[pid=7355/tid=7357] ppid=7353 vsize=915452 CPUtime=0.03
/proc/7355/task/7357/stat : 7357 (java) S 7353 7355 5893 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 174555899 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7358] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7358/stat : 7358 (java) S 7353 7355 5893 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174555899 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7359] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7359/stat : 7359 (java) S 7353 7355 5893 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174555899 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7360] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7360/stat : 7360 (java) S 7353 7355 5893 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 174555903 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7361] ppid=7353 vsize=915452 CPUtime=0.23
/proc/7355/task/7361/stat : 7361 (java) S 7353 7355 5893 0 -1 64 390 0 0 0 22 1 0 0 15 0 8 0 174555903 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7362] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7362/stat : 7362 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174555903 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7363] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7363/stat : 7363 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174555903 937422848 8483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915452

[startup+6.27166 s]
/proc/loadavg: 2.02 2.04 2.00 3/89 7363
/proc/meminfo: memFree=1698312/2055920 swapFree=4192812/4192956
[pid=7355] ppid=7353 vsize=915452 CPUtime=6.19
/proc/7355/stat : 7355 (java) R 7353 7355 5893 0 -1 0 8751 0 1 0 611 8 0 0 25 0 8 0 174555894 937422848 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073789523 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7355/statm: 228863 8488 2524 14 0 215333 0
[pid=7355/tid=7357] ppid=7353 vsize=915452 CPUtime=0.03
/proc/7355/task/7357/stat : 7357 (java) S 7353 7355 5893 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 174555899 937422848 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7358] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7358/stat : 7358 (java) S 7353 7355 5893 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174555899 937422848 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7359] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7359/stat : 7359 (java) S 7353 7355 5893 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174555899 937422848 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7360] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7360/stat : 7360 (java) S 7353 7355 5893 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 174555903 937422848 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7361] ppid=7353 vsize=915452 CPUtime=0.23
/proc/7355/task/7361/stat : 7361 (java) S 7353 7355 5893 0 -1 64 390 0 0 0 22 1 0 0 15 0 8 0 174555903 937422848 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7362] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7362/stat : 7362 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174555903 937422848 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7363] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7363/stat : 7363 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174555903 937422848 8488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915452

[startup+12.7403 s]
/proc/loadavg: 2.01 2.03 2.00 3/89 7363
/proc/meminfo: memFree=1698312/2055920 swapFree=4192812/4192956
[pid=7355] ppid=7353 vsize=915452 CPUtime=12.6
/proc/7355/stat : 7355 (java) R 7353 7355 5893 0 -1 0 8759 0 1 0 1252 8 0 0 25 0 8 0 174555894 937422848 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073790688 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7355/statm: 228863 8495 2524 14 0 215333 0
[pid=7355/tid=7357] ppid=7353 vsize=915452 CPUtime=0.03
/proc/7355/task/7357/stat : 7357 (java) S 7353 7355 5893 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 174555899 937422848 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7358] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7358/stat : 7358 (java) S 7353 7355 5893 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174555899 937422848 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7359] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7359/stat : 7359 (java) S 7353 7355 5893 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174555899 937422848 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7360] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7360/stat : 7360 (java) S 7353 7355 5893 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 174555903 937422848 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7361] ppid=7353 vsize=915452 CPUtime=0.24
/proc/7355/task/7361/stat : 7361 (java) S 7353 7355 5893 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 174555903 937422848 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7362] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7362/stat : 7362 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174555903 937422848 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7363] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7363/stat : 7363 (java) R 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174555903 937422848 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915452

[startup+25.6064 s]
/proc/loadavg: 2.01 2.03 2.00 3/89 7363
/proc/meminfo: memFree=1698376/2055920 swapFree=4192812/4192956
[pid=7355] ppid=7353 vsize=915452 CPUtime=25.35
/proc/7355/stat : 7355 (java) R 7353 7355 5893 0 -1 0 8763 0 1 0 2527 8 0 0 25 0 8 0 174555894 937422848 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796091 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7355/statm: 228863 8499 2524 14 0 215333 0
[pid=7355/tid=7357] ppid=7353 vsize=915452 CPUtime=0.03
/proc/7355/task/7357/stat : 7357 (java) S 7353 7355 5893 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 174555899 937422848 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7358] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7358/stat : 7358 (java) S 7353 7355 5893 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174555899 937422848 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7359] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7359/stat : 7359 (java) S 7353 7355 5893 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174555899 937422848 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7360] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7360/stat : 7360 (java) S 7353 7355 5893 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 174555903 937422848 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7361] ppid=7353 vsize=915452 CPUtime=0.24
/proc/7355/task/7361/stat : 7361 (java) S 7353 7355 5893 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 174555903 937422848 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7362] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7362/stat : 7362 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174555903 937422848 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7363] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7363/stat : 7363 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174555903 937422848 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915452

[startup+51.2108 s]
/proc/loadavg: 2.01 2.03 2.00 3/89 7363
/proc/meminfo: memFree=1698376/2055920 swapFree=4192812/4192956
[pid=7355] ppid=7353 vsize=915452 CPUtime=50.72
/proc/7355/stat : 7355 (java) R 7353 7355 5893 0 -1 0 8768 0 1 0 5064 8 0 0 25 0 8 0 174555894 937422848 8504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073790707 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7355/statm: 228863 8504 2524 14 0 215333 0
[pid=7355/tid=7357] ppid=7353 vsize=915452 CPUtime=0.03
/proc/7355/task/7357/stat : 7357 (java) S 7353 7355 5893 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 174555899 937422848 8504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7358] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7358/stat : 7358 (java) S 7353 7355 5893 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174555899 937422848 8504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7359] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7359/stat : 7359 (java) S 7353 7355 5893 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174555899 937422848 8504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7360] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7360/stat : 7360 (java) S 7353 7355 5893 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 174555903 937422848 8504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7361] ppid=7353 vsize=915452 CPUtime=0.24
/proc/7355/task/7361/stat : 7361 (java) S 7353 7355 5893 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 174555903 937422848 8504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7362] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7362/stat : 7362 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174555903 937422848 8504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7363] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7363/stat : 7363 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174555903 937422848 8504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915452

[startup+102.438 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 7363
/proc/meminfo: memFree=1698376/2055920 swapFree=4192812/4192956
[pid=7355] ppid=7353 vsize=915452 CPUtime=101.48
/proc/7355/stat : 7355 (java) R 7353 7355 5893 0 -1 0 8773 0 1 0 10140 8 0 0 25 0 8 0 174555894 937422848 8509 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814376 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7355/statm: 228863 8509 2524 14 0 215333 0
[pid=7355/tid=7357] ppid=7353 vsize=915452 CPUtime=0.03
/proc/7355/task/7357/stat : 7357 (java) S 7353 7355 5893 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 174555899 937422848 8509 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7358] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7358/stat : 7358 (java) S 7353 7355 5893 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174555899 937422848 8509 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7359] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7359/stat : 7359 (java) S 7353 7355 5893 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174555899 937422848 8509 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7360] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7360/stat : 7360 (java) S 7353 7355 5893 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 174555903 937422848 8509 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7361] ppid=7353 vsize=915452 CPUtime=0.24
/proc/7355/task/7361/stat : 7361 (java) S 7353 7355 5893 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 174555903 937422848 8509 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7362] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7362/stat : 7362 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174555903 937422848 8509 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7363] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7363/stat : 7363 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174555903 937422848 8509 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 915452

[startup+162.486 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 7363
/proc/meminfo: memFree=1686216/2055920 swapFree=4192812/4192956
[pid=7355] ppid=7353 vsize=915452 CPUtime=160.98
/proc/7355/stat : 7355 (java) R 7353 7355 5893 0 -1 0 8776 0 1 0 16090 8 0 0 25 0 8 0 174555894 937422848 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791816 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7355/statm: 228863 8512 2524 14 0 215333 0
[pid=7355/tid=7357] ppid=7353 vsize=915452 CPUtime=0.03
/proc/7355/task/7357/stat : 7357 (java) S 7353 7355 5893 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 174555899 937422848 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7358] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7358/stat : 7358 (java) S 7353 7355 5893 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174555899 937422848 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7359] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7359/stat : 7359 (java) S 7353 7355 5893 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174555899 937422848 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7360] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7360/stat : 7360 (java) S 7353 7355 5893 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 174555903 937422848 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7361] ppid=7353 vsize=915452 CPUtime=0.24
/proc/7355/task/7361/stat : 7361 (java) S 7353 7355 5893 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 174555903 937422848 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7362] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7362/stat : 7362 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174555903 937422848 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7363] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7363/stat : 7363 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174555903 937422848 8512 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.98
Current children cumulated vsize (KiB) 915452

[startup+222.571 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 7363
/proc/meminfo: memFree=1686216/2055920 swapFree=4192812/4192956
[pid=7355] ppid=7353 vsize=915452 CPUtime=220.52
/proc/7355/stat : 7355 (java) R 7353 7355 5893 0 -1 0 8778 0 1 0 22044 8 0 0 25 0 8 0 174555894 937422848 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796403 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7355/statm: 228863 8514 2524 14 0 215333 0
[pid=7355/tid=7357] ppid=7353 vsize=915452 CPUtime=0.03
/proc/7355/task/7357/stat : 7357 (java) S 7353 7355 5893 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 174555899 937422848 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7358] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7358/stat : 7358 (java) S 7353 7355 5893 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 174555899 937422848 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7359] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7359/stat : 7359 (java) S 7353 7355 5893 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174555899 937422848 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7360] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7360/stat : 7360 (java) S 7353 7355 5893 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 174555903 937422848 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7361] ppid=7353 vsize=915452 CPUtime=0.24
/proc/7355/task/7361/stat : 7361 (java) S 7353 7355 5893 0 -1 64 392 0 0 0 23 1 0 0 16 0 8 0 174555903 937422848 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7362] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7362/stat : 7362 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 174555903 937422848 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7355/tid=7363] ppid=7353 vsize=915452 CPUtime=0
/proc/7355/task/7363/stat : 7363 (java) S 7353 7355 5893 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174555903 937422848 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.52
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 244.473
CPU time (s): 242.176
CPU user time (s): 242.082
CPU system time (s): 0.093985
CPU usage (%): 99.0606
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.082
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= 8871
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= 6050
involuntary context switches= 11254

runsolver used 0.276957 s user time and 0.821875 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Mon Jan  8 13:06:12 UTC 2007


IDJOB= 221746
IDBENCH= 5466
FILE ID= node48/221746-1168261572

PBS_JOBID= 3482615

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-24/rand-24-24-276-139-54021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/221746-1168261572/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-221746-1168261572 -o ROOT/results/node48/solver-221746-1168261572 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/221746-1168261572/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a6fde96fec027ebcf35c7c234300ac23

RANDOM SEED= 106579271

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1722976 kB
Buffers:         44880 kB
Cached:         108936 kB
SwapCached:          0 kB
Active:         204812 kB
Inactive:        71760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:         141804 kB
Slab:            41404 kB
Committed_AS:  4890356 kB
PageTables:       2032 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= 66559 MiB



End job on node48 on Mon Jan  8 13:10:17 UTC 2007