Trace number 238266

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 AC? (TO) 1800.11 1813.76

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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/238266-1168083407/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.74	     nbVariables=9226  nbDomainTypes=33  minDomainSize=2  maxDomainSize=113
0.74	       =>  wckTime=0.415  cpuTime=0.31  mem=32M258
0.74	   
0.74	   predicates being loaded...
0.74	   
0.74	   constraints being loaded...
3.32	     nbConstraints=9618  nbUnaryConstraints=4564  nbConvertedConstraints=5152  nbConvertConstraintsChecks=694840
3.32	     nbExtensionStructures=2354  nbSharedExtensionStructures=2798  nbConflictsStructures=2373
3.32	     nbSharedConflictsStructures=7035  nbUnbuiltConflictsStructures=210  nbSharedBinaryRepresentations=218113
3.32	     nbEvaluationManagers=229  nbSharedEvaluationManagers=4237  maxDegree=132  maxArity=4
3.32	       =>  wckTime=2.997  cpuTime=2.56  mem=46M473
3.47	   
3.47	   solver IterativeSystematicSolver being built... 
4.26	       =>  wckTime=3.934  cpuTime=3.11  mem=61M821
22.35	   
22.35	   preprocessing
22.35	     nbConstraintChecks=24230262  nbValidityChecks=317382  nbPropagations=9450  nbRevisions=14488
22.35	     nbUselessRevisions=8809  nbRemovedValues=172480  detectedInconsistency=no
22.35	       =>  wckTime=18.055  cpuTime=17.87  mem=62M806
23.43	java.lang.ArrayIndexOutOfBoundsException: -1
23.43		at abscon.tools.BitManager.convert(BitManager.java:237)
23.43		at abscon.solvers.systematicSolvers.SolutionCounter.buildHashKey(SolutionCounter.java:277)
23.43		at abscon.solvers.systematicSolvers.SolutionCounter.dealWhenOpeningNode(SolutionCounter.java:307)
23.43		at abscon.solvers.systematicSolvers.SystematicSolver.tryAssignment(SystematicSolver.java:439)
23.43		at abscon.solvers.systematicSolvers.IterativeSystematicSolver.searchAtNextDepth(IterativeSystematicSolver.java:68)
23.43		at abscon.solvers.systematicSolvers.SystematicSolver.doRun(SystematicSolver.java:579)
23.43		at abscon.solvers.Solver.doSearch(Solver.java:517)
23.43		at abscon.solvers.Solver.solve(Solver.java:586)
23.43		at abscon.Resolution.solveInstance(Resolution.java:531)
23.43		at abscon.Resolution.solveInstances(Resolution.java:604)
23.43		at abscon.Resolution.main(Resolution.java:702)
23.43	   
23.43	   error
23.43	     name=java.lang.ArrayIndexOutOfBoundsException: -1
23.43	   
23.43	   INFO :  mem = 30M122
23.44	   
23.44	Abscon 109 (November, 2006)
23.44	   
23.44	   configuration
23.44	     name=mac.xml
23.44	   
23.44	   instance
23.44	     name=/tmp/evaluation/238266-1168083407/unknown.xml
23.45	   
23.45	   domains being loaded...
23.45	   
23.45	   variables being loaded...
23.55	     nbVariables=9226  nbDomainTypes=33  minDomainSize=2  maxDomainSize=113
23.55	       =>  wckTime=0.109  cpuTime=0.09  mem=55M728
23.55	   
23.55	   predicates being loaded...
23.55	   
23.55	   constraints being loaded...
24.88	     nbConstraints=9618  nbUnaryConstraints=4564  nbSharedBinaryRepresentations=0  nbEvaluationManagers=2583
24.88	     nbSharedEvaluationManagers=7035  maxDegree=132  maxArity=4
24.88	       =>  wckTime=1.445  cpuTime=1.2  mem=61M355
25.01	   
25.01	   solver IterativeSystematicSolver being built... 
25.29	       =>  wckTime=1.852  cpuTime=1.45  mem=105M216
50.65	   
50.66	   preprocessing
50.66	     nbConstraintChecks=48724812  nbPropagations=9450  nbRevisions=27988  nbUselessRevisions=22309
50.66	     nbRemovedValues=172480  detectedInconsistency=no
50.66	       =>  wckTime=25.335  cpuTime=25.1  mem=105M216
59.14	   
59.14	   search
59.14	     run=0  nbConstraintChecks=17429437  nbPropagations=35442  nbRevisions=103356  nbUselessRevisions=69903
59.14	     nbAssignments=279  nbFailedAssignments=37  nbBacktracks=10  nbVisitedNodes=325  nbRestartNogoods=0
59.14	       =>  wckTime=33.822  cpuTime=33.49  mem=105M216
75.01	   
75.01	   search
75.01	     run=1  nbConstraintChecks=45886514  nbPropagations=158009  nbRevisions=433858  nbUselessRevisions=259863
75.01	     nbAssignments=372  nbFailedAssignments=102  nbBacktracks=26  nbVisitedNodes=488  nbRestartNogoods=4
75.01	       =>  wckTime=49.692  cpuTime=49.21  mem=105M216
85.98	   
85.98	   search
85.98	     run=2  nbConstraintChecks=70010292  nbPropagations=346609  nbRevisions=938018  nbUselessRevisions=545806
85.98	     nbAssignments=446  nbFailedAssignments=140  nbBacktracks=48  nbVisitedNodes=607  nbRestartNogoods=33
85.98	       =>  wckTime=60.667  cpuTime=60.09  mem=105M216
104.57	   
104.57	   search
104.57	     run=3  nbConstraintChecks=96826445  nbPropagations=653817  nbRevisions=1747642  nbUselessRevisions=989611
104.57	     nbAssignments=588  nbFailedAssignments=226  nbBacktracks=84  nbVisitedNodes=860  nbRestartNogoods=40
104.57	       =>  wckTime=79.257  cpuTime=78.51  mem=105M216
137.40	   
137.40	   search
137.40	     run=4  nbConstraintChecks=143980982  nbPropagations=1128450  nbRevisions=2987329  nbUselessRevisions=1641520
137.40	     nbAssignments=811  nbFailedAssignments=367  nbBacktracks=137  nbVisitedNodes=1252  nbRestartNogoods=80
137.40	       =>  wckTime=112.088  cpuTime=111.03  mem=105M216
168.02	   
168.02	   search
168.02	     run=5  nbConstraintChecks=193695761  nbPropagations=1740920  nbRevisions=4592040  nbUselessRevisions=2486642
168.02	     nbAssignments=1014  nbFailedAssignments=455  nbBacktracks=213  nbVisitedNodes=1584  nbRestartNogoods=102
168.02	       =>  wckTime=142.708  cpuTime=141.36  mem=105M216
216.86	   
216.86	   search
216.86	     run=6  nbConstraintChecks=274202820  nbPropagations=2642803  nbRevisions=6941566  nbUselessRevisions=3699872
216.86	     nbAssignments=1378  nbFailedAssignments=670  nbBacktracks=327  nbVisitedNodes=2220  nbRestartNogoods=132
216.86	       =>  wckTime=191.547  cpuTime=189.76  mem=105M216
293.51	   
293.51	   search
293.51	     run=7  nbConstraintChecks=388631445  nbPropagations=3987883  nbRevisions=10457189  nbUselessRevisions=5542453
293.51	     nbAssignments=1831  nbFailedAssignments=924  nbBacktracks=497  nbVisitedNodes=3037  nbRestartNogoods=163
293.51	       =>  wckTime=268.194  cpuTime=265.69  mem=105M216
359.10	   
359.10	   search
359.10	     run=8  nbConstraintChecks=471282086  nbPropagations=5852748  nbRevisions=15359913  nbUselessRevisions=8102867
359.10	     nbAssignments=2579  nbFailedAssignments=1368  nbBacktracks=760  nbVisitedNodes=4342  nbRestartNogoods=166
359.10	       =>  wckTime=333.789  cpuTime=330.68  mem=105M216
379.66	   
379.66	   search
379.66	     run=9  nbConstraintChecks=507100938  nbPropagations=7825292  nbRevisions=20535214  nbUselessRevisions=10803442
379.66	     nbAssignments=3058  nbFailedAssignments=1398  nbBacktracks=1156  nbVisitedNodes=4897  nbRestartNogoods=178
379.66	       =>  wckTime=354.348  cpuTime=351.05  mem=105M216
485.27	   
485.27	   search
485.27	     run=10  nbConstraintChecks=669729419  nbPropagations=10504950  nbRevisions=27467594  nbUselessRevisions=14393632
485.27	     nbAssignments=4006  nbFailedAssignments=1724  nbBacktracks=1733  nbVisitedNodes=6397  nbRestartNogoods=186
485.27	       =>  wckTime=459.958  cpuTime=455.69  mem=105M216
692.09	   
692.09	   search
692.09	     run=11  nbConstraintChecks=995808582  nbPropagations=14533238  nbRevisions=37925499  nbUselessRevisions=19850912
692.09	     nbAssignments=5639  nbFailedAssignments=2456  nbBacktracks=2598  nbVisitedNodes=9141  nbRestartNogoods=202
692.09	       =>  wckTime=666.775  cpuTime=660.62  mem=105M216
852.56	   
852.56	   search
852.56	     run=12  nbConstraintChecks=1277345256  nbPropagations=19422443  nbRevisions=50944000  nbUselessRevisions=26657283
852.56	     nbAssignments=7645  nbFailedAssignments=3078  nbBacktracks=3899  nbVisitedNodes=12339  nbRestartNogoods=213
852.56	       =>  wckTime=827.242  cpuTime=819.62  mem=105M216
1024.95	   
1024.95	   search
1024.95	     run=13  nbConstraintChecks=1566198134  nbPropagations=25103525  nbRevisions=66111298  nbUselessRevisions=34598932
1024.95	     nbAssignments=10047  nbFailedAssignments=3468  nbBacktracks=5845  nbVisitedNodes=15499  nbRestartNogoods=237
1024.95	       =>  wckTime=999.633  cpuTime=990.44  mem=105M216
1404.33	   
1404.33	   search
1404.33	     run=14  nbConstraintChecks=2113401426  nbPropagations=32729602  nbRevisions=86579149  nbUselessRevisions=45345128
1404.33	     nbAssignments=14406  nbFailedAssignments=4846  nbBacktracks=8765  nbVisitedNodes=22012  nbRestartNogoods=245
1404.33	       =>  wckTime=1379.021  cpuTime=1366.36  mem=105M216

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/node18/watcher-238266-1168083407 -o ROOT/results/node18/solver-238266-1168083407 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/238266-1168083407/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.31 1.79 1.84 4/93 27516
/proc/meminfo: memFree=1061720/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=1784 CPUtime=0
/proc/27515/stat : 27515 (java) D 27513 27515 27448 0 -1 0 169 0 0 0 0 0 0 0 18 0 1 0 156735899 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/27515/statm: 446 140 106 14 0 91 0

