Trace number 238265

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 ESAC? (TO) 1800.09 1816.29

General information on the benchmark

Namezhou/
pack.xml
MD5SUM5d9ce8687ff82f876165f9ef958eaf11
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark99.5129
SatisfiableYES
(Un)Satisfiability was proved
Number of variables9226
Number of constraints14182
Maximum constraint arity4
Maximum domain size113
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14182
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/238265-1168354765/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.73	     nbVariables=9226  nbDomainTypes=33  minDomainSize=2  maxDomainSize=113
0.73	       =>  wckTime=0.413  cpuTime=0.31  mem=32M258
0.73	   
0.73	   predicates being loaded...
0.74	   
0.74	   constraints being loaded...
3.31	     nbConstraints=9618  nbUnaryConstraints=4564  nbConvertedConstraints=5152  nbConvertConstraintsChecks=694840
3.31	     nbExtensionStructures=2354  nbSharedExtensionStructures=2798  nbConflictsStructures=2373
3.31	     nbSharedConflictsStructures=7035  nbUnbuiltConflictsStructures=210  nbSharedBinaryRepresentations=218113
3.31	     nbEvaluationManagers=229  nbSharedEvaluationManagers=4237  maxDegree=132  maxArity=4
3.31	       =>  wckTime=2.991  cpuTime=2.55  mem=46M473
3.46	   
3.46	   solver IterativeSystematicSolver being built... 
4.27	       =>  wckTime=3.957  cpuTime=3.12  mem=61M943
66.02	   
66.02	   INFO : Stopping ESAC
66.02	   
66.02	   preprocessing
66.02	     nbConstraintChecks=51046442  nbValidityChecks=2755529  nbPropagations=81975  nbRevisions=317824
66.02	     nbUselessRevisions=239017  nbSingletonTests=5062  nbEffectiveSingletonTests=0  nbESACBranches=10
66.02	     nbRemovedValues=172480  detectedInconsistency=no
66.02	       =>  wckTime=61.715  cpuTime=61.23  mem=62M928
66.84	java.lang.ArrayIndexOutOfBoundsException: -1
66.84		at abscon.tools.BitManager.convert(BitManager.java:237)
66.84		at abscon.solvers.systematicSolvers.SolutionCounter.buildHashKey(SolutionCounter.java:277)
66.84		at abscon.solvers.systematicSolvers.SolutionCounter.dealWhenOpeningNode(SolutionCounter.java:307)
66.84		at abscon.solvers.systematicSolvers.SystematicSolver.tryAssignment(SystematicSolver.java:439)
66.84		at abscon.solvers.systematicSolvers.IterativeSystematicSolver.searchAtNextDepth(IterativeSystematicSolver.java:68)
66.84		at abscon.solvers.systematicSolvers.SystematicSolver.doRun(SystematicSolver.java:579)
66.84		at abscon.solvers.Solver.doSearch(Solver.java:517)
66.84		at abscon.solvers.Solver.solve(Solver.java:586)
66.84		at abscon.Resolution.solveInstance(Resolution.java:531)
66.84		at abscon.Resolution.solveInstances(Resolution.java:604)
66.84		at abscon.Resolution.main(Resolution.java:702)
66.84	   
66.84	   error
66.84	     name=java.lang.ArrayIndexOutOfBoundsException: -1
66.84	   
66.84	   INFO :  mem = 30M123
66.84	   
66.84	Abscon 109 (November, 2006)
66.84	   
66.84	   configuration
66.84	     name=esac.xml
66.85	   
66.85	   instance
66.85	     name=/tmp/evaluation/238265-1168354765/unknown.xml
66.85	   
66.86	   domains being loaded...
66.86	   
66.86	   variables being loaded...
66.95	     nbVariables=9226  nbDomainTypes=33  minDomainSize=2  maxDomainSize=113
66.95	       =>  wckTime=0.103  cpuTime=0.09  mem=55M726
66.95	   
66.95	   predicates being loaded...
66.95	   
66.95	   constraints being loaded...
68.21	     nbConstraints=9618  nbUnaryConstraints=4564  nbSharedBinaryRepresentations=0  nbEvaluationManagers=2583
68.21	     nbSharedEvaluationManagers=7035  maxDegree=132  maxArity=4
68.21	       =>  wckTime=1.359  cpuTime=1.14  mem=61M357
68.32	   
68.32	   solver IterativeSystematicSolver being built... 
68.59	       =>  wckTime=1.74  cpuTime=1.37  mem=105M214
133.97	   
133.98	   INFO : Stopping ESAC
133.98	   
133.98	   preprocessing
133.98	     nbConstraintChecks=106406528  nbPropagations=54274  nbRevisions=192968  nbUselessRevisions=141646
133.98	     nbSingletonTests=3206  nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=172480
133.98	     detectedInconsistency=no
133.98	       =>  wckTime=65.368  cpuTime=64.67  mem=105M214
141.90	   
141.90	   search
141.90	     run=0  nbConstraintChecks=17452095  nbPropagations=80266  nbRevisions=268515  nbUselessRevisions=189419
141.90	     nbAssignments=279  nbFailedAssignments=37  nbBacktracks=10  nbVisitedNodes=325  nbRestartNogoods=0
141.90	       =>  wckTime=73.288  cpuTime=72.5  mem=105M214
156.69	   
156.69	   search
156.69	     run=1  nbConstraintChecks=45910861  nbPropagations=247657  nbRevisions=764319  nbUselessRevisions=499038
156.69	     nbAssignments=372  nbFailedAssignments=102  nbBacktracks=26  nbVisitedNodes=488  nbRestartNogoods=4
156.69	       =>  wckTime=88.082  cpuTime=87.17  mem=105M214
371.90	   
371.90	   search
371.90	     run=2  nbConstraintChecks=701961627  nbPropagations=816797  nbRevisions=2185932  nbUselessRevisions=1302018
371.90	     nbAssignments=750  nbFailedAssignments=172  nbBacktracks=65  nbVisitedNodes=689  nbRestartNogoods=33
371.90	       =>  wckTime=303.296  cpuTime=300.46  mem=105M214
482.82	   
482.82	   search
482.82	     run=3  nbConstraintChecks=994989228  nbPropagations=1708587  nbRevisions=4423324  nbUselessRevisions=2545495
482.82	     nbAssignments=1219  nbFailedAssignments=335  nbBacktracks=99  nbVisitedNodes=1092  nbRestartNogoods=56
482.82	       =>  wckTime=414.212  cpuTime=410.38  mem=105M214
550.87	   
550.87	   search
550.87	     run=4  nbConstraintChecks=1150484692  nbPropagations=2848030  nbRevisions=7288525  nbUselessRevisions=4123480
550.87	     nbAssignments=1698  nbFailedAssignments=475  nbBacktracks=149  nbVisitedNodes=1504  nbRestartNogoods=74
550.87	       =>  wckTime=482.259  cpuTime=477.81  mem=105M214
751.32	   
751.33	   search
751.33	     run=5  nbConstraintChecks=1639212366  nbPropagations=4665978  nbRevisions=11915098  nbUselessRevisions=6681339
751.33	     nbAssignments=3380  nbFailedAssignments=719  nbBacktracks=225  nbVisitedNodes=2157  nbRestartNogoods=113
751.33	       =>  wckTime=682.718  cpuTime=676.51  mem=105M214
795.53	   
795.53	   search
795.53	     run=6  nbConstraintChecks=1748972083  nbPropagations=6620468  nbRevisions=16974461  nbUselessRevisions=9498098
795.53	     nbAssignments=3850  nbFailedAssignments=776  nbBacktracks=338  nbVisitedNodes=2463  nbRestartNogoods=141
795.53	       =>  wckTime=726.919  cpuTime=720.31  mem=105M214
860.83	   
860.83	   search
860.83	     run=7  nbConstraintChecks=1862462084  nbPropagations=8929344  nbRevisions=23001155  nbUselessRevisions=12820485
860.83	     nbAssignments=4356  nbFailedAssignments=1065  nbBacktracks=508  nbVisitedNodes=3342  nbRestartNogoods=152
860.83	       =>  wckTime=792.227  cpuTime=785.03  mem=105M214
927.04	   
927.04	   search
927.04	     run=8  nbConstraintChecks=2035566538  nbPropagations=11508054  nbRevisions=29726814  nbUselessRevisions=16507197
927.04	     nbAssignments=4799  nbFailedAssignments=1177  nbBacktracks=766  nbVisitedNodes=3937  nbRestartNogoods=162
927.04	       =>  wckTime=858.432  cpuTime=850.63  mem=105M214
1052.72	   
1052.72	   search
1052.72	     run=9  nbConstraintChecks=2330515018  nbPropagations=14623869  nbRevisions=37890230  nbUselessRevisions=20933007
1052.72	     nbAssignments=5994  nbFailedAssignments=1443  nbBacktracks=1152  nbVisitedNodes=5054  nbRestartNogoods=181
1052.72	       =>  wckTime=984.11  cpuTime=975.18  mem=105M214
1177.13	   
1177.13	   search
1177.13	     run=10  nbConstraintChecks=2603607570  nbPropagations=18410754  nbRevisions=47803064  nbUselessRevisions=26279171
1177.13	     nbAssignments=6973  nbFailedAssignments=1817  nbBacktracks=1731  nbVisitedNodes=6547  nbRestartNogoods=194
1177.13	       =>  wckTime=1108.522  cpuTime=1098.46  mem=105M214
1274.85	   
1274.85	   search
1274.85	     run=11  nbConstraintChecks=2844508002  nbPropagations=22607807  nbRevisions=58750705  nbUselessRevisions=32129559
1274.85	     nbAssignments=7979  nbFailedAssignments=1916  nbBacktracks=2609  nbVisitedNodes=7785  nbRestartNogoods=196
1274.85	       =>  wckTime=1206.239  cpuTime=1195.31  mem=106M226
1428.14	   
1428.14	   search
1428.14	     run=12  nbConstraintChecks=3064843072  nbPropagations=28050977  nbRevisions=73287033  nbUselessRevisions=40000430
1428.14	     nbAssignments=10370  nbFailedAssignments=2877  nbBacktracks=3907  nbVisitedNodes=11464  nbRestartNogoods=209
1428.14	       =>  wckTime=1359.533  cpuTime=1347.23  mem=106M226
1699.85	   
1699.85	   search
1699.85	     run=13  nbConstraintChecks=3613678353  nbPropagations=35036291  nbRevisions=91962277  nbUselessRevisions=50102752
1699.85	     nbAssignments=14258  nbFailedAssignments=3848  nbBacktracks=5859  nbVisitedNodes=15727  nbRestartNogoods=230
1699.85	       =>  wckTime=1631.241  cpuTime=1616.53  mem=106M226

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.78 1.90 1.95 5/87 21327
/proc/meminfo: memFree=1733592/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=47976 CPUtime=0
/proc/21326/stat : 21326 (java) D 21324 21326 20964 0 -1 0 1223 0 1 0 0 0 0 0 17 0 1 0 183871639 49127424 972 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/21326/statm: 11994 972 769 14 0 1707 0