[startup+0.106779 s]
/proc/loadavg: 1.31 1.79 1.84 4/93 27516
/proc/meminfo: memFree=1061720/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=913228 CPUtime=0.08
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 2920 0 1 0 7 1 0 0 17 0 8 0 156735899 935145472 2666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27515/statm: 228307 2666 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913228

[startup+0.514817 s]
/proc/loadavg: 1.31 1.79 1.84 4/93 27516
/proc/meminfo: memFree=1061720/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=915328 CPUtime=0.48
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 6632 0 1 0 44 4 0 0 18 0 8 0 156735899 937295872 6371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27515/statm: 228832 6371 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.3379 s]
/proc/loadavg: 1.31 1.79 1.84 3/100 27523
/proc/meminfo: memFree=992352/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=915620 CPUtime=1.3
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 21816 0 1 0 118 12 0 0 24 0 8 0 156735899 937594880 21553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073554368 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27515/statm: 228905 21553 2160 14 0 215375 0
[pid=27515/tid=27517] ppid=27513 vsize=915620 CPUtime=0.12
/proc/27515/task/27517/stat : 27517 (java) S 27513 27515 27448 0 -1 64 5261 0 0 0 10 2 0 0 16 0 8 0 156735903 937594880 21553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27518] ppid=27513 vsize=915620 CPUtime=0
/proc/27515/task/27518/stat : 27518 (java) S 27513 27515 27448 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735904 937594880 21553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27519] ppid=27513 vsize=915620 CPUtime=0
/proc/27515/task/27519/stat : 27519 (java) S 27513 27515 27448 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735904 937594880 21553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27520] ppid=27513 vsize=915620 CPUtime=0
/proc/27515/task/27520/stat : 27520 (java) S 27513 27515 27448 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156735908 937594880 21553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27521] ppid=27513 vsize=915620 CPUtime=0.16
/proc/27515/task/27521/stat : 27521 (java) S 27513 27515 27448 0 -1 64 415 0 0 0 16 0 0 0 16 0 8 0 156735908 937594880 21553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27522] ppid=27513 vsize=915620 CPUtime=0
/proc/27515/task/27522/stat : 27522 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156735908 937594880 21553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27523] ppid=27513 vsize=915620 CPUtime=0
/proc/27515/task/27523/stat : 27523 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735908 937594880 21553 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915620

[startup+2.99105 s]
/proc/loadavg: 1.31 1.79 1.84 3/100 27523
/proc/meminfo: memFree=983456/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=915620 CPUtime=2.94
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 24480 0 1 0 247 47 0 0 25 0 8 0 156735899 937594880 24215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073799676 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27515/statm: 228905 24215 2181 14 0 215375 0
[pid=27515/tid=27517] ppid=27513 vsize=915620 CPUtime=0.2
/proc/27515/task/27517/stat : 27517 (java) S 27513 27515 27448 0 -1 64 7824 0 0 0 17 3 0 0 16 0 8 0 156735903 937594880 24215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27518] ppid=27513 vsize=915620 CPUtime=0
/proc/27515/task/27518/stat : 27518 (java) S 27513 27515 27448 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735904 937594880 24215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27519] ppid=27513 vsize=915620 CPUtime=0
/proc/27515/task/27519/stat : 27519 (java) S 27513 27515 27448 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735904 937594880 24215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27520] ppid=27513 vsize=915620 CPUtime=0
/proc/27515/task/27520/stat : 27520 (java) S 27513 27515 27448 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156735908 937594880 24215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27521] ppid=27513 vsize=915620 CPUtime=0.24
/proc/27515/task/27521/stat : 27521 (java) S 27513 27515 27448 0 -1 64 456 0 0 0 23 1 0 0 15 0 8 0 156735908 937594880 24215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27522] ppid=27513 vsize=915620 CPUtime=0
/proc/27515/task/27522/stat : 27522 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156735908 937594880 24215 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27523] ppid=27513 vsize=915620 CPUtime=0
/proc/27515/task/27523/stat : 27523 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735908 937594880 24215 18446744073709551615 134512640 134570532 4294956480 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) 915620