[startup+0.103852 s]
/proc/loadavg: 1.78 1.90 1.95 5/87 21327
/proc/meminfo: memFree=1733592/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=914988 CPUtime=0.08
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 2980 0 1 0 7 1 0 0 17 0 8 0 183871639 936947712 2726 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21326/statm: 228747 2726 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511896 s]
/proc/loadavg: 1.78 1.90 1.95 5/87 21327
/proc/meminfo: memFree=1733592/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=915328 CPUtime=0.48
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 6648 0 1 0 44 4 0 0 18 0 8 0 183871639 937295872 6387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073574944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21326/statm: 228832 6387 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33399 s]
/proc/loadavg: 1.78 1.90 1.95 4/94 21334
/proc/meminfo: memFree=1664096/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=915620 CPUtime=1.29
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 21816 0 1 0 118 11 0 0 24 0 8 0 183871639 937594880 21553 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21326/statm: 228905 21553 2160 14 0 215375 0
[pid=21326/tid=21328] ppid=21324 vsize=915620 CPUtime=0.12
/proc/21326/task/21328/stat : 21328 (java) S 21324 21326 20964 0 -1 64 5261 0 0 0 11 1 0 0 16 0 8 0 183871643 937594880 21553 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21329] ppid=21324 vsize=915620 CPUtime=0
/proc/21326/task/21329/stat : 21329 (java) S 21324 21326 20964 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183871644 937594880 21553 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21330] ppid=21324 vsize=915620 CPUtime=0
/proc/21326/task/21330/stat : 21330 (java) S 21324 21326 20964 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183871644 937594880 21553 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21331] ppid=21324 vsize=915620 CPUtime=0
/proc/21326/task/21331/stat : 21331 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183871647 937594880 21553 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21332] ppid=21324 vsize=915620 CPUtime=0.16
/proc/21326/task/21332/stat : 21332 (java) S 21324 21326 20964 0 -1 64 415 0 0 0 16 0 0 0 16 0 8 0 183871647 937594880 21553 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21333] ppid=21324 vsize=915620 CPUtime=0
/proc/21326/task/21333/stat : 21333 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183871647 937594880 21553 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21334] ppid=21324 vsize=915620 CPUtime=0
/proc/21326/task/21334/stat : 21334 (java) S 21324 21326 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183871647 937594880 21553 18446744073709551615 134512640 134570532 4294956464 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) 915620