[startup+6.27638 s]
/proc/loadavg: 1.44 1.81 1.85 3/100 27523
/proc/meminfo: memFree=940704/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=915848 CPUtime=6.19
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 32920 0 1 0 562 57 0 0 25 0 8 0 156735899 937828352 32651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074170009 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27515/statm: 228962 32651 2525 14 0 215432 0
[pid=27515/tid=27517] ppid=27513 vsize=915848 CPUtime=0.5
/proc/27515/task/27517/stat : 27517 (java) S 27513 27515 27448 0 -1 64 15785 0 0 0 44 6 0 0 17 0 8 0 156735903 937828352 32651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27518] ppid=27513 vsize=915848 CPUtime=0
/proc/27515/task/27518/stat : 27518 (java) S 27513 27515 27448 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735904 937828352 32651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27519] ppid=27513 vsize=915848 CPUtime=0
/proc/27515/task/27519/stat : 27519 (java) S 27513 27515 27448 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156735904 937828352 32651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27520] ppid=27513 vsize=915848 CPUtime=0
/proc/27515/task/27520/stat : 27520 (java) S 27513 27515 27448 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156735908 937828352 32651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27521] ppid=27513 vsize=915848 CPUtime=0.34
/proc/27515/task/27521/stat : 27521 (java) S 27513 27515 27448 0 -1 64 515 0 0 0 33 1 0 0 15 0 8 0 156735908 937828352 32651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27522] ppid=27513 vsize=915848 CPUtime=0
/proc/27515/task/27522/stat : 27522 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156735908 937828352 32651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27523] ppid=27513 vsize=915848 CPUtime=0
/proc/27515/task/27523/stat : 27523 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735908 937828352 32651 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) 915848

[startup+12.772 s]
/proc/loadavg: 1.49 1.81 1.85 3/100 27523
/proc/meminfo: memFree=940832/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=915848 CPUtime=12.62
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 32925 0 1 0 1205 57 0 0 25 0 8 0 156735899 937828352 32654 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480075 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27515/statm: 228962 32654 2525 14 0 215432 0
[pid=27515/tid=27517] ppid=27513 vsize=915848 CPUtime=0.5
/proc/27515/task/27517/stat : 27517 (java) S 27513 27515 27448 0 -1 64 15785 0 0 0 44 6 0 0 17 0 8 0 156735903 937828352 32654 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27518] ppid=27513 vsize=915848 CPUtime=0
/proc/27515/task/27518/stat : 27518 (java) S 27513 27515 27448 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735904 937828352 32654 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27519] ppid=27513 vsize=915848 CPUtime=0
/proc/27515/task/27519/stat : 27519 (java) S 27513 27515 27448 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156735904 937828352 32654 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27520] ppid=27513 vsize=915848 CPUtime=0
/proc/27515/task/27520/stat : 27520 (java) S 27513 27515 27448 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156735908 937828352 32654 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27521] ppid=27513 vsize=915848 CPUtime=0.35
/proc/27515/task/27521/stat : 27521 (java) S 27513 27515 27448 0 -1 64 520 0 0 0 34 1 0 0 16 0 8 0 156735908 937828352 32654 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27522] ppid=27513 vsize=915848 CPUtime=0
/proc/27515/task/27522/stat : 27522 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156735908 937828352 32654 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27523] ppid=27513 vsize=915848 CPUtime=0
/proc/27515/task/27523/stat : 27523 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735908 937828352 32654 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915848

[startup+25.6192 s]
/proc/loadavg: 1.60 1.82 1.85 4/100 27523
/proc/meminfo: memFree=939872/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=916328 CPUtime=25.36
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 34731 0 1 0 2477 59 0 0 25 0 8 0 156735899 938319872 34446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480075 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27515/statm: 229082 34446 2530 14 0 215552 0
[pid=27515/tid=27517] ppid=27513 vsize=916328 CPUtime=0.87
/proc/27515/task/27517/stat : 27517 (java) S 27513 27515 27448 0 -1 64 17403 0 0 0 81 6 0 0 17 0 8 0 156735903 938319872 34446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27518] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27518/stat : 27518 (java) S 27513 27515 27448 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27519] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27519/stat : 27519 (java) S 27513 27515 27448 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27520] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27520/stat : 27520 (java) S 27513 27515 27448 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156735908 938319872 34446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27521] ppid=27513 vsize=916328 CPUtime=0.43
/proc/27515/task/27521/stat : 27521 (java) S 27513 27515 27448 0 -1 64 685 0 0 0 42 1 0 0 15 0 8 0 156735908 938319872 34446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27522] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27522/stat : 27522 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156735908 938319872 34446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27523] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27523/stat : 27523 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735908 938319872 34446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 916328