[startup+2.98618 s]
/proc/loadavg: 1.80 1.90 1.95 5/94 21334
/proc/meminfo: memFree=1655264/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=915624 CPUtime=2.94
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 24480 0 1 0 249 45 0 0 25 0 8 0 183871639 937598976 24215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21326/statm: 228906 24215 2181 14 0 215376 0
[pid=21326/tid=21328] ppid=21324 vsize=915620 CPUtime=0.21
/proc/21326/task/21328/stat : 21328 (java) S 21324 21326 20964 0 -1 64 7824 0 0 0 19 2 0 0 16 0 8 0 183871643 937594880 24215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21329] ppid=21324 vsize=915624 CPUtime=0
/proc/21326/task/21329/stat : 21329 (java) S 21324 21326 20964 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183871644 937598976 24215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21330] ppid=21324 vsize=915620 CPUtime=0
/proc/21326/task/21330/stat : 21330 (java) S 21324 21326 20964 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183871644 937594880 24215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21331] ppid=21324 vsize=915620 CPUtime=0
/proc/21326/task/21331/stat : 21331 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183871647 937594880 24215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21332] ppid=21324 vsize=915624 CPUtime=0.24
/proc/21326/task/21332/stat : 21332 (java) S 21324 21326 20964 0 -1 64 456 0 0 0 23 1 0 0 15 0 8 0 183871647 937598976 24215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21333] ppid=21324 vsize=915620 CPUtime=0
/proc/21326/task/21333/stat : 21333 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183871647 937594880 24215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21334] ppid=21324 vsize=915624 CPUtime=0
/proc/21326/task/21334/stat : 21334 (java) S 21324 21326 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183871647 937598976 24215 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915624

[startup+6.28555 s]
/proc/loadavg: 1.80 1.90 1.95 3/94 21334
/proc/meminfo: memFree=1612128/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=915848 CPUtime=6.23
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 32971 0 1 0 568 55 0 0 25 0 8 0 183871639 937828352 32702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073891053 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21326/statm: 228962 32702 2537 14 0 215432 0
[pid=21326/tid=21328] ppid=21324 vsize=915848 CPUtime=0.52
/proc/21326/task/21328/stat : 21328 (java) S 21324 21326 20964 0 -1 64 15815 0 0 0 47 5 0 0 17 0 8 0 183871643 937828352 32702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21329] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21329/stat : 21329 (java) S 21324 21326 20964 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183871644 937828352 32702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21330] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21330/stat : 21330 (java) S 21324 21326 20964 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183871644 937828352 32702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21331] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21331/stat : 21331 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183871647 937828352 32702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21332] ppid=21324 vsize=915848 CPUtime=0.34
/proc/21326/task/21332/stat : 21332 (java) S 21324 21326 20964 0 -1 64 515 0 0 0 33 1 0 0 15 0 8 0 183871647 937828352 32702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21333] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21333/stat : 21333 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183871647 937828352 32702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21334] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21334/stat : 21334 (java) S 21324 21326 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183871647 937828352 32702 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915848