[startup+51.2437 s]
/proc/loadavg: 1.74 1.83 1.85 3/100 27523
/proc/meminfo: memFree=933856/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=916328 CPUtime=50.74
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 34736 0 1 0 5015 59 0 0 25 0 8 0 156735899 938319872 34450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073891944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27515/statm: 229082 34450 2530 14 0 215552 0
[pid=27515/tid=27517] ppid=27513 vsize=916328 CPUtime=0.87
/proc/27515/task/27517/stat : 27517 (java) S 27513 27515 27448 0 -1 64 17403 0 0 0 81 6 0 0 17 0 8 0 156735903 938319872 34450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27518] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27518/stat : 27518 (java) S 27513 27515 27448 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27519] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27519/stat : 27519 (java) S 27513 27515 27448 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27520] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27520/stat : 27520 (java) S 27513 27515 27448 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156735908 938319872 34450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27521] ppid=27513 vsize=916328 CPUtime=0.43
/proc/27515/task/27521/stat : 27521 (java) S 27513 27515 27448 0 -1 64 690 0 0 0 42 1 0 0 16 0 8 0 156735908 938319872 34450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27522] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27522/stat : 27522 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156735908 938319872 34450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27523] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27523/stat : 27523 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735908 938319872 34450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 916328

[startup+102.483 s]
/proc/loadavg: 1.88 1.86 1.86 3/100 27523
/proc/meminfo: memFree=933856/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=916328 CPUtime=101.52
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 34751 0 1 0 10092 60 0 0 25 0 8 0 156735899 938319872 34459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073882471 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27515/statm: 229082 34459 2531 14 0 215552 0
[pid=27515/tid=27517] ppid=27513 vsize=916328 CPUtime=0.87
/proc/27515/task/27517/stat : 27517 (java) S 27513 27515 27448 0 -1 64 17403 0 0 0 81 6 0 0 16 0 8 0 156735903 938319872 34459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27518] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27518/stat : 27518 (java) S 27513 27515 27448 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27519] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27519/stat : 27519 (java) S 27513 27515 27448 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27520] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27520/stat : 27520 (java) S 27513 27515 27448 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156735908 938319872 34459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27521] ppid=27513 vsize=916328 CPUtime=0.44
/proc/27515/task/27521/stat : 27521 (java) S 27513 27515 27448 0 -1 64 697 0 0 0 43 1 0 0 16 0 8 0 156735908 938319872 34459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27522] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27522/stat : 27522 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156735908 938319872 34459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27523] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27523/stat : 27523 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735908 938319872 34459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 916328

[startup+162.584 s]
/proc/loadavg: 1.95 1.88 1.86 3/100 27523
/proc/meminfo: memFree=933856/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=916328 CPUtime=161.07
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 34758 0 1 0 16047 60 0 0 25 0 8 0 156735899 938319872 34463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073893824 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1410.32
Current children cumulated vsize (KiB) 916328

[startup+1483.37 s]
/proc/loadavg: 2.24 2.10 2.01 3/106 27705
/proc/meminfo: memFree=922016/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=916328 CPUtime=1470.1
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 34791 0 1 0 146933 77 0 0 25 0 8 0 156735899 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073881285 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27515/statm: 229082 34475 2531 14 0 215552 0
[pid=27515/tid=27517] ppid=27513 vsize=916328 CPUtime=0.88
/proc/27515/task/27517/stat : 27517 (java) S 27513 27515 27448 0 -1 64 17403 0 0 0 82 6 0 0 16 0 8 0 156735903 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27518] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27518/stat : 27518 (java) S 27513 27515 27448 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27519] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27519/stat : 27519 (java) S 27513 27515 27448 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27520] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27520/stat : 27520 (java) S 27513 27515 27448 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27521] ppid=27513 vsize=916328 CPUtime=0.49
/proc/27515/task/27521/stat : 27521 (java) S 27513 27515 27448 0 -1 64 726 0 0 0 47 2 0 0 16 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27522] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27522/stat : 27522 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27523] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27523/stat : 27523 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.1
Current children cumulated vsize (KiB) 916328