[startup+12.7743 s]
/proc/loadavg: 1.83 1.91 1.95 3/94 21334
/proc/meminfo: memFree=1612128/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=915848 CPUtime=12.68
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 32976 0 1 0 1213 55 0 0 25 0 8 0 183871639 937828352 32705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074170390 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21326/statm: 228962 32705 2537 14 0 215432 0
[pid=21326/tid=21328] ppid=21324 vsize=915848 CPUtime=0.52
/proc/21326/task/21328/stat : 21328 (java) S 21324 21326 20964 0 -1 64 15815 0 0 0 47 5 0 0 17 0 8 0 183871643 937828352 32705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21329] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21329/stat : 21329 (java) S 21324 21326 20964 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183871644 937828352 32705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21330] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21330/stat : 21330 (java) S 21324 21326 20964 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183871644 937828352 32705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21331] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21331/stat : 21331 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183871647 937828352 32705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21332] ppid=21324 vsize=915848 CPUtime=0.35
/proc/21326/task/21332/stat : 21332 (java) S 21324 21326 20964 0 -1 64 520 0 0 0 34 1 0 0 16 0 8 0 183871647 937828352 32705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21333] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21333/stat : 21333 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183871647 937828352 32705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21334] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21334/stat : 21334 (java) S 21324 21326 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183871647 937828352 32705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915848

[startup+25.6247 s]
/proc/loadavg: 1.86 1.91 1.95 3/94 21334
/proc/meminfo: memFree=1612128/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=915848 CPUtime=25.47
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 32989 0 1 0 2492 55 0 0 25 0 8 0 183871639 937828352 32714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074234617 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21326/statm: 228962 32714 2539 14 0 215432 0
[pid=21326/tid=21328] ppid=21324 vsize=915848 CPUtime=0.52
/proc/21326/task/21328/stat : 21328 (java) S 21324 21326 20964 0 -1 64 15815 0 0 0 47 5 0 0 17 0 8 0 183871643 937828352 32714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21329] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21329/stat : 21329 (java) S 21324 21326 20964 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183871644 937828352 32714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21330] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21330/stat : 21330 (java) S 21324 21326 20964 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183871644 937828352 32714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21331] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21331/stat : 21331 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183871647 937828352 32714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21332] ppid=21324 vsize=915848 CPUtime=0.36
/proc/21326/task/21332/stat : 21332 (java) S 21324 21326 20964 0 -1 64 526 0 0 0 35 1 0 0 16 0 8 0 183871647 937828352 32714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21333] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21333/stat : 21333 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183871647 937828352 32714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21334] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21334/stat : 21334 (java) S 21324 21326 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183871647 937828352 32714 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 915848

[startup+51.2376 s]
/proc/loadavg: 1.72 1.87 1.93 3/94 21747
/proc/meminfo: memFree=1682912/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=915848 CPUtime=50.9
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 33003 0 1 0 5031 59 0 0 25 0 8 0 183871639 937828352 32721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074182505 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21326/statm: 228962 32721 2539 14 0 215432 0
[pid=21326/tid=21328] ppid=21324 vsize=915848 CPUtime=0.52
/proc/21326/task/21328/stat : 21328 (java) S 21324 21326 20964 0 -1 64 15815 0 0 0 47 5 0 0 16 0 8 0 183871643 937828352 32721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21329] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21329/stat : 21329 (java) S 21324 21326 20964 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183871644 937828352 32721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21330] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21330/stat : 21330 (java) S 21324 21326 20964 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 183871644 937828352 32721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21331] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21331/stat : 21331 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183871647 937828352 32721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21332] ppid=21324 vsize=915848 CPUtime=0.38
/proc/21326/task/21332/stat : 21332 (java) S 21324 21326 20964 0 -1 64 538 0 0 0 37 1 0 0 15 0 8 0 183871647 937828352 32721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21333] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21333/stat : 21333 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183871647 937828352 32721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21334] ppid=21324 vsize=915848 CPUtime=0
/proc/21326/task/21334/stat : 21334 (java) S 21324 21326 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183871647 937828352 32721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 915848

[startup+102.472 s]
/proc/loadavg: 1.89 1.89 1.93 3/100 21811
/proc/meminfo: memFree=1674768/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=917400 CPUtime=101.63
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 34781 0 1 0 10099 64 0 0 25 0 8 0 183871639 939417600 34486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073480075 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21326/statm: 229350 34486 2542 14 0 215820 0
[pid=21326/tid=21328] ppid=21324 vsize=917400 CPUtime=0.88
/proc/21326/task/21328/stat : 21328 (java) S 21324 21326 20964 0 -1 64 17390 0 0 0 82 6 0 0 16 0 8 0 183871643 939417600 34486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21329] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21329/stat : 21329 (java) S 21324 21326 20964 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21330] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21330/stat : 21330 (java) S 21324 21326 20964 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21331] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21331/stat : 21331 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183871647 939417600 34486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21332] ppid=21324 vsize=917400 CPUtime=0.45
/proc/21326/task/21332/stat : 21332 (java) S 21324 21326 20964 0 -1 64 720 0 0 0 44 1 0 0 16 0 8 0 183871647 939417600 34486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21333] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21333/stat : 21333 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183871647 939417600 34486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21334] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21334/stat : 21334 (java) S 21324 21326 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183871647 939417600 34486 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 917400

[startup+162.566 s]
/proc/loadavg: 1.96 1.91 1.93 3/100 21903
/proc/meminfo: memFree=1674728/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=917400 CPUtime=161.12
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 34789 0 1 0 16036 76 0 0 25 0 8 0 183871639 939417600 34491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074188093 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

################
# More data... #
################

Current children cumulated CPU time (s) 1411.07
Current children cumulated vsize (KiB) 917400

[startup+1483.83 s]
/proc/loadavg: 2.06 2.00 1.95 3/96 21948
/proc/meminfo: memFree=1674704/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=917400 CPUtime=1470.57
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 34824 0 1 0 146973 84 0 0 25 0 8 0 183871639 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073881226 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21326/statm: 229350 34507 2542 14 0 215820 0
[pid=21326/tid=21328] ppid=21324 vsize=917400 CPUtime=0.88
/proc/21326/task/21328/stat : 21328 (java) S 21324 21326 20964 0 -1 64 17390 0 0 0 82 6 0 0 16 0 8 0 183871643 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21329] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21329/stat : 21329 (java) S 21324 21326 20964 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21330] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21330/stat : 21330 (java) S 21324 21326 20964 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21331] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21331/stat : 21331 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21332] ppid=21324 vsize=917400 CPUtime=0.5
/proc/21326/task/21332/stat : 21332 (java) S 21324 21326 20964 0 -1 64 745 0 0 0 49 1 0 0 16 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21333] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21333/stat : 21333 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21334] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21334/stat : 21334 (java) S 21324 21326 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.57
Current children cumulated vsize (KiB) 917400