[startup+1543.41 s]
/proc/loadavg: 2.08 2.08 2.01 3/100 27779
/proc/meminfo: memFree=923240/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=916328 CPUtime=1530.03
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 34791 0 1 0 152922 81 0 0 25 0 8 0 156735899 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073891032 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27515/statm: 229082 34475 2531 14 0 215552 0
[pid=27515/tid=27517] ppid=27513 vsize=916328 CPUtime=0.88
/proc/27515/task/27517/stat : 27517 (java) S 27513 27515 27448 0 -1 64 17403 0 0 0 82 6 0 0 16 0 8 0 156735903 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27518] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27518/stat : 27518 (java) S 27513 27515 27448 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27519] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27519/stat : 27519 (java) S 27513 27515 27448 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27520] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27520/stat : 27520 (java) S 27513 27515 27448 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27521] ppid=27513 vsize=916328 CPUtime=0.49
/proc/27515/task/27521/stat : 27521 (java) S 27513 27515 27448 0 -1 64 726 0 0 0 47 2 0 0 16 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27522] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27522/stat : 27522 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27523] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27523/stat : 27523 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.03
Current children cumulated vsize (KiB) 916328

[startup+1603.42 s]
/proc/loadavg: 2.14 2.10 2.01 3/100 27779
/proc/meminfo: memFree=923240/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=916328 CPUtime=1589.99
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 34791 0 1 0 158918 81 0 0 25 0 8 0 156735899 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073891044 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27515/statm: 229082 34475 2531 14 0 215552 0
[pid=27515/tid=27517] ppid=27513 vsize=916328 CPUtime=0.88
/proc/27515/task/27517/stat : 27517 (java) S 27513 27515 27448 0 -1 64 17403 0 0 0 82 6 0 0 16 0 8 0 156735903 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27518] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27518/stat : 27518 (java) S 27513 27515 27448 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27519] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27519/stat : 27519 (java) S 27513 27515 27448 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27520] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27520/stat : 27520 (java) S 27513 27515 27448 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27521] ppid=27513 vsize=916328 CPUtime=0.49
/proc/27515/task/27521/stat : 27521 (java) S 27513 27515 27448 0 -1 64 726 0 0 0 47 2 0 0 16 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27522] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27522/stat : 27522 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27523] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27523/stat : 27523 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.99
Current children cumulated vsize (KiB) 916328

[startup+1663.43 s]
/proc/loadavg: 2.05 2.08 2.01 3/100 27779
/proc/meminfo: memFree=923240/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=916328 CPUtime=1649.96
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 34791 0 1 0 164914 82 0 0 25 0 8 0 156735899 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074429447 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27515/statm: 229082 34475 2531 14 0 215552 0
[pid=27515/tid=27517] ppid=27513 vsize=916328 CPUtime=0.88
/proc/27515/task/27517/stat : 27517 (java) S 27513 27515 27448 0 -1 64 17403 0 0 0 82 6 0 0 16 0 8 0 156735903 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27518] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27518/stat : 27518 (java) S 27513 27515 27448 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27519] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27519/stat : 27519 (java) S 27513 27515 27448 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27520] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27520/stat : 27520 (java) S 27513 27515 27448 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27521] ppid=27513 vsize=916328 CPUtime=0.49
/proc/27515/task/27521/stat : 27521 (java) S 27513 27515 27448 0 -1 64 726 0 0 0 47 2 0 0 16 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27522] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27522/stat : 27522 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27523] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27523/stat : 27523 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.96
Current children cumulated vsize (KiB) 916328

[startup+1723.44 s]
/proc/loadavg: 2.16 2.11 2.02 3/100 27779
/proc/meminfo: memFree=923240/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=916328 CPUtime=1709.88
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 34791 0 1 0 170906 82 0 0 25 0 8 0 156735899 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073881314 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27515/statm: 229082 34475 2531 14 0 215552 0
[pid=27515/tid=27517] ppid=27513 vsize=916328 CPUtime=0.88
/proc/27515/task/27517/stat : 27517 (java) S 27513 27515 27448 0 -1 64 17403 0 0 0 82 6 0 0 16 0 8 0 156735903 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27518] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27518/stat : 27518 (java) S 27513 27515 27448 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27519] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27519/stat : 27519 (java) S 27513 27515 27448 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27520] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27520/stat : 27520 (java) S 27513 27515 27448 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27521] ppid=27513 vsize=916328 CPUtime=0.49
/proc/27515/task/27521/stat : 27521 (java) S 27513 27515 27448 0 -1 64 726 0 0 0 47 2 0 0 16 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27522] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27522/stat : 27522 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27523] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27523/stat : 27523 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.88
Current children cumulated vsize (KiB) 916328