[startup+1543.9 s]
/proc/loadavg: 2.02 2.00 1.95 3/96 21948
/proc/meminfo: memFree=1674704/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=917400 CPUtime=1530.1
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 34824 0 1 0 152926 84 0 0 25 0 8 0 183871639 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074188037 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21326/statm: 229350 34507 2542 14 0 215820 0
[pid=21326/tid=21328] ppid=21324 vsize=917400 CPUtime=0.88
/proc/21326/task/21328/stat : 21328 (java) S 21324 21326 20964 0 -1 64 17390 0 0 0 82 6 0 0 16 0 8 0 183871643 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21329] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21329/stat : 21329 (java) S 21324 21326 20964 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21330] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21330/stat : 21330 (java) S 21324 21326 20964 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21331] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21331/stat : 21331 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21332] ppid=21324 vsize=917400 CPUtime=0.5
/proc/21326/task/21332/stat : 21332 (java) S 21324 21326 20964 0 -1 64 745 0 0 0 49 1 0 0 16 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21333] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21333/stat : 21333 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21334] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21334/stat : 21334 (java) S 21324 21326 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.1
Current children cumulated vsize (KiB) 917400

[startup+1603.97 s]
/proc/loadavg: 2.01 2.00 1.95 3/96 21948
/proc/meminfo: memFree=1674640/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=917400 CPUtime=1589.65
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 34824 0 1 0 158881 84 0 0 25 0 8 0 183871639 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074231152 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21326/statm: 229350 34507 2542 14 0 215820 0
[pid=21326/tid=21328] ppid=21324 vsize=917400 CPUtime=0.88
/proc/21326/task/21328/stat : 21328 (java) S 21324 21326 20964 0 -1 64 17390 0 0 0 82 6 0 0 16 0 8 0 183871643 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21329] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21329/stat : 21329 (java) S 21324 21326 20964 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21330] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21330/stat : 21330 (java) S 21324 21326 20964 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21331] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21331/stat : 21331 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21332] ppid=21324 vsize=917400 CPUtime=0.5
/proc/21326/task/21332/stat : 21332 (java) S 21324 21326 20964 0 -1 64 745 0 0 0 49 1 0 0 16 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21333] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21333/stat : 21333 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21334] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21334/stat : 21334 (java) S 21324 21326 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.65
Current children cumulated vsize (KiB) 917400

[startup+1664.04 s]
/proc/loadavg: 2.08 2.02 1.96 3/96 21948
/proc/meminfo: memFree=1674576/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=917400 CPUtime=1649.16
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 34824 0 1 0 164832 84 0 0 25 0 8 0 183871639 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073882471 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21326/statm: 229350 34507 2542 14 0 215820 0
[pid=21326/tid=21328] ppid=21324 vsize=917400 CPUtime=0.88
/proc/21326/task/21328/stat : 21328 (java) S 21324 21326 20964 0 -1 64 17390 0 0 0 82 6 0 0 16 0 8 0 183871643 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21329] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21329/stat : 21329 (java) S 21324 21326 20964 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21330] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21330/stat : 21330 (java) S 21324 21326 20964 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21331] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21331/stat : 21331 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21332] ppid=21324 vsize=917400 CPUtime=0.5
/proc/21326/task/21332/stat : 21332 (java) S 21324 21326 20964 0 -1 64 745 0 0 0 49 1 0 0 16 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21333] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21333/stat : 21333 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21334] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21334/stat : 21334 (java) S 21324 21326 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.16
Current children cumulated vsize (KiB) 917400

[startup+1724.09 s]
/proc/loadavg: 2.03 2.01 1.96 3/96 21948
/proc/meminfo: memFree=1674512/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=917400 CPUtime=1708.71
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 34824 0 1 0 170787 84 0 0 25 0 8 0 183871639 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073893743 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21326/statm: 229350 34507 2542 14 0 215820 0
[pid=21326/tid=21328] ppid=21324 vsize=917400 CPUtime=0.88
/proc/21326/task/21328/stat : 21328 (java) S 21324 21326 20964 0 -1 64 17390 0 0 0 82 6 0 0 16 0 8 0 183871643 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21329] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21329/stat : 21329 (java) S 21324 21326 20964 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21330] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21330/stat : 21330 (java) S 21324 21326 20964 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21331] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21331/stat : 21331 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21332] ppid=21324 vsize=917400 CPUtime=0.5
/proc/21326/task/21332/stat : 21332 (java) S 21324 21326 20964 0 -1 64 745 0 0 0 49 1 0 0 16 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21333] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21333/stat : 21333 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21334] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21334/stat : 21334 (java) S 21324 21326 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.71
Current children cumulated vsize (KiB) 917400