[startup+1783.45 s]
/proc/loadavg: 2.06 2.08 2.01 3/100 27779
/proc/meminfo: memFree=923176/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=916328 CPUtime=1769.84
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 34791 0 1 0 176902 82 0 0 25 0 8 0 156735899 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073881318 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27515/statm: 229082 34475 2531 14 0 215552 0
[pid=27515/tid=27517] ppid=27513 vsize=916328 CPUtime=0.88
/proc/27515/task/27517/stat : 27517 (java) S 27513 27515 27448 0 -1 64 17403 0 0 0 82 6 0 0 16 0 8 0 156735903 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27518] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27518/stat : 27518 (java) S 27513 27515 27448 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27519] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27519/stat : 27519 (java) S 27513 27515 27448 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27520] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27520/stat : 27520 (java) S 27513 27515 27448 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27521] ppid=27513 vsize=916328 CPUtime=0.49
/proc/27515/task/27521/stat : 27521 (java) S 27513 27515 27448 0 -1 64 726 0 0 0 47 2 0 0 16 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27522] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27522/stat : 27522 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27523] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27523/stat : 27523 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.84
Current children cumulated vsize (KiB) 916328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.69 s]
/proc/loadavg: 2.03 2.07 2.01 4/100 27779
/proc/meminfo: memFree=923176/2055920 swapFree=4192812/4192956
[pid=27515] ppid=27513 vsize=916328 CPUtime=1800.06
/proc/27515/stat : 27515 (java) R 27513 27515 27448 0 -1 0 34791 0 1 0 179924 82 0 0 25 0 8 0 156735899 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073973131 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27515/statm: 229082 34475 2531 14 0 215552 0
[pid=27515/tid=27517] ppid=27513 vsize=916328 CPUtime=0.88
/proc/27515/task/27517/stat : 27517 (java) S 27513 27515 27448 0 -1 64 17403 0 0 0 82 6 0 0 16 0 8 0 156735903 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27518] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27518/stat : 27518 (java) S 27513 27515 27448 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27519] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27519/stat : 27519 (java) S 27513 27515 27448 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156735904 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27520] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27520/stat : 27520 (java) S 27513 27515 27448 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27521] ppid=27513 vsize=916328 CPUtime=0.49
/proc/27515/task/27521/stat : 27521 (java) S 27513 27515 27448 0 -1 64 726 0 0 0 47 2 0 0 16 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27522] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27522/stat : 27522 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27515/tid=27523] ppid=27513 vsize=916328 CPUtime=0
/proc/27515/task/27523/stat : 27523 (java) S 27513 27515 27448 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156735908 938319872 34475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 916328

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

Child status: 143
Real time (s): 1813.76
CPU time (s): 1800.11
CPU user time (s): 1799.27
CPU system time (s): 0.845871
CPU usage (%): 99.2477
Max. virtual memory (cumulated for all children) (KiB): 916328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 0.845871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34808
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= 38735
involuntary context switches= 78728

runsolver used 2.38764 s user time and 5.66114 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Jan  6 11:36:50 UTC 2007


IDJOB= 238266
IDBENCH= 6993
FILE ID= node18/238266-1168083407

PBS_JOBID= 3476283

Free space on /tmp= 66283 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5d9ce8687ff82f876165f9ef958eaf11

RANDOM SEED= 772589104

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:       1062200 kB
Buffers:         70892 kB
Cached:         719064 kB
SwapCached:          0 kB
Active:         486052 kB
Inactive:       408088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1062200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4076 kB
Writeback:           0 kB
Mapped:         133224 kB
Slab:            84236 kB
Committed_AS:  4965524 kB
PageTables:       2220 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= 66283 MiB



End job on node18 on Sat Jan  6 12:07:11 UTC 2007