[startup+1784.17 s]
/proc/loadavg: 2.01 2.00 1.96 3/96 21948
/proc/meminfo: memFree=1674448/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=917400 CPUtime=1768.24
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 34824 0 1 0 176740 84 0 0 25 0 8 0 183871639 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073882516 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21326/statm: 229350 34507 2542 14 0 215820 0
[pid=21326/tid=21328] ppid=21324 vsize=917400 CPUtime=0.88
/proc/21326/task/21328/stat : 21328 (java) S 21324 21326 20964 0 -1 64 17390 0 0 0 82 6 0 0 16 0 8 0 183871643 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21329] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21329/stat : 21329 (java) S 21324 21326 20964 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21330] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21330/stat : 21330 (java) S 21324 21326 20964 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21331] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21331/stat : 21331 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21332] ppid=21324 vsize=917400 CPUtime=0.5
/proc/21326/task/21332/stat : 21332 (java) S 21324 21326 20964 0 -1 64 745 0 0 0 49 1 0 0 16 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21333] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21333/stat : 21333 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21334] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21334/stat : 21334 (java) S 21324 21326 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.24
Current children cumulated vsize (KiB) 917400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.24 s]
/proc/loadavg: 2.00 2.00 1.96 3/96 21948
/proc/meminfo: memFree=1674448/2055920 swapFree=4191880/4192956
[pid=21326] ppid=21324 vsize=917400 CPUtime=1800.04
/proc/21326/stat : 21326 (java) R 21324 21326 20964 0 -1 0 34824 0 1 0 179919 85 0 0 25 0 8 0 183871639 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073881235 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21326/statm: 229350 34507 2542 14 0 215820 0
[pid=21326/tid=21328] ppid=21324 vsize=917400 CPUtime=0.88
/proc/21326/task/21328/stat : 21328 (java) S 21324 21326 20964 0 -1 64 17390 0 0 0 82 6 0 0 16 0 8 0 183871643 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21329] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21329/stat : 21329 (java) S 21324 21326 20964 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21330] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21330/stat : 21330 (java) S 21324 21326 20964 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183871644 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21331] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21331/stat : 21331 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21332] ppid=21324 vsize=917400 CPUtime=0.5
/proc/21326/task/21332/stat : 21332 (java) S 21324 21326 20964 0 -1 64 745 0 0 0 49 1 0 0 16 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21326/tid=21333] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21333/stat : 21333 (java) S 21324 21326 20964 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21326/tid=21334] ppid=21324 vsize=917400 CPUtime=0
/proc/21326/task/21334/stat : 21334 (java) S 21324 21326 20964 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 183871647 939417600 34507 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 917400

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1816.29
CPU time (s): 1800.09
CPU user time (s): 1799.21
CPU system time (s): 0.874867
CPU usage (%): 99.108
Max. virtual memory (cumulated for all children) (KiB): 917468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.874867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34839
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= 38875
involuntary context switches= 50857

runsolver used 2.18567 s user time and 5.48217 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Jan  9 14:59:25 UTC 2007


IDJOB= 238265
IDBENCH= 6993
FILE ID= node9/238265-1168354765

PBS_JOBID= 3503715

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/zhou/pack.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238265-1168354765/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-238265-1168354765 -o ROOT/results/node9/solver-238265-1168354765 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238265-1168354765/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5d9ce8687ff82f876165f9ef958eaf11

RANDOM SEED= 881487978

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.231
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.231
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:       1733824 kB
Buffers:         23660 kB
Cached:         133692 kB
SwapCached:        408 kB
Active:         197708 kB
Inactive:        79724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733824 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3904 kB
Writeback:           0 kB
Mapped:         132732 kB
Slab:            29200 kB
Committed_AS:  5542656 kB
PageTables:       2452 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= 66544 MiB



End job on node9 on Tue Jan  9 15:29:41 UTC 2007